Pull request #44488 updated Started by user Sebastiaan van Stijn Rebuilds build #6 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d2b734d12048443da140d62c94d612e5c026e77d+6dfa15b24bf0779732c39be4bef937d4260ade51 (3e575e7a7b7a50cf001c04cf5357d0ffe5110875) 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-44488@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 [2022-12-01T00:00:10.515Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-12-01T00:00:10.524Z] Trying to pass milestone 6 [Pipeline] milestone [2022-12-01T00:00:10.632Z] Trying to pass milestone 7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-12-01T00:00:25.824Z] Still waiting to schedule task [2022-12-01T00:00:25.824Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5790e655b944ba7)’ is offline [2022-12-01T00:01:06.135Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5790e655b944ba7) in /home/ubuntu/workspace/moby_PR-44488 [Pipeline] { [Pipeline] checkout [2022-12-01T00:01:06.285Z] The recommended git tool is: git [2022-12-01T00:01:09.018Z] using credential docker-jenkins-github-credentials [2022-12-01T00:01:09.029Z] Cloning the remote Git repository [2022-12-01T00:01:09.029Z] Cloning with configured refspecs honoured and without tags [2022-12-01T00:01:08.060Z] Cloning repository https://github.com/moby/moby.git [2022-12-01T00:01:08.127Z] > git init /home/ubuntu/workspace/moby_PR-44488 # timeout=10 [2022-12-01T00:01:08.397Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:01:08.397Z] > git --version # timeout=10 [2022-12-01T00:01:08.417Z] > git --version # 'git version 2.17.1' [2022-12-01T00:01:08.417Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:01:08.419Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:01:29.302Z] Fetching without tags [2022-12-01T00:01:29.551Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:01:29.180Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:01:29.241Z] > git config --add remote.origin.fetch +refs/pull/44488/head:refs/remotes/origin/PR-44488 # timeout=10 [2022-12-01T00:01:29.263Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:01:29.277Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:01:29.304Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:01:29.305Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:01:29.372Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:01:29.555Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:01:29.577Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:01:30.167Z] > git remote # timeout=10 [2022-12-01T00:01:30.189Z] > git config --get remote.origin.url # timeout=10 [2022-12-01T00:01:30.209Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:01:30.305Z] Merge succeeded, producing d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:01:30.305Z] Checking out Revision d2b734d12048443da140d62c94d612e5c026e77d (PR-44488) [2022-12-01T00:01:30.272Z] > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10 [2022-12-01T00:01:30.290Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-01T00:01:30.306Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:01:30.319Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:01:34.502Z] Commit message: "[20.10] update gotestsum to v1.8.2" [2022-12-01T00:01:34.508Z] > git rev-list --no-walk d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-01T00:01:36.030Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44488:/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 [2022-12-01T00:01:57.983Z] Unable to find image 'alpine:latest' locally [2022-12-01T00:01:57.983Z] latest: Pulling from library/alpine [2022-12-01T00:01:57.983Z] c158987b0551: Pulling fs layer [2022-12-01T00:01:57.983Z] c158987b0551: Verifying Checksum [2022-12-01T00:01:57.983Z] c158987b0551: Download complete [2022-12-01T00:01:57.983Z] c158987b0551: Pull complete [2022-12-01T00:01:57.983Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4 [2022-12-01T00:01:57.983Z] Status: Downloaded newer image for alpine:latest [2022-12-01T00:02:06.119Z] 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 [2022-12-01T00:02:06.345Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5790e655b944ba7) in /home/ubuntu/workspace/moby_PR-44488 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-12-01T00:02:06.394Z] The recommended git tool is: git [2022-12-01T00:02:06.401Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-12-01T00:02:06.419Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-12-01T00:02:06.430Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-12-01T00:02:06.409Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44488/.git # timeout=10 [2022-12-01T00:02:06.419Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:02:06.430Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:02:06.431Z] > git --version # timeout=10 [2022-12-01T00:02:06.444Z] > git --version # 'git version 2.17.1' [2022-12-01T00:02:06.445Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:02:06.446Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2022-12-01T00:02:06.678Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit d2b734d12048443da140d62c94d612e5c026e77d [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-12-01T00:02:06.892Z] Merge succeeded, producing d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:02:06.892Z] Checking out Revision d2b734d12048443da140d62c94d612e5c026e77d (PR-44488) [2022-12-01T00:02:06.984Z] Commit message: "[20.10] update gotestsum to v1.8.2" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-01T00:02:06.678Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:02:06.700Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:02:06.835Z] > git remote # timeout=10 [2022-12-01T00:02:06.843Z] > git config --get remote.origin.url # timeout=10 [2022-12-01T00:02:06.855Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:02:06.856Z] > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10 [2022-12-01T00:02:06.880Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-01T00:02:06.892Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:02:06.899Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:02:07.649Z] + [ PR != PR ] [2022-12-01T00:02:07.649Z] + [ 20.10 != master ] [2022-12-01T00:02:07.649Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-12-01T00:02:07.987Z] + docker version [2022-12-01T00:02:07.987Z] Client: Docker Engine - Community [2022-12-01T00:02:07.987Z] Version: 22.06.0-beta.0 [2022-12-01T00:02:07.987Z] API version: 1.42 [2022-12-01T00:02:07.987Z] Go version: go1.18.3 [2022-12-01T00:02:07.987Z] Git commit: 3e9117b [2022-12-01T00:02:07.987Z] Built: Fri Jun 3 17:55:46 2022 [2022-12-01T00:02:07.987Z] OS/Arch: linux/amd64 [2022-12-01T00:02:07.987Z] Context: default [2022-12-01T00:02:07.987Z] [2022-12-01T00:02:07.987Z] Server: Docker Engine - Community [2022-12-01T00:02:07.987Z] Engine: [2022-12-01T00:02:07.987Z] Version: 22.06.0-beta.0 [2022-12-01T00:02:07.987Z] API version: 1.42 (minimum version 1.12) [2022-12-01T00:02:07.987Z] Go version: go1.18.3 [2022-12-01T00:02:07.987Z] Git commit: 38633e7 [2022-12-01T00:02:07.987Z] Built: Fri Jun 3 17:55:46 2022 [2022-12-01T00:02:07.987Z] OS/Arch: linux/amd64 [2022-12-01T00:02:07.987Z] Experimental: true [2022-12-01T00:02:07.987Z] containerd: [2022-12-01T00:02:07.987Z] Version: 1.6.8 [2022-12-01T00:02:07.987Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:02:07.987Z] runc: [2022-12-01T00:02:07.987Z] Version: 1.1.4 [2022-12-01T00:02:07.987Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-12-01T00:02:07.987Z] docker-init: [2022-12-01T00:02:07.987Z] Version: 0.19.0 [2022-12-01T00:02:07.987Z] GitCommit: de40ad0 [Pipeline] sh [2022-12-01T00:02:08.296Z] + docker info [2022-12-01T00:02:08.563Z] Client: [2022-12-01T00:02:08.563Z] Context: default [2022-12-01T00:02:08.563Z] Debug Mode: false [2022-12-01T00:02:08.563Z] Plugins: [2022-12-01T00:02:08.563Z] buildx: Docker Buildx (Docker Inc.) [2022-12-01T00:02:08.563Z] Version: c5aec24 [2022-12-01T00:02:08.563Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2022-12-01T00:02:08.563Z] compose: Docker Compose (Docker Inc.) [2022-12-01T00:02:08.563Z] Version: v2.12.0 [2022-12-01T00:02:08.563Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-12-01T00:02:08.563Z] scan: Docker Scan (Docker Inc.) [2022-12-01T00:02:08.563Z] Version: v0.17.0 [2022-12-01T00:02:08.563Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2022-12-01T00:02:08.563Z] [2022-12-01T00:02:08.563Z] Server: [2022-12-01T00:02:08.563Z] Containers: 0 [2022-12-01T00:02:08.563Z] Running: 0 [2022-12-01T00:02:08.563Z] Paused: 0 [2022-12-01T00:02:08.563Z] Stopped: 0 [2022-12-01T00:02:08.563Z] Images: 1 [2022-12-01T00:02:08.563Z] Server Version: 22.06.0-beta.0 [2022-12-01T00:02:08.563Z] Storage Driver: overlay2 [2022-12-01T00:02:08.563Z] Backing Filesystem: extfs [2022-12-01T00:02:08.563Z] Supports d_type: true [2022-12-01T00:02:08.563Z] Using metacopy: false [2022-12-01T00:02:08.563Z] Native Overlay Diff: true [2022-12-01T00:02:08.563Z] userxattr: false [2022-12-01T00:02:08.563Z] Logging Driver: json-file [2022-12-01T00:02:08.563Z] Cgroup Driver: cgroupfs [2022-12-01T00:02:08.563Z] Cgroup Version: 1 [2022-12-01T00:02:08.563Z] Plugins: [2022-12-01T00:02:08.563Z] Volume: local [2022-12-01T00:02:08.563Z] Network: bridge host ipvlan macvlan null overlay [2022-12-01T00:02:08.563Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-12-01T00:02:08.563Z] Swarm: inactive [2022-12-01T00:02:08.563Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-12-01T00:02:08.563Z] Default Runtime: runc [2022-12-01T00:02:08.563Z] Init Binary: docker-init [2022-12-01T00:02:08.563Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:02:08.563Z] runc version: v1.1.4-0-g5fd4c4d [2022-12-01T00:02:08.563Z] init version: de40ad0 [2022-12-01T00:02:08.563Z] Security Options: [2022-12-01T00:02:08.563Z] apparmor [2022-12-01T00:02:08.563Z] seccomp [2022-12-01T00:02:08.563Z] Profile: builtin [2022-12-01T00:02:08.563Z] Kernel Version: 5.4.0-1088-aws [2022-12-01T00:02:08.563Z] Operating System: Ubuntu 18.04.6 LTS [2022-12-01T00:02:08.563Z] OSType: linux [2022-12-01T00:02:08.563Z] Architecture: x86_64 [2022-12-01T00:02:08.563Z] CPUs: 2 [2022-12-01T00:02:08.563Z] Total Memory: 7.483GiB [2022-12-01T00:02:08.563Z] Name: ip-10-100-123-215 [2022-12-01T00:02:08.563Z] ID: 46afdfad-1825-4e95-81cd-12ef0a946260 [2022-12-01T00:02:08.563Z] Docker Root Dir: /var/lib/docker [2022-12-01T00:02:08.563Z] Debug Mode: false [2022-12-01T00:02:08.563Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:02:08.563Z] Labels: [2022-12-01T00:02:08.563Z] Experimental: true [2022-12-01T00:02:08.563Z] Insecure Registries: [2022-12-01T00:02:08.563Z] 127.0.0.0/8 [2022-12-01T00:02:08.563Z] Live Restore Enabled: true [2022-12-01T00:02:08.563Z] [2022-12-01T00:02:08.563Z] WARNING: No swap limit support [Pipeline] sh [2022-12-01T00:02:08.854Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:02:08.854Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:02:08.854Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44488/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-12-01T00:02:08.854Z] + bash /home/ubuntu/workspace/moby_PR-44488/check-config.sh [2022-12-01T00:02:08.854Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-12-01T00:02:08.854Z] info: reading kernel config from /boot/config-5.4.0-1088-aws ... [2022-12-01T00:02:08.854Z] [2022-12-01T00:02:08.854Z] Generally Necessary: [2022-12-01T00:02:08.854Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-12-01T00:02:08.854Z] - apparmor: enabled and tools installed [2022-12-01T00:02:09.132Z] - CONFIG_NAMESPACES: enabled [2022-12-01T00:02:09.132Z] - CONFIG_NET_NS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_PID_NS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_IPC_NS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_UTS_NS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_CGROUPS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-12-01T00:02:09.132Z] - CONFIG_CGROUP_DEVICE: enabled [2022-12-01T00:02:09.132Z] - CONFIG_CGROUP_FREEZER: enabled [2022-12-01T00:02:09.132Z] - CONFIG_CGROUP_SCHED: enabled [2022-12-01T00:02:09.132Z] - CONFIG_CPUSETS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_MEMCG: enabled [2022-12-01T00:02:09.132Z] - CONFIG_KEYS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_VETH: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_BRIDGE: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_NF_NAT_IPV4: missing [2022-12-01T00:02:09.132Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_NF_NAT: enabled (as module) [2022-12-01T00:02:09.132Z] - CONFIG_NF_NAT_NEEDED: missing [2022-12-01T00:02:09.132Z] - CONFIG_POSIX_MQUEUE: enabled [2022-12-01T00:02:09.132Z] [2022-12-01T00:02:09.132Z] Optional Features: [2022-12-01T00:02:09.132Z] - CONFIG_USER_NS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_SECCOMP: enabled [2022-12-01T00:02:09.132Z] - CONFIG_CGROUP_PIDS: enabled [2022-12-01T00:02:09.132Z] - CONFIG_MEMCG_SWAP: enabled [2022-12-01T00:02:09.132Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-12-01T00:02:09.132Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-12-01T00:02:09.415Z] - CONFIG_BLK_CGROUP: enabled [2022-12-01T00:02:09.415Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-12-01T00:02:09.415Z] - CONFIG_IOSCHED_CFQ: missing [2022-12-01T00:02:09.415Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-12-01T00:02:09.415Z] - CONFIG_CGROUP_PERF: enabled [2022-12-01T00:02:09.415Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-12-01T00:02:09.415Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-12-01T00:02:09.415Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-12-01T00:02:09.415Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-12-01T00:02:09.415Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-12-01T00:02:09.415Z] - CONFIG_RT_GROUP_SCHED: missing [2022-12-01T00:02:09.415Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-12-01T00:02:09.415Z] - CONFIG_IP_VS: enabled (as module) [2022-12-01T00:02:09.415Z] - CONFIG_IP_VS_NFCT: enabled [2022-12-01T00:02:09.415Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-12-01T00:02:09.415Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-12-01T00:02:09.415Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-12-01T00:02:09.415Z] - CONFIG_EXT4_FS: enabled [2022-12-01T00:02:09.415Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-12-01T00:02:09.415Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-12-01T00:02:09.415Z] - Network Drivers: [2022-12-01T00:02:09.415Z] - "overlay": [2022-12-01T00:02:09.415Z] - CONFIG_VXLAN: enabled (as module) [2022-12-01T00:02:09.415Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-12-01T00:02:09.415Z] Optional (for encrypted networks): [2022-12-01T00:02:09.674Z] - CONFIG_CRYPTO: enabled [2022-12-01T00:02:09.674Z] - CONFIG_CRYPTO_AEAD: enabled [2022-12-01T00:02:09.674Z] - CONFIG_CRYPTO_GCM: enabled [2022-12-01T00:02:09.674Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-12-01T00:02:09.674Z] - CONFIG_CRYPTO_GHASH: enabled [2022-12-01T00:02:09.674Z] - CONFIG_XFRM: enabled [2022-12-01T00:02:09.674Z] - CONFIG_XFRM_USER: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_INET_ESP: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-12-01T00:02:09.674Z] - "ipvlan": [2022-12-01T00:02:09.674Z] - CONFIG_IPVLAN: enabled (as module) [2022-12-01T00:02:09.674Z] - "macvlan": [2022-12-01T00:02:09.674Z] - CONFIG_MACVLAN: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_DUMMY: enabled (as module) [2022-12-01T00:02:09.674Z] - "ftp,tftp client in container": [2022-12-01T00:02:09.674Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-12-01T00:02:09.674Z] - Storage Drivers: [2022-12-01T00:02:09.674Z] - "aufs": [2022-12-01T00:02:09.674Z] - CONFIG_AUFS_FS: enabled (as module) [2022-12-01T00:02:09.674Z] - "btrfs": [2022-12-01T00:02:09.674Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-12-01T00:02:09.674Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-12-01T00:02:09.674Z] - "devicemapper": [2022-12-01T00:02:09.674Z] - CONFIG_BLK_DEV_DM: enabled [2022-12-01T00:02:09.674Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-12-01T00:02:09.674Z] - "overlay": [2022-12-01T00:02:09.674Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-12-01T00:02:09.674Z] - "zfs": [2022-12-01T00:02:09.674Z] - /dev/zfs: present [2022-12-01T00:02:09.674Z] - zfs command: missing [2022-12-01T00:02:09.674Z] - zpool command: missing [2022-12-01T00:02:09.674Z] [2022-12-01T00:02:09.674Z] Limits: [2022-12-01T00:02:09.674Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-12-01T00:02:09.674Z] [2022-12-01T00:02:09.674Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-12-01T00:02:10.063Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d2b734d12048443da140d62c94d612e5c026e77d . [2022-12-01T00:02:10.323Z] #1 [internal] load .dockerignore [2022-12-01T00:02:10.323Z] #1 transferring context: 87B 0.0s done [2022-12-01T00:02:10.323Z] #1 DONE 0.1s [2022-12-01T00:02:10.323Z] [2022-12-01T00:02:10.323Z] #2 [internal] load build definition from Dockerfile [2022-12-01T00:02:10.323Z] #2 transferring dockerfile: 16.91kB done [2022-12-01T00:02:10.582Z] #2 DONE 0.1s [2022-12-01T00:02:10.582Z] [2022-12-01T00:02:10.582Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-12-01T00:02:10.843Z] #3 DONE 0.4s [2022-12-01T00:02:10.843Z] [2022-12-01T00:02:10.843Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-12-01T00:02:10.843Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done [2022-12-01T00:02:10.843Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 4.65MB / 9.94MB 0.1s [2022-12-01T00:02:10.843Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done [2022-12-01T00:02:10.843Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done [2022-12-01T00:02:10.843Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done [2022-12-01T00:02:11.102Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done [2022-12-01T00:02:11.102Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 [2022-12-01T00:02:11.360Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.3s done [2022-12-01T00:02:11.360Z] #4 DONE 0.5s [2022-12-01T00:02:11.618Z] [2022-12-01T00:02:11.618Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:02:12.556Z] #5 ... [2022-12-01T00:02:12.556Z] [2022-12-01T00:02:12.556Z] #6 [internal] load metadata for docker.io/library/golang:1.18.8-bullseye [2022-12-01T00:02:12.556Z] #6 DONE 1.0s [2022-12-01T00:02:12.813Z] [2022-12-01T00:02:12.813Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:02:12.813Z] #5 DONE 1.2s [2022-12-01T00:02:12.813Z] [2022-12-01T00:02:12.813Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-12-01T00:02:12.813Z] #7 DONE 1.2s [2022-12-01T00:02:12.813Z] [2022-12-01T00:02:12.813Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:02:12.813Z] #8 DONE 1.3s [2022-12-01T00:02:13.378Z] [2022-12-01T00:02:13.378Z] #9 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:02:13.378Z] #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-12-01T00:02:13.378Z] #9 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-12-01T00:02:13.378Z] #9 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:02:13.378Z] #9 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-12-01T00:02:13.949Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.4s [2022-12-01T00:02:13.949Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 7.34MB / 9.86MB 0.5s [2022-12-01T00:02:14.207Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s [2022-12-01T00:02:14.207Z] #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-12-01T00:02:14.207Z] #9 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-12-01T00:02:18.415Z] #9 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done [2022-12-01T00:02:18.415Z] #9 DONE 5.0s [2022-12-01T00:02:18.415Z] [2022-12-01T00:02:18.415Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:02:18.415Z] #10 resolve docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 0.2s done [2022-12-01T00:02:18.415Z] #10 sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 1.86kB / 1.86kB done [2022-12-01T00:02:18.415Z] #10 sha256:fa71e1447cb0241324162a6c51297206928d755b16142eceec7b809af55061e5 1.80kB / 1.80kB done [2022-12-01T00:02:18.415Z] #10 sha256:e53ef54a405f8a28710b399b3f4a0ef0350d6d470088cb26d39f70f9a454939f 7.10kB / 7.10kB done [2022-12-01T00:02:18.415Z] #10 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 1.8s done [2022-12-01T00:02:18.415Z] #10 sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 5.16MB / 5.16MB 1.0s done [2022-12-01T00:02:18.415Z] #10 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 54.59MB / 54.59MB 3.9s done [2022-12-01T00:02:18.415Z] #10 sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 10.88MB / 10.88MB 2.0s done [2022-12-01T00:02:18.415Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 54.53MB / 141.93MB 4.5s [2022-12-01T00:02:18.415Z] #10 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 57.67MB / 85.97MB 4.5s [2022-12-01T00:02:18.415Z] #10 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 2.0s [2022-12-01T00:02:18.415Z] #10 sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 156B / 156B 4.2s done [2022-12-01T00:02:18.673Z] #10 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 65.01MB / 85.97MB 4.7s [2022-12-01T00:02:18.673Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 64.43MB / 141.93MB 4.8s [2022-12-01T00:02:18.935Z] #10 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 71.41MB / 85.97MB 4.9s [2022-12-01T00:02:18.935Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 72.35MB / 141.93MB 5.1s [2022-12-01T00:02:18.935Z] #10 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 76.55MB / 85.97MB 5.1s [2022-12-01T00:02:19.193Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 80.74MB / 141.93MB 5.3s [2022-12-01T00:02:19.193Z] #10 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 82.84MB / 85.97MB 5.3s [2022-12-01T00:02:19.452Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 91.23MB / 141.93MB 5.5s [2022-12-01T00:02:19.714Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 98.57MB / 141.93MB 5.7s [2022-12-01T00:02:19.973Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 110.22MB / 141.93MB 5.9s [2022-12-01T00:02:19.973Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 118.49MB / 141.93MB 6.0s [2022-12-01T00:02:20.233Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 128.97MB / 141.93MB 6.2s [2022-12-01T00:02:20.498Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 141.56MB / 141.93MB 6.4s [2022-12-01T00:02:21.345Z] Still waiting to schedule task [2022-12-01T00:02:21.345Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5790e655b944ba7)’ [2022-12-01T00:02:21.346Z] Still waiting to schedule task [2022-12-01T00:02:21.346Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5790e655b944ba7)’ [2022-12-01T00:02:21.347Z] Still waiting to schedule task [2022-12-01T00:02:21.348Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-12-01T00:02:21.350Z] Still waiting to schedule task [2022-12-01T00:02:21.350Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-070caede474fdd2f1)’ [2022-12-01T00:02:21.350Z] Still waiting to schedule task [2022-12-01T00:02:21.351Z] All nodes of label ‘windows-2019’ are offline [2022-12-01T00:02:21.452Z] #10 ... [2022-12-01T00:02:21.452Z] [2022-12-01T00:02:21.452Z] #11 [internal] load build context [2022-12-01T00:02:21.452Z] #11 transferring context: 53.56MB 7.4s done [2022-12-01T00:02:21.452Z] #11 DONE 7.7s [2022-12-01T00:02:21.452Z] [2022-12-01T00:02:21.452Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:02:21.452Z] #10 ... [2022-12-01T00:02:21.452Z] [2022-12-01T00:02:21.452Z] #12 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:02:21.452Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-12-01T00:02:21.452Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:02:21.452Z] #12 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-12-01T00:02:21.452Z] #12 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-12-01T00:02:21.452Z] #12 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-12-01T00:02:21.452Z] #12 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.5s done [2022-12-01T00:02:21.452Z] #12 ... [2022-12-01T00:02:21.452Z] [2022-12-01T00:02:21.452Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:02:21.452Z] #10 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 85.97MB / 85.97MB 7.3s done [2022-12-01T00:02:22.824Z] #10 ... [2022-12-01T00:02:22.824Z] [2022-12-01T00:02:22.824Z] #12 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:02:22.824Z] #12 DONE 9.3s [2022-12-01T00:02:22.824Z] [2022-12-01T00:02:22.824Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:02:23.083Z] #10 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 7.1s [2022-12-01T00:02:23.340Z] #10 ... [2022-12-01T00:02:23.340Z] [2022-12-01T00:02:23.340Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:02:23.340Z] #13 resolve docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 0.2s done [2022-12-01T00:02:23.340Z] #13 sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 1.85kB / 1.85kB done [2022-12-01T00:02:23.340Z] #13 sha256:34b24056f28be0f9b3f6c5b2417a0976d692261e3fe404f5da5fbe4b2b71f15a 529B / 529B done [2022-12-01T00:02:23.340Z] #13 sha256:c31f65dd4cc97f21bd440df4b9b919a99e35a7ede602e8150f2314af1441a312 1.46kB / 1.46kB done [2022-12-01T00:02:23.340Z] #13 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 1.6s done [2022-12-01T00:02:23.598Z] #13 ... [2022-12-01T00:02:23.598Z] [2022-12-01T00:02:23.598Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-12-01T00:02:23.939Z] #14 DONE 0.4s [2022-12-01T00:02:23.939Z] [2022-12-01T00:02:23.939Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-12-01T00:02:25.399Z] #15 DONE 1.5s [2022-12-01T00:02:25.399Z] [2022-12-01T00:02:25.399Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:02:25.399Z] #13 DONE 11.9s [2022-12-01T00:02:25.399Z] [2022-12-01T00:02:25.399Z] #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 [2022-12-01T00:02:27.302Z] #16 1.520 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:02:27.302Z] #16 1.529 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:02:27.302Z] #16 1.529 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:02:27.302Z] #16 1.741 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:02:27.560Z] #16 2.012 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:02:27.560Z] #16 2.233 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:02:29.518Z] #16 3.787 Fetched 8615 kB in 3s (3419 kB/s) [2022-12-01T00:02:30.124Z] #16 3.787 Reading package lists... [2022-12-01T00:02:30.695Z] #16 4.655 Reading package lists... [2022-12-01T00:02:31.264Z] #16 5.461 Building dependency tree... [2022-12-01T00:02:31.264Z] #16 5.874 The following additional packages will be installed: [2022-12-01T00:02:31.264Z] #16 5.874 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-12-01T00:02:31.264Z] #16 5.874 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-12-01T00:02:31.264Z] #16 5.874 Recommended packages: [2022-12-01T00:02:31.264Z] #16 5.874 libldap-common publicsuffix libsasl2-modules [2022-12-01T00:02:31.524Z] #16 6.049 The following NEW packages will be installed: [2022-12-01T00:02:31.524Z] #16 6.049 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-12-01T00:02:31.524Z] #16 6.049 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-12-01T00:02:31.524Z] #16 6.049 libssh2-1 openssl [2022-12-01T00:02:31.784Z] #16 6.351 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:02:31.784Z] #16 6.351 Need to get 3047 kB of archives. [2022-12-01T00:02:31.784Z] #16 6.351 After this operation, 6661 kB of additional disk space will be used. [2022-12-01T00:02:31.784Z] #16 6.351 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-12-01T00:02:31.784Z] #16 6.364 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-12-01T00:02:31.784Z] #16 6.368 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-12-01T00:02:31.784Z] #16 6.368 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-12-01T00:02:31.784Z] #16 6.372 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-12-01T00:02:31.784Z] #16 6.374 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-12-01T00:02:31.784Z] #16 6.377 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-12-01T00:02:31.784Z] #16 6.378 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-12-01T00:02:31.784Z] #16 6.381 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-12-01T00:02:31.784Z] #16 6.382 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-12-01T00:02:31.784Z] #16 6.383 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3 [345 kB] [2022-12-01T00:02:31.784Z] #16 6.387 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3 [269 kB] [2022-12-01T00:02:31.784Z] #16 6.390 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:02:31.784Z] #16 6.392 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:02:31.784Z] #16 6.394 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:02:32.043Z] #16 6.634 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:02:32.043Z] #16 6.700 Fetched 3047 kB in 0s (9226 kB/s) [2022-12-01T00:02:32.043Z] #16 6.725 Selecting previously unselected package openssl. [2022-12-01T00:02:32.307Z] #16 6.725 (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 ... 6661 files and directories currently installed.) [2022-12-01T00:02:32.307Z] #16 6.732 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-12-01T00:02:32.307Z] #16 6.737 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:02:32.307Z] #16 6.923 Selecting previously unselected package ca-certificates. [2022-12-01T00:02:32.307Z] #16 6.923 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-12-01T00:02:32.307Z] #16 6.928 Unpacking ca-certificates (20210119) ... [2022-12-01T00:02:32.307Z] #16 7.022 Selecting previously unselected package libbrotli1:amd64. [2022-12-01T00:02:32.307Z] #16 7.022 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-12-01T00:02:32.565Z] #16 7.031 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:02:32.565Z] #16 7.125 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-12-01T00:02:32.565Z] #16 7.127 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:02:32.565Z] #16 7.136 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:02:32.565Z] #16 7.201 Selecting previously unselected package libsasl2-2:amd64. [2022-12-01T00:02:32.565Z] #16 7.201 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:02:32.565Z] #16 7.215 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:02:32.826Z] #16 7.278 Selecting previously unselected package libldap-2.4-2:amd64. [2022-12-01T00:02:32.826Z] #16 7.278 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-12-01T00:02:32.826Z] #16 7.284 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:02:32.826Z] #16 7.373 Selecting previously unselected package libnghttp2-14:amd64. [2022-12-01T00:02:32.826Z] #16 7.373 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-12-01T00:02:32.826Z] #16 7.378 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:02:32.826Z] #16 7.435 Selecting previously unselected package libpsl5:amd64. [2022-12-01T00:02:32.826Z] #16 7.435 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-12-01T00:02:32.826Z] #16 7.440 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:02:32.826Z] #16 7.498 Selecting previously unselected package librtmp1:amd64. [2022-12-01T00:02:32.826Z] #16 7.498 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-12-01T00:02:32.826Z] #16 7.506 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:02:32.826Z] #16 7.560 Selecting previously unselected package libssh2-1:amd64. [2022-12-01T00:02:32.826Z] #16 7.560 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-12-01T00:02:32.826Z] #16 7.563 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:02:33.084Z] #16 7.622 Selecting previously unselected package libcurl4:amd64. [2022-12-01T00:02:33.084Z] #16 7.623 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:02:33.084Z] #16 7.635 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:02:33.084Z] #16 7.720 Selecting previously unselected package curl. [2022-12-01T00:02:33.084Z] #16 7.720 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:02:33.084Z] #16 7.730 Unpacking curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:02:33.084Z] #16 7.796 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:02:33.084Z] #16 7.798 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:02:33.084Z] #16 7.802 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:02:33.342Z] #16 7.893 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:02:33.342Z] #16 7.893 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:02:33.342Z] #16 7.896 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:02:33.342Z] #16 7.989 Selecting previously unselected package jq. [2022-12-01T00:02:33.342Z] #16 7.989 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:02:33.342Z] #16 7.992 Unpacking jq (1.6-2.1) ... [2022-12-01T00:02:33.342Z] #16 8.119 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:02:33.602Z] #16 8.133 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:02:33.602Z] #16 8.145 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:02:33.602Z] #16 8.156 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:02:33.602Z] #16 8.168 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:02:33.602Z] #16 8.179 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:02:33.602Z] #16 8.189 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:02:33.602Z] #16 8.199 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:02:33.602Z] #16 8.215 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:02:33.602Z] #16 8.230 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:02:33.602Z] #16 8.237 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:02:33.602Z] #16 8.257 Setting up ca-certificates (20210119) ... [2022-12-01T00:02:34.170Z] #16 8.893 Updating certificates in /etc/ssl/certs... [2022-12-01T00:02:34.434Z] #16 ... [2022-12-01T00:02:34.434Z] [2022-12-01T00:02:34.434Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:02:34.434Z] #10 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 8.3s done [2022-12-01T00:02:34.434Z] #10 extracting sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 1.0s done [2022-12-01T00:02:34.434Z] #10 extracting sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 0.7s done [2022-12-01T00:02:34.434Z] #10 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 6.9s [2022-12-01T00:02:34.695Z] #10 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 7.3s done [2022-12-01T00:02:35.265Z] #10 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 [2022-12-01T00:02:35.265Z] #10 ... [2022-12-01T00:02:35.265Z] [2022-12-01T00:02:35.265Z] #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 [2022-12-01T00:02:35.265Z] #16 9.835 129 added, 0 removed; done. [2022-12-01T00:02:35.265Z] #16 9.929 Setting up jq (1.6-2.1) ... [2022-12-01T00:02:35.265Z] #16 9.950 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:02:35.265Z] #16 9.963 Setting up curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:02:35.265Z] #16 9.976 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:02:35.265Z] #16 9.997 Processing triggers for ca-certificates (20210119) ... [2022-12-01T00:02:35.265Z] #16 10.01 Updating certificates in /etc/ssl/certs... [2022-12-01T00:02:36.205Z] #16 10.78 0 added, 0 removed; done. [2022-12-01T00:02:36.205Z] #16 10.78 Running hooks in /etc/ca-certificates/update.d... [2022-12-01T00:02:36.205Z] #16 10.78 done. [2022-12-01T00:02:37.143Z] #16 DONE 11.8s [2022-12-01T00:02:37.143Z] [2022-12-01T00:02:37.143Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-12-01T00:02:37.402Z] #17 DONE 0.2s [2022-12-01T00:02:37.402Z] [2022-12-01T00:02:37.402Z] #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 [2022-12-01T00:02:39.936Z] #18 2.187 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-12-01T00:02:39.936Z] #18 2.555 [2022-12-01T00:02:40.196Z] #18 2.791 #=#=# ######################################################################## 100.0% [2022-12-01T00:02:40.454Z] #18 3.073 [2022-12-01T00:02:41.392Z] #18 4.091 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-12-01T00:02:41.962Z] #18 4.418 [2022-12-01T00:02:41.962Z] #18 4.642 #=#=# ######################################################################## 100.0% [2022-12-01T00:02:42.221Z] #18 4.959 [2022-12-01T00:02:43.610Z] #18 6.014 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-12-01T00:02:43.610Z] #18 ... [2022-12-01T00:02:43.610Z] [2022-12-01T00:02:43.610Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:02:43.610Z] #10 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 7.7s done [2022-12-01T00:02:43.610Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 0.6s [2022-12-01T00:02:43.869Z] #10 ... [2022-12-01T00:02:43.869Z] [2022-12-01T00:02:43.869Z] #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 [2022-12-01T00:02:43.869Z] #18 6.401 [2022-12-01T00:02:44.386Z] #18 6.622 #=#=# # 1.8% ############### 22.0% ##################################### 51.7% ################################################## 70.1% ######################################################################## 100.0% [2022-12-01T00:02:44.645Z] #18 7.325 [2022-12-01T00:02:45.583Z] #18 8.217 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-12-01T00:02:45.841Z] #18 8.554 [2022-12-01T00:02:46.099Z] #18 8.785 #=#=# ######################################################################## 100.0% [2022-12-01T00:02:46.360Z] #18 9.085 [2022-12-01T00:02:46.929Z] #18 9.766 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-12-01T00:02:47.502Z] #18 10.09 [2022-12-01T00:02:47.762Z] #18 10.31 #=#=# ######################################################################## 100.0% [2022-12-01T00:02:48.029Z] #18 10.61 [2022-12-01T00:02:48.029Z] #18 10.70 Download of images into '/build' complete. [2022-12-01T00:02:48.029Z] #18 10.70 Use something like the following to load the result into a Docker daemon: [2022-12-01T00:02:48.029Z] #18 10.70 tar -cC '/build' . | docker load [2022-12-01T00:02:48.969Z] #18 DONE 11.5s [2022-12-01T00:02:48.969Z] [2022-12-01T00:02:48.969Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:02:48.969Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 5.6s [2022-12-01T00:02:54.252Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 10.7s [2022-12-01T00:02:55.199Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 12.1s done [2022-12-01T00:02:55.458Z] #10 extracting sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 [2022-12-01T00:02:55.458Z] #10 extracting sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 done [2022-12-01T00:02:55.715Z] #10 DONE 42.3s [2022-12-01T00:02:55.715Z] [2022-12-01T00:02:55.715Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-01T00:02:57.114Z] #19 DONE 1.2s [2022-12-01T00:02:57.114Z] [2022-12-01T00:02:57.114Z] #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 [2022-12-01T00:02:57.680Z] #20 DONE 0.7s [2022-12-01T00:02:57.680Z] [2022-12-01T00:02:57.680Z] #21 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-12-01T00:02:57.680Z] #21 DONE 0.1s [2022-12-01T00:02:57.680Z] [2022-12-01T00:02:57.680Z] #22 [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 [2022-12-01T00:02:57.945Z] #22 ... [2022-12-01T00:02:57.945Z] [2022-12-01T00:02:57.945Z] #23 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-12-01T00:02:57.945Z] #23 DONE 0.2s [2022-12-01T00:02:57.945Z] [2022-12-01T00:02:57.945Z] #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 [2022-12-01T00:03:03.231Z] #24 ... [2022-12-01T00:03:03.231Z] [2022-12-01T00:03:03.231Z] #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 [2022-12-01T00:03:03.231Z] #0 4.763 + RM_GOPATH=0 [2022-12-01T00:03:03.231Z] #0 4.763 + TMP_GOPATH= [2022-12-01T00:03:03.231Z] #0 4.763 + : /build [2022-12-01T00:03:03.231Z] #0 4.763 + '[' -z '' ']' [2022-12-01T00:03:03.231Z] #0 4.765 ++ mktemp -d [2022-12-01T00:03:03.231Z] #0 4.766 + export GOPATH=/tmp/tmp.wDDPn6WNpl [2022-12-01T00:03:03.231Z] #0 4.766 + GOPATH=/tmp/tmp.wDDPn6WNpl [2022-12-01T00:03:03.232Z] #0 4.766 + RM_GOPATH=1 [2022-12-01T00:03:03.232Z] #0 4.766 + case "$(go env GOARCH)" in [2022-12-01T00:03:03.232Z] #0 4.771 ++ go env GOARCH [2022-12-01T00:03:03.232Z] #0 4.776 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:03.232Z] #0 4.776 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:03.232Z] #0 4.778 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:03.232Z] #0 4.784 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:03:03.232Z] #0 4.784 + dir=/tmp/install [2022-12-01T00:03:03.232Z] #0 4.784 + bin=tomlv [2022-12-01T00:03:03.232Z] #0 4.784 + shift [2022-12-01T00:03:03.232Z] #0 4.784 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-12-01T00:03:03.232Z] #0 4.784 + . /tmp/install/tomlv.installer [2022-12-01T00:03:03.232Z] #0 4.784 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:03:03.232Z] #0 4.784 + install_tomlv [2022-12-01T00:03:03.232Z] #0 4.784 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-12-01T00:03:03.232Z] #0 4.784 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.wDDPn6WNpl/src/github.com/BurntSushi/toml [2022-12-01T00:03:03.232Z] #0 4.784 Cloning into '/tmp/tmp.wDDPn6WNpl/src/github.com/BurntSushi/toml'... [2022-12-01T00:03:03.232Z] #0 5.446 + cd /tmp/tmp.wDDPn6WNpl/src/github.com/BurntSushi/toml [2022-12-01T00:03:03.232Z] #0 5.446 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:03:03.232Z] #0 5.500 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:03:03.232Z] #25 5.627 internal/goarch [2022-12-01T00:03:03.232Z] #25 5.627 internal/unsafeheader [2022-12-01T00:03:03.492Z] #25 5.652 internal/abi [2022-12-01T00:03:03.492Z] #25 5.656 internal/cpu [2022-12-01T00:03:03.492Z] #25 5.709 internal/goexperiment [2022-12-01T00:03:03.492Z] #25 5.779 internal/goos [2022-12-01T00:03:03.492Z] #25 5.808 internal/bytealg [2022-12-01T00:03:03.492Z] #25 5.829 runtime/internal/atomic [2022-12-01T00:03:04.061Z] #25 6.189 runtime/internal/math [2022-12-01T00:03:04.061Z] #25 6.223 runtime/internal/sys [2022-12-01T00:03:04.061Z] #25 6.271 runtime/internal/syscall [2022-12-01T00:03:04.061Z] #25 6.298 internal/itoa [2022-12-01T00:03:04.061Z] #25 6.391 runtime [2022-12-01T00:03:04.061Z] #25 6.407 math/bits [2022-12-01T00:03:04.320Z] #25 ... [2022-12-01T00:03:04.320Z] [2022-12-01T00:03:04.320Z] #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 [2022-12-01T00:03:04.320Z] #24 6.568 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-12-01T00:03:04.320Z] #24 6.568 Cloning into '.'... [2022-12-01T00:03:04.409Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ce1f8eebea1c7f06) in /home/ubuntu/workspace/moby_PR-44488 [Pipeline] { [Pipeline] checkout [2022-12-01T00:03:04.504Z] The recommended git tool is: git [2022-12-01T00:03:07.542Z] using credential docker-jenkins-github-credentials [2022-12-01T00:03:07.555Z] Cloning the remote Git repository [2022-12-01T00:03:07.556Z] Cloning with configured refspecs honoured and without tags [2022-12-01T00:03:07.629Z] #24 ... [2022-12-01T00:03:07.629Z] [2022-12-01T00:03:07.629Z] #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 [2022-12-01T00:03:07.629Z] #0 7.159 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:03:07.629Z] #0 7.297 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:03:07.629Z] #0 7.297 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:03:07.629Z] #0 8.950 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:03:07.629Z] #26 ... [2022-12-01T00:03:07.629Z] [2022-12-01T00:03:07.629Z] #27 [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 [2022-12-01T00:03:07.629Z] #0 7.299 + RM_GOPATH=0 [2022-12-01T00:03:07.629Z] #0 7.299 + TMP_GOPATH= [2022-12-01T00:03:07.629Z] #0 7.299 + : /build [2022-12-01T00:03:07.629Z] #0 7.299 + '[' -z '' ']' [2022-12-01T00:03:07.629Z] #0 7.303 ++ mktemp -d [2022-12-01T00:03:07.629Z] #0 7.373 + export GOPATH=/tmp/tmp.VuPNodrAgD [2022-12-01T00:03:07.629Z] #0 7.373 + GOPATH=/tmp/tmp.VuPNodrAgD [2022-12-01T00:03:07.629Z] #0 7.373 + RM_GOPATH=1 [2022-12-01T00:03:07.629Z] #0 7.373 + case "$(go env GOARCH)" in [2022-12-01T00:03:07.629Z] #0 7.373 ++ go env GOARCH [2022-12-01T00:03:07.629Z] #0 7.482 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:07.629Z] #0 7.482 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:07.629Z] #0 7.482 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:07.629Z] #0 7.482 + dir=/tmp/install [2022-12-01T00:03:07.629Z] #0 7.482 + bin=vndr [2022-12-01T00:03:07.629Z] #0 7.482 + shift [2022-12-01T00:03:07.629Z] #0 7.482 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-12-01T00:03:07.629Z] #0 7.482 + . /tmp/install/vndr.installer [2022-12-01T00:03:07.629Z] #0 7.482 ++ : v0.1.2 [2022-12-01T00:03:07.629Z] #0 7.482 + install_vndr [2022-12-01T00:03:07.629Z] #0 7.482 + echo 'Install vndr version v0.1.2' [2022-12-01T00:03:07.629Z] #0 7.482 + GOBIN=/build [2022-12-01T00:03:07.629Z] #0 7.482 + GO111MODULE=on [2022-12-01T00:03:07.629Z] #0 7.482 + go install github.com/LK4D4/vndr@v0.1.2 [2022-12-01T00:03:07.629Z] #0 7.482 Install vndr version v0.1.2 [2022-12-01T00:03:07.629Z] #0 8.401 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-12-01T00:03:07.890Z] #27 ... [2022-12-01T00:03:07.890Z] [2022-12-01T00:03:07.890Z] #28 [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 [2022-12-01T00:03:07.890Z] #0 6.788 + RM_GOPATH=0 [2022-12-01T00:03:07.890Z] #0 6.788 + TMP_GOPATH= [2022-12-01T00:03:07.890Z] #0 6.797 + : /build [2022-12-01T00:03:07.890Z] #0 6.797 + '[' -z '' ']' [2022-12-01T00:03:07.890Z] #0 6.797 ++ mktemp -d [2022-12-01T00:03:07.890Z] #0 6.797 + export GOPATH=/tmp/tmp.19z5fZKgiM [2022-12-01T00:03:07.890Z] #0 6.797 + GOPATH=/tmp/tmp.19z5fZKgiM [2022-12-01T00:03:07.890Z] #0 6.797 + RM_GOPATH=1 [2022-12-01T00:03:07.890Z] #0 6.797 + case "$(go env GOARCH)" in [2022-12-01T00:03:07.890Z] #0 6.801 ++ go env GOARCH [2022-12-01T00:03:07.890Z] #0 6.829 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:07.890Z] #0 6.829 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:07.890Z] #0 6.846 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:07.890Z] #0 6.849 + dir=/tmp/install [2022-12-01T00:03:07.890Z] #0 6.849 + bin=golangci_lint [2022-12-01T00:03:07.890Z] #0 6.849 + shift [2022-12-01T00:03:07.890Z] #0 6.849 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-12-01T00:03:07.890Z] #0 6.849 + . /tmp/install/golangci_lint.installer [2022-12-01T00:03:07.890Z] #0 6.849 ++ : v1.44.0 [2022-12-01T00:03:07.890Z] #0 6.849 + install_golangci_lint [2022-12-01T00:03:07.890Z] #0 6.849 + set -e [2022-12-01T00:03:07.890Z] #0 6.849 + echo 'Install golangci-lint version v1.44.0' [2022-12-01T00:03:07.890Z] #0 6.849 + GOBIN=/build [2022-12-01T00:03:07.890Z] #0 6.849 + GO111MODULE=on [2022-12-01T00:03:07.890Z] #0 6.849 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-12-01T00:03:07.890Z] #0 6.861 Install golangci-lint version v1.44.0 [2022-12-01T00:03:07.890Z] #0 7.573 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-12-01T00:03:07.580Z] Cloning repository https://github.com/moby/moby.git [2022-12-01T00:03:07.643Z] > git init /home/ubuntu/workspace/moby_PR-44488 # timeout=10 [2022-12-01T00:03:08.150Z] #28 ... [2022-12-01T00:03:08.150Z] [2022-12-01T00:03:08.150Z] #29 [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 [2022-12-01T00:03:08.150Z] #0 5.448 + RM_GOPATH=0 [2022-12-01T00:03:08.150Z] #0 5.448 + TMP_GOPATH= [2022-12-01T00:03:08.150Z] #0 5.448 + : /build [2022-12-01T00:03:08.150Z] #0 5.448 + '[' -z '' ']' [2022-12-01T00:03:08.150Z] #0 5.448 ++ mktemp -d [2022-12-01T00:03:08.150Z] #0 5.448 + export GOPATH=/tmp/tmp.3NR8TeguGI [2022-12-01T00:03:08.150Z] #0 5.448 + GOPATH=/tmp/tmp.3NR8TeguGI [2022-12-01T00:03:08.150Z] #0 5.448 + RM_GOPATH=1 [2022-12-01T00:03:08.150Z] #0 5.448 + case "$(go env GOARCH)" in [2022-12-01T00:03:08.150Z] #0 5.448 ++ go env GOARCH [2022-12-01T00:03:08.150Z] #0 5.456 Install shfmt version v3.0.2 [2022-12-01T00:03:08.150Z] #0 5.457 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.150Z] #0 5.457 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.150Z] #0 5.457 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:08.150Z] #0 5.457 + dir=/tmp/install [2022-12-01T00:03:08.150Z] #0 5.457 + bin=shfmt [2022-12-01T00:03:08.150Z] #0 5.457 + shift [2022-12-01T00:03:08.150Z] #0 5.457 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-12-01T00:03:08.150Z] #0 5.457 + . /tmp/install/shfmt.installer [2022-12-01T00:03:08.150Z] #0 5.457 ++ : v3.0.2 [2022-12-01T00:03:08.150Z] #0 5.457 + install_shfmt [2022-12-01T00:03:08.150Z] #0 5.457 + echo 'Install shfmt version v3.0.2' [2022-12-01T00:03:08.150Z] #0 5.457 + GOBIN=/build [2022-12-01T00:03:08.150Z] #0 5.457 + GO111MODULE=on [2022-12-01T00:03:08.150Z] #0 5.457 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-12-01T00:03:08.150Z] #0 5.962 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-12-01T00:03:08.150Z] #0 7.192 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-12-01T00:03:08.150Z] #0 7.192 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-12-01T00:03:08.150Z] #0 7.261 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-12-01T00:03:08.150Z] #0 9.745 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-12-01T00:03:08.150Z] #29 ... [2022-12-01T00:03:08.150Z] [2022-12-01T00:03:08.150Z] #30 [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 [2022-12-01T00:03:08.150Z] #0 5.883 + RM_GOPATH=0 [2022-12-01T00:03:08.150Z] #0 5.883 + TMP_GOPATH= [2022-12-01T00:03:08.150Z] #0 5.883 + : /build [2022-12-01T00:03:08.150Z] #0 5.883 + '[' -z '' ']' [2022-12-01T00:03:08.150Z] #0 5.883 ++ mktemp -d [2022-12-01T00:03:08.150Z] #0 5.883 + export GOPATH=/tmp/tmp.9mI76h3mZ4 [2022-12-01T00:03:08.150Z] #0 5.883 + GOPATH=/tmp/tmp.9mI76h3mZ4 [2022-12-01T00:03:08.150Z] #0 5.883 + RM_GOPATH=1 [2022-12-01T00:03:08.150Z] #0 5.883 + case "$(go env GOARCH)" in [2022-12-01T00:03:08.150Z] #0 5.883 ++ go env GOARCH [2022-12-01T00:03:08.150Z] #0 5.903 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.150Z] #0 5.903 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.150Z] #0 5.903 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:08.150Z] #0 5.906 + dir=/tmp/install [2022-12-01T00:03:08.150Z] #0 5.906 + bin=proxy [2022-12-01T00:03:08.150Z] #0 5.906 + shift [2022-12-01T00:03:08.150Z] #0 5.906 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-12-01T00:03:08.150Z] #0 5.906 + . /tmp/install/proxy.installer [2022-12-01T00:03:08.150Z] #0 5.906 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:03:08.150Z] #0 5.906 + install_proxy [2022-12-01T00:03:08.150Z] #0 5.906 + case "$1" in [2022-12-01T00:03:08.150Z] #0 5.906 + export CGO_ENABLED=0 [2022-12-01T00:03:08.150Z] #0 5.906 + CGO_ENABLED=0 [2022-12-01T00:03:08.150Z] #0 5.906 + _install_proxy [2022-12-01T00:03:08.150Z] #0 5.906 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-12-01T00:03:08.150Z] #0 5.906 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.9mI76h3mZ4/src/github.com/docker/libnetwork [2022-12-01T00:03:08.150Z] #0 5.910 Cloning into '/tmp/tmp.9mI76h3mZ4/src/github.com/docker/libnetwork'... [2022-12-01T00:03:08.150Z] #0 5.910 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:03:08.409Z] #30 ... [2022-12-01T00:03:08.409Z] [2022-12-01T00:03:08.409Z] #31 [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 [2022-12-01T00:03:08.409Z] #0 7.579 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:03:08.409Z] #0 7.631 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:03:08.409Z] #0 7.631 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:03:08.409Z] #0 9.563 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:03:08.409Z] #31 ... [2022-12-01T00:03:08.409Z] [2022-12-01T00:03:08.409Z] #32 [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 [2022-12-01T00:03:08.409Z] #0 7.018 + RM_GOPATH=0 [2022-12-01T00:03:08.409Z] #0 7.018 + TMP_GOPATH= [2022-12-01T00:03:08.409Z] #0 7.018 + : /build [2022-12-01T00:03:08.409Z] #0 7.018 + '[' -z '' ']' [2022-12-01T00:03:08.409Z] #0 7.018 ++ mktemp -d [2022-12-01T00:03:08.409Z] #0 7.018 + export GOPATH=/tmp/tmp.G1C5mCL19G [2022-12-01T00:03:08.409Z] #0 7.018 + GOPATH=/tmp/tmp.G1C5mCL19G [2022-12-01T00:03:08.409Z] #0 7.018 + RM_GOPATH=1 [2022-12-01T00:03:08.409Z] #0 7.018 + case "$(go env GOARCH)" in [2022-12-01T00:03:08.409Z] #0 7.024 ++ go env GOARCH [2022-12-01T00:03:08.409Z] #0 7.056 Install gotestsum version v1.8.2 [2022-12-01T00:03:08.409Z] #0 7.057 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.409Z] #0 7.057 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.409Z] #0 7.057 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:08.409Z] #0 7.057 + dir=/tmp/install [2022-12-01T00:03:08.409Z] #0 7.057 + bin=gotestsum [2022-12-01T00:03:08.409Z] #0 7.057 + shift [2022-12-01T00:03:08.409Z] #0 7.057 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-12-01T00:03:08.409Z] #0 7.057 + . /tmp/install/gotestsum.installer [2022-12-01T00:03:08.409Z] #0 7.057 ++ : v1.8.2 [2022-12-01T00:03:08.409Z] #0 7.057 + install_gotestsum [2022-12-01T00:03:08.409Z] #0 7.057 + set -e [2022-12-01T00:03:08.409Z] #0 7.057 + echo 'Install gotestsum version v1.8.2' [2022-12-01T00:03:08.409Z] #0 7.098 + GOBIN=/build [2022-12-01T00:03:08.409Z] #0 7.098 + GO111MODULE=on [2022-12-01T00:03:08.409Z] #0 7.098 + go install gotest.tools/gotestsum@v1.8.2 [2022-12-01T00:03:08.409Z] #0 7.824 go: downloading gotest.tools/gotestsum v1.8.2 [2022-12-01T00:03:08.669Z] #32 ... [2022-12-01T00:03:08.669Z] [2022-12-01T00:03:08.669Z] #33 [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 [2022-12-01T00:03:08.669Z] #0 6.316 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:03:08.669Z] #0 6.441 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:03:08.669Z] #0 6.449 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:03:08.669Z] #0 7.399 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:03:08.669Z] #33 ... [2022-12-01T00:03:08.669Z] [2022-12-01T00:03:08.669Z] #34 [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 [2022-12-01T00:03:08.669Z] #0 6.182 + RM_GOPATH=0 [2022-12-01T00:03:08.669Z] #0 6.182 + TMP_GOPATH= [2022-12-01T00:03:08.669Z] #0 6.182 + : /build [2022-12-01T00:03:08.669Z] #0 6.182 + '[' -z '' ']' [2022-12-01T00:03:08.669Z] #0 6.182 ++ mktemp -d [2022-12-01T00:03:08.669Z] #0 6.182 + export GOPATH=/tmp/tmp.iWmcpUegGE [2022-12-01T00:03:08.669Z] #0 6.182 + GOPATH=/tmp/tmp.iWmcpUegGE [2022-12-01T00:03:08.669Z] #0 6.182 + RM_GOPATH=1 [2022-12-01T00:03:08.669Z] #0 6.182 + case "$(go env GOARCH)" in [2022-12-01T00:03:08.669Z] #0 6.182 ++ go env GOARCH [2022-12-01T00:03:08.669Z] #0 6.182 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.669Z] #0 6.182 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:08.669Z] #0 6.183 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:08.669Z] #0 6.187 + dir=/tmp/install [2022-12-01T00:03:08.669Z] #0 6.187 + bin=dockercli [2022-12-01T00:03:08.669Z] #0 6.187 + shift [2022-12-01T00:03:08.669Z] #0 6.187 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-12-01T00:03:08.669Z] #0 6.187 + . /tmp/install/dockercli.installer [2022-12-01T00:03:08.669Z] #0 6.187 ++ : stable [2022-12-01T00:03:08.669Z] #0 6.187 ++ : 17.06.2-ce [2022-12-01T00:03:08.669Z] #0 6.187 + install_dockercli [2022-12-01T00:03:08.669Z] #0 6.187 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-12-01T00:03:08.669Z] #0 6.187 ++ uname -m [2022-12-01T00:03:08.669Z] #0 6.187 + arch=x86_64 [2022-12-01T00:03:08.669Z] #0 6.187 + '[' x86_64 '!=' x86_64 ']' [2022-12-01T00:03:08.669Z] #0 6.187 + url=https://download.docker.com/linux/static [2022-12-01T00:03:08.669Z] #0 6.187 + tar -xz docker/docker [2022-12-01T00:03:08.669Z] #0 6.187 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-12-01T00:03:08.669Z] #0 6.187 Install docker/cli version 17.06.2-ce from stable [2022-12-01T00:03:08.928Z] #34 ... [2022-12-01T00:03:08.928Z] [2022-12-01T00:03:08.928Z] #35 [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 [2022-12-01T00:03:08.928Z] #0 7.446 + git clone https://github.com/docker/distribution.git . [2022-12-01T00:03:08.928Z] #0 7.446 Cloning into '.'... [2022-12-01T00:03:07.966Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:07.966Z] > git --version # timeout=10 [2022-12-01T00:03:07.982Z] > git --version # 'git version 2.17.1' [2022-12-01T00:03:07.982Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:07.992Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:09.188Z] #35 ... [2022-12-01T00:03:09.189Z] [2022-12-01T00:03:09.189Z] #36 [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 [2022-12-01T00:03:09.189Z] #0 7.523 + RM_GOPATH=0 [2022-12-01T00:03:09.189Z] #0 7.523 + TMP_GOPATH= [2022-12-01T00:03:09.189Z] #0 7.523 + : /build [2022-12-01T00:03:09.189Z] #0 7.523 + '[' -z '' ']' [2022-12-01T00:03:09.189Z] #0 7.523 ++ mktemp -d [2022-12-01T00:03:09.189Z] #0 7.531 + export GOPATH=/tmp/tmp.uUtss5AtJf [2022-12-01T00:03:09.189Z] #0 7.531 + GOPATH=/tmp/tmp.uUtss5AtJf [2022-12-01T00:03:09.189Z] #0 7.531 + RM_GOPATH=1 [2022-12-01T00:03:09.189Z] #0 7.531 + case "$(go env GOARCH)" in [2022-12-01T00:03:09.189Z] #0 7.531 ++ go env GOARCH [2022-12-01T00:03:09.189Z] #0 7.619 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:09.189Z] #0 7.619 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:03:09.189Z] #0 7.619 ++ dirname /tmp/install/install.sh [2022-12-01T00:03:09.189Z] #0 7.632 + dir=/tmp/install [2022-12-01T00:03:09.189Z] #0 7.632 + bin=rootlesskit [2022-12-01T00:03:09.189Z] #0 7.632 + shift [2022-12-01T00:03:09.189Z] #0 7.632 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-12-01T00:03:09.189Z] #0 7.632 + . /tmp/install/rootlesskit.installer [2022-12-01T00:03:09.189Z] #0 7.632 ++ : v0.14.4 [2022-12-01T00:03:09.189Z] #0 7.632 + install_rootlesskit [2022-12-01T00:03:09.189Z] #0 7.632 + case "$1" in [2022-12-01T00:03:09.189Z] #0 7.632 + export CGO_ENABLED=0 [2022-12-01T00:03:09.189Z] #0 7.632 + CGO_ENABLED=0 [2022-12-01T00:03:09.189Z] #0 7.632 + _install_rootlesskit [2022-12-01T00:03:09.189Z] #0 7.632 + echo 'Install rootlesskit version v0.14.4' [2022-12-01T00:03:09.189Z] #0 7.632 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:03:09.189Z] #0 7.632 + GOBIN=/build [2022-12-01T00:03:09.189Z] #0 7.632 + GO111MODULE=on [2022-12-01T00:03:09.189Z] #0 7.632 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-12-01T00:03:09.189Z] #0 7.633 Install rootlesskit version v0.14.4 [2022-12-01T00:03:09.189Z] #0 8.359 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-12-01T00:03:09.189Z] #36 ... [2022-12-01T00:03:09.189Z] [2022-12-01T00:03:09.189Z] #32 [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 [2022-12-01T00:03:09.189Z] #32 11.07 go: downloading github.com/dnephin/pflag v1.0.7 [2022-12-01T00:03:09.189Z] #32 11.09 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:03:09.189Z] #32 11.11 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-12-01T00:03:09.452Z] #32 11.95 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:03:09.712Z] #32 12.03 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:03:09.712Z] #32 12.04 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-12-01T00:03:10.023Z] #32 12.19 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2022-12-01T00:03:10.482Z] #32 12.56 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2022-12-01T00:03:10.482Z] #32 12.75 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2022-12-01T00:03:11.094Z] #32 13.17 go: downloading golang.org/x/tools v0.1.11 [2022-12-01T00:03:12.269Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0099a093a26492e10) in /home/ubuntu/workspace/moby_PR-44488 [Pipeline] { [Pipeline] checkout [2022-12-01T00:03:12.431Z] The recommended git tool is: git [2022-12-01T00:03:13.105Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-085c8d581c213a701) in /home/ubuntu/workspace/moby_PR-44488 [Pipeline] { [Pipeline] checkout [2022-12-01T00:03:13.329Z] The recommended git tool is: git [2022-12-01T00:03:15.026Z] using credential docker-jenkins-github-credentials [2022-12-01T00:03:15.041Z] Cloning the remote Git repository [2022-12-01T00:03:15.041Z] Cloning with configured refspecs honoured and without tags [2022-12-01T00:03:15.300Z] #32 ... [2022-12-01T00:03:15.300Z] [2022-12-01T00:03:15.300Z] #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 [2022-12-01T00:03:15.300Z] #25 7.223 math [2022-12-01T00:03:15.300Z] #25 15.99 unicode/utf8 [2022-12-01T00:03:15.300Z] #25 17.44 internal/race [2022-12-01T00:03:15.300Z] #25 ... [2022-12-01T00:03:15.300Z] [2022-12-01T00:03:15.300Z] #36 [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 [2022-12-01T00:03:15.300Z] #36 15.11 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:03:15.300Z] #36 15.11 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:03:15.300Z] #36 15.12 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-12-01T00:03:15.300Z] #36 16.17 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-12-01T00:03:15.559Z] #36 ... [2022-12-01T00:03:15.559Z] [2022-12-01T00:03:15.559Z] #22 [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 [2022-12-01T00:03:15.559Z] #22 8.029 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:03:15.559Z] #22 8.132 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:03:15.559Z] #22 8.184 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:03:15.559Z] #22 10.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:03:15.559Z] #22 14.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:03:15.825Z] #22 ... [2022-12-01T00:03:15.825Z] [2022-12-01T00:03:15.825Z] #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 [2022-12-01T00:03:15.825Z] #25 17.82 sync/atomic [2022-12-01T00:03:14.843Z] Cloning repository https://github.com/moby/moby.git [2022-12-01T00:03:14.905Z] > git init /home/ubuntu/workspace/moby_PR-44488 # timeout=10 [2022-12-01T00:03:15.170Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:15.171Z] > git --version # timeout=10 [2022-12-01T00:03:15.183Z] > git --version # 'git version 2.17.1' [2022-12-01T00:03:15.184Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:15.185Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:16.301Z] using credential docker-jenkins-github-credentials [2022-12-01T00:03:16.311Z] Cloning the remote Git repository [2022-12-01T00:03:16.311Z] Cloning with configured refspecs honoured and without tags [2022-12-01T00:03:16.761Z] #25 ... [2022-12-01T00:03:16.761Z] [2022-12-01T00:03:16.761Z] #34 [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 [2022-12-01T00:03:16.761Z] #34 18.28 + mkdir -p /build [2022-12-01T00:03:16.761Z] #34 18.29 + mv docker/docker /build/ [2022-12-01T00:03:16.761Z] #34 18.30 + rmdir docker [2022-12-01T00:03:16.761Z] #34 DONE 19.1s [2022-12-01T00:03:16.761Z] [2022-12-01T00:03:16.761Z] #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 [2022-12-01T00:03:16.761Z] #25 19.08 unicode [2022-12-01T00:03:16.336Z] Cloning repository https://github.com/moby/moby.git [2022-12-01T00:03:16.380Z] > git init /home/ubuntu/workspace/moby_PR-44488 # timeout=10 [2022-12-01T00:03:16.598Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:16.599Z] > git --version # timeout=10 [2022-12-01T00:03:16.614Z] > git --version # 'git version 2.25.1' [2022-12-01T00:03:16.614Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:16.616Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:19.305Z] #25 ... [2022-12-01T00:03:19.305Z] [2022-12-01T00:03:19.305Z] #33 [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 [2022-12-01T00:03:19.305Z] #33 11.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:03:19.305Z] #33 16.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:03:19.305Z] #33 ... [2022-12-01T00:03:19.305Z] [2022-12-01T00:03:19.305Z] #36 [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 [2022-12-01T00:03:19.305Z] #36 21.28 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-12-01T00:03:19.883Z] #36 22.26 go: downloading github.com/google/uuid v1.3.0 [2022-12-01T00:03:19.883Z] #36 22.28 go: downloading github.com/moby/vpnkit v0.5.0 [2022-12-01T00:03:20.143Z] #36 ... [2022-12-01T00:03:20.143Z] [2022-12-01T00:03:20.143Z] #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 [2022-12-01T00:03:20.143Z] #26 12.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:03:20.143Z] #26 17.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:03:20.143Z] #26 ... [2022-12-01T00:03:20.143Z] [2022-12-01T00:03:20.143Z] #36 [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 [2022-12-01T00:03:20.143Z] #36 22.50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-12-01T00:03:20.711Z] #36 22.83 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:03:20.711Z] #36 23.02 go: downloading github.com/gorilla/mux v1.8.0 [2022-12-01T00:03:20.711Z] #36 ... [2022-12-01T00:03:20.711Z] [2022-12-01T00:03:20.711Z] #31 [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 [2022-12-01T00:03:20.711Z] #31 13.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:03:20.711Z] #31 17.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:03:20.981Z] #31 ... [2022-12-01T00:03:20.981Z] [2022-12-01T00:03:20.981Z] #22 [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 [2022-12-01T00:03:20.981Z] #22 18.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:03:21.922Z] #22 ... [2022-12-01T00:03:21.922Z] [2022-12-01T00:03:21.922Z] #36 [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 [2022-12-01T00:03:21.922Z] #36 23.55 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-12-01T00:03:21.922Z] #36 24.07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-12-01T00:03:21.922Z] #36 24.28 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-12-01T00:03:25.219Z] #36 27.49 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-12-01T00:03:27.127Z] #36 ... [2022-12-01T00:03:27.127Z] [2022-12-01T00:03:27.127Z] #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 [2022-12-01T00:03:27.127Z] #26 29.31 Fetched 8615 kB in 23s (383 kB/s) [2022-12-01T00:03:29.004Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-07e7926bba54479a6) in /home/ubuntu/workspace/moby_PR-44488 [Pipeline] { [Pipeline] checkout [2022-12-01T00:03:29.137Z] The recommended git tool is: git [2022-12-01T00:03:29.585Z] Fetching without tags [2022-12-01T00:03:29.848Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:29.496Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:29.518Z] > git config --add remote.origin.fetch +refs/pull/44488/head:refs/remotes/origin/PR-44488 # timeout=10 [2022-12-01T00:03:29.544Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:29.571Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:29.587Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:29.588Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:29.605Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:29.856Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:29.888Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:03:30.765Z] Merge succeeded, producing d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:30.765Z] Checking out Revision d2b734d12048443da140d62c94d612e5c026e77d (PR-44488) [2022-12-01T00:03:31.501Z] Fetching without tags [2022-12-01T00:03:31.390Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:31.402Z] > git config --add remote.origin.fetch +refs/pull/44488/head:refs/remotes/origin/PR-44488 # timeout=10 [2022-12-01T00:03:31.418Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:31.439Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:31.504Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:31.504Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:31.505Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:31.860Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:31.928Z] using credential docker-jenkins-github-credentials [2022-12-01T00:03:31.949Z] Cloning the remote Git repository [2022-12-01T00:03:31.950Z] Cloning with configured refspecs honoured and without tags [2022-12-01T00:03:32.420Z] #26 29.31 Reading package lists... [2022-12-01T00:03:32.420Z] #26 ... [2022-12-01T00:03:32.420Z] [2022-12-01T00:03:32.420Z] #27 [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 [2022-12-01T00:03:32.420Z] #27 DONE 34.1s [2022-12-01T00:03:32.420Z] [2022-12-01T00:03:32.420Z] #30 [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 [2022-12-01T00:03:32.420Z] #30 31.74 Updating files: 56% (1076/1910) Updating files: 57% (1089/1910) Updating files: 58% (1108/1910) Updating files: 59% (1127/1910) Updating files: 60% (1146/1910) Updating files: 61% (1166/1910) Updating files: 62% (1185/1910) Updating files: 63% (1204/1910) Updating files: 64% (1223/1910) Updating files: 65% (1242/1910) Updating files: 66% (1261/1910) Updating files: 67% (1280/1910) Updating files: 68% (1299/1910) Updating files: 69% (1318/1910) Updating files: 70% (1337/1910) Updating files: 71% (1357/1910) Updating files: 72% (1376/1910) Updating files: 73% (1395/1910) Updating files: 74% (1414/1910) Updating files: 75% (1433/1910) Updating files: 76% (1452/1910) Updating files: 77% (1471/1910) Updating files: 78% (1490/1910) Updating files: 79% (1509/1910) Updating files: 80% (1528/1910) Updating files: 81% (1548/1910) Updating files: 82% (1567/1910) Updating files: 83% (1586/1910) Updating files: 84% (1605/1910) Updating files: 85% (1624/1910) Updating files: 86% (1643/1910) Updating files: 87% (1662/1910) Updating files: 88% (1681/1910) Updating files: 89% (1700/1910) Updating files: 90% (1719/1910) Updating files: 91% (1739/1910) Updating files: 92% (1758/1910) Updating files: 93% (1777/1910) Updating files: 94% (1796/1910) Updating files: 95% (1815/1910) Updating files: 96% (1834/1910) Updating files: 97% (1853/1910) Updating files: 98% (1872/1910) Updating files: 99% (1891/1910) Updating files: 100% (1910/1910) Updating files: 100% (1910/1910), done. [2022-12-01T00:03:32.420Z] #30 32.63 + cd /tmp/tmp.9mI76h3mZ4/src/github.com/docker/libnetwork [2022-12-01T00:03:32.420Z] #30 32.64 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:03:32.420Z] #30 32.85 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-12-01T00:03:32.020Z] Cloning repository https://github.com/moby/moby.git [2022-12-01T00:03:32.085Z] > git init /home/ubuntu/workspace/moby_PR-44488 # timeout=10 [2022-12-01T00:03:32.368Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:32.368Z] > git --version # timeout=10 [2022-12-01T00:03:32.423Z] > git --version # 'git version 2.25.1' [2022-12-01T00:03:32.424Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:32.455Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:30.627Z] > git remote # timeout=10 [2022-12-01T00:03:30.640Z] > git config --get remote.origin.url # timeout=10 [2022-12-01T00:03:30.651Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:30.716Z] > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10 [2022-12-01T00:03:30.737Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-01T00:03:30.766Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:30.780Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:03:31.907Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:31.915Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:03:33.807Z] #30 ... [2022-12-01T00:03:33.807Z] [2022-12-01T00:03:33.807Z] #32 [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 [2022-12-01T00:03:33.807Z] #32 25.85 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2022-12-01T00:03:33.807Z] #32 ... [2022-12-01T00:03:33.807Z] [2022-12-01T00:03:33.807Z] #36 [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 [2022-12-01T00:03:33.807Z] #36 34.60 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-12-01T00:03:34.007Z] Merge succeeded, producing d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:34.007Z] Checking out Revision d2b734d12048443da140d62c94d612e5c026e77d (PR-44488) [2022-12-01T00:03:33.888Z] > git remote # timeout=10 [2022-12-01T00:03:33.894Z] > git config --get remote.origin.url # timeout=10 [2022-12-01T00:03:33.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:33.986Z] > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10 [2022-12-01T00:03:33.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-01T00:03:34.007Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:34.014Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:03:35.726Z] #36 ... [2022-12-01T00:03:35.726Z] [2022-12-01T00:03:35.727Z] #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 [2022-12-01T00:03:35.727Z] #25 27.81 encoding [2022-12-01T00:03:35.727Z] #25 ... [2022-12-01T00:03:35.727Z] [2022-12-01T00:03:35.727Z] #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 [2022-12-01T00:03:35.727Z] #26 29.31 Reading package lists... [2022-12-01T00:03:35.741Z] Commit message: "[20.10] update gotestsum to v1.8.2" [2022-12-01T00:03:35.990Z] #26 37.75 Reading package lists... [2022-12-01T00:03:35.990Z] #26 ... [2022-12-01T00:03:35.990Z] [2022-12-01T00:03:35.990Z] #33 [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 [2022-12-01T00:03:35.990Z] #33 28.31 Fetched 8615 kB in 22s (388 kB/s) [2022-12-01T00:03:35.990Z] #33 28.31 Reading package lists... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-12-01T00:03:36.250Z] #33 37.10 Reading package lists... [2022-12-01T00:03:36.250Z] #33 ... [2022-12-01T00:03:36.250Z] [2022-12-01T00:03:36.250Z] #31 [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 [2022-12-01T00:03:36.250Z] #31 29.82 Fetched 8615 kB in 23s (383 kB/s) [2022-12-01T00:03:36.250Z] #31 29.82 Reading package lists... [2022-12-01T00:03:36.646Z] + docker version [2022-12-01T00:03:36.849Z] Fetching without tags [2022-12-01T00:03:37.208Z] #31 38.38 Reading package lists... [2022-12-01T00:03:37.208Z] #31 ... [2022-12-01T00:03:37.208Z] [2022-12-01T00:03:37.208Z] #22 [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 [2022-12-01T00:03:37.208Z] #22 30.89 Fetched 8615 kB in 23s (370 kB/s) [2022-12-01T00:03:37.208Z] #22 30.89 Reading package lists... [2022-12-01T00:03:37.267Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:37.783Z] #22 39.23 Reading package lists... [2022-12-01T00:03:37.783Z] #22 ... [2022-12-01T00:03:37.783Z] [2022-12-01T00:03:37.783Z] #35 [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 [2022-12-01T00:03:38.204Z] Commit message: "[20.10] update gotestsum to v1.8.2" [2022-12-01T00:03:38.302Z] #35 39.97 Updating files: 67% (1496/2209) Updating files: 68% (1503/2209) Updating files: 69% (1525/2209) Updating files: 70% (1547/2209) Updating files: 71% (1569/2209) Updating files: 72% (1591/2209) Updating files: 73% (1613/2209) Updating files: 74% (1635/2209) Updating files: 75% (1657/2209) Updating files: 76% (1679/2209) Updating files: 77% (1701/2209) Updating files: 78% (1724/2209) Updating files: 79% (1746/2209) Updating files: 80% (1768/2209) Updating files: 81% (1790/2209) Updating files: 82% (1812/2209) Updating files: 83% (1834/2209) Updating files: 84% (1856/2209) Updating files: 85% (1878/2209) Updating files: 86% (1900/2209) Updating files: 87% (1922/2209) Updating files: 88% (1944/2209) Updating files: 89% (1967/2209) Updating files: 90% (1989/2209) Updating files: 91% (2011/2209) Updating files: 92% (2033/2209) Updating files: 93% (2055/2209) Updating files: 94% (2077/2209) Updating files: 95% (2099/2209) Updating files: 96% (2121/2209) Updating files: 97% (2143/2209) Updating files: 98% (2165/2209) Updating files: 99% (2187/2209) Updating files: 100% (2209/2209) Updating files: 100% (2209/2209), done. [2022-12-01T00:03:38.302Z] #35 40.63 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-12-01T00:03:38.353Z] Merge succeeded, producing d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:38.354Z] Checking out Revision d2b734d12048443da140d62c94d612e5c026e77d (PR-44488) [2022-12-01T00:03:36.695Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:36.719Z] > git config --add remote.origin.fetch +refs/pull/44488/head:refs/remotes/origin/PR-44488 # timeout=10 [2022-12-01T00:03:36.739Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:36.772Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:36.853Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:36.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:36.855Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:37.236Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:37.268Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:03:38.186Z] > git remote # timeout=10 [2022-12-01T00:03:38.223Z] > git config --get remote.origin.url # timeout=10 [2022-12-01T00:03:38.263Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:38.264Z] > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10 [2022-12-01T00:03:38.291Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-01T00:03:38.320Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:38.339Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-12-01T00:03:39.120Z] + docker version [2022-12-01T00:03:40.847Z] #35 42.85 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-12-01T00:03:42.414Z] Commit message: "[20.10] update gotestsum to v1.8.2" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-12-01T00:03:43.396Z] #35 ... [2022-12-01T00:03:43.397Z] [2022-12-01T00:03:43.397Z] #22 [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 [2022-12-01T00:03:43.397Z] #22 39.23 Reading package lists... [2022-12-01T00:03:43.478Z] + docker version [2022-12-01T00:03:45.313Z] #22 45.83 Building dependency tree... [2022-12-01T00:03:48.608Z] #22 51.08 The following additional packages will be installed: [2022-12-01T00:03:48.608Z] #22 51.11 libbtrfs0 [2022-12-01T00:03:49.182Z] #22 51.49 The following NEW packages will be installed: [2022-12-01T00:03:49.182Z] #22 51.49 libbtrfs-dev libbtrfs0 [2022-12-01T00:03:49.442Z] #22 ... [2022-12-01T00:03:49.442Z] [2022-12-01T00:03:49.442Z] #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 [2022-12-01T00:03:49.442Z] #26 37.75 Reading package lists... [2022-12-01T00:03:49.442Z] #26 44.39 Building dependency tree... [2022-12-01T00:03:49.442Z] #26 49.73 The following additional packages will be installed: [2022-12-01T00:03:49.442Z] #26 49.76 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:03:49.442Z] #26 49.77 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-12-01T00:03:49.442Z] #26 49.77 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-12-01T00:03:49.442Z] #26 49.77 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-12-01T00:03:49.442Z] #26 49.77 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-12-01T00:03:49.442Z] #26 49.78 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-12-01T00:03:49.442Z] #26 49.80 mingw-w64-common mingw-w64-x86-64-dev [2022-12-01T00:03:49.442Z] #26 49.81 Suggested packages: [2022-12-01T00:03:49.442Z] #26 49.84 gcc-10-locales seccomp wine64 [2022-12-01T00:03:50.010Z] #26 ... [2022-12-01T00:03:50.010Z] [2022-12-01T00:03:50.010Z] #22 [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 [2022-12-01T00:03:50.010Z] #22 52.28 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:03:50.010Z] #22 52.28 Need to get 460 kB of archives. [2022-12-01T00:03:50.010Z] #22 52.28 After this operation, 1237 kB of additional disk space will be used. [2022-12-01T00:03:50.010Z] #22 52.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:03:50.272Z] #22 52.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:03:51.225Z] #22 ... [2022-12-01T00:03:51.225Z] [2022-12-01T00:03:51.225Z] #33 [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 [2022-12-01T00:03:51.225Z] #33 37.10 Reading package lists... [2022-12-01T00:03:51.225Z] #33 43.58 Building dependency tree... [2022-12-01T00:03:51.225Z] #33 48.93 The following additional packages will be installed: [2022-12-01T00:03:51.225Z] #33 48.94 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2022-12-01T00:03:51.225Z] #33 48.95 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2022-12-01T00:03:51.225Z] #33 48.97 Suggested packages: [2022-12-01T00:03:51.225Z] #33 49.00 manpages-dev protobuf-mode-el python3-setuptools [2022-12-01T00:03:51.225Z] #33 51.51 The following NEW packages will be installed: [2022-12-01T00:03:51.225Z] #33 51.52 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2022-12-01T00:03:51.225Z] #33 51.52 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2022-12-01T00:03:51.225Z] #33 51.52 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2022-12-01T00:03:51.225Z] #33 51.53 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2022-12-01T00:03:51.225Z] #33 52.28 0 upgraded, 18 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:03:51.225Z] #33 52.28 Need to get 4583 kB of archives. [2022-12-01T00:03:51.225Z] #33 52.28 After this operation, 25.9 MB of additional disk space will be used. [2022-12-01T00:03:51.225Z] #33 52.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:03:51.225Z] #33 52.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-12-01T00:03:51.225Z] #33 52.55 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:03:51.226Z] #33 52.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-12-01T00:03:51.226Z] #33 52.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-12-01T00:03:51.226Z] #33 52.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2022-12-01T00:03:51.226Z] #33 53.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:03:51.226Z] #33 53.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-12-01T00:03:51.226Z] #33 53.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2022-12-01T00:03:51.226Z] #33 53.35 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-12-01T00:03:51.226Z] #33 ... [2022-12-01T00:03:51.226Z] [2022-12-01T00:03:51.226Z] #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 [2022-12-01T00:03:51.226Z] #26 52.40 The following NEW packages will be installed: [2022-12-01T00:03:51.226Z] #26 52.41 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:03:51.226Z] #26 52.41 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-12-01T00:03:51.226Z] #26 52.41 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-12-01T00:03:51.226Z] #26 52.41 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-12-01T00:03:51.226Z] #26 52.41 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-12-01T00:03:51.226Z] #26 52.42 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-12-01T00:03:51.226Z] #26 52.43 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-12-01T00:03:51.226Z] #26 52.43 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-12-01T00:03:51.226Z] #26 52.44 mingw-w64-x86-64-dev [2022-12-01T00:03:51.226Z] #26 53.23 0 upgraded, 30 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:03:51.226Z] #26 53.23 Need to get 115 MB of archives. [2022-12-01T00:03:51.226Z] #26 53.23 After this operation, 645 MB of additional disk space will be used. [2022-12-01T00:03:51.226Z] #26 53.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-12-01T00:03:51.226Z] #26 ... [2022-12-01T00:03:51.226Z] [2022-12-01T00:03:51.226Z] #29 [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 [2022-12-01T00:03:51.226Z] #29 DONE 53.7s [2022-12-01T00:03:51.226Z] [2022-12-01T00:03:51.226Z] #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 [2022-12-01T00:03:51.226Z] #26 53.68 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-12-01T00:03:51.795Z] #26 53.89 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-12-01T00:03:51.795Z] #26 53.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-12-01T00:03:51.795Z] #26 53.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-12-01T00:03:51.795Z] #26 54.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-12-01T00:03:52.374Z] #26 54.76 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-12-01T00:03:52.634Z] #26 ... [2022-12-01T00:03:52.634Z] [2022-12-01T00:03:52.634Z] #31 [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 [2022-12-01T00:03:52.634Z] #31 38.38 Reading package lists... [2022-12-01T00:03:52.634Z] #31 45.10 Building dependency tree... [2022-12-01T00:03:52.634Z] #31 51.23 The following additional packages will be installed: [2022-12-01T00:03:52.634Z] #31 51.25 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-12-01T00:03:52.634Z] #31 51.28 Suggested packages: [2022-12-01T00:03:52.635Z] #31 51.32 cmake-doc ninja-build lrzip [2022-12-01T00:03:52.635Z] #31 51.32 Recommended packages: [2022-12-01T00:03:52.635Z] #31 51.32 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-12-01T00:03:52.635Z] #31 52.82 The following NEW packages will be installed: [2022-12-01T00:03:52.635Z] #31 52.83 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-12-01T00:03:52.635Z] #31 52.85 vim-common xxd [2022-12-01T00:03:52.635Z] #31 53.45 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:03:52.635Z] #31 53.45 Need to get 17.7 MB of archives. [2022-12-01T00:03:52.635Z] #31 53.45 After this operation, 70.7 MB of additional disk space will be used. [2022-12-01T00:03:52.635Z] #31 53.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:03:52.635Z] #31 53.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:03:52.635Z] #31 53.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-12-01T00:03:52.635Z] #31 53.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:03:52.635Z] #31 54.63 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2022-12-01T00:03:52.635Z] #31 54.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-12-01T00:03:52.635Z] #31 54.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-12-01T00:03:52.635Z] #31 54.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-12-01T00:03:52.635Z] #31 54.68 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-12-01T00:03:52.635Z] #31 54.68 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-12-01T00:03:52.635Z] #31 ... [2022-12-01T00:03:52.635Z] [2022-12-01T00:03:52.635Z] #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 [2022-12-01T00:03:52.635Z] #26 55.04 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-12-01T00:03:52.635Z] #26 55.04 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-12-01T00:03:53.064Z] Fetching without tags [2022-12-01T00:03:52.926Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:52.973Z] > git config --add remote.origin.fetch +refs/pull/44488/head:refs/remotes/origin/PR-44488 # timeout=10 [2022-12-01T00:03:53.006Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:53.032Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:03:53.109Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:03:53.110Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:53.132Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:03:53.406Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:54.027Z] #26 56.12 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:03:53.416Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:53.435Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:03:55.405Z] #26 ... [2022-12-01T00:03:55.405Z] [2022-12-01T00:03:55.405Z] #22 [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 [2022-12-01T00:03:55.405Z] #22 53.88 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:03:55.405Z] #22 54.36 Fetched 460 kB in 1s (486 kB/s) [2022-12-01T00:03:55.405Z] #22 54.65 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:03:55.405Z] #22 54.65 (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 ... 15718 files and directories currently installed.) [2022-12-01T00:03:55.405Z] #22 54.71 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:03:55.405Z] #22 54.80 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:03:55.405Z] #22 55.33 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:03:55.405Z] #22 55.33 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:03:55.405Z] #22 55.35 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:03:55.405Z] #22 56.71 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:03:55.405Z] #22 56.77 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:03:55.405Z] #22 56.78 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:03:55.405Z] #22 DONE 57.6s [2022-12-01T00:03:55.405Z] [2022-12-01T00:03:55.405Z] #31 [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 [2022-12-01T00:03:55.405Z] #31 56.85 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:03:55.405Z] #31 57.25 Fetched 17.7 MB in 2s (8148 kB/s) [2022-12-01T00:03:55.405Z] #31 57.59 Selecting previously unselected package xxd. [2022-12-01T00:03:55.406Z] #31 57.59 (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 ... 15718 files and directories currently installed.) [2022-12-01T00:03:55.406Z] #31 57.71 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:03:55.406Z] #31 57.73 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:03:55.728Z] Merge succeeded, producing d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:03:55.728Z] Checking out Revision d2b734d12048443da140d62c94d612e5c026e77d (PR-44488) [2022-12-01T00:03:55.972Z] #31 58.17 Selecting previously unselected package vim-common. [2022-12-01T00:03:55.972Z] #31 58.19 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:03:55.972Z] #31 58.21 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:03:56.234Z] #31 58.69 Selecting previously unselected package cmake-data. [2022-12-01T00:03:56.234Z] #31 58.69 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-12-01T00:03:56.493Z] #31 58.71 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:03:55.558Z] > git remote # timeout=10 [2022-12-01T00:03:55.572Z] > git config --get remote.origin.url # timeout=10 [2022-12-01T00:03:55.584Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:03:55.631Z] > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10 [2022-12-01T00:03:55.717Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-01T00:03:55.771Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:03:55.781Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:03:58.358Z] Client: Docker Engine - Community [2022-12-01T00:03:58.358Z] Version: 22.06.0-beta.0 [2022-12-01T00:03:58.358Z] API version: 1.42 [2022-12-01T00:03:58.358Z] Go version: go1.18.3 [2022-12-01T00:03:58.358Z] Git commit: 3e9117b [2022-12-01T00:03:58.358Z] Built: Fri Jun 3 17:55:46 2022 [2022-12-01T00:03:58.358Z] OS/Arch: linux/amd64 [2022-12-01T00:03:58.358Z] Context: default [2022-12-01T00:03:58.358Z] [2022-12-01T00:03:58.358Z] Server: Docker Engine - Community [2022-12-01T00:03:58.358Z] Engine: [2022-12-01T00:03:58.358Z] Version: 22.06.0-beta.0 [2022-12-01T00:03:58.358Z] API version: 1.42 (minimum version 1.12) [2022-12-01T00:03:58.358Z] Go version: go1.18.3 [2022-12-01T00:03:58.358Z] Git commit: 38633e7 [2022-12-01T00:03:58.358Z] Built: Fri Jun 3 17:55:46 2022 [2022-12-01T00:03:58.358Z] OS/Arch: linux/amd64 [2022-12-01T00:03:58.358Z] Experimental: true [2022-12-01T00:03:58.358Z] containerd: [2022-12-01T00:03:58.358Z] Version: 1.6.8 [2022-12-01T00:03:58.358Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:03:58.358Z] runc: [2022-12-01T00:03:58.358Z] Version: 1.1.4 [2022-12-01T00:03:58.358Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-12-01T00:03:58.358Z] docker-init: [2022-12-01T00:03:58.358Z] Version: 0.19.0 [2022-12-01T00:03:58.358Z] GitCommit: de40ad0 [Pipeline] sh [2022-12-01T00:03:58.639Z] Client: Docker Engine - Community [2022-12-01T00:03:58.639Z] Version: 22.06.0-beta.0 [2022-12-01T00:03:58.639Z] API version: 1.42 [2022-12-01T00:03:58.639Z] Go version: go1.18.3 [2022-12-01T00:03:58.639Z] Git commit: 3e9117b [2022-12-01T00:03:58.639Z] Built: Fri Jun 3 17:55:46 2022 [2022-12-01T00:03:58.639Z] OS/Arch: linux/amd64 [2022-12-01T00:03:58.639Z] Context: default [2022-12-01T00:03:58.639Z] [2022-12-01T00:03:58.639Z] Server: Docker Engine - Community [2022-12-01T00:03:58.639Z] Engine: [2022-12-01T00:03:58.639Z] Version: 22.06.0-beta.0 [2022-12-01T00:03:58.639Z] API version: 1.42 (minimum version 1.12) [2022-12-01T00:03:58.639Z] Go version: go1.18.3 [2022-12-01T00:03:58.639Z] Git commit: 38633e7 [2022-12-01T00:03:58.639Z] Built: Fri Jun 3 17:55:46 2022 [2022-12-01T00:03:58.639Z] OS/Arch: linux/amd64 [2022-12-01T00:03:58.639Z] Experimental: true [2022-12-01T00:03:58.639Z] containerd: [2022-12-01T00:03:58.639Z] Version: 1.6.8 [2022-12-01T00:03:58.639Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:03:58.639Z] runc: [2022-12-01T00:03:58.639Z] Version: 1.1.4 [2022-12-01T00:03:58.639Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-12-01T00:03:58.639Z] docker-init: [2022-12-01T00:03:58.639Z] Version: 0.19.0 [2022-12-01T00:03:58.639Z] GitCommit: de40ad0 [2022-12-01T00:03:58.729Z] + docker info [2022-12-01T00:03:58.729Z] Client: [2022-12-01T00:03:58.729Z] Context: default [2022-12-01T00:03:58.729Z] Debug Mode: false [2022-12-01T00:03:58.729Z] Plugins: [2022-12-01T00:03:58.729Z] buildx: Docker Buildx (Docker Inc.) [2022-12-01T00:03:58.729Z] Version: c5aec24 [2022-12-01T00:03:58.729Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2022-12-01T00:03:58.729Z] compose: Docker Compose (Docker Inc.) [2022-12-01T00:03:58.729Z] Version: v2.12.0 [2022-12-01T00:03:58.729Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-12-01T00:03:58.729Z] scan: Docker Scan (Docker Inc.) [2022-12-01T00:03:58.729Z] Version: v0.17.0 [2022-12-01T00:03:58.729Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2022-12-01T00:03:58.729Z] [2022-12-01T00:03:58.729Z] Server: [2022-12-01T00:03:58.729Z] Containers: 0 [2022-12-01T00:03:58.729Z] Running: 0 [2022-12-01T00:03:58.729Z] Paused: 0 [2022-12-01T00:03:58.729Z] Stopped: 0 [2022-12-01T00:03:58.729Z] Images: 0 [2022-12-01T00:03:58.729Z] Server Version: 22.06.0-beta.0 [2022-12-01T00:03:58.729Z] Storage Driver: overlay2 [2022-12-01T00:03:58.729Z] Backing Filesystem: extfs [2022-12-01T00:03:58.729Z] Supports d_type: true [2022-12-01T00:03:58.729Z] Using metacopy: false [2022-12-01T00:03:58.729Z] Native Overlay Diff: true [2022-12-01T00:03:58.729Z] userxattr: false [2022-12-01T00:03:58.729Z] Logging Driver: json-file [2022-12-01T00:03:58.729Z] Cgroup Driver: cgroupfs [2022-12-01T00:03:58.729Z] Cgroup Version: 1 [2022-12-01T00:03:58.729Z] Plugins: [2022-12-01T00:03:58.729Z] Volume: local [2022-12-01T00:03:58.729Z] Network: bridge host ipvlan macvlan null overlay [2022-12-01T00:03:58.729Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-12-01T00:03:58.729Z] Swarm: inactive [2022-12-01T00:03:58.729Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-12-01T00:03:58.729Z] Default Runtime: runc [2022-12-01T00:03:58.729Z] Init Binary: docker-init [2022-12-01T00:03:58.729Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:03:58.729Z] runc version: v1.1.4-0-g5fd4c4d [2022-12-01T00:03:58.729Z] init version: de40ad0 [2022-12-01T00:03:58.729Z] Security Options: [2022-12-01T00:03:58.729Z] apparmor [2022-12-01T00:03:58.729Z] seccomp [2022-12-01T00:03:58.729Z] Profile: builtin [2022-12-01T00:03:58.729Z] Kernel Version: 5.4.0-1088-aws [2022-12-01T00:03:58.729Z] Operating System: Ubuntu 18.04.6 LTS [2022-12-01T00:03:58.729Z] OSType: linux [2022-12-01T00:03:58.729Z] Architecture: x86_64 [2022-12-01T00:03:58.729Z] CPUs: 2 [2022-12-01T00:03:58.729Z] Total Memory: 7.483GiB [2022-12-01T00:03:58.729Z] Name: ip-10-100-67-56 [2022-12-01T00:03:58.729Z] ID: 46afdfad-1825-4e95-81cd-12ef0a946260 [2022-12-01T00:03:58.729Z] Docker Root Dir: /var/lib/docker [2022-12-01T00:03:58.729Z] Debug Mode: false [2022-12-01T00:03:58.729Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:03:58.729Z] Labels: [2022-12-01T00:03:58.729Z] Experimental: true [2022-12-01T00:03:58.729Z] Insecure Registries: [2022-12-01T00:03:58.729Z] 127.0.0.0/8 [2022-12-01T00:03:58.729Z] Live Restore Enabled: true [2022-12-01T00:03:58.729Z] [2022-12-01T00:03:58.729Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] sh [2022-12-01T00:03:59.074Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:03:59.074Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:03:59.074Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44488/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-12-01T00:03:59.074Z] + bash /home/ubuntu/workspace/moby_PR-44488/check-config.sh [2022-12-01T00:03:59.074Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-12-01T00:03:59.074Z] info: reading kernel config from /boot/config-5.4.0-1088-aws ... [2022-12-01T00:03:59.074Z] [2022-12-01T00:03:59.074Z] Generally Necessary: [2022-12-01T00:03:59.074Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-12-01T00:03:59.074Z] - apparmor: enabled and tools installed [2022-12-01T00:03:59.074Z] - CONFIG_NAMESPACES: enabled [2022-12-01T00:03:59.074Z] - CONFIG_NET_NS: enabled [2022-12-01T00:03:59.074Z] - CONFIG_PID_NS: enabled [2022-12-01T00:03:59.074Z] - CONFIG_IPC_NS: enabled [2022-12-01T00:03:59.074Z] - CONFIG_UTS_NS: enabled [2022-12-01T00:03:59.074Z] - CONFIG_CGROUPS: enabled [2022-12-01T00:03:59.074Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-12-01T00:03:59.074Z] - CONFIG_CGROUP_DEVICE: enabled [2022-12-01T00:03:59.074Z] - CONFIG_CGROUP_FREEZER: enabled [2022-12-01T00:03:59.074Z] - CONFIG_CGROUP_SCHED: enabled [2022-12-01T00:03:59.074Z] - CONFIG_CPUSETS: enabled [2022-12-01T00:03:59.074Z] - CONFIG_MEMCG: enabled [2022-12-01T00:03:59.074Z] - CONFIG_KEYS: enabled [2022-12-01T00:03:59.074Z] - CONFIG_VETH: enabled (as module) [2022-12-01T00:03:59.074Z] - CONFIG_BRIDGE: enabled (as module) [2022-12-01T00:03:59.074Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-12-01T00:03:59.074Z] - CONFIG_NF_NAT_IPV4: missing [2022-12-01T00:03:59.074Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-12-01T00:03:59.105Z] + docker info [2022-12-01T00:03:59.105Z] Client: [2022-12-01T00:03:59.105Z] Context: default [2022-12-01T00:03:59.105Z] Debug Mode: false [2022-12-01T00:03:59.105Z] Plugins: [2022-12-01T00:03:59.105Z] buildx: Docker Buildx (Docker Inc.) [2022-12-01T00:03:59.105Z] Version: c5aec24 [2022-12-01T00:03:59.105Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2022-12-01T00:03:59.105Z] compose: Docker Compose (Docker Inc.) [2022-12-01T00:03:59.105Z] Version: v2.12.0 [2022-12-01T00:03:59.105Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-12-01T00:03:59.105Z] scan: Docker Scan (Docker Inc.) [2022-12-01T00:03:59.105Z] Version: v0.17.0 [2022-12-01T00:03:59.105Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2022-12-01T00:03:59.105Z] [2022-12-01T00:03:59.105Z] Server: [2022-12-01T00:03:59.105Z] Containers: 0 [2022-12-01T00:03:59.105Z] Running: 0 [2022-12-01T00:03:59.105Z] Paused: 0 [2022-12-01T00:03:59.105Z] Stopped: 0 [2022-12-01T00:03:59.105Z] Images: 0 [2022-12-01T00:03:59.105Z] Server Version: 22.06.0-beta.0 [2022-12-01T00:03:59.105Z] Storage Driver: overlay2 [2022-12-01T00:03:59.105Z] Backing Filesystem: extfs [2022-12-01T00:03:59.105Z] Supports d_type: true [2022-12-01T00:03:59.105Z] Using metacopy: false [2022-12-01T00:03:59.105Z] Native Overlay Diff: true [2022-12-01T00:03:59.105Z] userxattr: false [2022-12-01T00:03:59.105Z] Logging Driver: json-file [2022-12-01T00:03:59.105Z] Cgroup Driver: cgroupfs [2022-12-01T00:03:59.105Z] Cgroup Version: 1 [2022-12-01T00:03:59.105Z] Plugins: [2022-12-01T00:03:59.105Z] Volume: local [2022-12-01T00:03:59.105Z] Network: bridge host ipvlan macvlan null overlay [2022-12-01T00:03:59.105Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-12-01T00:03:59.105Z] Swarm: inactive [2022-12-01T00:03:59.105Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-12-01T00:03:59.105Z] Default Runtime: runc [2022-12-01T00:03:59.105Z] Init Binary: docker-init [2022-12-01T00:03:59.105Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:03:59.105Z] runc version: v1.1.4-0-g5fd4c4d [2022-12-01T00:03:59.105Z] init version: de40ad0 [2022-12-01T00:03:59.105Z] Security Options: [2022-12-01T00:03:59.105Z] apparmor [2022-12-01T00:03:59.105Z] seccomp [2022-12-01T00:03:59.105Z] Profile: builtin [2022-12-01T00:03:59.105Z] Kernel Version: 5.4.0-1088-aws [2022-12-01T00:03:59.105Z] Operating System: Ubuntu 18.04.6 LTS [2022-12-01T00:03:59.105Z] OSType: linux [2022-12-01T00:03:59.105Z] Architecture: x86_64 [2022-12-01T00:03:59.105Z] CPUs: 2 [2022-12-01T00:03:59.105Z] Total Memory: 7.565GiB [2022-12-01T00:03:59.105Z] Name: ip-10-100-51-44 [2022-12-01T00:03:59.105Z] ID: 46afdfad-1825-4e95-81cd-12ef0a946260 [2022-12-01T00:03:59.105Z] Docker Root Dir: /var/lib/docker [2022-12-01T00:03:59.105Z] Debug Mode: false [2022-12-01T00:03:59.105Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:03:59.105Z] Labels: [2022-12-01T00:03:59.105Z] Experimental: true [2022-12-01T00:03:59.105Z] Insecure Registries: [2022-12-01T00:03:59.105Z] 127.0.0.0/8 [2022-12-01T00:03:59.105Z] Live Restore Enabled: true [2022-12-01T00:03:59.105Z] [2022-12-01T00:03:59.105Z] WARNING: No swap limit support [Pipeline] sh [2022-12-01T00:03:59.338Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_NF_NAT: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_NF_NAT_NEEDED: missing [2022-12-01T00:03:59.339Z] - CONFIG_POSIX_MQUEUE: enabled [2022-12-01T00:03:59.339Z] [2022-12-01T00:03:59.339Z] Optional Features: [2022-12-01T00:03:59.339Z] - CONFIG_USER_NS: enabled [2022-12-01T00:03:59.339Z] - CONFIG_SECCOMP: enabled [2022-12-01T00:03:59.339Z] - CONFIG_CGROUP_PIDS: enabled [2022-12-01T00:03:59.339Z] - CONFIG_MEMCG_SWAP: enabled [2022-12-01T00:03:59.339Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-12-01T00:03:59.339Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-12-01T00:03:59.339Z] - CONFIG_BLK_CGROUP: enabled [2022-12-01T00:03:59.339Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-12-01T00:03:59.339Z] - CONFIG_IOSCHED_CFQ: missing [2022-12-01T00:03:59.339Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-12-01T00:03:59.339Z] - CONFIG_CGROUP_PERF: enabled [2022-12-01T00:03:59.339Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-12-01T00:03:59.339Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-12-01T00:03:59.339Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-12-01T00:03:59.339Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-12-01T00:03:59.339Z] - CONFIG_RT_GROUP_SCHED: missing [2022-12-01T00:03:59.339Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_IP_VS: enabled (as module) [2022-12-01T00:03:59.339Z] - CONFIG_IP_VS_NFCT: enabled [2022-12-01T00:03:59.402Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:03:59.402Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:03:59.402Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44488/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-12-01T00:03:59.402Z] + bash /home/ubuntu/workspace/moby_PR-44488/check-config.sh [2022-12-01T00:03:59.402Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-12-01T00:03:59.402Z] info: reading kernel config from /boot/config-5.4.0-1088-aws ... [2022-12-01T00:03:59.402Z] [2022-12-01T00:03:59.402Z] Generally Necessary: [2022-12-01T00:03:59.402Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-12-01T00:03:59.402Z] - apparmor: enabled and tools installed [2022-12-01T00:03:59.402Z] - CONFIG_NAMESPACES: enabled [2022-12-01T00:03:59.402Z] - CONFIG_NET_NS: enabled [2022-12-01T00:03:59.402Z] - CONFIG_PID_NS: enabled [2022-12-01T00:03:59.402Z] - CONFIG_IPC_NS: enabled [2022-12-01T00:03:59.402Z] - CONFIG_UTS_NS: enabled [2022-12-01T00:03:59.402Z] - CONFIG_CGROUPS: enabled [2022-12-01T00:03:59.402Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-12-01T00:03:59.402Z] - CONFIG_CGROUP_DEVICE: enabled [2022-12-01T00:03:59.402Z] - CONFIG_CGROUP_FREEZER: enabled [2022-12-01T00:03:59.402Z] - CONFIG_CGROUP_SCHED: enabled [2022-12-01T00:03:59.402Z] - CONFIG_CPUSETS: enabled [2022-12-01T00:03:59.402Z] - CONFIG_MEMCG: enabled [2022-12-01T00:03:59.402Z] - CONFIG_KEYS: enabled [2022-12-01T00:03:59.402Z] - CONFIG_VETH: enabled (as module) [2022-12-01T00:03:59.402Z] - CONFIG_BRIDGE: enabled (as module) [2022-12-01T00:03:59.402Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-12-01T00:03:59.402Z] - CONFIG_NF_NAT_IPV4: missing [2022-12-01T00:03:59.402Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-12-01T00:03:59.611Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-12-01T00:03:59.611Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_EXT4_FS: enabled [2022-12-01T00:03:59.611Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-12-01T00:03:59.611Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-12-01T00:03:59.611Z] - Network Drivers: [2022-12-01T00:03:59.611Z] - "overlay": [2022-12-01T00:03:59.611Z] - CONFIG_VXLAN: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-12-01T00:03:59.611Z] Optional (for encrypted networks): [2022-12-01T00:03:59.611Z] - CONFIG_CRYPTO: enabled [2022-12-01T00:03:59.611Z] - CONFIG_CRYPTO_AEAD: enabled [2022-12-01T00:03:59.611Z] - CONFIG_CRYPTO_GCM: enabled [2022-12-01T00:03:59.611Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-12-01T00:03:59.611Z] - CONFIG_CRYPTO_GHASH: enabled [2022-12-01T00:03:59.611Z] - CONFIG_XFRM: enabled [2022-12-01T00:03:59.611Z] - CONFIG_XFRM_USER: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_INET_ESP: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-12-01T00:03:59.611Z] - "ipvlan": [2022-12-01T00:03:59.611Z] - CONFIG_IPVLAN: enabled (as module) [2022-12-01T00:03:59.611Z] - "macvlan": [2022-12-01T00:03:59.611Z] - CONFIG_MACVLAN: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_DUMMY: enabled (as module) [2022-12-01T00:03:59.611Z] - "ftp,tftp client in container": [2022-12-01T00:03:59.611Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-12-01T00:03:59.611Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-12-01T00:03:59.611Z] - Storage Drivers: [2022-12-01T00:03:59.611Z] - "aufs": [2022-12-01T00:03:59.611Z] - CONFIG_AUFS_FS: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_NF_NAT: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_NF_NAT_NEEDED: missing [2022-12-01T00:03:59.664Z] - CONFIG_POSIX_MQUEUE: enabled [2022-12-01T00:03:59.664Z] [2022-12-01T00:03:59.664Z] Optional Features: [2022-12-01T00:03:59.664Z] - CONFIG_USER_NS: enabled [2022-12-01T00:03:59.664Z] - CONFIG_SECCOMP: enabled [2022-12-01T00:03:59.664Z] - CONFIG_CGROUP_PIDS: enabled [2022-12-01T00:03:59.664Z] - CONFIG_MEMCG_SWAP: enabled [2022-12-01T00:03:59.664Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-12-01T00:03:59.664Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-12-01T00:03:59.664Z] - CONFIG_BLK_CGROUP: enabled [2022-12-01T00:03:59.664Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-12-01T00:03:59.664Z] - CONFIG_IOSCHED_CFQ: missing [2022-12-01T00:03:59.664Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-12-01T00:03:59.664Z] - CONFIG_CGROUP_PERF: enabled [2022-12-01T00:03:59.664Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-12-01T00:03:59.664Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-12-01T00:03:59.664Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-12-01T00:03:59.664Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-12-01T00:03:59.664Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-12-01T00:03:59.664Z] - CONFIG_RT_GROUP_SCHED: missing [2022-12-01T00:03:59.664Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-12-01T00:03:59.879Z] - "btrfs": [2022-12-01T00:03:59.879Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-12-01T00:03:59.879Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-12-01T00:03:59.879Z] - "devicemapper": [2022-12-01T00:03:59.879Z] - CONFIG_BLK_DEV_DM: enabled [2022-12-01T00:03:59.879Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-12-01T00:03:59.879Z] - "overlay": [2022-12-01T00:03:59.879Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-12-01T00:03:59.879Z] - "zfs": [2022-12-01T00:03:59.879Z] - /dev/zfs: present [2022-12-01T00:03:59.879Z] - zfs command: missing [2022-12-01T00:03:59.879Z] - zpool command: missing [2022-12-01T00:03:59.879Z] [2022-12-01T00:03:59.879Z] Limits: [2022-12-01T00:03:59.879Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-12-01T00:03:59.879Z] [2022-12-01T00:03:59.879Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-12-01T00:03:59.943Z] - CONFIG_IP_VS: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_IP_VS_NFCT: enabled [2022-12-01T00:03:59.943Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-12-01T00:03:59.943Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-12-01T00:03:59.943Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_EXT4_FS: enabled [2022-12-01T00:03:59.943Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-12-01T00:03:59.943Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-12-01T00:03:59.943Z] - Network Drivers: [2022-12-01T00:03:59.943Z] - "overlay": [2022-12-01T00:03:59.943Z] - CONFIG_VXLAN: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-12-01T00:03:59.943Z] Optional (for encrypted networks): [2022-12-01T00:03:59.943Z] - CONFIG_CRYPTO: enabled [2022-12-01T00:03:59.943Z] - CONFIG_CRYPTO_AEAD: enabled [2022-12-01T00:03:59.943Z] - CONFIG_CRYPTO_GCM: enabled [2022-12-01T00:03:59.943Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-12-01T00:03:59.943Z] - CONFIG_CRYPTO_GHASH: enabled [2022-12-01T00:03:59.943Z] - CONFIG_XFRM: enabled [2022-12-01T00:03:59.943Z] - CONFIG_XFRM_USER: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_INET_ESP: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-12-01T00:03:59.943Z] - "ipvlan": [2022-12-01T00:03:59.943Z] - CONFIG_IPVLAN: enabled (as module) [2022-12-01T00:03:59.943Z] - "macvlan": [2022-12-01T00:03:59.943Z] - CONFIG_MACVLAN: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_DUMMY: enabled (as module) [2022-12-01T00:03:59.943Z] - "ftp,tftp client in container": [2022-12-01T00:03:59.943Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-12-01T00:03:59.943Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-12-01T00:03:59.943Z] - Storage Drivers: [2022-12-01T00:03:59.943Z] - "aufs": [2022-12-01T00:04:00.033Z] Commit message: "[20.10] update gotestsum to v1.8.2" [2022-12-01T00:04:00.210Z] - CONFIG_AUFS_FS: enabled (as module) [2022-12-01T00:04:00.210Z] - "btrfs": [2022-12-01T00:04:00.210Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-12-01T00:04:00.210Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-12-01T00:04:00.210Z] - "devicemapper": [2022-12-01T00:04:00.210Z] - CONFIG_BLK_DEV_DM: enabled [2022-12-01T00:04:00.210Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-12-01T00:04:00.210Z] - "overlay": [2022-12-01T00:04:00.210Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-12-01T00:04:00.210Z] - "zfs": [2022-12-01T00:04:00.210Z] - /dev/zfs: present [2022-12-01T00:04:00.210Z] - zfs command: missing [2022-12-01T00:04:00.210Z] - zpool command: missing [2022-12-01T00:04:00.210Z] [2022-12-01T00:04:00.210Z] Limits: [2022-12-01T00:04:00.210Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-12-01T00:04:00.210Z] [2022-12-01T00:04:00.210Z] + true [Pipeline] } [Pipeline] // stage [2022-12-01T00:04:00.234Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d2b734d12048443da140d62c94d612e5c026e77d . [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-12-01T00:04:00.577Z] + sudo modprobe ip_vs [2022-12-01T00:04:00.577Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d2b734d12048443da140d62c94d612e5c026e77d . [2022-12-01T00:04:00.685Z] #31 ... [2022-12-01T00:04:00.685Z] [2022-12-01T00:04:00.685Z] #30 [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 [2022-12-01T00:04:00.685Z] #30 DONE 62.4s [2022-12-01T00:04:00.685Z] [2022-12-01T00:04:00.685Z] #33 [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 [2022-12-01T00:04:00.685Z] #33 53.82 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2022-12-01T00:04:00.685Z] #33 54.08 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2022-12-01T00:04:00.685Z] #33 54.71 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2022-12-01T00:04:00.685Z] #33 55.15 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2022-12-01T00:04:00.685Z] #33 55.28 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2022-12-01T00:04:00.685Z] #33 55.29 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:04:00.685Z] #33 55.29 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-12-01T00:04:00.685Z] #33 55.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-12-01T00:04:00.685Z] #33 57.15 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:00.685Z] #33 57.54 Fetched 4583 kB in 4s (1174 kB/s) [2022-12-01T00:04:00.685Z] #33 57.76 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:04:00.685Z] #33 57.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 ... 15718 files and directories currently installed.) [2022-12-01T00:04:00.685Z] #33 57.85 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 57.90 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:04:00.685Z] #33 58.15 Selecting previously unselected package libcap-dev:amd64. [2022-12-01T00:04:00.685Z] #33 58.15 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 58.15 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:04:00.685Z] #33 58.41 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:04:00.685Z] #33 58.44 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 58.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:04:00.685Z] #33 58.96 Selecting previously unselected package libnet1-dev. [2022-12-01T00:04:00.685Z] #33 58.96 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 58.97 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:04:00.685Z] #33 59.31 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:04:00.685Z] #33 59.32 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 59.34 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:04:00.685Z] #33 59.54 Selecting previously unselected package libnl-3-dev:amd64. [2022-12-01T00:04:00.685Z] #33 59.55 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 59.58 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:04:00.685Z] #33 60.10 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:04:00.685Z] #33 60.10 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 60.11 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:04:00.685Z] #33 60.33 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-12-01T00:04:00.685Z] #33 60.39 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 60.41 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:04:00.685Z] #33 60.73 Selecting previously unselected package zlib1g-dev:amd64. [2022-12-01T00:04:00.685Z] #33 60.74 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 60.75 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:04:00.685Z] #33 61.13 Selecting previously unselected package libprotobuf23:amd64. [2022-12-01T00:04:00.685Z] #33 61.14 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 61.16 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:04:00.685Z] #33 62.51 Selecting previously unselected package libprotobuf-lite23:amd64. [2022-12-01T00:04:00.685Z] #33 62.52 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 62.53 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:04:00.685Z] #33 63.06 Selecting previously unselected package libprotobuf-dev:amd64. [2022-12-01T00:04:00.685Z] #33 63.07 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2022-12-01T00:04:00.685Z] #33 63.13 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:04:00.806Z] #1 [internal] load .dockerignore [2022-12-01T00:04:00.806Z] #1 transferring context: 87B done [2022-12-01T00:04:00.806Z] #1 DONE 0.1s [2022-12-01T00:04:00.806Z] [2022-12-01T00:04:00.806Z] #2 [internal] load build definition from Dockerfile [2022-12-01T00:04:00.806Z] #2 transferring dockerfile: 16.91kB done [2022-12-01T00:04:00.806Z] #2 DONE 0.1s [2022-12-01T00:04:00.806Z] [2022-12-01T00:04:00.806Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-12-01T00:04:00.900Z] #1 [internal] load build definition from Dockerfile [2022-12-01T00:04:00.900Z] #1 transferring dockerfile: 16.91kB done [2022-12-01T00:04:00.900Z] #1 DONE 0.1s [2022-12-01T00:04:00.900Z] [2022-12-01T00:04:00.900Z] #2 [internal] load .dockerignore [2022-12-01T00:04:00.900Z] #2 transferring context: 87B done [2022-12-01T00:04:01.039Z] Client: Docker Engine - Community [2022-12-01T00:04:01.040Z] Version: 22.06.0-beta.0 [2022-12-01T00:04:01.040Z] API version: 1.42 [2022-12-01T00:04:01.040Z] Go version: go1.18.3 [2022-12-01T00:04:01.040Z] Git commit: 3e9117b [2022-12-01T00:04:01.040Z] Built: Fri Jun 3 17:55:34 2022 [2022-12-01T00:04:01.040Z] OS/Arch: linux/arm64 [2022-12-01T00:04:01.040Z] Context: default [2022-12-01T00:04:01.040Z] [2022-12-01T00:04:01.040Z] Server: Docker Engine - Community [2022-12-01T00:04:01.040Z] Engine: [2022-12-01T00:04:01.040Z] Version: 22.06.0-beta.0 [2022-12-01T00:04:01.040Z] API version: 1.42 (minimum version 1.12) [2022-12-01T00:04:01.040Z] Go version: go1.18.3 [2022-12-01T00:04:01.040Z] Git commit: 38633e7 [2022-12-01T00:04:01.040Z] Built: Fri Jun 3 17:55:34 2022 [2022-12-01T00:04:01.040Z] OS/Arch: linux/arm64 [2022-12-01T00:04:01.040Z] Experimental: true [2022-12-01T00:04:01.040Z] containerd: [2022-12-01T00:04:01.040Z] Version: 1.6.8 [2022-12-01T00:04:01.040Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:04:01.040Z] runc: [2022-12-01T00:04:01.040Z] Version: 1.1.4 [2022-12-01T00:04:01.040Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-12-01T00:04:01.040Z] docker-init: [2022-12-01T00:04:01.040Z] Version: 0.19.0 [2022-12-01T00:04:01.040Z] GitCommit: de40ad0 [2022-12-01T00:04:01.057Z] + docker version [Pipeline] sh [2022-12-01T00:04:01.170Z] #2 DONE 0.1s [2022-12-01T00:04:01.171Z] [2022-12-01T00:04:01.171Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-12-01T00:04:01.255Z] #33 ... [2022-12-01T00:04:01.256Z] [2022-12-01T00:04:01.256Z] #31 [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 [2022-12-01T00:04:01.256Z] #31 63.77 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:04:01.256Z] #31 63.77 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:04:01.342Z] + docker info [2022-12-01T00:04:01.342Z] Client: [2022-12-01T00:04:01.342Z] Context: default [2022-12-01T00:04:01.342Z] Debug Mode: false [2022-12-01T00:04:01.342Z] Plugins: [2022-12-01T00:04:01.342Z] buildx: Docker Buildx (Docker Inc.) [2022-12-01T00:04:01.342Z] Version: v0.8.2 [2022-12-01T00:04:01.342Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2022-12-01T00:04:01.342Z] compose: Docker Compose (Docker Inc.) [2022-12-01T00:04:01.342Z] Version: v2.12.0 [2022-12-01T00:04:01.342Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-12-01T00:04:01.342Z] [2022-12-01T00:04:01.342Z] Server: [2022-12-01T00:04:01.342Z] Containers: 0 [2022-12-01T00:04:01.342Z] Running: 0 [2022-12-01T00:04:01.342Z] Paused: 0 [2022-12-01T00:04:01.342Z] Stopped: 0 [2022-12-01T00:04:01.342Z] Images: 0 [2022-12-01T00:04:01.342Z] Server Version: 22.06.0-beta.0 [2022-12-01T00:04:01.342Z] Storage Driver: overlay2 [2022-12-01T00:04:01.342Z] Backing Filesystem: extfs [2022-12-01T00:04:01.342Z] Supports d_type: true [2022-12-01T00:04:01.342Z] Using metacopy: false [2022-12-01T00:04:01.342Z] Native Overlay Diff: true [2022-12-01T00:04:01.342Z] userxattr: false [2022-12-01T00:04:01.342Z] Logging Driver: json-file [2022-12-01T00:04:01.342Z] Cgroup Driver: cgroupfs [2022-12-01T00:04:01.342Z] Cgroup Version: 1 [2022-12-01T00:04:01.342Z] Plugins: [2022-12-01T00:04:01.342Z] Volume: local [2022-12-01T00:04:01.342Z] Network: bridge host ipvlan macvlan null overlay [2022-12-01T00:04:01.342Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-12-01T00:04:01.342Z] Swarm: inactive [2022-12-01T00:04:01.342Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-12-01T00:04:01.342Z] Default Runtime: runc [2022-12-01T00:04:01.342Z] Init Binary: docker-init [2022-12-01T00:04:01.342Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:04:01.342Z] runc version: v1.1.4-0-g5fd4c4d [2022-12-01T00:04:01.342Z] init version: de40ad0 [2022-12-01T00:04:01.342Z] Security Options: [2022-12-01T00:04:01.342Z] apparmor [2022-12-01T00:04:01.342Z] seccomp [2022-12-01T00:04:01.342Z] Profile: builtin [2022-12-01T00:04:01.342Z] Kernel Version: 5.15.0-1022-aws [2022-12-01T00:04:01.342Z] Operating System: Ubuntu 20.04.5 LTS [2022-12-01T00:04:01.342Z] OSType: linux [2022-12-01T00:04:01.342Z] Architecture: aarch64 [2022-12-01T00:04:01.342Z] CPUs: 2 [2022-12-01T00:04:01.342Z] Total Memory: 7.559GiB [2022-12-01T00:04:01.342Z] Name: ip-10-100-74-142 [2022-12-01T00:04:01.342Z] ID: a4508864-5846-4859-9d9f-739af3007ee0 [2022-12-01T00:04:01.342Z] Docker Root Dir: /var/lib/docker [2022-12-01T00:04:01.342Z] Debug Mode: false [2022-12-01T00:04:01.342Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:04:01.342Z] Labels: [2022-12-01T00:04:01.342Z] Experimental: true [2022-12-01T00:04:01.342Z] Insecure Registries: [2022-12-01T00:04:01.342Z] 127.0.0.0/8 [2022-12-01T00:04:01.342Z] Live Restore Enabled: true [2022-12-01T00:04:01.342Z] [Pipeline] sh [2022-12-01T00:04:01.372Z] #3 DONE 0.3s [2022-12-01T00:04:01.372Z] [2022-12-01T00:04:01.372Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-12-01T00:04:01.372Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done [2022-12-01T00:04:01.372Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s [2022-12-01T00:04:01.372Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done [2022-12-01T00:04:01.372Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done [2022-12-01T00:04:01.372Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done [2022-12-01T00:04:01.434Z] #3 DONE 0.4s [2022-12-01T00:04:01.434Z] [2022-12-01T00:04:01.434Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-12-01T00:04:01.434Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done [2022-12-01T00:04:01.434Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done [2022-12-01T00:04:01.434Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done [2022-12-01T00:04:01.434Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done [2022-12-01T00:04:01.434Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 4.19MB / 9.94MB 0.1s [2022-12-01T00:04:01.516Z] #31 63.82 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:04:01.616Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:04:01.616Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:04:01.616Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44488/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2022-12-01T00:04:01.616Z] + bash /home/ubuntu/workspace/moby_PR-44488/check-config.sh [2022-12-01T00:04:01.616Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-12-01T00:04:01.616Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ... [2022-12-01T00:04:01.616Z] [2022-12-01T00:04:01.616Z] Generally Necessary: [2022-12-01T00:04:01.617Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-12-01T00:04:01.617Z] - apparmor: enabled and tools installed [2022-12-01T00:04:01.617Z] - CONFIG_NAMESPACES: enabled [2022-12-01T00:04:01.617Z] - CONFIG_NET_NS: enabled [2022-12-01T00:04:01.617Z] - CONFIG_PID_NS: enabled [2022-12-01T00:04:01.617Z] - CONFIG_IPC_NS: enabled [2022-12-01T00:04:01.617Z] - CONFIG_UTS_NS: enabled [2022-12-01T00:04:01.617Z] - CONFIG_CGROUPS: enabled [2022-12-01T00:04:01.617Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-12-01T00:04:01.617Z] - CONFIG_CGROUP_DEVICE: enabled [2022-12-01T00:04:01.617Z] - CONFIG_CGROUP_FREEZER: enabled [2022-12-01T00:04:01.617Z] - CONFIG_CGROUP_SCHED: enabled [2022-12-01T00:04:01.617Z] - CONFIG_CPUSETS: enabled [2022-12-01T00:04:01.617Z] - CONFIG_MEMCG: enabled [2022-12-01T00:04:01.617Z] - CONFIG_KEYS: enabled [2022-12-01T00:04:01.617Z] - CONFIG_VETH: enabled (as module) [2022-12-01T00:04:01.617Z] - CONFIG_BRIDGE: enabled (as module) [2022-12-01T00:04:01.617Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-12-01T00:04:01.617Z] - CONFIG_NF_NAT_IPV4: missing [2022-12-01T00:04:01.629Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.4s done [2022-12-01T00:04:01.695Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s [2022-12-01T00:04:01.695Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.3s done [2022-12-01T00:04:01.777Z] #31 ... [2022-12-01T00:04:01.777Z] [2022-12-01T00:04:01.777Z] #28 [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 [2022-12-01T00:04:01.777Z] #28 54.21 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:04:01.777Z] #28 54.21 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:04:01.777Z] #28 54.43 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:04:01.777Z] #28 54.43 go: downloading github.com/spf13/cobra v1.3.0 [2022-12-01T00:04:01.777Z] #28 54.47 go: downloading github.com/spf13/pflag v1.0.5 [2022-12-01T00:04:01.777Z] #28 55.08 go: downloading github.com/spf13/viper v1.10.1 [2022-12-01T00:04:01.777Z] #28 55.19 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-12-01T00:04:01.777Z] #28 55.96 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-12-01T00:04:01.777Z] #28 55.97 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-12-01T00:04:01.777Z] #28 57.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-12-01T00:04:01.777Z] #28 58.06 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-12-01T00:04:01.777Z] #28 63.35 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:04:01.777Z] #28 63.35 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:04:01.777Z] #28 63.43 go: downloading github.com/stretchr/testify v1.7.0 [2022-12-01T00:04:01.777Z] #28 63.56 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:04:01.777Z] #28 63.66 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-12-01T00:04:01.777Z] #28 63.88 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-12-01T00:04:01.777Z] #28 63.92 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-12-01T00:04:01.777Z] #28 64.04 go: downloading github.com/magiconair/properties v1.8.5 [2022-12-01T00:04:01.777Z] #28 64.05 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-12-01T00:04:01.777Z] #28 64.21 go: downloading github.com/spf13/afero v1.6.0 [2022-12-01T00:04:01.777Z] #28 64.21 go: downloading github.com/spf13/cast v1.4.1 [2022-12-01T00:04:01.874Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_NF_NAT: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_NF_NAT_NEEDED: missing [2022-12-01T00:04:01.874Z] - CONFIG_POSIX_MQUEUE: enabled [2022-12-01T00:04:01.874Z] [2022-12-01T00:04:01.874Z] Optional Features: [2022-12-01T00:04:01.874Z] - CONFIG_USER_NS: enabled [2022-12-01T00:04:01.874Z] - CONFIG_SECCOMP: enabled [2022-12-01T00:04:01.874Z] - CONFIG_CGROUP_PIDS: enabled [2022-12-01T00:04:01.874Z] - CONFIG_MEMCG_SWAP: enabled [2022-12-01T00:04:01.874Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-12-01T00:04:01.874Z] (cgroup swap accounting is currently enabled) [2022-12-01T00:04:01.874Z] - CONFIG_BLK_CGROUP: enabled [2022-12-01T00:04:01.874Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-12-01T00:04:01.874Z] - CONFIG_IOSCHED_CFQ: missing [2022-12-01T00:04:01.874Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2022-12-01T00:04:01.874Z] - CONFIG_CGROUP_PERF: enabled [2022-12-01T00:04:01.874Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-12-01T00:04:01.874Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-12-01T00:04:01.874Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-12-01T00:04:01.886Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 [2022-12-01T00:04:01.960Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.1s [2022-12-01T00:04:02.036Z] #28 64.32 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-12-01T00:04:02.036Z] #28 64.40 go: downloading github.com/subosito/gotenv v1.2.0 [2022-12-01T00:04:02.036Z] #28 ... [2022-12-01T00:04:02.036Z] [2022-12-01T00:04:02.036Z] #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 [2022-12-01T00:04:02.137Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-12-01T00:04:02.137Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-12-01T00:04:02.137Z] - CONFIG_RT_GROUP_SCHED: missing [2022-12-01T00:04:02.137Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-12-01T00:04:02.137Z] - CONFIG_IP_VS: enabled (as module) [2022-12-01T00:04:02.137Z] - CONFIG_IP_VS_NFCT: enabled [2022-12-01T00:04:02.137Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-12-01T00:04:02.137Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-12-01T00:04:02.137Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-12-01T00:04:02.137Z] - CONFIG_EXT4_FS: enabled [2022-12-01T00:04:02.137Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-12-01T00:04:02.137Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-12-01T00:04:02.137Z] - Network Drivers: [2022-12-01T00:04:02.137Z] - "overlay": [2022-12-01T00:04:02.137Z] - CONFIG_VXLAN: enabled (as module) [2022-12-01T00:04:02.137Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-12-01T00:04:02.137Z] Optional (for encrypted networks): [2022-12-01T00:04:02.137Z] - CONFIG_CRYPTO: enabled [2022-12-01T00:04:02.137Z] - CONFIG_CRYPTO_AEAD: enabled [2022-12-01T00:04:02.137Z] - CONFIG_CRYPTO_GCM: enabled [2022-12-01T00:04:02.137Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-12-01T00:04:02.137Z] - CONFIG_CRYPTO_GHASH: enabled [2022-12-01T00:04:02.137Z] - CONFIG_XFRM: enabled [2022-12-01T00:04:02.137Z] - CONFIG_XFRM_USER: enabled (as module) [2022-12-01T00:04:02.137Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-12-01T00:04:02.137Z] - CONFIG_INET_ESP: enabled (as module) [2022-12-01T00:04:02.137Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2022-12-01T00:04:02.137Z] - "ipvlan": [2022-12-01T00:04:02.297Z] #24 63.51 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: 96% (1463/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-12-01T00:04:02.395Z] - CONFIG_IPVLAN: enabled (as module) [2022-12-01T00:04:02.395Z] - "macvlan": [2022-12-01T00:04:02.395Z] - CONFIG_MACVLAN: enabled (as module) [2022-12-01T00:04:02.395Z] - CONFIG_DUMMY: enabled (as module) [2022-12-01T00:04:02.395Z] - "ftp,tftp client in container": [2022-12-01T00:04:02.395Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-12-01T00:04:02.395Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-12-01T00:04:02.395Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-12-01T00:04:02.395Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-12-01T00:04:02.395Z] - Storage Drivers: [2022-12-01T00:04:02.395Z] - "aufs": [2022-12-01T00:04:02.395Z] - CONFIG_AUFS_FS: enabled (as module) [2022-12-01T00:04:02.395Z] - "btrfs": [2022-12-01T00:04:02.395Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-12-01T00:04:02.395Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-12-01T00:04:02.395Z] - "devicemapper": [2022-12-01T00:04:02.395Z] - CONFIG_BLK_DEV_DM: enabled [2022-12-01T00:04:02.395Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-12-01T00:04:02.395Z] - "overlay": [2022-12-01T00:04:02.395Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-12-01T00:04:02.395Z] - "zfs": [2022-12-01T00:04:02.395Z] - /dev/zfs: present [2022-12-01T00:04:02.395Z] - zfs command: missing [2022-12-01T00:04:02.395Z] - zpool command: missing [2022-12-01T00:04:02.395Z] [2022-12-01T00:04:02.395Z] Limits: [2022-12-01T00:04:02.395Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-12-01T00:04:02.395Z] [2022-12-01T00:04:02.395Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-12-01T00:04:02.462Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.4s done [2022-12-01T00:04:02.462Z] #4 DONE 1.3s [Pipeline] sh [2022-12-01T00:04:02.539Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.6s done [2022-12-01T00:04:02.539Z] #4 DONE 1.2s [2022-12-01T00:04:02.556Z] #24 64.56 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-12-01T00:04:02.725Z] [2022-12-01T00:04:02.725Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:02.756Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d2b734d12048443da140d62c94d612e5c026e77d . [2022-12-01T00:04:02.818Z] #24 65.02 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:04:03.013Z] #1 [internal] load .dockerignore [2022-12-01T00:04:03.013Z] #1 transferring context: 87B done [2022-12-01T00:04:03.013Z] #1 DONE 0.1s [2022-12-01T00:04:03.013Z] [2022-12-01T00:04:03.013Z] #2 [internal] load build definition from Dockerfile [2022-12-01T00:04:03.013Z] #2 transferring dockerfile: 16.91kB done [2022-12-01T00:04:03.013Z] #2 DONE 0.1s [2022-12-01T00:04:03.013Z] [2022-12-01T00:04:03.013Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-12-01T00:04:03.115Z] [2022-12-01T00:04:03.115Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:03.579Z] #3 DONE 0.4s [2022-12-01T00:04:03.579Z] [2022-12-01T00:04:03.579Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-12-01T00:04:03.579Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done [2022-12-01T00:04:03.579Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done [2022-12-01T00:04:03.579Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0B / 9.21MB 0.1s [2022-12-01T00:04:03.579Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done [2022-12-01T00:04:03.579Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done [2022-12-01T00:04:03.579Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.2s done [2022-12-01T00:04:03.579Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.1s [2022-12-01T00:04:03.837Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done [2022-12-01T00:04:04.063Z] #5 DONE 1.2s [2022-12-01T00:04:04.063Z] [2022-12-01T00:04:04.063Z] #6 [internal] load metadata for docker.io/library/debian:bullseye [2022-12-01T00:04:04.063Z] #6 DONE 1.2s [2022-12-01T00:04:04.063Z] [2022-12-01T00:04:04.063Z] #7 [internal] load metadata for docker.io/library/golang:1.18.8-bullseye [2022-12-01T00:04:04.063Z] #7 DONE 1.2s [2022-12-01T00:04:04.063Z] [2022-12-01T00:04:04.063Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:04.063Z] #8 DONE 1.2s [2022-12-01T00:04:04.094Z] #4 DONE 0.5s [2022-12-01T00:04:04.094Z] [2022-12-01T00:04:04.094Z] #5 [internal] load metadata for docker.io/library/debian:bullseye [2022-12-01T00:04:04.103Z] #5 ... [2022-12-01T00:04:04.103Z] [2022-12-01T00:04:04.103Z] #6 [internal] load metadata for docker.io/library/golang:1.18.8-bullseye [2022-12-01T00:04:04.103Z] #6 DONE 1.2s [2022-12-01T00:04:04.103Z] [2022-12-01T00:04:04.103Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:04.103Z] #7 DONE 1.2s [2022-12-01T00:04:04.103Z] [2022-12-01T00:04:04.103Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:04.103Z] #5 DONE 1.2s [2022-12-01T00:04:04.103Z] [2022-12-01T00:04:04.103Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-12-01T00:04:04.103Z] #8 DONE 1.2s [2022-12-01T00:04:05.478Z] #5 DONE 1.4s [2022-12-01T00:04:05.479Z] [2022-12-01T00:04:05.479Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:05.479Z] #6 DONE 1.4s [2022-12-01T00:04:05.479Z] [2022-12-01T00:04:05.479Z] #7 [internal] load metadata for docker.io/library/golang:1.18.8-bullseye [2022-12-01T00:04:05.479Z] #7 DONE 1.4s [2022-12-01T00:04:05.479Z] [2022-12-01T00:04:05.479Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:05.479Z] #8 DONE 1.4s [2022-12-01T00:04:05.525Z] #24 ... [2022-12-01T00:04:05.525Z] [2022-12-01T00:04:05.525Z] #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 [2022-12-01T00:04:05.525Z] #0 1.646 + RM_GOPATH=0 [2022-12-01T00:04:05.525Z] #0 1.646 + TMP_GOPATH= [2022-12-01T00:04:05.525Z] #0 1.646 + : /build [2022-12-01T00:04:05.525Z] #0 1.646 + '[' -z '' ']' [2022-12-01T00:04:05.525Z] #0 1.646 ++ mktemp -d [2022-12-01T00:04:05.525Z] #0 1.658 + export GOPATH=/tmp/tmp.XKkFomMJlo [2022-12-01T00:04:05.525Z] #0 1.658 + GOPATH=/tmp/tmp.XKkFomMJlo [2022-12-01T00:04:05.525Z] #0 1.658 + RM_GOPATH=1 [2022-12-01T00:04:05.525Z] #0 1.658 + case "$(go env GOARCH)" in [2022-12-01T00:04:05.525Z] #0 1.660 ++ go env GOARCH [2022-12-01T00:04:05.525Z] #0 1.742 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:05.525Z] #0 1.742 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:05.525Z] #0 1.742 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:05.525Z] #0 1.785 Install containerd version v1.6.10 [2022-12-01T00:04:05.525Z] #0 1.786 + dir=/tmp/install [2022-12-01T00:04:05.525Z] #0 1.786 + bin=containerd [2022-12-01T00:04:05.525Z] #0 1.786 + shift [2022-12-01T00:04:05.525Z] #0 1.786 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-12-01T00:04:05.525Z] #0 1.786 + . /tmp/install/containerd.installer [2022-12-01T00:04:05.525Z] #0 1.786 ++ set -e [2022-12-01T00:04:05.525Z] #0 1.786 ++ : v1.6.10 [2022-12-01T00:04:05.525Z] #0 1.786 + install_containerd [2022-12-01T00:04:05.525Z] #0 1.786 + echo 'Install containerd version v1.6.10' [2022-12-01T00:04:05.525Z] #0 1.786 + git clone https://github.com/containerd/containerd.git /tmp/tmp.XKkFomMJlo/src/github.com/containerd/containerd [2022-12-01T00:04:05.525Z] #0 1.793 Cloning into '/tmp/tmp.XKkFomMJlo/src/github.com/containerd/containerd'... [2022-12-01T00:04:05.525Z] #37 ... [2022-12-01T00:04:05.525Z] [2022-12-01T00:04:05.525Z] #28 [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 [2022-12-01T00:04:05.525Z] #28 64.47 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-12-01T00:04:05.525Z] #28 64.74 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-12-01T00:04:05.525Z] #28 64.80 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-12-01T00:04:05.525Z] #28 64.81 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-12-01T00:04:05.525Z] #28 64.97 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-12-01T00:04:05.525Z] #28 64.99 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-12-01T00:04:05.525Z] #28 65.04 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-12-01T00:04:05.525Z] #28 65.06 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-12-01T00:04:05.525Z] #28 65.12 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-12-01T00:04:05.525Z] #28 65.14 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-12-01T00:04:05.525Z] #28 65.50 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-12-01T00:04:05.525Z] #28 65.55 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-12-01T00:04:05.525Z] #28 65.61 go: downloading github.com/Antonboom/errname v0.1.5 [2022-12-01T00:04:05.525Z] #28 65.69 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-12-01T00:04:05.525Z] #28 65.77 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-12-01T00:04:05.525Z] #28 66.41 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-12-01T00:04:05.525Z] #28 66.45 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-12-01T00:04:05.525Z] #28 66.51 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-12-01T00:04:05.525Z] #28 66.59 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-12-01T00:04:05.525Z] #28 66.75 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-12-01T00:04:05.525Z] #28 66.81 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-12-01T00:04:05.525Z] #28 66.83 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-12-01T00:04:05.525Z] #28 66.91 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-12-01T00:04:05.525Z] #28 66.92 go: downloading github.com/breml/bidichk v0.2.1 [2022-12-01T00:04:05.525Z] #28 66.95 go: downloading github.com/breml/errchkjson v0.2.1 [2022-12-01T00:04:05.525Z] #28 67.02 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-12-01T00:04:05.525Z] #28 67.03 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-12-01T00:04:05.525Z] #28 67.07 go: downloading github.com/daixiang0/gci v0.2.9 [2022-12-01T00:04:05.525Z] #28 67.11 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-12-01T00:04:05.525Z] #28 67.16 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-12-01T00:04:05.525Z] #28 67.27 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-12-01T00:04:05.525Z] #28 67.27 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-12-01T00:04:05.525Z] #28 67.48 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-12-01T00:04:05.525Z] #28 67.51 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-12-01T00:04:05.525Z] #28 67.55 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-12-01T00:04:05.525Z] #28 67.74 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-12-01T00:04:05.525Z] #28 67.88 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-12-01T00:04:05.525Z] #28 67.91 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-12-01T00:04:05.525Z] #28 67.91 go: downloading github.com/golangci/misspell v0.3.5 [2022-12-01T00:04:05.745Z] [2022-12-01T00:04:05.745Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:05.745Z] #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-12-01T00:04:05.745Z] #9 DONE 0.1s [2022-12-01T00:04:05.745Z] [2022-12-01T00:04:05.745Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:05.745Z] #10 resolve docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 0.0s done [2022-12-01T00:04:05.795Z] #28 68.08 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-12-01T00:04:05.795Z] #28 ... [2022-12-01T00:04:05.795Z] [2022-12-01T00:04:05.795Z] #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 [2022-12-01T00:04:05.795Z] #26 58.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:04:05.795Z] #26 58.93 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-12-01T00:04:05.795Z] #26 59.81 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:04:05.795Z] #26 62.02 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:04:05.795Z] #26 62.82 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-12-01T00:04:05.795Z] #26 62.82 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-12-01T00:04:05.795Z] #26 62.84 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-12-01T00:04:05.795Z] #26 62.84 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:04:05.795Z] #26 62.84 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:04:05.795Z] #26 62.85 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-12-01T00:04:05.795Z] #26 62.85 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2022-12-01T00:04:05.795Z] #26 62.86 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-12-01T00:04:05.795Z] #26 62.89 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2022-12-01T00:04:05.795Z] #26 63.08 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2022-12-01T00:04:05.795Z] #26 63.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2022-12-01T00:04:05.795Z] #26 63.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2022-12-01T00:04:05.795Z] #26 63.44 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-12-01T00:04:05.795Z] #26 63.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-12-01T00:04:05.795Z] #26 63.69 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-12-01T00:04:05.795Z] #26 63.79 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2022-12-01T00:04:05.795Z] #26 65.39 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:05.795Z] #26 65.78 Fetched 115 MB in 11s (10.3 MB/s) [2022-12-01T00:04:05.795Z] #26 66.01 Selecting previously unselected package binutils-mingw-w64-i686. [2022-12-01T00:04:05.795Z] #26 66.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-12-01T00:04:05.795Z] #26 66.14 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:04:05.795Z] #26 66.16 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:04:05.795Z] #26 ... [2022-12-01T00:04:05.795Z] [2022-12-01T00:04:05.795Z] #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 [2022-12-01T00:04:05.795Z] #25 68.23 internal/reflectlite [2022-12-01T00:04:05.795Z] #25 68.25 sync [2022-12-01T00:04:06.003Z] #10 sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 1.85kB / 1.85kB done [2022-12-01T00:04:06.003Z] #10 sha256:566431e0361c979c4764f245f87a71f0bf5a5412335dfad765a8c3712ee619bf 529B / 529B done [2022-12-01T00:04:06.003Z] #10 sha256:ef39063a944dfcf2f1649509b358b2763d129c5931c99b429c59f645d20ae5dd 1.48kB / 1.48kB done [2022-12-01T00:04:06.003Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 4.19MB / 53.70MB 0.1s [2022-12-01T00:04:06.003Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 14.68MB / 53.70MB 0.2s [2022-12-01T00:04:06.260Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 24.12MB / 53.70MB 0.3s [2022-12-01T00:04:06.260Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 31.46MB / 53.70MB 0.4s [2022-12-01T00:04:06.528Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 44.04MB / 53.70MB 0.5s [2022-12-01T00:04:06.528Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 53.70MB / 53.70MB 0.6s [2022-12-01T00:04:06.655Z] [2022-12-01T00:04:06.655Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:06.655Z] #9 resolve docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 0.0s done [2022-12-01T00:04:06.655Z] #9 sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 1.85kB / 1.85kB done [2022-12-01T00:04:06.655Z] #9 sha256:34b24056f28be0f9b3f6c5b2417a0976d692261e3fe404f5da5fbe4b2b71f15a 529B / 529B done [2022-12-01T00:04:06.655Z] #9 sha256:c31f65dd4cc97f21bd440df4b9b919a99e35a7ede602e8150f2314af1441a312 1.46kB / 1.46kB done [2022-12-01T00:04:06.655Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 0B / 55.04MB 0.2s [2022-12-01T00:04:06.916Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 5.24MB / 55.04MB 0.3s [2022-12-01T00:04:06.916Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 16.13MB / 55.04MB 0.5s [2022-12-01T00:04:07.098Z] #10 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 53.70MB / 53.70MB 1.0s done [2022-12-01T00:04:07.098Z] #10 extracting sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 [2022-12-01T00:04:07.176Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 22.02MB / 55.04MB 0.6s [2022-12-01T00:04:07.434Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 30.41MB / 55.04MB 0.8s [2022-12-01T00:04:07.434Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 39.18MB / 55.04MB 0.9s [2022-12-01T00:04:07.434Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 42.20MB / 55.04MB 1.0s [2022-12-01T00:04:07.692Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 47.19MB / 55.04MB 1.2s [2022-12-01T00:04:07.951Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 50.50MB / 55.04MB 1.3s [2022-12-01T00:04:07.951Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 1.5s [2022-12-01T00:04:08.034Z] #10 ... [2022-12-01T00:04:08.034Z] [2022-12-01T00:04:08.034Z] #11 [internal] load build context [2022-12-01T00:04:08.034Z] #11 transferring context: 53.56MB 2.2s done [2022-12-01T00:04:08.034Z] #11 DONE 2.3s [2022-12-01T00:04:08.034Z] [2022-12-01T00:04:08.034Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:08.291Z] #10 ... [2022-12-01T00:04:08.291Z] [2022-12-01T00:04:08.291Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:08.291Z] #9 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:04:08.291Z] #9 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-12-01T00:04:08.291Z] #9 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-12-01T00:04:08.291Z] #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-12-01T00:04:08.291Z] #9 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done [2022-12-01T00:04:08.291Z] #9 DONE 2.5s [2022-12-01T00:04:08.291Z] [2022-12-01T00:04:08.291Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:08.333Z] #25 70.81 internal/testlog [2022-12-01T00:04:08.860Z] #10 ... [2022-12-01T00:04:08.860Z] [2022-12-01T00:04:08.860Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:08.860Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-12-01T00:04:08.860Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:04:08.860Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-12-01T00:04:08.860Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-12-01T00:04:08.860Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.0s done [2022-12-01T00:04:08.860Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done [2022-12-01T00:04:08.860Z] #12 DONE 2.9s [2022-12-01T00:04:08.860Z] [2022-12-01T00:04:08.860Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:08.888Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 2.2s done [2022-12-01T00:04:09.370Z] [2022-12-01T00:04:09.370Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:09.370Z] #9 resolve docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 0.1s done [2022-12-01T00:04:09.370Z] #9 ... [2022-12-01T00:04:09.370Z] [2022-12-01T00:04:09.370Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:09.370Z] #10 resolve docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 0.2s done [2022-12-01T00:04:09.370Z] #10 DONE 0.2s [2022-12-01T00:04:09.370Z] [2022-12-01T00:04:09.370Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:09.370Z] #9 sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 1.85kB / 1.85kB done [2022-12-01T00:04:09.370Z] #9 sha256:34b24056f28be0f9b3f6c5b2417a0976d692261e3fe404f5da5fbe4b2b71f15a 529B / 529B done [2022-12-01T00:04:09.370Z] #9 sha256:c31f65dd4cc97f21bd440df4b9b919a99e35a7ede602e8150f2314af1441a312 1.46kB / 1.46kB done [2022-12-01T00:04:09.370Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 16.78MB / 55.04MB 0.2s [2022-12-01T00:04:09.370Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 23.07MB / 55.04MB 0.3s [2022-12-01T00:04:09.370Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 30.41MB / 55.04MB 0.4s [2022-12-01T00:04:09.370Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 38.80MB / 55.04MB 0.5s [2022-12-01T00:04:09.463Z] #9 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 [2022-12-01T00:04:09.633Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 48.23MB / 55.04MB 0.6s [2022-12-01T00:04:09.633Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 0.8s [2022-12-01T00:04:09.720Z] #25 71.91 sort [2022-12-01T00:04:09.721Z] #25 71.91 errors [2022-12-01T00:04:09.804Z] #10 extracting sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 2.6s done [2022-12-01T00:04:09.804Z] #10 DONE 4.1s [2022-12-01T00:04:09.804Z] [2022-12-01T00:04:09.804Z] #13 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:09.804Z] #13 resolve docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 0.1s done [2022-12-01T00:04:09.804Z] #13 sha256:0d871da3499e72ca0850ac45bc1bdece91bc853a49035867745287d49c0915c5 7.12kB / 7.12kB done [2022-12-01T00:04:09.804Z] #13 sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 1.86kB / 1.86kB done [2022-12-01T00:04:09.804Z] #13 sha256:6305eb012007751431b95a3e4e179db140ec1d0868207918f92a17e9b8878b66 1.80kB / 1.80kB done [2022-12-01T00:04:09.804Z] #13 sha256:077c13527d405646e2f6bb426e04716ae4f8dd2fdd8966dcb0194564a2b57896 53.70MB / 53.70MB 0.9s done [2022-12-01T00:04:09.804Z] #13 sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303 5.15MB / 5.15MB 0.9s done [2022-12-01T00:04:09.804Z] #13 sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 10.87MB / 10.87MB 1.4s done [2022-12-01T00:04:09.804Z] #13 sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 54.68MB / 54.68MB 1.7s done [2022-12-01T00:04:09.804Z] #13 sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 81.37MB / 81.37MB 2.0s done [2022-12-01T00:04:09.804Z] #13 sha256:9da07185da7dd0989086a0001b33379e97221b9859582acd17d0f5b31fbd0e3a 109.02MB / 109.02MB 2.6s [2022-12-01T00:04:09.804Z] #13 sha256:a411c05dc29581d0b65659f2f0470e713fd8f90d0a7bd7e47ed6922678768b64 156B / 156B 1.8s done [2022-12-01T00:04:09.804Z] #13 extracting sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303 [2022-12-01T00:04:10.062Z] #13 extracting sha256:a3e29af4daf3531efcc63588162e8bdcf3434aa5d72df4eabeb5e20c6695e303 0.2s done [2022-12-01T00:04:10.062Z] #13 extracting sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 [2022-12-01T00:04:10.237Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 1.3s done [2022-12-01T00:04:10.295Z] #25 72.48 strconv [2022-12-01T00:04:10.626Z] #13 extracting sha256:3d7b1480fa4dae5cbbb7d091c46ae0ae52f501418d4cfeb849b87023364e2564 0.3s done [2022-12-01T00:04:10.627Z] #13 extracting sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 [2022-12-01T00:04:10.865Z] #25 ... [2022-12-01T00:04:10.865Z] [2022-12-01T00:04:10.865Z] #31 [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 [2022-12-01T00:04:10.865Z] #31 73.25 Selecting previously unselected package libxml2:amd64. [2022-12-01T00:04:10.865Z] #31 73.26 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2022-12-01T00:04:10.865Z] #31 73.27 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:04:11.622Z] #9 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 1.0s [2022-12-01T00:04:11.802Z] #31 74.13 Selecting previously unselected package libarchive13:amd64. [2022-12-01T00:04:11.802Z] #31 74.14 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-12-01T00:04:11.802Z] #31 74.16 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:04:11.993Z] #9 ... [2022-12-01T00:04:11.993Z] [2022-12-01T00:04:11.993Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:11.993Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-12-01T00:04:11.993Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:04:11.993Z] #10 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-12-01T00:04:11.993Z] #10 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-12-01T00:04:11.993Z] #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2022-12-01T00:04:11.993Z] #10 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.0s done [2022-12-01T00:04:11.993Z] #10 DONE 5.6s [2022-12-01T00:04:11.993Z] [2022-12-01T00:04:11.993Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:11.993Z] #11 resolve docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 0.1s done [2022-12-01T00:04:11.993Z] #11 sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 1.86kB / 1.86kB done [2022-12-01T00:04:11.993Z] #11 sha256:fa71e1447cb0241324162a6c51297206928d755b16142eceec7b809af55061e5 1.80kB / 1.80kB done [2022-12-01T00:04:11.993Z] #11 sha256:e53ef54a405f8a28710b399b3f4a0ef0350d6d470088cb26d39f70f9a454939f 7.10kB / 7.10kB done [2022-12-01T00:04:11.993Z] #11 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 2.2s done [2022-12-01T00:04:11.993Z] #11 sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 5.16MB / 5.16MB 1.0s done [2022-12-01T00:04:11.993Z] #11 sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 10.88MB / 10.88MB 1.3s done [2022-12-01T00:04:11.993Z] #11 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 54.59MB / 54.59MB 2.7s done [2022-12-01T00:04:11.993Z] #11 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 85.97MB / 85.97MB 5.2s done [2022-12-01T00:04:11.993Z] #11 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 63.82MB / 141.93MB 5.3s [2022-12-01T00:04:11.993Z] #11 sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 156B / 156B 2.8s done [2022-12-01T00:04:12.259Z] #11 ... [2022-12-01T00:04:12.259Z] [2022-12-01T00:04:12.259Z] #12 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:12.259Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-12-01T00:04:12.259Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:04:12.259Z] #12 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-12-01T00:04:12.259Z] #12 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done [2022-12-01T00:04:12.259Z] #12 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-12-01T00:04:12.259Z] #12 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.8s done [2022-12-01T00:04:12.259Z] #12 DONE 6.0s [2022-12-01T00:04:12.259Z] [2022-12-01T00:04:12.259Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:12.259Z] #11 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 80.74MB / 141.93MB 5.7s [2022-12-01T00:04:12.259Z] #11 ... [2022-12-01T00:04:12.259Z] [2022-12-01T00:04:12.259Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:12.372Z] #31 74.62 Selecting previously unselected package libjsoncpp24:amd64. [2022-12-01T00:04:12.372Z] #31 74.63 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-12-01T00:04:12.372Z] #31 74.64 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:04:12.631Z] #31 74.90 Selecting previously unselected package librhash0:amd64. [2022-12-01T00:04:12.631Z] #31 74.91 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-12-01T00:04:12.631Z] #31 74.92 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:04:13.168Z] #13 ... [2022-12-01T00:04:13.168Z] [2022-12-01T00:04:13.168Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-12-01T00:04:13.168Z] #14 DONE 0.2s [2022-12-01T00:04:13.168Z] [2022-12-01T00:04:13.168Z] #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 [2022-12-01T00:04:13.168Z] #0 0.987 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:13.168Z] #0 0.999 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:13.168Z] #0 0.999 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:13.168Z] #0 1.174 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-12-01T00:04:13.168Z] #0 1.379 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB] [2022-12-01T00:04:13.168Z] #0 1.569 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-01T00:04:13.168Z] #0 2.371 Fetched 8495 kB in 2s (5155 kB/s) [2022-12-01T00:04:13.168Z] #0 2.371 Reading package lists... [2022-12-01T00:04:13.199Z] #31 75.37 Selecting previously unselected package libuv1:amd64. [2022-12-01T00:04:13.199Z] #31 75.37 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-12-01T00:04:13.199Z] #31 75.37 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:04:13.199Z] #31 75.62 Selecting previously unselected package cmake. [2022-12-01T00:04:13.199Z] #31 75.62 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-12-01T00:04:13.199Z] #31 ... [2022-12-01T00:04:13.199Z] [2022-12-01T00:04:13.199Z] #33 [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 [2022-12-01T00:04:13.199Z] #33 65.56 Selecting previously unselected package libprotoc23:amd64. [2022-12-01T00:04:13.199Z] #33 65.57 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2022-12-01T00:04:13.199Z] #33 65.59 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:04:13.199Z] #33 66.89 Selecting previously unselected package protobuf-c-compiler. [2022-12-01T00:04:13.199Z] #33 66.90 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:04:13.199Z] #33 66.92 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:04:13.199Z] #33 67.12 Selecting previously unselected package protobuf-compiler. [2022-12-01T00:04:13.199Z] #33 67.12 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2022-12-01T00:04:13.199Z] #33 67.17 Unpacking protobuf-compiler (3.12.4-1) ... [2022-12-01T00:04:13.199Z] #33 67.43 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:04:13.199Z] #33 67.45 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:04:13.199Z] #33 67.45 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:04:13.199Z] #33 67.75 Selecting previously unselected package python3-six. [2022-12-01T00:04:13.199Z] #33 67.76 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2022-12-01T00:04:13.199Z] #33 67.77 Unpacking python3-six (1.16.0-2) ... [2022-12-01T00:04:13.199Z] #33 67.93 Selecting previously unselected package python3-protobuf. [2022-12-01T00:04:13.199Z] #33 67.93 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2022-12-01T00:04:13.199Z] #33 67.93 Unpacking python3-protobuf (3.12.4-1) ... [2022-12-01T00:04:13.199Z] #33 68.95 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:04:13.199Z] #33 71.36 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:04:13.199Z] #33 71.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:04:13.199Z] #33 71.48 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:04:13.199Z] #33 71.52 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:04:13.199Z] #33 71.57 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:04:13.199Z] #33 71.74 Setting up python3-six (1.16.0-2) ... [2022-12-01T00:04:13.199Z] #33 73.51 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:04:13.199Z] #33 73.53 Setting up libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:04:13.199Z] #33 73.61 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:04:13.199Z] #33 73.63 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:04:13.199Z] #33 73.67 Setting up python3-protobuf (3.12.4-1) ... [2022-12-01T00:04:13.426Z] #0 2.900 Reading package lists... [2022-12-01T00:04:13.426Z] #15 3.447 Building dependency tree... [2022-12-01T00:04:13.458Z] #33 ... [2022-12-01T00:04:13.458Z] [2022-12-01T00:04:13.458Z] #31 [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 [2022-12-01T00:04:13.458Z] #31 75.65 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:04:13.574Z] #9 ... [2022-12-01T00:04:13.574Z] [2022-12-01T00:04:13.574Z] #11 [internal] load build context [2022-12-01T00:04:13.574Z] #11 transferring context: 53.56MB 5.2s done [2022-12-01T00:04:13.574Z] #11 DONE 5.3s [2022-12-01T00:04:13.574Z] [2022-12-01T00:04:13.574Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:13.574Z] #10 sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 1.86kB / 1.86kB done [2022-12-01T00:04:13.574Z] #10 sha256:fa71e1447cb0241324162a6c51297206928d755b16142eceec7b809af55061e5 1.80kB / 1.80kB done [2022-12-01T00:04:13.574Z] #10 sha256:e53ef54a405f8a28710b399b3f4a0ef0350d6d470088cb26d39f70f9a454939f 7.10kB / 7.10kB done [2022-12-01T00:04:13.574Z] #10 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 1.5s done [2022-12-01T00:04:13.574Z] #10 sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 5.16MB / 5.16MB 0.4s done [2022-12-01T00:04:13.574Z] #10 sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 10.88MB / 10.88MB 0.7s done [2022-12-01T00:04:13.574Z] #10 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 54.59MB / 54.59MB 2.3s done [2022-12-01T00:04:13.574Z] #10 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 85.97MB / 85.97MB 3.5s done [2022-12-01T00:04:13.574Z] #10 sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 156B / 156B 2.5s done [2022-12-01T00:04:13.574Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 89.13MB / 141.93MB 5.0s [2022-12-01T00:04:13.692Z] #15 ... [2022-12-01T00:04:13.692Z] [2022-12-01T00:04:13.692Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-12-01T00:04:13.692Z] #16 DONE 0.3s [2022-12-01T00:04:13.692Z] [2022-12-01T00:04:13.692Z] #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 [2022-12-01T00:04:13.692Z] #15 3.823 The following additional packages will be installed: [2022-12-01T00:04:13.692Z] #15 3.823 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-12-01T00:04:13.692Z] #15 3.823 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-12-01T00:04:13.692Z] #15 3.823 Recommended packages: [2022-12-01T00:04:13.692Z] #15 3.823 libldap-common publicsuffix libsasl2-modules [2022-12-01T00:04:13.841Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 99.61MB / 141.93MB 5.3s [2022-12-01T00:04:13.950Z] #15 3.967 The following NEW packages will be installed: [2022-12-01T00:04:13.950Z] #15 3.967 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-12-01T00:04:13.950Z] #15 3.967 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-12-01T00:04:13.950Z] #15 3.967 libssh2-1 openssl [2022-12-01T00:04:14.169Z] #9 ... [2022-12-01T00:04:14.169Z] [2022-12-01T00:04:14.169Z] #13 [internal] load build context [2022-12-01T00:04:14.169Z] #13 transferring context: 53.56MB 7.1s done [2022-12-01T00:04:14.169Z] #13 DONE 7.7s [2022-12-01T00:04:14.169Z] [2022-12-01T00:04:14.169Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:14.169Z] #11 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 141.93MB / 141.93MB 7.5s [2022-12-01T00:04:14.215Z] #15 4.249 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:14.215Z] #15 4.249 Need to get 2941 kB of archives. [2022-12-01T00:04:14.215Z] #15 4.249 After this operation, 6478 kB of additional disk space will be used. [2022-12-01T00:04:14.215Z] #15 4.249 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB] [2022-12-01T00:04:14.215Z] #15 4.259 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-12-01T00:04:14.215Z] #15 4.261 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-12-01T00:04:14.215Z] #15 4.266 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-12-01T00:04:14.215Z] #15 4.268 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-12-01T00:04:14.215Z] #15 4.271 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2022-12-01T00:04:14.215Z] #15 4.274 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-12-01T00:04:14.215Z] #15 4.278 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-12-01T00:04:14.215Z] #15 4.279 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-12-01T00:04:14.215Z] #15 4.281 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-12-01T00:04:14.215Z] #15 4.287 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB] [2022-12-01T00:04:14.215Z] #15 4.290 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB] [2022-12-01T00:04:14.215Z] #15 4.293 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-12-01T00:04:14.215Z] #15 4.299 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-12-01T00:04:14.215Z] #15 4.308 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-12-01T00:04:14.418Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 108.80MB / 141.93MB 5.8s [2022-12-01T00:04:14.473Z] #15 4.463 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:14.473Z] #15 4.490 Fetched 2941 kB in 0s (8745 kB/s) [2022-12-01T00:04:14.473Z] #15 4.516 Selecting previously unselected package openssl. [2022-12-01T00:04:14.473Z] #15 4.516 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-12-01T00:04:14.473Z] #15 4.516 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ... [2022-12-01T00:04:14.473Z] #15 4.520 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:14.473Z] #15 4.688 Selecting previously unselected package ca-certificates. [2022-12-01T00:04:14.473Z] #15 4.688 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-12-01T00:04:14.732Z] #15 4.692 Unpacking ca-certificates (20210119) ... [2022-12-01T00:04:14.732Z] #15 4.763 Selecting previously unselected package libbrotli1:arm64. [2022-12-01T00:04:14.732Z] #15 4.763 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-12-01T00:04:14.732Z] #15 4.773 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-12-01T00:04:14.732Z] #15 4.846 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-12-01T00:04:14.732Z] #15 4.846 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-12-01T00:04:14.732Z] #15 4.850 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:14.732Z] #15 4.895 Selecting previously unselected package libsasl2-2:arm64. [2022-12-01T00:04:14.732Z] #15 4.895 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-12-01T00:04:14.732Z] #15 4.905 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:14.734Z] #11 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 5.4s [2022-12-01T00:04:14.989Z] #15 5.026 Selecting previously unselected package libldap-2.4-2:arm64. [2022-12-01T00:04:14.989Z] #15 5.026 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-12-01T00:04:14.989Z] #15 5.031 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:14.989Z] #15 5.102 Selecting previously unselected package libnghttp2-14:arm64. [2022-12-01T00:04:14.989Z] #15 5.102 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-12-01T00:04:14.989Z] #15 5.106 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-12-01T00:04:14.989Z] #15 5.149 Selecting previously unselected package libpsl5:arm64. [2022-12-01T00:04:14.989Z] #15 5.150 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-12-01T00:04:14.989Z] #15 5.154 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-12-01T00:04:14.989Z] #15 5.197 Selecting previously unselected package librtmp1:arm64. [2022-12-01T00:04:14.989Z] #15 5.197 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-12-01T00:04:14.990Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 121.59MB / 141.93MB 6.3s [2022-12-01T00:04:14.990Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 130.02MB / 141.93MB 6.5s [2022-12-01T00:04:15.246Z] #15 5.201 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:15.246Z] #15 5.242 Selecting previously unselected package libssh2-1:arm64. [2022-12-01T00:04:15.246Z] #15 5.242 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-12-01T00:04:15.246Z] #15 5.245 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-12-01T00:04:15.246Z] #15 5.290 Selecting previously unselected package libcurl4:arm64. [2022-12-01T00:04:15.246Z] #15 5.290 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ... [2022-12-01T00:04:15.246Z] #15 5.294 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:15.246Z] #15 5.352 Selecting previously unselected package curl. [2022-12-01T00:04:15.246Z] #15 5.352 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ... [2022-12-01T00:04:15.246Z] #15 5.357 Unpacking curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:15.246Z] #15 5.413 Selecting previously unselected package libonig5:arm64. [2022-12-01T00:04:15.246Z] #15 5.413 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-12-01T00:04:15.246Z] #15 5.417 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-12-01T00:04:15.250Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 137.74MB / 141.93MB 6.6s [2022-12-01T00:04:15.505Z] #15 5.470 Selecting previously unselected package libjq1:arm64. [2022-12-01T00:04:15.505Z] #15 5.470 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-12-01T00:04:15.505Z] #15 5.473 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-12-01T00:04:15.505Z] #15 5.521 Selecting previously unselected package jq. [2022-12-01T00:04:15.505Z] #15 5.521 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-12-01T00:04:15.505Z] #15 5.525 Unpacking jq (1.6-2.1) ... [2022-12-01T00:04:15.505Z] #15 5.563 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-12-01T00:04:15.505Z] #15 5.575 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-12-01T00:04:15.505Z] #15 5.587 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-12-01T00:04:15.505Z] #15 5.600 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:15.505Z] #15 5.610 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:15.505Z] #15 5.621 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:15.505Z] #15 5.632 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-12-01T00:04:15.505Z] #15 5.644 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:15.671Z] #11 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 141.93MB / 141.93MB 8.9s done [2022-12-01T00:04:15.764Z] #15 5.660 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-12-01T00:04:15.764Z] #15 5.670 Setting up libjq1:arm64 (1.6-2.1) ... [2022-12-01T00:04:15.764Z] #15 5.681 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:15.764Z] #15 5.694 Setting up ca-certificates (20210119) ... [2022-12-01T00:04:16.012Z] #31 ... [2022-12-01T00:04:16.013Z] [2022-12-01T00:04:16.013Z] #28 [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 [2022-12-01T00:04:16.013Z] #28 68.20 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-12-01T00:04:16.013Z] #28 68.23 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-12-01T00:04:16.013Z] #28 68.27 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-12-01T00:04:16.013Z] #28 68.39 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-12-01T00:04:16.013Z] #28 68.43 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-12-01T00:04:16.013Z] #28 68.47 go: downloading github.com/julz/importas v0.1.0 [2022-12-01T00:04:16.013Z] #28 68.57 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-12-01T00:04:16.013Z] #28 68.67 go: downloading github.com/kulti/thelper v0.5.0 [2022-12-01T00:04:16.013Z] #28 68.67 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-12-01T00:04:16.013Z] #28 68.73 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-12-01T00:04:16.013Z] #28 68.82 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-12-01T00:04:16.013Z] #28 68.83 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-12-01T00:04:16.013Z] #28 68.87 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-12-01T00:04:16.013Z] #28 68.95 go: downloading github.com/maratori/testpackage v1.0.1 [2022-12-01T00:04:16.013Z] #28 69.07 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-12-01T00:04:16.013Z] #28 69.08 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-12-01T00:04:16.013Z] #28 69.21 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-12-01T00:04:16.013Z] #28 69.21 go: downloading github.com/mgechev/revive v1.1.3 [2022-12-01T00:04:16.013Z] #28 70.09 go: downloading github.com/moricho/tparallel v0.2.1 [2022-12-01T00:04:16.013Z] #28 70.09 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-12-01T00:04:16.013Z] #28 70.13 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-12-01T00:04:16.013Z] #28 70.16 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-12-01T00:04:16.013Z] #28 70.25 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-12-01T00:04:16.013Z] #28 70.26 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-12-01T00:04:16.013Z] #28 70.34 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-12-01T00:04:16.013Z] #28 70.35 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-12-01T00:04:16.013Z] #28 70.47 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-12-01T00:04:16.013Z] #28 70.72 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-12-01T00:04:16.013Z] #28 70.73 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-12-01T00:04:16.013Z] #28 70.77 go: downloading github.com/sivchari/tenv v1.4.7 [2022-12-01T00:04:16.013Z] #28 70.77 go: downloading github.com/sonatard/noctx v0.0.1 [2022-12-01T00:04:16.013Z] #28 70.80 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-12-01T00:04:16.013Z] #28 70.85 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-12-01T00:04:16.013Z] #28 70.90 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-12-01T00:04:16.013Z] #28 70.93 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-12-01T00:04:16.013Z] #28 70.99 go: downloading github.com/tetafro/godot v1.4.11 [2022-12-01T00:04:16.013Z] #28 71.20 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-12-01T00:04:16.013Z] #28 71.20 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-12-01T00:04:16.013Z] #28 71.33 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-12-01T00:04:16.013Z] #28 71.67 go: downloading github.com/ultraware/funlen v0.0.3 [2022-12-01T00:04:16.013Z] #28 71.70 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-12-01T00:04:16.013Z] #28 71.72 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-12-01T00:04:16.013Z] #28 71.74 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-12-01T00:04:16.013Z] #28 71.81 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-12-01T00:04:16.013Z] #28 72.18 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-12-01T00:04:16.013Z] #28 72.53 go: downloading honnef.co/go/tools v0.2.2 [2022-12-01T00:04:16.013Z] #28 74.60 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-12-01T00:04:16.013Z] #28 74.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-12-01T00:04:16.013Z] #28 74.77 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-12-01T00:04:16.013Z] #28 74.95 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-12-01T00:04:16.013Z] #28 75.08 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-12-01T00:04:16.013Z] #28 77.16 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-12-01T00:04:16.013Z] #28 77.33 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-12-01T00:04:16.013Z] #28 77.36 go: downloading github.com/stretchr/objx v0.1.1 [2022-12-01T00:04:16.013Z] #28 77.50 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-12-01T00:04:16.013Z] #28 77.91 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-12-01T00:04:16.013Z] #28 77.95 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-12-01T00:04:16.013Z] #28 78.27 go: downloading golang.org/x/text v0.3.7 [2022-12-01T00:04:16.329Z] #15 6.388 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:16.639Z] #10 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 6.2s [2022-12-01T00:04:16.642Z] #11 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 7.2s done [2022-12-01T00:04:16.902Z] #10 ... [2022-12-01T00:04:16.902Z] [2022-12-01T00:04:16.902Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:16.902Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-12-01T00:04:16.902Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:04:16.902Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-12-01T00:04:16.902Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-12-01T00:04:16.902Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.6s done [2022-12-01T00:04:16.902Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2022-12-01T00:04:16.902Z] #12 DONE 8.5s [2022-12-01T00:04:16.902Z] [2022-12-01T00:04:16.902Z] #13 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:16.902Z] #13 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-12-01T00:04:16.902Z] #13 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:04:16.902Z] #13 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-12-01T00:04:16.902Z] #13 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-12-01T00:04:16.902Z] #13 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.2s done [2022-12-01T00:04:16.902Z] #13 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.5s done [2022-12-01T00:04:16.902Z] #13 DONE 8.5s [2022-12-01T00:04:16.902Z] [2022-12-01T00:04:16.902Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:16.902Z] #10 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 141.93MB / 141.93MB 8.1s done [2022-12-01T00:04:16.902Z] #10 ... [2022-12-01T00:04:16.902Z] [2022-12-01T00:04:16.902Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:17.213Z] #11 ... [2022-12-01T00:04:17.213Z] [2022-12-01T00:04:17.213Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-12-01T00:04:17.213Z] #14 DONE 0.6s [2022-12-01T00:04:17.213Z] [2022-12-01T00:04:17.213Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:17.213Z] #9 DONE 10.8s [2022-12-01T00:04:17.213Z] [2022-12-01T00:04:17.213Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:17.213Z] #11 extracting sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd [2022-12-01T00:04:17.263Z] #15 7.216 129 added, 0 removed; done. [2022-12-01T00:04:17.263Z] #15 7.347 Setting up jq (1.6-2.1) ... [2022-12-01T00:04:17.263Z] #15 7.360 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:17.263Z] #15 7.370 Setting up curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:17.263Z] #15 7.382 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:04:17.263Z] #15 7.405 Processing triggers for ca-certificates (20210119) ... [2022-12-01T00:04:17.263Z] #15 7.416 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:17.398Z] #28 ... [2022-12-01T00:04:17.398Z] [2022-12-01T00:04:17.398Z] #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 [2022-12-01T00:04:17.398Z] #26 69.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-12-01T00:04:17.398Z] #26 69.61 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:04:17.398Z] #26 69.62 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:04:17.398Z] #26 73.07 Selecting previously unselected package binutils-mingw-w64. [2022-12-01T00:04:17.398Z] #26 73.07 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-12-01T00:04:17.398Z] #26 73.09 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:04:17.398Z] #26 73.34 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-12-01T00:04:17.398Z] #26 73.36 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:04:17.398Z] #26 73.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:04:17.398Z] #26 73.68 Selecting previously unselected package dmsetup. [2022-12-01T00:04:17.398Z] #26 73.72 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:04:17.398Z] #26 73.74 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:04:17.398Z] #26 74.04 Selecting previously unselected package mingw-w64-common. [2022-12-01T00:04:17.398Z] #26 74.06 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-12-01T00:04:17.398Z] #26 74.08 Unpacking mingw-w64-common (8.0.0-1) ... [2022-12-01T00:04:17.664Z] #26 ... [2022-12-01T00:04:17.664Z] [2022-12-01T00:04:17.664Z] #33 [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 [2022-12-01T00:04:17.664Z] #33 79.87 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:04:17.664Z] #33 79.89 Setting up protobuf-compiler (3.12.4-1) ... [2022-12-01T00:04:17.664Z] #33 79.90 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:04:17.664Z] #33 80.00 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:04:17.664Z] #33 80.10 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:04:17.786Z] #11 extracting sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 0.8s done [2022-12-01T00:04:17.925Z] #33 80.12 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:04:17.925Z] #33 80.12 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:04:18.045Z] #11 extracting sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 [2022-12-01T00:04:18.046Z] #11 ... [2022-12-01T00:04:18.046Z] [2022-12-01T00:04:18.046Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-12-01T00:04:18.046Z] #15 DONE 1.0s [2022-12-01T00:04:18.201Z] #15 8.121 0 added, 0 removed; done. [2022-12-01T00:04:18.201Z] #15 8.121 Running hooks in /etc/ca-certificates/update.d... [2022-12-01T00:04:18.201Z] #15 8.124 done. [2022-12-01T00:04:18.309Z] [2022-12-01T00:04:18.309Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:18.497Z] #33 DONE 81.0s [2022-12-01T00:04:18.497Z] [2022-12-01T00:04:18.497Z] #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 [2022-12-01T00:04:18.497Z] #25 73.95 io [2022-12-01T00:04:18.497Z] #25 76.25 internal/oserror [2022-12-01T00:04:18.497Z] #25 76.74 syscall [2022-12-01T00:04:18.497Z] #25 79.47 reflect [2022-12-01T00:04:18.761Z] #25 ... [2022-12-01T00:04:18.761Z] [2022-12-01T00:04:18.761Z] #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 [2022-12-01T00:04:18.875Z] #11 extracting sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 0.9s done [2022-12-01T00:04:18.893Z] #9 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 8.3s done [2022-12-01T00:04:19.844Z] #9 DONE 11.3s [2022-12-01T00:04:19.844Z] [2022-12-01T00:04:19.844Z] #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 [2022-12-01T00:04:19.863Z] #11 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 [2022-12-01T00:04:21.478Z] #15 ... [2022-12-01T00:04:21.478Z] [2022-12-01T00:04:21.478Z] #13 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:21.478Z] #13 extracting sha256:426e8acfed2a5373bd99b22b5a968d55a148e14bc0e0f51c5cf0d779afefe291 3.2s done [2022-12-01T00:04:21.478Z] #13 extracting sha256:4fb255e3f99867ec7a2286dfbbef990491cde0a5d226d92be30bad4f9e917fa4 2.9s done [2022-12-01T00:04:21.478Z] #13 extracting sha256:9da07185da7dd0989086a0001b33379e97221b9859582acd17d0f5b31fbd0e3a 3.5s done [2022-12-01T00:04:21.478Z] #13 extracting sha256:a411c05dc29581d0b65659f2f0470e713fd8f90d0a7bd7e47ed6922678768b64 done [2022-12-01T00:04:21.478Z] #13 DONE 15.5s [2022-12-01T00:04:21.478Z] [2022-12-01T00:04:21.478Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-01T00:04:21.478Z] #17 ... [2022-12-01T00:04:21.478Z] [2022-12-01T00:04:21.478Z] #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 [2022-12-01T00:04:21.478Z] #15 DONE 11.4s [2022-12-01T00:04:21.478Z] [2022-12-01T00:04:21.479Z] #18 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-12-01T00:04:21.479Z] #18 DONE 0.2s [2022-12-01T00:04:21.479Z] [2022-12-01T00:04:21.479Z] #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 [2022-12-01T00:04:21.839Z] #14 ... [2022-12-01T00:04:21.839Z] [2022-12-01T00:04:21.839Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-12-01T00:04:21.839Z] #15 DONE 0.9s [2022-12-01T00:04:21.839Z] [2022-12-01T00:04:21.839Z] #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 [2022-12-01T00:04:21.839Z] #14 2.237 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:22.045Z] #19 ... [2022-12-01T00:04:22.045Z] [2022-12-01T00:04:22.045Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-01T00:04:22.045Z] #17 DONE 0.7s [2022-12-01T00:04:22.057Z] #38 3.196 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:04:22.058Z] #38 3.196 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:04:22.058Z] #38 3.207 Note: Building without GnuTLS support [2022-12-01T00:04:22.058Z] #38 3.210 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:04:22.058Z] #38 3.210 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:04:22.058Z] #38 ... [2022-12-01T00:04:22.058Z] [2022-12-01T00:04:22.058Z] #31 [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 [2022-12-01T00:04:22.058Z] #31 83.36 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:04:22.058Z] #31 83.39 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:04:22.058Z] #31 83.40 Setting up libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:04:22.058Z] #31 83.44 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:04:22.058Z] #31 83.49 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:04:22.058Z] #31 83.53 Setting up librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:04:22.058Z] #31 83.55 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:04:22.058Z] #31 83.58 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:04:22.058Z] #31 83.60 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:04:22.058Z] #31 83.61 Setting up cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:04:22.058Z] #31 83.62 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:04:22.058Z] #31 DONE 84.4s [2022-12-01T00:04:22.113Z] #14 2.279 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:22.113Z] #14 2.281 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:22.304Z] [2022-12-01T00:04:22.304Z] #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 [2022-12-01T00:04:22.320Z] [2022-12-01T00:04:22.320Z] #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 [2022-12-01T00:04:22.320Z] #26 83.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-12-01T00:04:22.320Z] #26 83.54 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-12-01T00:04:22.320Z] #26 83.55 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:04:22.374Z] #14 2.603 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:04:22.562Z] #20 DONE 0.6s [2022-12-01T00:04:22.562Z] [2022-12-01T00:04:22.562Z] #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 [2022-12-01T00:04:22.638Z] #14 2.983 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:04:22.818Z] #21 ... [2022-12-01T00:04:22.818Z] [2022-12-01T00:04:22.818Z] #22 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-12-01T00:04:22.818Z] #22 DONE 0.1s [2022-12-01T00:04:22.818Z] [2022-12-01T00:04:22.818Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-12-01T00:04:22.818Z] #23 DONE 0.2s [2022-12-01T00:04:22.818Z] [2022-12-01T00:04:22.818Z] #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 [2022-12-01T00:04:22.899Z] #14 3.119 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:04:23.469Z] #14 ... [2022-12-01T00:04:23.469Z] [2022-12-01T00:04:23.469Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-12-01T00:04:23.469Z] #16 DONE 1.6s [2022-12-01T00:04:23.730Z] [2022-12-01T00:04:23.730Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:23.730Z] #10 extracting sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 0.7s done [2022-12-01T00:04:23.730Z] #10 extracting sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 0.8s done [2022-12-01T00:04:23.730Z] #10 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 1.4s [2022-12-01T00:04:25.121Z] #11 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 5.0s [2022-12-01T00:04:26.497Z] #11 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 6.2s done [2022-12-01T00:04:26.497Z] #11 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 0.1s [2022-12-01T00:04:26.519Z] #26 ... [2022-12-01T00:04:26.519Z] [2022-12-01T00:04:26.519Z] #28 [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 [2022-12-01T00:04:26.519Z] #28 87.12 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-12-01T00:04:26.519Z] #28 87.20 go: downloading github.com/gobwas/glob v0.2.3 [2022-12-01T00:04:26.519Z] #28 87.45 go: downloading github.com/kisielk/gotool v1.0.0 [2022-12-01T00:04:26.519Z] #28 87.47 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-12-01T00:04:26.519Z] #28 87.57 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-12-01T00:04:26.519Z] #28 87.57 go: downloading github.com/ettle/strcase v0.1.1 [2022-12-01T00:04:26.519Z] #28 87.67 go: downloading golang.org/x/mod v0.5.1 [2022-12-01T00:04:26.519Z] #28 87.81 go: downloading github.com/fatih/structtag v1.2.0 [2022-12-01T00:04:26.519Z] #28 87.85 go: downloading github.com/Masterminds/semver v1.5.0 [2022-12-01T00:04:26.519Z] #28 88.06 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-12-01T00:04:26.519Z] #28 88.08 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-12-01T00:04:26.519Z] #28 88.41 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-12-01T00:04:26.776Z] #28 89.00 go: downloading github.com/prometheus/client_model v0.2.0 [2022-12-01T00:04:26.776Z] #28 89.19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-12-01T00:04:26.776Z] #28 89.23 go: downloading github.com/google/go-cmp v0.5.6 [2022-12-01T00:04:27.015Z] #24 4.363 + git clone https://github.com/docker/distribution.git . [2022-12-01T00:04:27.016Z] #24 4.366 Cloning into '.'... [2022-12-01T00:04:27.039Z] #10 ... [2022-12-01T00:04:27.039Z] [2022-12-01T00:04:27.039Z] #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 [2022-12-01T00:04:27.039Z] #14 4.671 Fetched 8615 kB in 3s (3207 kB/s) [2022-12-01T00:04:27.039Z] #14 4.671 Reading package lists... [2022-12-01T00:04:27.039Z] #14 5.540 Reading package lists... [2022-12-01T00:04:27.039Z] #14 6.416 Building dependency tree... [2022-12-01T00:04:27.039Z] #14 6.795 The following additional packages will be installed: [2022-12-01T00:04:27.039Z] #14 6.795 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-12-01T00:04:27.039Z] #14 6.795 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-12-01T00:04:27.039Z] #14 6.799 Recommended packages: [2022-12-01T00:04:27.039Z] #14 6.799 libldap-common publicsuffix libsasl2-modules [2022-12-01T00:04:27.039Z] #14 6.965 The following NEW packages will be installed: [2022-12-01T00:04:27.039Z] #14 6.966 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-12-01T00:04:27.039Z] #14 6.966 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-12-01T00:04:27.039Z] #14 6.967 libssh2-1 openssl [2022-12-01T00:04:27.039Z] #14 7.249 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:27.039Z] #14 7.249 Need to get 3047 kB of archives. [2022-12-01T00:04:27.039Z] #14 7.249 After this operation, 6661 kB of additional disk space will be used. [2022-12-01T00:04:27.039Z] #14 7.249 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-12-01T00:04:27.039Z] #14 7.267 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-12-01T00:04:27.039Z] #14 7.267 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-12-01T00:04:27.039Z] #14 7.275 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-12-01T00:04:27.039Z] #14 7.284 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-12-01T00:04:27.039Z] #14 7.284 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-12-01T00:04:27.039Z] #14 7.284 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-12-01T00:04:27.039Z] #14 7.284 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-12-01T00:04:27.039Z] #14 7.307 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-12-01T00:04:27.039Z] #14 7.307 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-12-01T00:04:27.039Z] #14 7.307 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3 [345 kB] [2022-12-01T00:04:27.039Z] #14 7.307 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3 [269 kB] [2022-12-01T00:04:27.039Z] #14 7.309 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:04:27.039Z] #14 7.315 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:04:27.039Z] #14 7.315 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:04:27.067Z] #11 ... [2022-12-01T00:04:27.067Z] [2022-12-01T00:04:27.067Z] #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 [2022-12-01T00:04:27.067Z] #0 2.007 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:27.067Z] #0 2.051 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:27.067Z] #0 2.051 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:27.067Z] #0 2.170 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:04:27.067Z] #0 2.472 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:04:27.067Z] #0 2.474 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:04:27.067Z] #0 4.031 Fetched 8615 kB in 2s (3665 kB/s) [2022-12-01T00:04:27.067Z] #0 4.031 Reading package lists... [2022-12-01T00:04:27.067Z] #0 4.830 Reading package lists... [2022-12-01T00:04:27.067Z] #0 5.582 Building dependency tree... [2022-12-01T00:04:27.067Z] #0 5.902 The following additional packages will be installed: [2022-12-01T00:04:27.067Z] #0 5.902 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-12-01T00:04:27.067Z] #0 5.902 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-12-01T00:04:27.067Z] #0 5.902 Recommended packages: [2022-12-01T00:04:27.067Z] #0 5.902 libldap-common publicsuffix libsasl2-modules [2022-12-01T00:04:27.067Z] #0 6.082 The following NEW packages will be installed: [2022-12-01T00:04:27.067Z] #0 6.082 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-12-01T00:04:27.067Z] #0 6.082 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-12-01T00:04:27.067Z] #0 6.082 libssh2-1 openssl [2022-12-01T00:04:27.067Z] #0 6.367 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:27.067Z] #0 6.367 Need to get 3047 kB of archives. [2022-12-01T00:04:27.067Z] #0 6.367 After this operation, 6661 kB of additional disk space will be used. [2022-12-01T00:04:27.067Z] #0 6.367 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-12-01T00:04:27.067Z] #0 6.376 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-12-01T00:04:27.067Z] #0 6.376 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-12-01T00:04:27.067Z] #0 6.381 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-12-01T00:04:27.067Z] #0 6.381 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-12-01T00:04:27.067Z] #0 6.387 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-12-01T00:04:27.067Z] #0 6.387 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-12-01T00:04:27.067Z] #0 6.401 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-12-01T00:04:27.067Z] #0 6.401 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-12-01T00:04:27.067Z] #0 6.401 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-12-01T00:04:27.067Z] #0 6.401 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3 [345 kB] [2022-12-01T00:04:27.067Z] #0 6.401 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3 [269 kB] [2022-12-01T00:04:27.067Z] #0 6.412 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:04:27.067Z] #0 6.412 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:04:27.067Z] #0 6.426 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:04:27.067Z] #0 6.674 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:27.067Z] #0 6.707 Fetched 3047 kB in 0s (9357 kB/s) [2022-12-01T00:04:27.067Z] #0 6.733 Selecting previously unselected package openssl. [2022-12-01T00:04:27.067Z] #0 6.733 (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 ... 6661 files and directories currently installed.) [2022-12-01T00:04:27.067Z] #0 6.737 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-12-01T00:04:27.067Z] #0 6.743 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:27.067Z] #0 6.891 Selecting previously unselected package ca-certificates. [2022-12-01T00:04:27.067Z] #0 6.891 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-12-01T00:04:27.067Z] #0 6.902 Unpacking ca-certificates (20210119) ... [2022-12-01T00:04:27.067Z] #0 7.004 Selecting previously unselected package libbrotli1:amd64. [2022-12-01T00:04:27.067Z] #0 7.004 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-12-01T00:04:27.067Z] #0 7.011 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:04:27.067Z] #0 7.100 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-12-01T00:04:27.067Z] #0 7.100 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:04:27.067Z] #0 7.103 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:27.067Z] #0 7.146 Selecting previously unselected package libsasl2-2:amd64. [2022-12-01T00:04:27.067Z] #0 7.146 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:04:27.067Z] #0 7.150 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:27.067Z] #0 7.201 Selecting previously unselected package libldap-2.4-2:amd64. [2022-12-01T00:04:27.067Z] #0 7.201 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-12-01T00:04:27.067Z] #0 7.204 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:27.068Z] #0 7.302 Selecting previously unselected package libnghttp2-14:amd64. [2022-12-01T00:04:27.068Z] #0 7.302 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.311 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:04:27.068Z] #0 7.364 Selecting previously unselected package libpsl5:amd64. [2022-12-01T00:04:27.068Z] #0 7.364 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.371 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:04:27.068Z] #0 7.418 Selecting previously unselected package librtmp1:amd64. [2022-12-01T00:04:27.068Z] #0 7.418 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.420 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:27.068Z] #0 7.463 Selecting previously unselected package libssh2-1:amd64. [2022-12-01T00:04:27.068Z] #0 7.467 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.467 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:04:27.068Z] #0 7.534 Selecting previously unselected package libcurl4:amd64. [2022-12-01T00:04:27.068Z] #0 7.534 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.539 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:27.068Z] #0 7.617 Selecting previously unselected package curl. [2022-12-01T00:04:27.068Z] #0 7.617 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.621 Unpacking curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:27.068Z] #0 7.693 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:04:27.068Z] #0 7.693 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.696 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:04:27.068Z] #0 7.755 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:04:27.068Z] #0 7.755 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.768 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:04:27.068Z] #0 7.815 Selecting previously unselected package jq. [2022-12-01T00:04:27.068Z] #0 7.815 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:04:27.068Z] #0 7.826 Unpacking jq (1.6-2.1) ... [2022-12-01T00:04:27.068Z] #0 7.914 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:04:27.068Z] #0 7.926 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:04:27.068Z] #0 7.937 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:04:27.068Z] #0 7.945 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:27.068Z] #0 7.955 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:27.068Z] #0 7.965 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:27.068Z] #0 7.976 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:04:27.068Z] #0 7.997 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:27.068Z] #0 8.008 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:04:27.068Z] #0 8.020 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:04:27.068Z] #0 8.032 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:27.068Z] #0 8.043 Setting up ca-certificates (20210119) ... [2022-12-01T00:04:27.068Z] #0 8.727 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:27.068Z] #0 9.711 129 added, 0 removed; done. [2022-12-01T00:04:27.068Z] #0 9.741 Setting up jq (1.6-2.1) ... [2022-12-01T00:04:27.068Z] #0 9.751 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:27.068Z] #0 9.760 Setting up curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:27.068Z] #0 9.770 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:04:27.068Z] #0 9.788 Processing triggers for ca-certificates (20210119) ... [2022-12-01T00:04:27.068Z] #0 9.798 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:27.068Z] #16 ... [2022-12-01T00:04:27.068Z] [2022-12-01T00:04:27.068Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:27.304Z] #14 7.545 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:27.304Z] #14 7.586 Fetched 3047 kB in 0s (8970 kB/s) [2022-12-01T00:04:27.304Z] #14 7.693 Selecting previously unselected package openssl. [2022-12-01T00:04:27.304Z] #14 7.693 (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 ... 6661 files and directories currently installed.) [2022-12-01T00:04:27.304Z] #14 7.693 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-12-01T00:04:27.565Z] #14 7.697 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:27.724Z] #28 90.01 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-12-01T00:04:27.724Z] #28 90.05 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-12-01T00:04:27.830Z] #14 8.014 Selecting previously unselected package ca-certificates. [2022-12-01T00:04:27.830Z] #14 8.014 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-12-01T00:04:27.830Z] #14 8.020 Unpacking ca-certificates (20210119) ... [2022-12-01T00:04:27.830Z] #14 8.155 Selecting previously unselected package libbrotli1:amd64. [2022-12-01T00:04:27.830Z] #14 8.155 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-12-01T00:04:27.830Z] #14 8.176 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:04:27.947Z] #24 ... [2022-12-01T00:04:27.947Z] [2022-12-01T00:04:27.947Z] #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 [2022-12-01T00:04:27.947Z] #21 4.352 + RM_GOPATH=0 [2022-12-01T00:04:27.947Z] #21 4.352 + TMP_GOPATH= [2022-12-01T00:04:27.947Z] #21 4.352 + : /build [2022-12-01T00:04:27.947Z] #21 4.352 + '[' -z '' ']' [2022-12-01T00:04:27.947Z] #21 4.352 ++ mktemp -d [2022-12-01T00:04:27.947Z] #21 4.360 + export GOPATH=/tmp/tmp.CFChAN2qt7 [2022-12-01T00:04:27.947Z] #21 4.360 + GOPATH=/tmp/tmp.CFChAN2qt7 [2022-12-01T00:04:27.947Z] #21 4.360 + RM_GOPATH=1 [2022-12-01T00:04:27.947Z] #21 4.360 + case "$(go env GOARCH)" in [2022-12-01T00:04:27.947Z] #21 4.360 ++ go env GOARCH [2022-12-01T00:04:27.947Z] #21 4.404 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:27.947Z] #21 4.404 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:27.947Z] #21 4.404 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:27.947Z] #21 4.412 Install docker/cli version 17.06.2-ce from stable [2022-12-01T00:04:27.947Z] #21 4.412 + dir=/tmp/install [2022-12-01T00:04:27.947Z] #21 4.412 + bin=dockercli [2022-12-01T00:04:27.947Z] #21 4.412 + shift [2022-12-01T00:04:27.947Z] #21 4.412 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-12-01T00:04:27.947Z] #21 4.412 + . /tmp/install/dockercli.installer [2022-12-01T00:04:27.947Z] #21 4.412 ++ : stable [2022-12-01T00:04:27.947Z] #21 4.412 ++ : 17.06.2-ce [2022-12-01T00:04:27.947Z] #21 4.412 + install_dockercli [2022-12-01T00:04:27.947Z] #21 4.412 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-12-01T00:04:27.947Z] #21 4.412 ++ uname -m [2022-12-01T00:04:27.947Z] #21 4.425 + arch=aarch64 [2022-12-01T00:04:27.947Z] #21 4.425 + '[' aarch64 '!=' x86_64 ']' [2022-12-01T00:04:27.947Z] #21 4.425 + '[' aarch64 '!=' s390x ']' [2022-12-01T00:04:27.947Z] #21 4.425 + '[' aarch64 '!=' armhf ']' [2022-12-01T00:04:27.947Z] #21 4.425 + build_dockercli [2022-12-01T00:04:27.947Z] #21 4.425 + git clone https://github.com/docker/docker-ce /tmp/tmp.CFChAN2qt7/tmp/docker-ce [2022-12-01T00:04:27.947Z] #21 4.445 Cloning into '/tmp/tmp.CFChAN2qt7/tmp/docker-ce'... [2022-12-01T00:04:27.984Z] #28 90.34 go: downloading github.com/beorn7/perks v1.0.1 [2022-12-01T00:04:27.984Z] #28 90.39 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-12-01T00:04:27.984Z] #28 90.42 go: downloading github.com/golang/protobuf v1.5.2 [2022-12-01T00:04:28.106Z] #14 8.285 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-12-01T00:04:28.106Z] #14 8.286 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:04:28.106Z] #14 8.292 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:28.106Z] #14 8.388 Selecting previously unselected package libsasl2-2:amd64. [2022-12-01T00:04:28.106Z] #14 8.390 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:04:28.106Z] #14 8.397 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:28.106Z] #14 8.463 Selecting previously unselected package libldap-2.4-2:amd64. [2022-12-01T00:04:28.106Z] #14 8.464 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-12-01T00:04:28.106Z] #14 8.472 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:28.106Z] #14 8.581 Selecting previously unselected package libnghttp2-14:amd64. [2022-12-01T00:04:28.106Z] #14 8.581 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-12-01T00:04:28.244Z] #28 90.50 go: downloading github.com/cespare/xxhash v1.1.0 [2022-12-01T00:04:28.368Z] #14 8.587 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:04:28.368Z] #14 8.656 Selecting previously unselected package libpsl5:amd64. [2022-12-01T00:04:28.368Z] #14 8.656 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-12-01T00:04:28.368Z] #14 8.662 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:04:28.368Z] #14 8.710 Selecting previously unselected package librtmp1:amd64. [2022-12-01T00:04:28.368Z] #14 8.710 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-12-01T00:04:28.368Z] #14 8.719 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:28.368Z] #14 8.759 Selecting previously unselected package libssh2-1:amd64. [2022-12-01T00:04:28.368Z] #14 8.759 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-12-01T00:04:28.368Z] #14 8.766 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:04:28.368Z] #14 8.833 Selecting previously unselected package libcurl4:amd64. [2022-12-01T00:04:28.368Z] #14 8.833 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:04:28.503Z] #28 90.99 go: downloading github.com/prometheus/common v0.10.0 [2022-12-01T00:04:28.629Z] #14 8.839 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:28.629Z] #14 8.926 Selecting previously unselected package curl. [2022-12-01T00:04:28.629Z] #14 8.926 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:04:28.629Z] #14 8.928 Unpacking curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:28.629Z] #14 8.997 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:04:28.629Z] #14 8.997 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:04:28.629Z] #14 9.003 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:04:28.629Z] #14 9.082 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:04:28.629Z] #14 9.082 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:04:28.629Z] #14 9.086 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:04:28.893Z] #14 9.145 Selecting previously unselected package jq. [2022-12-01T00:04:28.893Z] #14 9.145 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:04:28.893Z] #14 9.151 Unpacking jq (1.6-2.1) ... [2022-12-01T00:04:28.893Z] #14 9.196 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:04:28.893Z] #14 9.210 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:04:28.893Z] #14 9.225 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:04:28.893Z] #14 9.238 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:28.893Z] #14 9.253 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:28.893Z] #14 9.281 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:28.893Z] #14 9.297 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:04:29.070Z] #28 91.34 go: downloading github.com/prometheus/procfs v0.6.0 [2022-12-01T00:04:29.070Z] #28 91.41 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-12-01T00:04:29.156Z] #14 9.318 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:29.156Z] #14 9.337 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:04:29.156Z] #14 9.367 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:04:29.156Z] #14 9.367 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:29.156Z] #14 9.379 Setting up ca-certificates (20210119) ... [2022-12-01T00:04:29.329Z] #28 91.58 go: downloading google.golang.org/protobuf v1.27.1 [2022-12-01T00:04:29.604Z] #11 ... [2022-12-01T00:04:29.604Z] [2022-12-01T00:04:29.604Z] #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 [2022-12-01T00:04:29.604Z] #16 10.68 0 added, 0 removed; done. [2022-12-01T00:04:29.604Z] #16 10.68 Running hooks in /etc/ca-certificates/update.d... [2022-12-01T00:04:29.604Z] #16 10.69 done. [2022-12-01T00:04:29.604Z] #16 DONE 12.6s [2022-12-01T00:04:29.604Z] [2022-12-01T00:04:29.604Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:29.739Z] #14 10.07 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:29.863Z] #11 ... [2022-12-01T00:04:29.863Z] [2022-12-01T00:04:29.863Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-12-01T00:04:29.863Z] #17 DONE 0.1s [2022-12-01T00:04:29.863Z] [2022-12-01T00:04:29.863Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:30.689Z] #14 11.08 129 added, 0 removed; done. [2022-12-01T00:04:30.689Z] #14 11.12 Setting up jq (1.6-2.1) ... [2022-12-01T00:04:30.956Z] #14 11.14 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:30.956Z] #14 11.15 Setting up curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:30.956Z] #14 11.17 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:04:30.956Z] #14 11.20 Processing triggers for ca-certificates (20210119) ... [2022-12-01T00:04:30.956Z] #14 11.21 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:31.762Z] #11 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 5.2s [2022-12-01T00:04:31.875Z] #28 ... [2022-12-01T00:04:31.875Z] [2022-12-01T00:04:31.875Z] #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 [2022-12-01T00:04:31.875Z] #26 93.82 Selecting previously unselected package gcc-mingw-w64-base. [2022-12-01T00:04:31.875Z] #26 93.83 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:04:31.875Z] #26 93.85 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:04:31.875Z] #26 94.11 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-12-01T00:04:31.875Z] #26 94.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:04:31.875Z] #26 94.16 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:04:31.904Z] #14 12.09 0 added, 0 removed; done. [2022-12-01T00:04:31.904Z] #14 12.09 Running hooks in /etc/ca-certificates/update.d... [2022-12-01T00:04:31.904Z] #14 12.10 done. [2022-12-01T00:04:32.135Z] #26 ... [2022-12-01T00:04:32.135Z] [2022-12-01T00:04:32.135Z] #39 [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 [2022-12-01T00:04:32.135Z] #0 1.644 + RM_GOPATH=0 [2022-12-01T00:04:32.135Z] #0 1.644 + TMP_GOPATH= [2022-12-01T00:04:32.135Z] #0 1.644 + : /build [2022-12-01T00:04:32.135Z] #0 1.644 + '[' -z '' ']' [2022-12-01T00:04:32.135Z] #0 1.644 ++ mktemp -d [2022-12-01T00:04:32.135Z] #0 1.655 + export GOPATH=/tmp/tmp.NImMerQdZO [2022-12-01T00:04:32.135Z] #0 1.655 + GOPATH=/tmp/tmp.NImMerQdZO [2022-12-01T00:04:32.135Z] #0 1.655 + RM_GOPATH=1 [2022-12-01T00:04:32.135Z] #0 1.655 + case "$(go env GOARCH)" in [2022-12-01T00:04:32.135Z] #0 1.655 ++ go env GOARCH [2022-12-01T00:04:32.135Z] #0 1.711 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:32.135Z] #0 1.711 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:32.135Z] #0 1.711 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:32.135Z] #0 1.730 + dir=/tmp/install [2022-12-01T00:04:32.135Z] #0 1.730 + bin=tini [2022-12-01T00:04:32.135Z] #0 1.730 + shift [2022-12-01T00:04:32.135Z] #0 1.730 + '[' '!' -f /tmp/install/tini.installer ']' [2022-12-01T00:04:32.135Z] #0 1.730 + . /tmp/install/tini.installer [2022-12-01T00:04:32.135Z] #0 1.730 ++ : v0.19.0 [2022-12-01T00:04:32.135Z] #0 1.730 + install_tini [2022-12-01T00:04:32.135Z] #0 1.730 + echo 'Install tini version v0.19.0' [2022-12-01T00:04:32.135Z] #0 1.730 + git clone https://github.com/krallin/tini.git /tmp/tmp.NImMerQdZO/tini [2022-12-01T00:04:32.135Z] #0 1.730 Install tini version v0.19.0 [2022-12-01T00:04:32.135Z] #0 1.765 Cloning into '/tmp/tmp.NImMerQdZO/tini'... [2022-12-01T00:04:32.135Z] #0 3.089 + cd /tmp/tmp.NImMerQdZO/tini [2022-12-01T00:04:32.135Z] #0 3.089 + git checkout -q v0.19.0 [2022-12-01T00:04:32.135Z] #0 3.130 + cmake . [2022-12-01T00:04:32.135Z] #0 4.055 -- The C compiler identification is GNU 10.2.1 [2022-12-01T00:04:32.135Z] #0 4.189 -- Detecting C compiler ABI info [2022-12-01T00:04:32.135Z] #0 4.945 -- Detecting C compiler ABI info - done [2022-12-01T00:04:32.135Z] #0 5.202 -- Check for working C compiler: /usr/bin/cc - skipped [2022-12-01T00:04:32.135Z] #0 5.205 -- Detecting C compile features [2022-12-01T00:04:32.135Z] #0 5.212 -- Detecting C compile features - done [2022-12-01T00:04:32.135Z] #0 5.266 -- Performing Test HAS_BUILTIN_FORTIFY [2022-12-01T00:04:32.135Z] #0 5.709 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-12-01T00:04:32.135Z] #0 5.878 -- Configuring done [2022-12-01T00:04:32.135Z] #0 5.935 -- Generating done [2022-12-01T00:04:32.135Z] #0 5.942 -- Build files have been written to: /tmp/tmp.NImMerQdZO/tini [2022-12-01T00:04:32.135Z] #0 5.972 + make tini-static [2022-12-01T00:04:32.135Z] #0 6.704 Scanning dependencies of target tini-static [2022-12-01T00:04:32.135Z] #0 6.990 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-12-01T00:04:32.135Z] #0 9.017 [100%] Linking C executable tini-static [2022-12-01T00:04:32.135Z] #0 9.847 [100%] Built target tini-static [2022-12-01T00:04:32.135Z] #0 9.967 + mkdir -p /build [2022-12-01T00:04:32.135Z] #0 9.977 + cp tini-static /build/docker-init [2022-12-01T00:04:32.135Z] #39 ... [2022-12-01T00:04:32.135Z] [2022-12-01T00:04:32.135Z] #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 [2022-12-01T00:04:32.135Z] #38 6.463 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:04:32.135Z] #38 6.612 GEN .gitid [2022-12-01T00:04:32.135Z] #38 6.742 GEN criu/include/version.h [2022-12-01T00:04:32.135Z] #38 7.008 GEN include/common/asm [2022-12-01T00:04:32.135Z] #38 10.46 PBCC images/timens.pb-c.c [2022-12-01T00:04:32.135Z] #38 10.48 DEP images/timens.pb-c.d [2022-12-01T00:04:32.135Z] #38 10.65 PBCC images/fown.pb-c.c [2022-12-01T00:04:32.135Z] #38 10.72 PBCC images/google/protobuf/descriptor.pb-c.c [2022-12-01T00:04:32.135Z] #38 10.81 PBCC images/opts.pb-c.c [2022-12-01T00:04:32.135Z] #38 10.91 PBCC images/memfd.pb-c.c [2022-12-01T00:04:32.135Z] #38 11.00 DEP images/fown.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.05 DEP images/google/protobuf/descriptor.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.14 DEP images/opts.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.23 DEP images/memfd.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.30 PBCC images/sit.pb-c.c [2022-12-01T00:04:32.135Z] #38 11.34 DEP images/sit.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.38 PBCC images/macvlan.pb-c.c [2022-12-01T00:04:32.135Z] #38 11.43 DEP images/macvlan.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.52 PBCC images/autofs.pb-c.c [2022-12-01T00:04:32.135Z] #38 11.55 DEP images/autofs.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.61 PBCC images/sysctl.pb-c.c [2022-12-01T00:04:32.135Z] #38 11.65 DEP images/sysctl.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.72 PBCC images/time.pb-c.c [2022-12-01T00:04:32.135Z] #38 11.75 DEP images/time.pb-c.d [2022-12-01T00:04:32.135Z] #38 11.86 PBCC images/binfmt-misc.pb-c.c [2022-12-01T00:04:32.135Z] #38 11.90 DEP images/binfmt-misc.pb-c.d [2022-12-01T00:04:32.135Z] #38 12.03 PBCC images/seccomp.pb-c.c [2022-12-01T00:04:32.135Z] #38 12.08 DEP images/seccomp.pb-c.d [2022-12-01T00:04:32.135Z] #38 12.18 PBCC images/userns.pb-c.c [2022-12-01T00:04:32.135Z] #38 12.24 DEP images/userns.pb-c.d [2022-12-01T00:04:32.135Z] #38 12.36 PBCC images/cgroup.pb-c.c [2022-12-01T00:04:32.135Z] #38 12.37 DEP images/cgroup.pb-c.d [2022-12-01T00:04:32.135Z] #38 12.57 PBCC images/ext-file.pb-c.c [2022-12-01T00:04:32.135Z] #38 12.61 DEP images/ext-file.pb-c.d [2022-12-01T00:04:32.135Z] #38 12.71 PBCC images/rpc.pb-c.c [2022-12-01T00:04:32.135Z] #38 12.80 DEP images/rpc.pb-c.d [2022-12-01T00:04:32.135Z] #38 12.86 PBCC images/siginfo.pb-c.c [2022-12-01T00:04:32.135Z] #38 12.88 DEP images/siginfo.pb-c.d [2022-12-01T00:04:32.135Z] #38 12.95 PBCC images/pagemap.pb-c.c [2022-12-01T00:04:32.135Z] #38 13.05 DEP images/pagemap.pb-c.d [2022-12-01T00:04:32.135Z] #38 13.11 PBCC images/rlimit.pb-c.c [2022-12-01T00:04:32.135Z] #38 13.16 DEP images/rlimit.pb-c.d [2022-12-01T00:04:32.135Z] #38 13.28 PBCC images/file-lock.pb-c.c [2022-12-01T00:04:32.135Z] #38 13.30 DEP images/file-lock.pb-c.d [2022-12-01T00:04:32.135Z] #38 13.41 PBCC images/tty.pb-c.c [2022-12-01T00:04:32.135Z] #38 13.48 DEP images/tty.pb-c.d [2022-12-01T00:04:32.135Z] #38 13.62 PBCC images/tun.pb-c.c [2022-12-01T00:04:32.398Z] #38 13.71 PBCC images/netdev.pb-c.c [2022-12-01T00:04:32.398Z] #38 13.86 DEP images/tun.pb-c.d [2022-12-01T00:04:32.661Z] #38 14.00 DEP images/netdev.pb-c.d [2022-12-01T00:04:32.661Z] #38 14.17 PBCC images/vma.pb-c.c [2022-12-01T00:04:32.921Z] #38 ... [2022-12-01T00:04:32.921Z] [2022-12-01T00:04:32.921Z] #39 [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 [2022-12-01T00:04:32.921Z] #39 DONE 10.8s [2022-12-01T00:04:32.921Z] [2022-12-01T00:04:32.921Z] #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 [2022-12-01T00:04:32.921Z] #38 14.30 DEP images/vma.pb-c.d [2022-12-01T00:04:32.921Z] #38 ... [2022-12-01T00:04:32.921Z] [2022-12-01T00:04:32.921Z] #28 [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 [2022-12-01T00:04:32.921Z] #28 94.02 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-12-01T00:04:33.120Z] Client: Docker Engine - Community [2022-12-01T00:04:33.120Z] Version: 22.06.0-beta.0 [2022-12-01T00:04:33.120Z] API version: 1.42 [2022-12-01T00:04:33.120Z] Go version: go1.18.3 [2022-12-01T00:04:33.120Z] Git commit: 3e9117b [2022-12-01T00:04:33.120Z] Built: Fri Jun 3 17:55:45 2022 [2022-12-01T00:04:33.120Z] OS/Arch: linux/amd64 [2022-12-01T00:04:33.120Z] Context: default [2022-12-01T00:04:33.120Z] [2022-12-01T00:04:33.120Z] Server: Docker Engine - Community [2022-12-01T00:04:33.120Z] Engine: [2022-12-01T00:04:33.120Z] Version: 22.06.0-beta.0 [2022-12-01T00:04:33.120Z] API version: 1.42 (minimum version 1.12) [2022-12-01T00:04:33.120Z] Go version: go1.18.3 [2022-12-01T00:04:33.120Z] Git commit: 38633e7 [2022-12-01T00:04:33.120Z] Built: Fri Jun 3 17:55:45 2022 [2022-12-01T00:04:33.120Z] OS/Arch: linux/amd64 [2022-12-01T00:04:33.120Z] Experimental: true [2022-12-01T00:04:33.120Z] containerd: [2022-12-01T00:04:33.120Z] Version: 1.6.8 [2022-12-01T00:04:33.120Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:04:33.120Z] runc: [2022-12-01T00:04:33.120Z] Version: 1.1.4 [2022-12-01T00:04:33.120Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-12-01T00:04:33.120Z] docker-init: [2022-12-01T00:04:33.120Z] Version: 0.19.0 [2022-12-01T00:04:33.120Z] GitCommit: de40ad0 [Pipeline] sh [2022-12-01T00:04:33.283Z] #21 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #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 [2022-12-01T00:04:33.283Z] #0 4.053 + RM_GOPATH=0 [2022-12-01T00:04:33.283Z] #0 4.053 + TMP_GOPATH= [2022-12-01T00:04:33.283Z] #0 4.053 + : /build [2022-12-01T00:04:33.283Z] #0 4.053 + '[' -z '' ']' [2022-12-01T00:04:33.283Z] #0 4.056 ++ mktemp -d [2022-12-01T00:04:33.283Z] #0 4.065 + export GOPATH=/tmp/tmp.0ZwIJL8ewT [2022-12-01T00:04:33.283Z] #0 4.065 + GOPATH=/tmp/tmp.0ZwIJL8ewT [2022-12-01T00:04:33.283Z] #0 4.065 + RM_GOPATH=1 [2022-12-01T00:04:33.283Z] #0 4.065 + case "$(go env GOARCH)" in [2022-12-01T00:04:33.283Z] #0 4.065 ++ go env GOARCH [2022-12-01T00:04:33.283Z] #0 4.093 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 4.093 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 4.106 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:33.283Z] #0 4.108 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:33.283Z] #0 4.108 + dir=/tmp/install [2022-12-01T00:04:33.283Z] #0 4.108 + bin=tomlv [2022-12-01T00:04:33.283Z] #0 4.108 + shift [2022-12-01T00:04:33.283Z] #0 4.108 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-12-01T00:04:33.283Z] #0 4.108 + . /tmp/install/tomlv.installer [2022-12-01T00:04:33.283Z] #0 4.108 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:33.283Z] #0 4.108 + install_tomlv [2022-12-01T00:04:33.283Z] #0 4.108 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-12-01T00:04:33.283Z] #0 4.108 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.0ZwIJL8ewT/src/github.com/BurntSushi/toml [2022-12-01T00:04:33.283Z] #0 4.108 Cloning into '/tmp/tmp.0ZwIJL8ewT/src/github.com/BurntSushi/toml'... [2022-12-01T00:04:33.283Z] #0 5.459 + cd /tmp/tmp.0ZwIJL8ewT/src/github.com/BurntSushi/toml [2022-12-01T00:04:33.283Z] #0 5.475 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:33.283Z] #0 5.660 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:04:33.283Z] #0 6.313 internal/goarch [2022-12-01T00:04:33.283Z] #0 6.327 internal/unsafeheader [2022-12-01T00:04:33.283Z] #0 6.507 internal/abi [2022-12-01T00:04:33.283Z] #0 6.509 internal/cpu [2022-12-01T00:04:33.283Z] #0 7.131 internal/goexperiment [2022-12-01T00:04:33.283Z] #0 7.287 internal/goos [2022-12-01T00:04:33.283Z] #0 7.300 internal/bytealg [2022-12-01T00:04:33.283Z] #0 7.461 runtime/internal/atomic [2022-12-01T00:04:33.283Z] #0 8.268 runtime/internal/math [2022-12-01T00:04:33.283Z] #0 8.452 runtime/internal/sys [2022-12-01T00:04:33.283Z] #0 8.586 runtime/internal/syscall [2022-12-01T00:04:33.283Z] #0 8.826 internal/itoa [2022-12-01T00:04:33.283Z] #0 9.023 runtime [2022-12-01T00:04:33.283Z] #0 9.038 math/bits [2022-12-01T00:04:33.283Z] #0 9.797 math [2022-12-01T00:04:33.283Z] #25 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #26 [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 [2022-12-01T00:04:33.283Z] #0 4.900 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:33.283Z] #0 4.930 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:33.283Z] #0 4.931 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:33.283Z] #0 5.903 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-12-01T00:04:33.283Z] #0 8.248 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB] [2022-12-01T00:04:33.283Z] #26 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #27 [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 [2022-12-01T00:04:33.283Z] #0 4.912 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:33.283Z] #0 4.934 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:33.283Z] #0 4.934 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:33.283Z] #0 5.814 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-12-01T00:04:33.283Z] #0 8.378 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB] [2022-12-01T00:04:33.283Z] #27 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #28 [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 [2022-12-01T00:04:33.283Z] #0 4.536 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:33.283Z] #0 4.630 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:33.283Z] #0 4.719 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:33.283Z] #0 5.550 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-12-01T00:04:33.283Z] #0 8.191 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB] [2022-12-01T00:04:33.283Z] #28 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #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 [2022-12-01T00:04:33.283Z] #0 4.258 + RM_GOPATH=0 [2022-12-01T00:04:33.283Z] #0 4.258 + TMP_GOPATH= [2022-12-01T00:04:33.283Z] #0 4.258 + : /build [2022-12-01T00:04:33.283Z] #0 4.258 + '[' -z '' ']' [2022-12-01T00:04:33.283Z] #0 4.260 ++ mktemp -d [2022-12-01T00:04:33.283Z] #0 4.267 + export GOPATH=/tmp/tmp.erqiY0zwCT [2022-12-01T00:04:33.283Z] #0 4.267 + GOPATH=/tmp/tmp.erqiY0zwCT [2022-12-01T00:04:33.283Z] #0 4.267 + RM_GOPATH=1 [2022-12-01T00:04:33.283Z] #0 4.267 + case "$(go env GOARCH)" in [2022-12-01T00:04:33.283Z] #0 4.267 ++ go env GOARCH [2022-12-01T00:04:33.283Z] #0 4.341 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 4.341 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 4.341 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:33.283Z] #0 4.341 + dir=/tmp/install [2022-12-01T00:04:33.283Z] #0 4.341 + bin=gotestsum [2022-12-01T00:04:33.283Z] #0 4.341 + shift [2022-12-01T00:04:33.283Z] #0 4.341 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-12-01T00:04:33.283Z] #0 4.341 + . /tmp/install/gotestsum.installer [2022-12-01T00:04:33.283Z] #0 4.341 ++ : v1.8.2 [2022-12-01T00:04:33.283Z] #0 4.341 + install_gotestsum [2022-12-01T00:04:33.283Z] #0 4.348 + set -e [2022-12-01T00:04:33.283Z] #0 4.348 + echo 'Install gotestsum version v1.8.2' [2022-12-01T00:04:33.283Z] #0 4.348 + GOBIN=/build [2022-12-01T00:04:33.283Z] #0 4.348 + GO111MODULE=on [2022-12-01T00:04:33.283Z] #0 4.348 + go install gotest.tools/gotestsum@v1.8.2 [2022-12-01T00:04:33.283Z] #0 4.350 Install gotestsum version v1.8.2 [2022-12-01T00:04:33.283Z] #0 4.780 go: downloading gotest.tools/gotestsum v1.8.2 [2022-12-01T00:04:33.283Z] #0 6.681 go: downloading github.com/dnephin/pflag v1.0.7 [2022-12-01T00:04:33.283Z] #0 6.694 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:04:33.283Z] #0 6.824 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-12-01T00:04:33.283Z] #0 7.087 go: downloading golang.org/x/tools v0.1.11 [2022-12-01T00:04:33.283Z] #0 7.685 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:04:33.283Z] #0 7.826 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:04:33.283Z] #0 7.969 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-12-01T00:04:33.283Z] #0 8.096 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2022-12-01T00:04:33.283Z] #29 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #30 [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 [2022-12-01T00:04:33.283Z] #0 3.236 + RM_GOPATH=0 [2022-12-01T00:04:33.283Z] #0 3.236 + TMP_GOPATH= [2022-12-01T00:04:33.283Z] #0 3.236 + : /build [2022-12-01T00:04:33.283Z] #0 3.236 + '[' -z '' ']' [2022-12-01T00:04:33.283Z] #0 3.237 ++ mktemp -d [2022-12-01T00:04:33.283Z] #0 3.246 + export GOPATH=/tmp/tmp.Y2nbTMukkZ [2022-12-01T00:04:33.283Z] #0 3.246 + GOPATH=/tmp/tmp.Y2nbTMukkZ [2022-12-01T00:04:33.283Z] #0 3.246 + RM_GOPATH=1 [2022-12-01T00:04:33.283Z] #0 3.246 + case "$(go env GOARCH)" in [2022-12-01T00:04:33.283Z] #0 3.246 ++ go env GOARCH [2022-12-01T00:04:33.283Z] #0 3.257 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 3.257 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 3.257 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:33.283Z] #0 3.258 Install rootlesskit version v0.14.4 [2022-12-01T00:04:33.283Z] #0 3.258 + dir=/tmp/install [2022-12-01T00:04:33.283Z] #0 3.258 + bin=rootlesskit [2022-12-01T00:04:33.283Z] #0 3.258 + shift [2022-12-01T00:04:33.283Z] #0 3.258 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-12-01T00:04:33.283Z] #0 3.258 + . /tmp/install/rootlesskit.installer [2022-12-01T00:04:33.283Z] #0 3.258 ++ : v0.14.4 [2022-12-01T00:04:33.283Z] #0 3.258 + install_rootlesskit [2022-12-01T00:04:33.283Z] #0 3.258 + case "$1" in [2022-12-01T00:04:33.283Z] #0 3.258 + export CGO_ENABLED=0 [2022-12-01T00:04:33.283Z] #0 3.258 + CGO_ENABLED=0 [2022-12-01T00:04:33.283Z] #0 3.258 + _install_rootlesskit [2022-12-01T00:04:33.283Z] #0 3.258 + echo 'Install rootlesskit version v0.14.4' [2022-12-01T00:04:33.283Z] #0 3.258 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:04:33.283Z] #0 3.258 + GOBIN=/build [2022-12-01T00:04:33.283Z] #0 3.258 + GO111MODULE=on [2022-12-01T00:04:33.283Z] #0 3.258 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-12-01T00:04:33.283Z] #0 3.487 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-12-01T00:04:33.283Z] #0 5.135 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:04:33.283Z] #0 5.139 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:04:33.283Z] #0 5.189 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-12-01T00:04:33.283Z] #0 5.871 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-12-01T00:04:33.283Z] #0 8.415 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-12-01T00:04:33.283Z] #0 8.976 go: downloading github.com/google/uuid v1.3.0 [2022-12-01T00:04:33.283Z] #0 8.978 go: downloading github.com/moby/vpnkit v0.5.0 [2022-12-01T00:04:33.283Z] #0 9.025 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-12-01T00:04:33.283Z] #0 9.229 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:04:33.283Z] #0 9.340 go: downloading github.com/gorilla/mux v1.8.0 [2022-12-01T00:04:33.283Z] #0 9.524 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-12-01T00:04:33.283Z] #0 9.768 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-12-01T00:04:33.283Z] #0 9.853 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-12-01T00:04:33.283Z] #30 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #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 [2022-12-01T00:04:33.283Z] #0 3.702 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-12-01T00:04:33.283Z] #0 3.711 Cloning into '.'... [2022-12-01T00:04:33.283Z] #31 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #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 [2022-12-01T00:04:33.283Z] #0 3.608 + RM_GOPATH=0 [2022-12-01T00:04:33.283Z] #0 3.608 + TMP_GOPATH= [2022-12-01T00:04:33.283Z] #0 3.608 + : /build [2022-12-01T00:04:33.283Z] #0 3.608 + '[' -z '' ']' [2022-12-01T00:04:33.283Z] #0 3.608 ++ mktemp -d [2022-12-01T00:04:33.283Z] #0 3.613 + export GOPATH=/tmp/tmp.PY7STSjut5 [2022-12-01T00:04:33.283Z] #0 3.613 + GOPATH=/tmp/tmp.PY7STSjut5 [2022-12-01T00:04:33.283Z] #0 3.613 + RM_GOPATH=1 [2022-12-01T00:04:33.283Z] #0 3.613 + case "$(go env GOARCH)" in [2022-12-01T00:04:33.283Z] #0 3.613 ++ go env GOARCH [2022-12-01T00:04:33.283Z] #0 3.633 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 3.633 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 3.633 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:33.283Z] #0 3.633 + dir=/tmp/install [2022-12-01T00:04:33.283Z] #0 3.633 + bin=golangci_lint [2022-12-01T00:04:33.283Z] #0 3.633 + shift [2022-12-01T00:04:33.283Z] #0 3.633 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-12-01T00:04:33.283Z] #0 3.633 + . /tmp/install/golangci_lint.installer [2022-12-01T00:04:33.283Z] #0 3.633 ++ : v1.44.0 [2022-12-01T00:04:33.283Z] #0 3.633 + install_golangci_lint [2022-12-01T00:04:33.283Z] #0 3.633 + set -e [2022-12-01T00:04:33.283Z] #0 3.633 + echo 'Install golangci-lint version v1.44.0' [2022-12-01T00:04:33.283Z] #0 3.633 + GOBIN=/build [2022-12-01T00:04:33.283Z] #0 3.633 + GO111MODULE=on [2022-12-01T00:04:33.283Z] #0 3.633 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-12-01T00:04:33.283Z] #0 3.633 Install golangci-lint version v1.44.0 [2022-12-01T00:04:33.283Z] #0 4.137 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-12-01T00:04:33.283Z] #32 ... [2022-12-01T00:04:33.283Z] [2022-12-01T00:04:33.283Z] #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 [2022-12-01T00:04:33.283Z] #0 3.739 + RM_GOPATH=0 [2022-12-01T00:04:33.283Z] #0 3.739 + TMP_GOPATH= [2022-12-01T00:04:33.283Z] #0 3.739 + : /build [2022-12-01T00:04:33.283Z] #0 3.739 + '[' -z '' ']' [2022-12-01T00:04:33.283Z] #0 3.741 ++ mktemp -d [2022-12-01T00:04:33.283Z] #0 3.750 + export GOPATH=/tmp/tmp.LTslMZAdZH [2022-12-01T00:04:33.283Z] #0 3.750 + GOPATH=/tmp/tmp.LTslMZAdZH [2022-12-01T00:04:33.283Z] #0 3.750 + RM_GOPATH=1 [2022-12-01T00:04:33.283Z] #0 3.750 + case "$(go env GOARCH)" in [2022-12-01T00:04:33.283Z] #0 3.750 ++ go env GOARCH [2022-12-01T00:04:33.283Z] #0 3.757 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:04:33.283Z] #0 3.761 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 3.761 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.283Z] #0 3.761 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:33.283Z] #0 3.761 + dir=/tmp/install [2022-12-01T00:04:33.283Z] #0 3.761 + bin=proxy [2022-12-01T00:04:33.283Z] #0 3.761 + shift [2022-12-01T00:04:33.283Z] #0 3.761 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-12-01T00:04:33.283Z] #0 3.761 + . /tmp/install/proxy.installer [2022-12-01T00:04:33.283Z] #0 3.761 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:04:33.283Z] #0 3.761 + install_proxy [2022-12-01T00:04:33.283Z] #0 3.761 + case "$1" in [2022-12-01T00:04:33.283Z] #0 3.761 + export CGO_ENABLED=0 [2022-12-01T00:04:33.283Z] #0 3.761 + CGO_ENABLED=0 [2022-12-01T00:04:33.283Z] #0 3.761 + _install_proxy [2022-12-01T00:04:33.283Z] #0 3.761 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-12-01T00:04:33.283Z] #0 3.761 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.LTslMZAdZH/src/github.com/docker/libnetwork [2022-12-01T00:04:33.283Z] #0 3.761 Cloning into '/tmp/tmp.LTslMZAdZH/src/github.com/docker/libnetwork'... [2022-12-01T00:04:33.540Z] #33 ... [2022-12-01T00:04:33.540Z] [2022-12-01T00:04:33.540Z] #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 [2022-12-01T00:04:33.540Z] #19 1.567 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-12-01T00:04:33.540Z] #19 1.873 [2022-12-01T00:04:33.540Z] #19 2.153 #=#=# # 2.0% ######################################################################## 100.0% [2022-12-01T00:04:33.540Z] #19 2.584 [2022-12-01T00:04:33.540Z] #19 3.719 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-12-01T00:04:33.540Z] #19 3.983 [2022-12-01T00:04:33.540Z] #19 4.197 #=#=# 0.7% ######################################################################## 100.0% [2022-12-01T00:04:33.540Z] #19 4.555 [2022-12-01T00:04:33.540Z] #19 8.445 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-12-01T00:04:33.540Z] #19 10.53 #=#=# [2022-12-01T00:04:33.540Z] #19 10.97 #=#=# 0.0% ########### 15.4% ################# 23.7% ######################### 35.6% ################################# 45.9% ######################################## 55.6% ############################################### 65.5% #################################################### 72.6% ########################################################## 81.6% [2022-12-01T00:04:33.540Z] #19 ... [2022-12-01T00:04:33.540Z] [2022-12-01T00:04:33.540Z] #34 [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 [2022-12-01T00:04:33.540Z] #0 4.025 + RM_GOPATH=0 [2022-12-01T00:04:33.540Z] #0 4.025 + TMP_GOPATH= [2022-12-01T00:04:33.540Z] #0 4.025 + : /build [2022-12-01T00:04:33.540Z] #0 4.025 + '[' -z '' ']' [2022-12-01T00:04:33.540Z] #0 4.025 ++ mktemp -d [2022-12-01T00:04:33.540Z] #0 4.031 + export GOPATH=/tmp/tmp.kSaNConajq [2022-12-01T00:04:33.540Z] #0 4.031 + GOPATH=/tmp/tmp.kSaNConajq [2022-12-01T00:04:33.540Z] #0 4.031 + RM_GOPATH=1 [2022-12-01T00:04:33.540Z] #0 4.031 + case "$(go env GOARCH)" in [2022-12-01T00:04:33.540Z] #0 4.031 ++ go env GOARCH [2022-12-01T00:04:33.540Z] #0 4.061 Install vndr version v0.1.2 [2022-12-01T00:04:33.540Z] #0 4.061 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.540Z] #0 4.061 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.540Z] #0 4.061 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:33.540Z] #0 4.061 + dir=/tmp/install [2022-12-01T00:04:33.540Z] #0 4.061 + bin=vndr [2022-12-01T00:04:33.540Z] #0 4.061 + shift [2022-12-01T00:04:33.540Z] #0 4.061 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-12-01T00:04:33.540Z] #0 4.061 + . /tmp/install/vndr.installer [2022-12-01T00:04:33.540Z] #0 4.061 ++ : v0.1.2 [2022-12-01T00:04:33.540Z] #0 4.061 + install_vndr [2022-12-01T00:04:33.540Z] #0 4.061 + echo 'Install vndr version v0.1.2' [2022-12-01T00:04:33.540Z] #0 4.061 + GOBIN=/build [2022-12-01T00:04:33.540Z] #0 4.061 + GO111MODULE=on [2022-12-01T00:04:33.540Z] #0 4.061 + go install github.com/LK4D4/vndr@v0.1.2 [2022-12-01T00:04:33.540Z] #0 4.687 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-12-01T00:04:33.545Z] + docker info [2022-12-01T00:04:33.545Z] Client: [2022-12-01T00:04:33.545Z] Context: default [2022-12-01T00:04:33.545Z] Debug Mode: false [2022-12-01T00:04:33.545Z] Plugins: [2022-12-01T00:04:33.545Z] buildx: Docker Buildx (Docker Inc.) [2022-12-01T00:04:33.545Z] Version: c5aec24 [2022-12-01T00:04:33.545Z] Path: /home/ubuntu/.docker/cli-plugins/docker-buildx [2022-12-01T00:04:33.545Z] compose: Docker Compose (Docker Inc.) [2022-12-01T00:04:33.545Z] Version: v2.12.0 [2022-12-01T00:04:33.545Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-12-01T00:04:33.545Z] scan: Docker Scan (Docker Inc.) [2022-12-01T00:04:33.545Z] Version: v0.17.0 [2022-12-01T00:04:33.545Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2022-12-01T00:04:33.545Z] [2022-12-01T00:04:33.545Z] Server: [2022-12-01T00:04:33.545Z] Containers: 0 [2022-12-01T00:04:33.545Z] Running: 0 [2022-12-01T00:04:33.545Z] Paused: 0 [2022-12-01T00:04:33.545Z] Stopped: 0 [2022-12-01T00:04:33.545Z] Images: 0 [2022-12-01T00:04:33.545Z] Server Version: 22.06.0-beta.0 [2022-12-01T00:04:33.545Z] Storage Driver: overlay2 [2022-12-01T00:04:33.545Z] Backing Filesystem: extfs [2022-12-01T00:04:33.545Z] Supports d_type: true [2022-12-01T00:04:33.545Z] Using metacopy: false [2022-12-01T00:04:33.545Z] Native Overlay Diff: true [2022-12-01T00:04:33.545Z] userxattr: false [2022-12-01T00:04:33.545Z] Logging Driver: json-file [2022-12-01T00:04:33.545Z] Cgroup Driver: systemd [2022-12-01T00:04:33.545Z] Cgroup Version: 2 [2022-12-01T00:04:33.545Z] Plugins: [2022-12-01T00:04:33.545Z] Volume: local [2022-12-01T00:04:33.545Z] Network: bridge host ipvlan macvlan null overlay [2022-12-01T00:04:33.545Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-12-01T00:04:33.545Z] Swarm: inactive [2022-12-01T00:04:33.545Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-12-01T00:04:33.545Z] Default Runtime: runc [2022-12-01T00:04:33.545Z] Init Binary: docker-init [2022-12-01T00:04:33.545Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-01T00:04:33.545Z] runc version: v1.1.4-0-g5fd4c4d [2022-12-01T00:04:33.545Z] init version: de40ad0 [2022-12-01T00:04:33.545Z] Security Options: [2022-12-01T00:04:33.545Z] apparmor [2022-12-01T00:04:33.545Z] seccomp [2022-12-01T00:04:33.545Z] Profile: builtin [2022-12-01T00:04:33.545Z] cgroupns [2022-12-01T00:04:33.545Z] Kernel Version: 5.15.0-1022-aws [2022-12-01T00:04:33.545Z] Operating System: Ubuntu 20.04.5 LTS [2022-12-01T00:04:33.545Z] OSType: linux [2022-12-01T00:04:33.545Z] Architecture: x86_64 [2022-12-01T00:04:33.545Z] CPUs: 2 [2022-12-01T00:04:33.545Z] Total Memory: 7.475GiB [2022-12-01T00:04:33.545Z] Name: ip-10-100-89-9 [2022-12-01T00:04:33.545Z] ID: c944a62a-a99e-4e56-b148-df1906108e3b [2022-12-01T00:04:33.545Z] Docker Root Dir: /var/lib/docker [2022-12-01T00:04:33.545Z] Debug Mode: false [2022-12-01T00:04:33.545Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:04:33.545Z] Labels: [2022-12-01T00:04:33.545Z] Experimental: true [2022-12-01T00:04:33.545Z] Insecure Registries: [2022-12-01T00:04:33.545Z] 127.0.0.0/8 [2022-12-01T00:04:33.545Z] Live Restore Enabled: true [2022-12-01T00:04:33.545Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-12-01T00:04:33.678Z] #11 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 7.1s done [2022-12-01T00:04:33.798Z] #34 ... [2022-12-01T00:04:33.798Z] [2022-12-01T00:04:33.798Z] #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 [2022-12-01T00:04:33.798Z] #0 4.289 + RM_GOPATH=0 [2022-12-01T00:04:33.798Z] #0 4.293 + TMP_GOPATH= [2022-12-01T00:04:33.798Z] #0 4.293 + : /build [2022-12-01T00:04:33.798Z] #0 4.293 + '[' -z '' ']' [2022-12-01T00:04:33.798Z] #0 4.305 ++ mktemp -d [2022-12-01T00:04:33.798Z] #0 4.305 + export GOPATH=/tmp/tmp.zjdBY2pUas [2022-12-01T00:04:33.798Z] #0 4.305 + GOPATH=/tmp/tmp.zjdBY2pUas [2022-12-01T00:04:33.798Z] #0 4.305 + RM_GOPATH=1 [2022-12-01T00:04:33.798Z] #0 4.305 + case "$(go env GOARCH)" in [2022-12-01T00:04:33.798Z] #0 4.305 ++ go env GOARCH [2022-12-01T00:04:33.798Z] #0 4.351 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.798Z] #0 4.351 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:33.798Z] #0 4.356 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:33.798Z] #0 4.377 Install shfmt version v3.0.2 [2022-12-01T00:04:33.798Z] #0 4.377 + dir=/tmp/install [2022-12-01T00:04:33.798Z] #0 4.377 + bin=shfmt [2022-12-01T00:04:33.798Z] #0 4.377 + shift [2022-12-01T00:04:33.798Z] #0 4.377 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-12-01T00:04:33.798Z] #0 4.377 + . /tmp/install/shfmt.installer [2022-12-01T00:04:33.798Z] #0 4.377 ++ : v3.0.2 [2022-12-01T00:04:33.798Z] #0 4.377 + install_shfmt [2022-12-01T00:04:33.798Z] #0 4.377 + echo 'Install shfmt version v3.0.2' [2022-12-01T00:04:33.798Z] #0 4.377 + GOBIN=/build [2022-12-01T00:04:33.798Z] #0 4.377 + GO111MODULE=on [2022-12-01T00:04:33.798Z] #0 4.377 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-12-01T00:04:33.798Z] #0 4.833 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-12-01T00:04:33.798Z] #0 5.860 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-12-01T00:04:33.798Z] #0 5.913 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-12-01T00:04:33.798Z] #0 5.923 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-12-01T00:04:33.798Z] #0 7.669 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-12-01T00:04:33.798Z] #35 ... [2022-12-01T00:04:33.798Z] [2022-12-01T00:04:33.798Z] #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 [2022-12-01T00:04:33.798Z] #0 4.893 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:33.798Z] #0 4.940 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:33.798Z] #0 4.944 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:33.798Z] #0 6.010 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-12-01T00:04:33.798Z] #0 8.723 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB] [2022-12-01T00:04:33.798Z] #0 11.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-01T00:04:34.029Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:d2b734d12048443da140d62c94d612e5c026e77d . [2022-12-01T00:04:34.055Z] #36 ... [2022-12-01T00:04:34.055Z] [2022-12-01T00:04:34.055Z] #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 [2022-12-01T00:04:34.055Z] #19 10.97 #=#=# 0.0% ########### 15.4% ################# 23.7% ######################### 35.6% ################################# 45.9% ######################################## 55.6% ############################################### 65.5% #################################################### 72.6% ########################################################## 81.6% ###################################################################### 97.8% ######################################################################## 100.0% [2022-12-01T00:04:34.244Z] #11 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 0.1s [2022-12-01T00:04:34.289Z] #1 [internal] load .dockerignore [2022-12-01T00:04:34.289Z] #1 transferring context: [2022-12-01T00:04:34.289Z] #1 transferring context: 87B done [2022-12-01T00:04:34.289Z] #1 DONE 0.1s [2022-12-01T00:04:34.289Z] [2022-12-01T00:04:34.289Z] #2 [internal] load build definition from Dockerfile [2022-12-01T00:04:34.289Z] #2 transferring dockerfile: 16.91kB done [2022-12-01T00:04:34.289Z] #2 DONE 0.2s [2022-12-01T00:04:34.289Z] [2022-12-01T00:04:34.289Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-12-01T00:04:34.465Z] #14 ... [2022-12-01T00:04:34.465Z] [2022-12-01T00:04:34.465Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:34.465Z] #10 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 7.6s done [2022-12-01T00:04:34.465Z] #10 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 4.6s [2022-12-01T00:04:34.727Z] #10 ... [2022-12-01T00:04:34.727Z] [2022-12-01T00:04:34.727Z] #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 [2022-12-01T00:04:34.727Z] #14 DONE 15.0s [2022-12-01T00:04:34.727Z] [2022-12-01T00:04:34.727Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:34.850Z] #3 DONE 0.4s [2022-12-01T00:04:34.851Z] [2022-12-01T00:04:34.851Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-12-01T00:04:34.851Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done [2022-12-01T00:04:34.851Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done [2022-12-01T00:04:34.851Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done [2022-12-01T00:04:34.851Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done [2022-12-01T00:04:34.851Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 6.29MB / 9.94MB 0.1s [2022-12-01T00:04:34.984Z] #19 13.31 [2022-12-01T00:04:35.107Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done [2022-12-01T00:04:35.107Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 [2022-12-01T00:04:35.296Z] #10 ... [2022-12-01T00:04:35.296Z] [2022-12-01T00:04:35.296Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-12-01T00:04:35.296Z] #17 DONE 0.4s [2022-12-01T00:04:35.296Z] [2022-12-01T00:04:35.296Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:35.364Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done [2022-12-01T00:04:35.452Z] #28 ... [2022-12-01T00:04:35.452Z] [2022-12-01T00:04:35.452Z] #32 [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 [2022-12-01T00:04:35.452Z] #32 DONE 97.7s [2022-12-01T00:04:35.452Z] [2022-12-01T00:04:35.452Z] #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 [2022-12-01T00:04:35.452Z] #38 14.39 PBCC images/creds.pb-c.c [2022-12-01T00:04:35.452Z] #38 14.47 DEP images/creds.pb-c.d [2022-12-01T00:04:35.452Z] #38 14.66 PBCC images/utsns.pb-c.c [2022-12-01T00:04:35.452Z] #38 14.71 DEP images/utsns.pb-c.d [2022-12-01T00:04:35.452Z] #38 14.78 PBCC images/ipc-desc.pb-c.c [2022-12-01T00:04:35.452Z] #38 14.82 PBCC images/ipc-sem.pb-c.c [2022-12-01T00:04:35.452Z] #38 14.89 DEP images/ipc-desc.pb-c.d [2022-12-01T00:04:35.452Z] #38 15.00 DEP images/ipc-sem.pb-c.d [2022-12-01T00:04:35.452Z] #38 15.10 PBCC images/ipc-msg.pb-c.c [2022-12-01T00:04:35.452Z] #38 15.13 DEP images/ipc-msg.pb-c.d [2022-12-01T00:04:35.452Z] #38 15.25 PBCC images/ipc-shm.pb-c.c [2022-12-01T00:04:35.452Z] #38 15.32 DEP images/ipc-shm.pb-c.d [2022-12-01T00:04:35.452Z] #38 15.44 PBCC images/ipc-var.pb-c.c [2022-12-01T00:04:35.452Z] #38 15.54 DEP images/ipc-var.pb-c.d [2022-12-01T00:04:35.452Z] #38 15.63 PBCC images/sk-opts.pb-c.c [2022-12-01T00:04:35.452Z] #38 15.72 PBCC images/packet-sock.pb-c.c [2022-12-01T00:04:35.452Z] #38 15.92 DEP images/sk-opts.pb-c.d [2022-12-01T00:04:35.452Z] #38 16.11 DEP images/packet-sock.pb-c.d [2022-12-01T00:04:35.452Z] #38 16.31 PBCC images/sk-netlink.pb-c.c [2022-12-01T00:04:35.452Z] #38 16.34 DEP images/sk-netlink.pb-c.d [2022-12-01T00:04:35.452Z] #38 16.44 PBCC images/sk-inet.pb-c.c [2022-12-01T00:04:35.452Z] #38 16.53 DEP images/sk-inet.pb-c.d [2022-12-01T00:04:35.452Z] #38 16.62 PBCC images/sk-unix.pb-c.c [2022-12-01T00:04:35.452Z] #38 16.73 DEP images/sk-unix.pb-c.d [2022-12-01T00:04:35.452Z] #38 16.87 PBCC images/mm.pb-c.c [2022-12-01T00:04:35.452Z] #38 16.91 DEP images/mm.pb-c.d [2022-12-01T00:04:35.620Z] #4 DONE 0.7s [2022-12-01T00:04:35.620Z] [2022-12-01T00:04:35.620Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:35.710Z] #38 17.01 PBCC images/timerfd.pb-c.c [2022-12-01T00:04:35.710Z] #38 17.12 DEP images/timerfd.pb-c.d [2022-12-01T00:04:35.967Z] #38 17.29 PBCC images/timer.pb-c.c [2022-12-01T00:04:35.967Z] #38 17.32 DEP images/timer.pb-c.d [2022-12-01T00:04:36.225Z] #38 17.46 PBCC images/sa.pb-c.c [2022-12-01T00:04:36.225Z] #38 17.52 DEP images/sa.pb-c.d [2022-12-01T00:04:36.225Z] #38 17.61 PBCC images/pipe-data.pb-c.c [2022-12-01T00:04:36.225Z] #38 17.62 DEP images/pipe-data.pb-c.d [2022-12-01T00:04:36.235Z] #10 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 6.1s done [2022-12-01T00:04:36.482Z] #38 17.83 PBCC images/mnt.pb-c.c [2022-12-01T00:04:36.482Z] #38 17.93 DEP images/mnt.pb-c.d [2022-12-01T00:04:36.494Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 [2022-12-01T00:04:36.741Z] #38 18.00 PBCC images/sk-packet.pb-c.c [2022-12-01T00:04:36.741Z] #38 18.06 DEP images/sk-packet.pb-c.d [2022-12-01T00:04:36.741Z] #38 18.12 PBCC images/tcp-stream.pb-c.c [2022-12-01T00:04:36.741Z] #38 18.19 DEP images/tcp-stream.pb-c.d [2022-12-01T00:04:36.985Z] #5 DONE 1.4s [2022-12-01T00:04:36.985Z] [2022-12-01T00:04:36.985Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-01T00:04:36.985Z] #6 DONE 1.4s [2022-12-01T00:04:36.985Z] [2022-12-01T00:04:36.985Z] #7 [internal] load metadata for docker.io/library/golang:1.18.8-bullseye [2022-12-01T00:04:36.985Z] #7 DONE 1.4s [2022-12-01T00:04:36.985Z] [2022-12-01T00:04:36.985Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-12-01T00:04:36.985Z] #8 DONE 1.4s [2022-12-01T00:04:36.998Z] #38 18.34 PBCC images/pipe.pb-c.c [2022-12-01T00:04:36.998Z] #38 18.41 DEP images/pipe.pb-c.d [2022-12-01T00:04:36.998Z] #38 18.53 PBCC images/pstree.pb-c.c [2022-12-01T00:04:37.242Z] [2022-12-01T00:04:37.242Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:37.242Z] #9 resolve docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 0.1s done [2022-12-01T00:04:37.255Z] #38 18.57 DEP images/pstree.pb-c.d [2022-12-01T00:04:37.255Z] #38 18.68 PBCC images/fs.pb-c.c [2022-12-01T00:04:37.502Z] #9 sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb 1.86kB / 1.86kB done [2022-12-01T00:04:37.502Z] #9 sha256:e53ef54a405f8a28710b399b3f4a0ef0350d6d470088cb26d39f70f9a454939f 7.10kB / 7.10kB done [2022-12-01T00:04:37.502Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 2.10MB / 55.04MB 0.1s [2022-12-01T00:04:37.502Z] #9 sha256:fa71e1447cb0241324162a6c51297206928d755b16142eceec7b809af55061e5 1.80kB / 1.80kB done [2022-12-01T00:04:37.502Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 6.29MB / 55.04MB 0.1s [2022-12-01T00:04:37.513Z] #38 18.72 DEP images/fs.pb-c.d [2022-12-01T00:04:37.513Z] #38 18.86 PBCC images/signalfd.pb-c.c [2022-12-01T00:04:37.513Z] #38 18.94 DEP images/signalfd.pb-c.d [2022-12-01T00:04:37.763Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 9.44MB / 55.04MB 0.2s [2022-12-01T00:04:37.763Z] #9 sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 352.26kB / 5.16MB 0.2s [2022-12-01T00:04:37.763Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 21.22MB / 55.04MB 0.5s [2022-12-01T00:04:37.763Z] #9 sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 5.16MB / 5.16MB 0.3s done [2022-12-01T00:04:37.763Z] #9 sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 0B / 10.88MB 0.5s [2022-12-01T00:04:37.763Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 4.19MB / 54.59MB 0.5s [2022-12-01T00:04:37.771Z] #38 19.12 PBCC images/fh.pb-c.c [2022-12-01T00:04:37.771Z] #38 19.18 PBCC images/fsnotify.pb-c.c [2022-12-01T00:04:37.771Z] #38 19.24 DEP images/fh.pb-c.d [2022-12-01T00:04:37.771Z] #38 ... [2022-12-01T00:04:37.771Z] [2022-12-01T00:04:37.771Z] #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 [2022-12-01T00:04:37.771Z] #25 90.12 internal/syscall/unix [2022-12-01T00:04:37.771Z] #25 91.07 time [2022-12-01T00:04:38.020Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 28.31MB / 55.04MB 0.5s [2022-12-01T00:04:38.020Z] #9 sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 4.19MB / 10.88MB 0.5s [2022-12-01T00:04:38.020Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 10.49MB / 54.59MB 0.5s [2022-12-01T00:04:38.020Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 34.60MB / 55.04MB 0.6s [2022-12-01T00:04:38.020Z] #9 sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 9.44MB / 10.88MB 0.6s [2022-12-01T00:04:38.020Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 15.73MB / 54.59MB 0.6s [2022-12-01T00:04:38.020Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 42.99MB / 55.04MB 0.7s [2022-12-01T00:04:38.020Z] #9 sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 10.88MB / 10.88MB 0.7s done [2022-12-01T00:04:38.020Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 22.02MB / 54.59MB 0.7s [2022-12-01T00:04:38.020Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 0B / 85.97MB 0.7s [2022-12-01T00:04:38.030Z] #25 ... [2022-12-01T00:04:38.030Z] [2022-12-01T00:04:38.030Z] #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 [2022-12-01T00:04:38.030Z] #38 19.31 DEP images/fsnotify.pb-c.d [2022-12-01T00:04:38.030Z] #38 19.40 PBCC images/eventpoll.pb-c.c [2022-12-01T00:04:38.030Z] #38 19.44 DEP images/eventpoll.pb-c.d [2022-12-01T00:04:38.276Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 54.53MB / 55.04MB 1.0s [2022-12-01T00:04:38.276Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 35.65MB / 54.59MB 1.0s [2022-12-01T00:04:38.276Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 5.24MB / 85.97MB 1.0s [2022-12-01T00:04:38.276Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 41.94MB / 54.59MB 1.1s [2022-12-01T00:04:38.289Z] #38 19.56 PBCC images/eventfd.pb-c.c [2022-12-01T00:04:38.289Z] #38 19.62 DEP images/eventfd.pb-c.d [2022-12-01T00:04:38.289Z] #38 19.69 PBCC images/remap-file-path.pb-c.c [2022-12-01T00:04:38.289Z] #38 19.71 DEP images/remap-file-path.pb-c.d [2022-12-01T00:04:38.289Z] #38 19.76 PBCC images/fifo.pb-c.c [2022-12-01T00:04:38.289Z] #38 19.80 DEP images/fifo.pb-c.d [2022-12-01T00:04:38.533Z] #9 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 1.1s done [2022-12-01T00:04:38.533Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 48.23MB / 54.59MB 1.1s [2022-12-01T00:04:38.533Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 12.86MB / 85.97MB 1.1s [2022-12-01T00:04:38.533Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 0B / 141.93MB 1.1s [2022-12-01T00:04:38.533Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 51.38MB / 54.59MB 1.2s [2022-12-01T00:04:38.533Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 17.16MB / 85.97MB 1.2s [2022-12-01T00:04:38.547Z] #38 19.90 PBCC images/ghost-file.pb-c.c [2022-12-01T00:04:38.547Z] #38 19.98 DEP images/ghost-file.pb-c.d [2022-12-01T00:04:38.547Z] #38 20.07 PBCC images/regfile.pb-c.c [2022-12-01T00:04:38.795Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 54.59MB / 54.59MB 1.4s [2022-12-01T00:04:38.795Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 26.21MB / 85.97MB 1.4s [2022-12-01T00:04:38.806Z] #38 20.12 DEP images/regfile.pb-c.d [2022-12-01T00:04:38.806Z] #38 20.20 PBCC images/ns.pb-c.c [2022-12-01T00:04:39.052Z] #9 sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 54.59MB / 54.59MB 1.4s done [2022-12-01T00:04:39.052Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 40.89MB / 85.97MB 1.7s [2022-12-01T00:04:39.052Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 16.78MB / 141.93MB 1.7s [2022-12-01T00:04:39.052Z] #9 sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 156B / 156B 1.6s done [2022-12-01T00:04:39.064Z] #38 20.22 DEP images/ns.pb-c.d [2022-12-01T00:04:39.064Z] #38 20.35 PBCC images/fdinfo.pb-c.c [2022-12-01T00:04:39.064Z] #38 20.46 DEP images/fdinfo.pb-c.d [2022-12-01T00:04:39.170Z] #19 ... [2022-12-01T00:04:39.170Z] [2022-12-01T00:04:39.170Z] #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 [2022-12-01T00:04:39.170Z] #36 16.58 Fetched 8495 kB in 12s (710 kB/s) [2022-12-01T00:04:39.309Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 49.28MB / 85.97MB 1.8s [2022-12-01T00:04:39.309Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 29.36MB / 141.93MB 1.8s [2022-12-01T00:04:39.309Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 62.91MB / 85.97MB 2.0s [2022-12-01T00:04:39.309Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 44.04MB / 141.93MB 2.0s [2022-12-01T00:04:39.322Z] #38 20.67 PBCC images/core-aarch64.pb-c.c [2022-12-01T00:04:39.322Z] #38 20.75 PBCC images/core-arm.pb-c.c [2022-12-01T00:04:39.510Z] #11 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 5.2s [2022-12-01T00:04:39.567Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 70.25MB / 85.97MB 2.1s [2022-12-01T00:04:39.567Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 76.55MB / 85.97MB 2.2s [2022-12-01T00:04:39.567Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 54.53MB / 141.93MB 2.2s [2022-12-01T00:04:39.567Z] #9 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 0.9s [2022-12-01T00:04:39.567Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 61.87MB / 141.93MB 2.3s [2022-12-01T00:04:39.580Z] #38 20.84 PBCC images/core-ppc64.pb-c.c [2022-12-01T00:04:39.580Z] #38 20.95 PBCC images/core-s390.pb-c.c [2022-12-01T00:04:39.580Z] #38 21.01 PBCC images/core-x86.pb-c.c [2022-12-01T00:04:39.767Z] #11 ... [2022-12-01T00:04:39.767Z] [2022-12-01T00:04:39.767Z] #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 [2022-12-01T00:04:39.767Z] #0 2.108 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-12-01T00:04:39.767Z] #0 2.446 [2022-12-01T00:04:39.767Z] #0 2.668 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:39.767Z] #0 2.997 [2022-12-01T00:04:39.767Z] #0 3.884 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-12-01T00:04:39.767Z] #0 4.164 [2022-12-01T00:04:39.767Z] #0 4.382 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:39.767Z] #0 4.727 [2022-12-01T00:04:39.767Z] #0 5.871 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-12-01T00:04:39.767Z] #0 6.156 [2022-12-01T00:04:39.767Z] #0 6.385 #=#=# ####### 10.0% ######################################## 56.8% ################################################################ 88.9% ######################################################################## 100.0% [2022-12-01T00:04:39.767Z] #0 6.930 [2022-12-01T00:04:39.767Z] #0 7.754 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-12-01T00:04:39.767Z] #0 8.007 [2022-12-01T00:04:39.767Z] #0 8.228 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:39.767Z] #0 8.479 [2022-12-01T00:04:39.767Z] #0 9.130 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-12-01T00:04:39.767Z] #0 9.424 [2022-12-01T00:04:39.767Z] #0 9.642 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:39.767Z] #0 9.984 [2022-12-01T00:04:39.767Z] #18 10.10 Download of images into '/build' complete. [2022-12-01T00:04:39.767Z] #18 10.10 Use something like the following to load the result into a Docker daemon: [2022-12-01T00:04:39.767Z] #18 10.10 tar -cC '/build' . | docker load [2022-12-01T00:04:39.767Z] #18 ... [2022-12-01T00:04:39.767Z] [2022-12-01T00:04:39.767Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:39.823Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 85.97MB / 85.97MB 2.5s [2022-12-01T00:04:39.823Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 69.21MB / 141.93MB 2.5s [2022-12-01T00:04:39.839Z] #38 21.09 PBCC images/core.pb-c.c [2022-12-01T00:04:39.839Z] #38 21.20 PBCC images/inventory.pb-c.c [2022-12-01T00:04:40.079Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 80.74MB / 141.93MB 2.6s [2022-12-01T00:04:40.079Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 95.56MB / 141.93MB 2.8s [2022-12-01T00:04:40.097Z] #38 21.36 DEP images/core-aarch64.pb-c.d [2022-12-01T00:04:40.097Z] #38 21.45 DEP images/core-arm.pb-c.d [2022-12-01T00:04:40.097Z] #38 21.56 DEP images/core-ppc64.pb-c.d [2022-12-01T00:04:40.340Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 103.81MB / 141.93MB 2.9s [2022-12-01T00:04:40.340Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 112.64MB / 141.93MB 3.0s [2022-12-01T00:04:40.355Z] #38 21.68 DEP images/core-s390.pb-c.d [2022-12-01T00:04:40.355Z] #38 21.82 DEP images/core-x86.pb-c.d [2022-12-01T00:04:40.597Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 120.59MB / 141.93MB 3.1s [2022-12-01T00:04:40.597Z] #9 sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 85.97MB / 85.97MB 3.2s done [2022-12-01T00:04:40.597Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 128.34MB / 141.93MB 3.2s [2022-12-01T00:04:40.597Z] #9 ... [2022-12-01T00:04:40.597Z] [2022-12-01T00:04:40.597Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:40.597Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-12-01T00:04:40.597Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-12-01T00:04:40.597Z] #10 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-12-01T00:04:40.597Z] #10 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-12-01T00:04:40.597Z] #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.2s done [2022-12-01T00:04:40.597Z] #10 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.1s done [2022-12-01T00:04:40.597Z] #10 DONE 3.5s [2022-12-01T00:04:40.597Z] [2022-12-01T00:04:40.597Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:40.597Z] #9 sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 136.31MB / 141.93MB 3.3s [2022-12-01T00:04:40.613Z] #38 22.07 DEP images/core.pb-c.d [2022-12-01T00:04:40.872Z] #38 22.24 DEP images/inventory.pb-c.d [2022-12-01T00:04:40.872Z] #38 22.35 PBCC images/cpuinfo.pb-c.c [2022-12-01T00:04:41.130Z] #38 22.42 DEP images/cpuinfo.pb-c.d [2022-12-01T00:04:41.130Z] #38 22.49 PBCC images/stats.pb-c.c [2022-12-01T00:04:41.130Z] #38 22.59 DEP images/stats.pb-c.d [2022-12-01T00:04:41.166Z] #9 ... [2022-12-01T00:04:41.166Z] [2022-12-01T00:04:41.166Z] #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-01T00:04:41.166Z] #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-12-01T00:04:41.166Z] #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-12-01T00:04:41.166Z] #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s done [2022-12-01T00:04:41.166Z] #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.3s done [2022-12-01T00:04:41.166Z] #11 DONE 4.0s [2022-12-01T00:04:41.429Z] [2022-12-01T00:04:41.429Z] #12 [internal] load build context [2022-12-01T00:04:41.429Z] #12 transferring context: 40.69MB 4.2s [2022-12-01T00:04:41.659Z] #11 ... [2022-12-01T00:04:41.659Z] [2022-12-01T00:04:41.659Z] #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 [2022-12-01T00:04:41.659Z] #18 DONE 11.5s [2022-12-01T00:04:41.659Z] [2022-12-01T00:04:41.659Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:41.782Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 5.1s [2022-12-01T00:04:41.993Z] #12 transferring context: 53.55MB 4.6s done [2022-12-01T00:04:41.993Z] #12 DONE 4.7s [2022-12-01T00:04:41.993Z] [2022-12-01T00:04:41.993Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:41.993Z] #13 resolve docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 0.1s done [2022-12-01T00:04:41.993Z] #13 sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b 1.85kB / 1.85kB done [2022-12-01T00:04:41.993Z] #13 sha256:34b24056f28be0f9b3f6c5b2417a0976d692261e3fe404f5da5fbe4b2b71f15a 529B / 529B done [2022-12-01T00:04:41.993Z] #13 sha256:c31f65dd4cc97f21bd440df4b9b919a99e35a7ede602e8150f2314af1441a312 1.46kB / 1.46kB done [2022-12-01T00:04:41.993Z] #13 sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 55.04MB / 55.04MB 1.1s done [2022-12-01T00:04:42.923Z] #13 ... [2022-12-01T00:04:42.923Z] [2022-12-01T00:04:42.923Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:43.345Z] #36 16.58 Reading package lists... [2022-12-01T00:04:43.345Z] #36 ... [2022-12-01T00:04:43.345Z] [2022-12-01T00:04:43.345Z] #26 [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 [2022-12-01T00:04:43.345Z] #26 10.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-01T00:04:43.345Z] #26 16.24 Fetched 8495 kB in 12s (733 kB/s) [2022-12-01T00:04:43.345Z] #26 16.24 Reading package lists... [2022-12-01T00:04:43.345Z] #26 ... [2022-12-01T00:04:43.345Z] [2022-12-01T00:04:43.345Z] #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 [2022-12-01T00:04:43.345Z] #36 16.58 Reading package lists... [2022-12-01T00:04:43.603Z] #36 20.99 Reading package lists... [2022-12-01T00:04:43.603Z] #36 ... [2022-12-01T00:04:43.603Z] [2022-12-01T00:04:43.603Z] #27 [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 [2022-12-01T00:04:43.603Z] #27 11.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-01T00:04:43.603Z] #27 16.24 Fetched 8495 kB in 12s (730 kB/s) [2022-12-01T00:04:43.603Z] #27 16.24 Reading package lists... [2022-12-01T00:04:43.603Z] #27 21.22 Reading package lists... [2022-12-01T00:04:43.603Z] #27 ... [2022-12-01T00:04:43.603Z] [2022-12-01T00:04:43.603Z] #28 [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 [2022-12-01T00:04:43.603Z] #28 11.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-01T00:04:43.603Z] #28 16.00 Fetched 8495 kB in 12s (722 kB/s) [2022-12-01T00:04:43.603Z] #28 16.00 Reading package lists... [2022-12-01T00:04:43.851Z] #9 extracting sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd [2022-12-01T00:04:43.859Z] #28 21.10 Reading package lists... [2022-12-01T00:04:43.859Z] #28 ... [2022-12-01T00:04:43.859Z] [2022-12-01T00:04:43.859Z] #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 [2022-12-01T00:04:43.859Z] #33 17.46 Updating files: 80% (1530/1910) Updating files: 81% (1548/1910) Updating files: 82% (1567/1910) Updating files: 83% (1586/1910) Updating files: 84% (1605/1910) Updating files: 85% (1624/1910) Updating files: 86% (1643/1910) Updating files: 87% (1662/1910) Updating files: 88% (1681/1910) Updating files: 89% (1700/1910) Updating files: 90% (1719/1910) Updating files: 91% (1739/1910) Updating files: 92% (1758/1910) Updating files: 93% (1777/1910) Updating files: 94% (1796/1910) Updating files: 95% (1815/1910) Updating files: 96% (1834/1910) Updating files: 97% (1853/1910) Updating files: 98% (1872/1910) Updating files: 99% (1891/1910) Updating files: 100% (1910/1910) Updating files: 100% (1910/1910), done. [2022-12-01T00:04:43.859Z] #33 17.84 + cd /tmp/tmp.LTslMZAdZH/src/github.com/docker/libnetwork [2022-12-01T00:04:43.859Z] #33 17.84 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:04:43.859Z] #33 18.11 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-12-01T00:04:44.110Z] #9 extracting sha256:e4e46864aba2e62ba7c75965e4aa33ec856ee1b1074dda6b478101c577b63abd 0.2s done [2022-12-01T00:04:44.110Z] #9 ... [2022-12-01T00:04:44.110Z] [2022-12-01T00:04:44.110Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b [2022-12-01T00:04:44.110Z] #13 extracting sha256:a8ca11554fce00d9177da2d76307bdc06df7faeb84529755c648ac4886192ed1 4.6s done [2022-12-01T00:04:44.110Z] #13 DONE 6.9s [2022-12-01T00:04:44.110Z] [2022-12-01T00:04:44.110Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:44.110Z] #9 extracting sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 [2022-12-01T00:04:44.115Z] #33 ... [2022-12-01T00:04:44.115Z] [2022-12-01T00:04:44.115Z] #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 [2022-12-01T00:04:44.115Z] #29 11.43 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2022-12-01T00:04:44.115Z] #29 11.50 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2022-12-01T00:04:44.115Z] #29 13.41 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2022-12-01T00:04:44.115Z] #29 ... [2022-12-01T00:04:44.115Z] [2022-12-01T00:04:44.116Z] #34 [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 [2022-12-01T00:04:44.116Z] #34 DONE 21.6s [2022-12-01T00:04:44.116Z] [2022-12-01T00:04:44.116Z] #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 [2022-12-01T00:04:44.116Z] #24 21.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-12-01T00:04:44.366Z] #9 extracting sha256:c85a0be79bfba309d1f05dc40b447aa82b604593531fed1e7e12e4bef63483a5 0.3s done [2022-12-01T00:04:44.421Z] #38 25.64 make[1]: Nothing to be done for 'all'. [2022-12-01T00:04:44.929Z] #9 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 0.1s [2022-12-01T00:04:44.930Z] #11 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 10.3s [2022-12-01T00:04:44.992Z] #38 ... [2022-12-01T00:04:44.992Z] [2022-12-01T00:04:44.992Z] #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 [2022-12-01T00:04:44.992Z] #26 107.1 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-12-01T00:04:44.992Z] #26 107.1 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:04:44.992Z] #26 107.2 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:04:45.077Z] #10 ... [2022-12-01T00:04:45.077Z] [2022-12-01T00:04:45.077Z] #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 [2022-12-01T00:04:45.077Z] #0 2.467 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-12-01T00:04:45.077Z] #0 2.811 [2022-12-01T00:04:45.077Z] #0 3.032 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:45.077Z] #0 3.412 [2022-12-01T00:04:45.077Z] #0 4.379 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-12-01T00:04:45.077Z] #0 4.708 [2022-12-01T00:04:45.077Z] #0 4.934 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:45.077Z] #0 5.227 [2022-12-01T00:04:45.077Z] #0 6.105 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-12-01T00:04:45.077Z] #0 6.360 [2022-12-01T00:04:45.077Z] #0 6.580 #=#=# ########## 14.6% ########################################## 59.4% ################################################################# 90.9% ######################################################################## 100.0% [2022-12-01T00:04:45.077Z] #0 7.132 [2022-12-01T00:04:45.077Z] #0 8.050 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-12-01T00:04:45.077Z] #0 8.345 [2022-12-01T00:04:45.077Z] #0 8.564 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:45.077Z] #0 8.846 [2022-12-01T00:04:45.077Z] #0 9.594 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-12-01T00:04:45.077Z] #0 9.963 [2022-12-01T00:04:45.187Z] #11 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 11.1s done [2022-12-01T00:04:45.187Z] #11 extracting sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 [2022-12-01T00:04:45.337Z] #18 10.19 #=#=# [2022-12-01T00:04:45.337Z] #18 ... [2022-12-01T00:04:45.337Z] [2022-12-01T00:04:45.337Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:45.443Z] #11 extracting sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 done [2022-12-01T00:04:45.699Z] #11 DONE 39.4s [2022-12-01T00:04:45.699Z] [2022-12-01T00:04:45.699Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-01T00:04:46.010Z] #24 ... [2022-12-01T00:04:46.010Z] [2022-12-01T00:04:46.010Z] #30 [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 [2022-12-01T00:04:46.010Z] #30 13.61 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-12-01T00:04:46.010Z] #30 13.65 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-12-01T00:04:46.268Z] #30 ... [2022-12-01T00:04:46.268Z] [2022-12-01T00:04:46.268Z] #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 [2022-12-01T00:04:46.268Z] #32 23.73 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:04:46.268Z] #32 23.74 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:04:46.268Z] #32 23.79 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:04:46.268Z] #32 23.79 go: downloading github.com/spf13/cobra v1.3.0 [2022-12-01T00:04:46.268Z] #32 23.84 go: downloading github.com/spf13/pflag v1.0.5 [2022-12-01T00:04:46.524Z] #32 24.02 go: downloading github.com/spf13/viper v1.10.1 [2022-12-01T00:04:46.628Z] #19 DONE 0.9s [2022-12-01T00:04:46.628Z] [2022-12-01T00:04:46.628Z] #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 [2022-12-01T00:04:46.730Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 10.3s [2022-12-01T00:04:46.781Z] #32 24.24 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-12-01T00:04:47.192Z] #20 DONE 0.7s [2022-12-01T00:04:47.343Z] #32 24.58 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:04:47.343Z] #32 24.61 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:04:47.343Z] #32 24.69 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-12-01T00:04:47.343Z] #32 24.69 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-12-01T00:04:47.451Z] [2022-12-01T00:04:47.451Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-12-01T00:04:47.451Z] #21 DONE 0.0s [2022-12-01T00:04:47.451Z] [2022-12-01T00:04:47.451Z] #22 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:04:47.451Z] #22 ... [2022-12-01T00:04:47.451Z] [2022-12-01T00:04:47.451Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-12-01T00:04:47.451Z] #23 DONE 0.2s [2022-12-01T00:04:47.599Z] #32 ... [2022-12-01T00:04:47.599Z] [2022-12-01T00:04:47.599Z] #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 [2022-12-01T00:04:47.599Z] #25 14.96 unicode/utf8 [2022-12-01T00:04:47.599Z] #25 15.45 internal/race [2022-12-01T00:04:47.599Z] #25 15.62 sync/atomic [2022-12-01T00:04:47.599Z] #25 16.10 unicode [2022-12-01T00:04:47.599Z] #25 20.29 encoding [2022-12-01T00:04:47.599Z] #25 ... [2022-12-01T00:04:47.599Z] [2022-12-01T00:04:47.599Z] #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 [2022-12-01T00:04:47.599Z] #24 23.97 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-12-01T00:04:47.716Z] [2022-12-01T00:04:47.716Z] #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 [2022-12-01T00:04:48.111Z] #10 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 11.7s done [2022-12-01T00:04:48.201Z] #9 extracting sha256:195ea6a58ca87a18477965a6e6a8623112bde82c5b568a29c56ce4581b6e6695 3.1s done [2022-12-01T00:04:48.201Z] #9 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 [2022-12-01T00:04:49.050Z] #10 extracting sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 [2022-12-01T00:04:49.050Z] #10 extracting sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 done [2022-12-01T00:04:49.148Z] #9 ... [2022-12-01T00:04:49.148Z] [2022-12-01T00:04:49.148Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-12-01T00:04:49.148Z] #14 DONE 0.2s [2022-12-01T00:04:49.148Z] [2022-12-01T00:04:49.148Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:49.148Z] #9 ... [2022-12-01T00:04:49.148Z] [2022-12-01T00:04:49.148Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-12-01T00:04:49.410Z] #15 DONE 0.3s [2022-12-01T00:04:49.410Z] [2022-12-01T00:04:49.410Z] #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 [2022-12-01T00:04:49.410Z] #0 2.063 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:49.410Z] #0 2.091 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:49.410Z] #0 2.091 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:49.410Z] #0 2.232 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:04:49.410Z] #0 2.989 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:04:49.410Z] #0 3.024 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:04:49.410Z] #0 4.820 Fetched 8615 kB in 3s (2861 kB/s) [2022-12-01T00:04:49.490Z] #24 ... [2022-12-01T00:04:49.490Z] [2022-12-01T00:04:49.490Z] #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 [2022-12-01T00:04:49.490Z] #19 18.36 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-12-01T00:04:49.490Z] #19 19.93 [2022-12-01T00:04:49.490Z] #19 20.32 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:49.490Z] #19 21.48 [2022-12-01T00:04:49.490Z] #19 24.21 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-12-01T00:04:49.490Z] #19 25.85 #=#=# [2022-12-01T00:04:49.490Z] #19 26.23 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:49.490Z] #19 27.34 [2022-12-01T00:04:49.490Z] #19 27.68 Download of images into '/build' complete. [2022-12-01T00:04:49.490Z] #19 27.68 Use something like the following to load the result into a Docker daemon: [2022-12-01T00:04:49.490Z] #19 27.70 tar -cC '/build' . | docker load [2022-12-01T00:04:49.490Z] #19 DONE 27.9s [2022-12-01T00:04:49.490Z] [2022-12-01T00:04:49.490Z] #28 [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 [2022-12-01T00:04:49.490Z] #28 21.10 Reading package lists... [2022-12-01T00:04:49.974Z] #0 4.820 Reading package lists... [2022-12-01T00:04:49.988Z] #10 ... [2022-12-01T00:04:49.988Z] [2022-12-01T00:04:49.988Z] #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 [2022-12-01T00:04:49.988Z] #18 10.19 #=#=# ######################################################################## 100.0% [2022-12-01T00:04:49.988Z] #18 10.57 [2022-12-01T00:04:49.988Z] #18 10.64 Download of images into '/build' complete. [2022-12-01T00:04:49.988Z] #18 10.64 Use something like the following to load the result into a Docker daemon: [2022-12-01T00:04:49.988Z] #18 10.64 tar -cC '/build' . | docker load [2022-12-01T00:04:49.988Z] #18 DONE 14.8s [2022-12-01T00:04:49.988Z] [2022-12-01T00:04:49.988Z] #10 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:49.988Z] #10 DONE 41.5s [2022-12-01T00:04:49.988Z] [2022-12-01T00:04:49.988Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-01T00:04:50.231Z] #16 5.767 Reading package lists... [2022-12-01T00:04:50.231Z] #16 ... [2022-12-01T00:04:50.231Z] [2022-12-01T00:04:50.231Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:50.255Z] #26 ... [2022-12-01T00:04:50.255Z] [2022-12-01T00:04:50.255Z] #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 [2022-12-01T00:04:50.255Z] #25 102.1 internal/poll [2022-12-01T00:04:50.255Z] #25 104.5 internal/fmtsort [2022-12-01T00:04:50.255Z] #25 105.4 internal/syscall/execenv [2022-12-01T00:04:50.255Z] #25 105.8 path [2022-12-01T00:04:50.255Z] #25 106.6 strings [2022-12-01T00:04:50.255Z] #25 106.8 io/fs [2022-12-01T00:04:50.255Z] #25 108.2 os [2022-12-01T00:04:50.255Z] #25 110.1 bufio [2022-12-01T00:04:50.255Z] #25 ... [2022-12-01T00:04:50.255Z] [2022-12-01T00:04:50.255Z] #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 [2022-12-01T00:04:50.255Z] #38 27.28 CC images/stats.o [2022-12-01T00:04:50.255Z] #38 27.81 CC images/core.o [2022-12-01T00:04:50.255Z] #38 28.84 CC images/core-x86.o [2022-12-01T00:04:50.255Z] #38 29.82 CC images/core-arm.o [2022-12-01T00:04:50.255Z] #38 30.43 CC images/core-aarch64.o [2022-12-01T00:04:50.255Z] #38 31.05 CC images/core-ppc64.o [2022-12-01T00:04:50.417Z] #28 26.20 Building dependency tree... [2022-12-01T00:04:50.822Z] #38 32.06 CC images/core-s390.o [2022-12-01T00:04:50.941Z] #19 DONE 0.9s [2022-12-01T00:04:50.941Z] [2022-12-01T00:04:50.941Z] #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 [2022-12-01T00:04:51.515Z] #20 DONE 0.8s [2022-12-01T00:04:51.515Z] [2022-12-01T00:04:51.515Z] #21 [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 [2022-12-01T00:04:51.758Z] #38 32.79 CC images/cpuinfo.o [2022-12-01T00:04:51.776Z] #21 ... [2022-12-01T00:04:51.776Z] [2022-12-01T00:04:51.776Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-12-01T00:04:51.776Z] #22 DONE 0.2s [2022-12-01T00:04:51.776Z] [2022-12-01T00:04:51.776Z] #23 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-12-01T00:04:51.776Z] #23 DONE 0.2s [2022-12-01T00:04:52.015Z] #38 33.26 CC images/inventory.o [2022-12-01T00:04:52.015Z] #38 33.50 CC images/fdinfo.o [2022-12-01T00:04:52.037Z] [2022-12-01T00:04:52.037Z] #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 [2022-12-01T00:04:52.309Z] #28 29.63 The following additional packages will be installed: [2022-12-01T00:04:52.309Z] #28 29.63 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2022-12-01T00:04:52.309Z] #28 29.63 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2022-12-01T00:04:52.309Z] #28 29.65 Suggested packages: [2022-12-01T00:04:52.309Z] #28 29.65 manpages-dev protobuf-mode-el python3-setuptools [2022-12-01T00:04:52.580Z] #38 33.89 CC images/fown.o [2022-12-01T00:04:52.580Z] #38 34.09 CC images/ns.o [2022-12-01T00:04:52.856Z] #38 34.24 CC images/regfile.o [2022-12-01T00:04:52.976Z] #24 ... [2022-12-01T00:04:52.976Z] [2022-12-01T00:04:52.976Z] #25 [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 [2022-12-01T00:04:52.976Z] #0 5.812 + RM_GOPATH=0 [2022-12-01T00:04:52.976Z] #0 5.812 + TMP_GOPATH= [2022-12-01T00:04:52.976Z] #0 5.812 + : /build [2022-12-01T00:04:52.976Z] #0 5.812 + '[' -z '' ']' [2022-12-01T00:04:52.976Z] #0 5.812 ++ mktemp -d [2022-12-01T00:04:52.976Z] #0 5.812 + export GOPATH=/tmp/tmp.dGsHFGfUhR [2022-12-01T00:04:52.976Z] #0 5.812 + GOPATH=/tmp/tmp.dGsHFGfUhR [2022-12-01T00:04:52.976Z] #0 5.812 + RM_GOPATH=1 [2022-12-01T00:04:52.976Z] #0 5.812 + case "$(go env GOARCH)" in [2022-12-01T00:04:52.976Z] #0 5.812 ++ go env GOARCH [2022-12-01T00:04:52.976Z] #0 5.830 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:52.976Z] #0 5.830 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:52.976Z] #0 5.830 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:52.976Z] #0 5.830 + dir=/tmp/install [2022-12-01T00:04:52.976Z] #0 5.830 + bin=proxy [2022-12-01T00:04:52.976Z] #0 5.830 + shift [2022-12-01T00:04:52.976Z] #0 5.830 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-12-01T00:04:52.976Z] #0 5.830 + . /tmp/install/proxy.installer [2022-12-01T00:04:52.976Z] #0 5.830 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:04:52.976Z] #0 5.830 + install_proxy [2022-12-01T00:04:52.976Z] #0 5.830 + case "$1" in [2022-12-01T00:04:52.976Z] #0 5.830 + export CGO_ENABLED=0 [2022-12-01T00:04:52.976Z] #0 5.830 + CGO_ENABLED=0 [2022-12-01T00:04:52.976Z] #0 5.830 + _install_proxy [2022-12-01T00:04:52.976Z] #0 5.830 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-12-01T00:04:52.976Z] #0 5.830 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.dGsHFGfUhR/src/github.com/docker/libnetwork [2022-12-01T00:04:52.976Z] #0 5.830 Cloning into '/tmp/tmp.dGsHFGfUhR/src/github.com/docker/libnetwork'... [2022-12-01T00:04:53.124Z] #38 34.48 CC images/ghost-file.o [2022-12-01T00:04:53.235Z] #25 5.844 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:04:53.235Z] #25 ... [2022-12-01T00:04:53.235Z] [2022-12-01T00:04:53.235Z] #26 [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 [2022-12-01T00:04:53.235Z] #0 5.912 + RM_GOPATH=0 [2022-12-01T00:04:53.235Z] #0 5.912 + TMP_GOPATH= [2022-12-01T00:04:53.235Z] #0 5.912 + : /build [2022-12-01T00:04:53.235Z] #0 5.912 + '[' -z '' ']' [2022-12-01T00:04:53.235Z] #0 5.912 ++ mktemp -d [2022-12-01T00:04:53.235Z] #0 5.912 + export GOPATH=/tmp/tmp.QPym0LoUsA [2022-12-01T00:04:53.235Z] #0 5.912 + GOPATH=/tmp/tmp.QPym0LoUsA [2022-12-01T00:04:53.235Z] #0 5.912 + RM_GOPATH=1 [2022-12-01T00:04:53.235Z] #0 5.912 + case "$(go env GOARCH)" in [2022-12-01T00:04:53.235Z] #0 5.912 ++ go env GOARCH [2022-12-01T00:04:53.235Z] #0 5.918 Install shfmt version v3.0.2 [2022-12-01T00:04:53.235Z] #0 5.918 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:53.235Z] #0 5.918 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:53.235Z] #0 5.918 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:53.235Z] #0 5.918 + dir=/tmp/install [2022-12-01T00:04:53.235Z] #0 5.918 + bin=shfmt [2022-12-01T00:04:53.235Z] #0 5.918 + shift [2022-12-01T00:04:53.235Z] #0 5.918 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-12-01T00:04:53.235Z] #0 5.918 + . /tmp/install/shfmt.installer [2022-12-01T00:04:53.235Z] #0 5.918 ++ : v3.0.2 [2022-12-01T00:04:53.235Z] #0 5.918 + install_shfmt [2022-12-01T00:04:53.235Z] #0 5.918 + echo 'Install shfmt version v3.0.2' [2022-12-01T00:04:53.235Z] #0 5.918 + GOBIN=/build [2022-12-01T00:04:53.235Z] #0 5.918 + GO111MODULE=on [2022-12-01T00:04:53.235Z] #0 5.918 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-12-01T00:04:53.248Z] #28 30.78 The following NEW packages will be installed: [2022-12-01T00:04:53.491Z] #26 ... [2022-12-01T00:04:53.491Z] [2022-12-01T00:04:53.491Z] #27 [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 [2022-12-01T00:04:53.491Z] #0 6.036 + RM_GOPATH=0 [2022-12-01T00:04:53.491Z] #0 6.036 + TMP_GOPATH= [2022-12-01T00:04:53.491Z] #0 6.036 + : /build [2022-12-01T00:04:53.491Z] #0 6.036 + '[' -z '' ']' [2022-12-01T00:04:53.491Z] #0 6.047 ++ mktemp -d [2022-12-01T00:04:53.491Z] #0 6.047 + export GOPATH=/tmp/tmp.lG6bj3pFcV [2022-12-01T00:04:53.491Z] #0 6.047 + GOPATH=/tmp/tmp.lG6bj3pFcV [2022-12-01T00:04:53.491Z] #0 6.047 + RM_GOPATH=1 [2022-12-01T00:04:53.491Z] #0 6.047 + case "$(go env GOARCH)" in [2022-12-01T00:04:53.491Z] #0 6.057 ++ go env GOARCH [2022-12-01T00:04:53.491Z] #0 6.075 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:53.491Z] #0 6.075 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:53.491Z] #0 6.075 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:53.491Z] #0 6.078 Install docker/cli version 17.06.2-ce from stable [2022-12-01T00:04:53.491Z] #0 6.078 + dir=/tmp/install [2022-12-01T00:04:53.491Z] #0 6.078 + bin=dockercli [2022-12-01T00:04:53.491Z] #0 6.078 + shift [2022-12-01T00:04:53.491Z] #0 6.078 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-12-01T00:04:53.491Z] #0 6.078 + . /tmp/install/dockercli.installer [2022-12-01T00:04:53.491Z] #0 6.078 ++ : stable [2022-12-01T00:04:53.491Z] #0 6.078 ++ : 17.06.2-ce [2022-12-01T00:04:53.491Z] #0 6.078 + install_dockercli [2022-12-01T00:04:53.491Z] #0 6.078 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-12-01T00:04:53.491Z] #0 6.078 ++ uname -m [2022-12-01T00:04:53.491Z] #0 6.078 + arch=x86_64 [2022-12-01T00:04:53.491Z] #0 6.078 + '[' x86_64 '!=' x86_64 ']' [2022-12-01T00:04:53.491Z] #0 6.078 + url=https://download.docker.com/linux/static [2022-12-01T00:04:53.491Z] #0 6.079 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-12-01T00:04:53.491Z] #0 6.079 + tar -xz docker/docker [2022-12-01T00:04:53.506Z] #28 30.79 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2022-12-01T00:04:53.506Z] #28 30.80 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2022-12-01T00:04:53.506Z] #28 30.80 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2022-12-01T00:04:53.506Z] #28 30.81 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2022-12-01T00:04:53.506Z] #28 ... [2022-12-01T00:04:53.506Z] [2022-12-01T00:04:53.506Z] #26 [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 [2022-12-01T00:04:53.506Z] #26 20.90 Reading package lists... [2022-12-01T00:04:53.506Z] #26 26.09 Building dependency tree... [2022-12-01T00:04:53.506Z] #26 29.52 The following additional packages will be installed: [2022-12-01T00:04:53.506Z] #26 29.55 libbtrfs0 [2022-12-01T00:04:53.506Z] #26 29.69 The following NEW packages will be installed: [2022-12-01T00:04:53.506Z] #26 29.71 libbtrfs-dev libbtrfs0 [2022-12-01T00:04:53.506Z] #26 30.10 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:53.506Z] #26 30.10 Need to get 454 kB of archives. [2022-12-01T00:04:53.506Z] #26 30.10 After this operation, 1275 kB of additional disk space will be used. [2022-12-01T00:04:53.506Z] #26 30.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-12-01T00:04:53.506Z] #26 30.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-12-01T00:04:53.506Z] #26 ... [2022-12-01T00:04:53.506Z] [2022-12-01T00:04:53.506Z] #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 [2022-12-01T00:04:53.506Z] #32 25.60 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-12-01T00:04:53.506Z] #32 25.62 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-12-01T00:04:53.506Z] #32 28.74 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:04:53.506Z] #32 28.75 go: downloading github.com/stretchr/testify v1.7.0 [2022-12-01T00:04:53.506Z] #32 28.84 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-12-01T00:04:53.506Z] #32 28.90 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-12-01T00:04:53.506Z] #32 28.98 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-12-01T00:04:53.506Z] #32 28.98 go: downloading github.com/magiconair/properties v1.8.5 [2022-12-01T00:04:53.506Z] #32 29.07 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-12-01T00:04:53.506Z] #32 29.13 go: downloading github.com/spf13/afero v1.6.0 [2022-12-01T00:04:53.506Z] #32 29.20 go: downloading github.com/spf13/cast v1.4.1 [2022-12-01T00:04:53.506Z] #32 29.22 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-12-01T00:04:53.506Z] #32 29.24 go: downloading github.com/subosito/gotenv v1.2.0 [2022-12-01T00:04:53.506Z] #32 29.30 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-12-01T00:04:53.506Z] #32 29.40 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-12-01T00:04:53.506Z] #32 29.45 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-12-01T00:04:53.506Z] #32 29.57 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-12-01T00:04:53.506Z] #32 29.63 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-12-01T00:04:53.506Z] #32 29.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-12-01T00:04:53.506Z] #32 29.72 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-12-01T00:04:53.506Z] #32 29.73 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-12-01T00:04:53.506Z] #32 29.76 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-12-01T00:04:53.506Z] #32 29.79 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-12-01T00:04:53.506Z] #32 30.40 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-12-01T00:04:53.506Z] #32 30.51 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-12-01T00:04:53.506Z] #32 30.55 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-12-01T00:04:53.506Z] #32 30.67 go: downloading github.com/Antonboom/errname v0.1.5 [2022-12-01T00:04:53.506Z] #32 30.79 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-12-01T00:04:53.506Z] #32 30.86 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-12-01T00:04:53.512Z] #9 extracting sha256:52908dc1c386fab0271a2b84b6ef4d96205a98a8c8801169554767172e45d8c7 4.8s done [2022-12-01T00:04:53.512Z] #9 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 [2022-12-01T00:04:53.690Z] #38 34.87 CC images/fifo.o [2022-12-01T00:04:53.690Z] #38 35.10 CC images/remap-file-path.o [2022-12-01T00:04:53.748Z] #27 ... [2022-12-01T00:04:53.748Z] [2022-12-01T00:04:53.748Z] #26 [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 [2022-12-01T00:04:53.748Z] #26 6.459 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-12-01T00:04:53.763Z] #32 ... [2022-12-01T00:04:53.763Z] [2022-12-01T00:04:53.763Z] #28 [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 [2022-12-01T00:04:53.763Z] #28 31.25 0 upgraded, 18 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:53.763Z] #28 31.25 Need to get 4253 kB of archives. [2022-12-01T00:04:53.763Z] #28 31.25 After this operation, 25.1 MB of additional disk space will be used. [2022-12-01T00:04:53.763Z] #28 31.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-12-01T00:04:53.763Z] #28 31.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-12-01T00:04:53.763Z] #28 31.25 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-12-01T00:04:53.948Z] #38 35.37 CC images/eventfd.o [2022-12-01T00:04:54.021Z] #28 31.42 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2022-12-01T00:04:54.021Z] #28 31.52 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-12-01T00:04:54.021Z] #28 ... [2022-12-01T00:04:54.021Z] [2022-12-01T00:04:54.021Z] #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 [2022-12-01T00:04:54.021Z] #35 DONE 31.6s [2022-12-01T00:04:54.021Z] [2022-12-01T00:04:54.021Z] #28 [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 [2022-12-01T00:04:54.021Z] #28 31.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-dev arm64 3.4.0-1+b1 [104 kB] [2022-12-01T00:04:54.021Z] #28 31.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-12-01T00:04:54.021Z] #28 31.59 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2022-12-01T00:04:54.021Z] #28 31.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] [2022-12-01T00:04:54.021Z] #28 31.61 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-12-01T00:04:54.205Z] #38 35.54 CC images/eventpoll.o [2022-12-01T00:04:54.277Z] #28 31.70 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-lite23 arm64 3.12.4-1 [218 kB] [2022-12-01T00:04:54.277Z] #28 31.74 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-dev arm64 3.12.4-1 [1163 kB] [2022-12-01T00:04:54.462Z] #38 35.81 CC images/fh.o [2022-12-01T00:04:54.720Z] #38 36.10 CC images/fsnotify.o [2022-12-01T00:04:54.841Z] #28 32.08 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotoc23 arm64 3.12.4-1 [703 kB] [2022-12-01T00:04:54.841Z] #28 32.09 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-c-compiler arm64 1.3.3-1+b2 [75.4 kB] [2022-12-01T00:04:54.841Z] #28 32.09 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-compiler arm64 3.12.4-1 [74.9 kB] [2022-12-01T00:04:54.841Z] #28 32.11 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:04:54.841Z] #28 32.11 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-12-01T00:04:54.841Z] #28 32.12 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-12-01T00:04:55.115Z] #26 8.037 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-12-01T00:04:55.285Z] #38 36.65 CC images/signalfd.o [2022-12-01T00:04:55.372Z] #26 8.060 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-12-01T00:04:55.373Z] #26 8.112 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-12-01T00:04:55.407Z] #28 ... [2022-12-01T00:04:55.407Z] [2022-12-01T00:04:55.407Z] #26 [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 [2022-12-01T00:04:55.407Z] #26 31.12 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:55.407Z] #26 31.44 Fetched 454 kB in 0s (1333 kB/s) [2022-12-01T00:04:55.407Z] #26 31.59 Selecting previously unselected package libbtrfs0:arm64. [2022-12-01T00:04:55.407Z] #26 31.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-12-01T00:04:55.407Z] #26 31.71 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-12-01T00:04:55.407Z] #26 31.77 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-12-01T00:04:55.407Z] #26 32.06 Selecting previously unselected package libbtrfs-dev:arm64. [2022-12-01T00:04:55.407Z] #26 32.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-12-01T00:04:55.407Z] #26 32.07 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-12-01T00:04:55.407Z] #26 32.61 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-12-01T00:04:55.407Z] #26 32.64 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-12-01T00:04:55.407Z] #26 32.67 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:04:55.407Z] #26 DONE 32.9s [2022-12-01T00:04:55.542Z] #38 36.88 CC images/fs.o [2022-12-01T00:04:55.542Z] #38 37.06 CC images/pstree.o [2022-12-01T00:04:55.668Z] [2022-12-01T00:04:55.668Z] #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 [2022-12-01T00:04:55.668Z] #32 31.79 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-12-01T00:04:55.668Z] #32 31.93 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-12-01T00:04:55.668Z] #32 32.20 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-12-01T00:04:55.668Z] #32 32.24 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-12-01T00:04:55.668Z] #32 32.34 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-12-01T00:04:55.668Z] #32 32.36 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-12-01T00:04:55.668Z] #32 32.40 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-12-01T00:04:55.668Z] #32 32.45 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-12-01T00:04:55.668Z] #32 32.49 go: downloading github.com/breml/bidichk v0.2.1 [2022-12-01T00:04:55.668Z] #32 32.61 go: downloading github.com/breml/errchkjson v0.2.1 [2022-12-01T00:04:55.668Z] #32 32.66 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-12-01T00:04:55.668Z] #32 32.67 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-12-01T00:04:55.668Z] #32 32.71 go: downloading github.com/daixiang0/gci v0.2.9 [2022-12-01T00:04:55.668Z] #32 32.72 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-12-01T00:04:55.668Z] #32 32.75 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-12-01T00:04:55.668Z] #32 32.79 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-12-01T00:04:55.668Z] #32 32.81 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-12-01T00:04:55.668Z] #32 32.85 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-12-01T00:04:55.668Z] #32 32.91 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-12-01T00:04:55.668Z] #32 33.01 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-12-01T00:04:55.668Z] #32 33.12 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-12-01T00:04:55.926Z] #32 33.27 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-12-01T00:04:55.926Z] #32 33.28 go: downloading github.com/golangci/misspell v0.3.5 [2022-12-01T00:04:55.926Z] #32 33.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-12-01T00:04:55.926Z] #32 33.44 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-12-01T00:04:55.926Z] #32 33.45 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-12-01T00:04:55.926Z] #32 33.50 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-12-01T00:04:55.926Z] #32 33.54 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-12-01T00:04:56.035Z] #9 ... [2022-12-01T00:04:56.035Z] [2022-12-01T00:04:56.035Z] #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 [2022-12-01T00:04:56.035Z] #16 5.767 Reading package lists... [2022-12-01T00:04:56.035Z] #16 6.573 Building dependency tree... [2022-12-01T00:04:56.035Z] #16 6.927 The following additional packages will be installed: [2022-12-01T00:04:56.035Z] #16 6.927 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-12-01T00:04:56.035Z] #16 6.927 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-12-01T00:04:56.035Z] #16 6.935 Recommended packages: [2022-12-01T00:04:56.035Z] #16 6.935 libldap-common publicsuffix libsasl2-modules [2022-12-01T00:04:56.035Z] #16 7.104 The following NEW packages will be installed: [2022-12-01T00:04:56.035Z] #16 7.106 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-12-01T00:04:56.035Z] #16 7.106 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-12-01T00:04:56.035Z] #16 7.107 libssh2-1 openssl [2022-12-01T00:04:56.035Z] #16 7.383 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:56.035Z] #16 7.383 Need to get 3047 kB of archives. [2022-12-01T00:04:56.035Z] #16 7.383 After this operation, 6661 kB of additional disk space will be used. [2022-12-01T00:04:56.035Z] #16 7.383 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-12-01T00:04:56.035Z] #16 7.398 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-12-01T00:04:56.035Z] #16 7.408 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-12-01T00:04:56.035Z] #16 7.408 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-12-01T00:04:56.035Z] #16 7.408 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-12-01T00:04:56.035Z] #16 7.408 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-12-01T00:04:56.035Z] #16 7.411 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-12-01T00:04:56.035Z] #16 7.413 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-12-01T00:04:56.035Z] #16 7.414 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-12-01T00:04:56.035Z] #16 7.415 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-12-01T00:04:56.035Z] #16 7.417 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3 [345 kB] [2022-12-01T00:04:56.035Z] #16 7.421 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3 [269 kB] [2022-12-01T00:04:56.035Z] #16 7.423 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:04:56.035Z] #16 7.425 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:04:56.035Z] #16 7.427 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:04:56.035Z] #16 7.583 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:56.035Z] #16 7.624 Fetched 3047 kB in 0s (9717 kB/s) [2022-12-01T00:04:56.035Z] #16 7.655 Selecting previously unselected package openssl. [2022-12-01T00:04:56.035Z] #16 7.655 (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 ... 6661 files and directories currently installed.) [2022-12-01T00:04:56.035Z] #16 7.659 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 7.666 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:56.035Z] #16 7.813 Selecting previously unselected package ca-certificates. [2022-12-01T00:04:56.035Z] #16 7.813 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-12-01T00:04:56.035Z] #16 7.815 Unpacking ca-certificates (20210119) ... [2022-12-01T00:04:56.035Z] #16 7.885 Selecting previously unselected package libbrotli1:amd64. [2022-12-01T00:04:56.035Z] #16 7.885 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 7.892 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:04:56.035Z] #16 7.961 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-12-01T00:04:56.035Z] #16 7.961 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 7.969 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:56.035Z] #16 8.009 Selecting previously unselected package libsasl2-2:amd64. [2022-12-01T00:04:56.035Z] #16 8.009 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.013 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:56.035Z] #16 8.096 Selecting previously unselected package libldap-2.4-2:amd64. [2022-12-01T00:04:56.035Z] #16 8.096 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.107 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:56.035Z] #16 8.165 Selecting previously unselected package libnghttp2-14:amd64. [2022-12-01T00:04:56.035Z] #16 8.165 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.175 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:04:56.035Z] #16 8.217 Selecting previously unselected package libpsl5:amd64. [2022-12-01T00:04:56.035Z] #16 8.217 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.220 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:04:56.035Z] #16 8.266 Selecting previously unselected package librtmp1:amd64. [2022-12-01T00:04:56.035Z] #16 8.266 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.273 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:56.035Z] #16 8.313 Selecting previously unselected package libssh2-1:amd64. [2022-12-01T00:04:56.035Z] #16 8.313 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.317 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:04:56.035Z] #16 8.376 Selecting previously unselected package libcurl4:amd64. [2022-12-01T00:04:56.035Z] #16 8.376 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.379 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:56.035Z] #16 8.455 Selecting previously unselected package curl. [2022-12-01T00:04:56.035Z] #16 8.457 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.463 Unpacking curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:56.035Z] #16 8.531 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:04:56.035Z] #16 8.532 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.537 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:04:56.035Z] #16 8.601 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:04:56.035Z] #16 8.601 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.610 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:04:56.035Z] #16 8.657 Selecting previously unselected package jq. [2022-12-01T00:04:56.035Z] #16 8.657 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:04:56.035Z] #16 8.659 Unpacking jq (1.6-2.1) ... [2022-12-01T00:04:56.035Z] #16 8.699 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-12-01T00:04:56.035Z] #16 8.712 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-12-01T00:04:56.035Z] #16 8.726 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-12-01T00:04:56.035Z] #16 8.739 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:56.035Z] #16 8.749 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-12-01T00:04:56.035Z] #16 8.760 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-12-01T00:04:56.035Z] #16 8.772 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-12-01T00:04:56.035Z] #16 8.782 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-12-01T00:04:56.035Z] #16 8.800 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:04:56.035Z] #16 8.809 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:04:56.035Z] #16 8.830 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-12-01T00:04:56.035Z] #16 8.841 Setting up ca-certificates (20210119) ... [2022-12-01T00:04:56.035Z] #16 9.409 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:56.035Z] #16 10.13 129 added, 0 removed; done. [2022-12-01T00:04:56.035Z] #16 10.17 Setting up jq (1.6-2.1) ... [2022-12-01T00:04:56.035Z] #16 10.18 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:56.035Z] #16 10.19 Setting up curl (7.74.0-1.3+deb11u3) ... [2022-12-01T00:04:56.035Z] #16 10.20 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:04:56.035Z] #16 10.22 Processing triggers for ca-certificates (20210119) ... [2022-12-01T00:04:56.035Z] #16 10.23 Updating certificates in /etc/ssl/certs... [2022-12-01T00:04:56.035Z] #16 10.78 0 added, 0 removed; done. [2022-12-01T00:04:56.035Z] #16 10.78 Running hooks in /etc/ca-certificates/update.d... [2022-12-01T00:04:56.035Z] #16 10.78 done. [2022-12-01T00:04:56.035Z] #16 DONE 11.8s [2022-12-01T00:04:56.035Z] [2022-12-01T00:04:56.035Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-12-01T00:04:56.035Z] #17 DONE 0.1s [2022-12-01T00:04:56.035Z] [2022-12-01T00:04:56.035Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.8-bullseye@sha256:4902830c8b7a79f71479ec17aa3e302cef3c89372e6701ca9bb98e29653031cb [2022-12-01T00:04:56.108Z] #38 37.26 CC images/pipe.o [2022-12-01T00:04:56.108Z] #38 37.47 CC images/tcp-stream.o [2022-12-01T00:04:56.182Z] #32 33.57 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-12-01T00:04:56.183Z] #32 33.58 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-12-01T00:04:56.183Z] #32 33.63 go: downloading github.com/julz/importas v0.1.0 [2022-12-01T00:04:56.183Z] #32 33.69 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-12-01T00:04:56.183Z] #32 33.71 go: downloading github.com/kulti/thelper v0.5.0 [2022-12-01T00:04:56.183Z] #32 33.76 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-12-01T00:04:56.183Z] #32 33.77 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-12-01T00:04:56.365Z] #38 37.70 CC images/sk-packet.o [2022-12-01T00:04:56.441Z] #32 33.83 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-12-01T00:04:56.441Z] #32 33.83 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-12-01T00:04:56.441Z] #32 33.88 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-12-01T00:04:56.441Z] #32 33.90 go: downloading github.com/maratori/testpackage v1.0.1 [2022-12-01T00:04:56.441Z] #32 33.94 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-12-01T00:04:56.441Z] #32 34.00 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-12-01T00:04:56.623Z] #38 38.04 CC images/mnt.o [2022-12-01T00:04:56.697Z] #32 34.03 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-12-01T00:04:56.697Z] #32 34.06 go: downloading github.com/mgechev/revive v1.1.3 [2022-12-01T00:04:56.881Z] #38 38.32 CC images/pipe-data.o [2022-12-01T00:04:57.139Z] #38 38.55 CC images/sa.o [2022-12-01T00:04:57.261Z] #32 34.55 go: downloading github.com/moricho/tparallel v0.2.1 [2022-12-01T00:04:57.261Z] #32 34.56 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-12-01T00:04:57.261Z] #32 34.58 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-12-01T00:04:57.261Z] #32 34.61 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-12-01T00:04:57.261Z] #32 34.64 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-12-01T00:04:57.261Z] #32 34.68 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-12-01T00:04:57.261Z] #32 34.72 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-12-01T00:04:57.261Z] #32 34.74 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-12-01T00:04:57.266Z] #26 ... [2022-12-01T00:04:57.266Z] [2022-12-01T00:04:57.266Z] #28 [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 [2022-12-01T00:04:57.266Z] #0 7.100 + RM_GOPATH=0 [2022-12-01T00:04:57.266Z] #0 7.100 + TMP_GOPATH= [2022-12-01T00:04:57.266Z] #0 7.101 + : /build [2022-12-01T00:04:57.266Z] #0 7.101 + '[' -z '' ']' [2022-12-01T00:04:57.266Z] #0 7.107 ++ mktemp -d [2022-12-01T00:04:57.266Z] #0 7.139 + export GOPATH=/tmp/tmp.T3qTyXTcGH [2022-12-01T00:04:57.266Z] #0 7.139 + GOPATH=/tmp/tmp.T3qTyXTcGH [2022-12-01T00:04:57.266Z] #0 7.139 + RM_GOPATH=1 [2022-12-01T00:04:57.266Z] #0 7.139 + case "$(go env GOARCH)" in [2022-12-01T00:04:57.266Z] #0 7.140 ++ go env GOARCH [2022-12-01T00:04:57.266Z] #0 7.195 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.266Z] #0 7.195 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.266Z] #0 7.201 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:57.266Z] #0 7.202 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:57.266Z] #0 7.202 + dir=/tmp/install [2022-12-01T00:04:57.266Z] #0 7.202 + bin=tomlv [2022-12-01T00:04:57.266Z] #0 7.202 + shift [2022-12-01T00:04:57.266Z] #0 7.202 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-12-01T00:04:57.266Z] #0 7.202 + . /tmp/install/tomlv.installer [2022-12-01T00:04:57.266Z] #0 7.202 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:57.266Z] #0 7.202 + install_tomlv [2022-12-01T00:04:57.266Z] #0 7.202 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-12-01T00:04:57.266Z] #0 7.202 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.T3qTyXTcGH/src/github.com/BurntSushi/toml [2022-12-01T00:04:57.266Z] #0 7.215 Cloning into '/tmp/tmp.T3qTyXTcGH/src/github.com/BurntSushi/toml'... [2022-12-01T00:04:57.266Z] #0 9.386 + cd /tmp/tmp.T3qTyXTcGH/src/github.com/BurntSushi/toml [2022-12-01T00:04:57.266Z] #0 9.386 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:57.266Z] #0 9.652 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:04:57.334Z] #24 ... [2022-12-01T00:04:57.334Z] [2022-12-01T00:04:57.334Z] #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 [2022-12-01T00:04:57.334Z] #0 5.297 + RM_GOPATH=0 [2022-12-01T00:04:57.334Z] #0 5.297 + TMP_GOPATH= [2022-12-01T00:04:57.334Z] #0 5.297 + : /build [2022-12-01T00:04:57.334Z] #0 5.297 + '[' -z '' ']' [2022-12-01T00:04:57.334Z] #0 5.297 ++ mktemp -d [2022-12-01T00:04:57.334Z] #0 5.297 + export GOPATH=/tmp/tmp.KkAFoPKFoN [2022-12-01T00:04:57.334Z] #0 5.297 + GOPATH=/tmp/tmp.KkAFoPKFoN [2022-12-01T00:04:57.334Z] #0 5.297 + RM_GOPATH=1 [2022-12-01T00:04:57.334Z] #0 5.297 + case "$(go env GOARCH)" in [2022-12-01T00:04:57.334Z] #0 5.297 ++ go env GOARCH [2022-12-01T00:04:57.334Z] #0 5.302 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.334Z] #0 5.302 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.334Z] #0 5.303 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:57.334Z] #0 5.303 + dir=/tmp/install [2022-12-01T00:04:57.334Z] #0 5.303 + bin=tomlv [2022-12-01T00:04:57.334Z] #0 5.303 + shift [2022-12-01T00:04:57.334Z] #0 5.304 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-12-01T00:04:57.334Z] #0 5.304 + . /tmp/install/tomlv.installer [2022-12-01T00:04:57.334Z] #0 5.304 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:57.334Z] #0 5.304 + install_tomlv [2022-12-01T00:04:57.334Z] #0 5.304 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-12-01T00:04:57.334Z] #0 5.304 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.KkAFoPKFoN/src/github.com/BurntSushi/toml [2022-12-01T00:04:57.334Z] #0 5.307 Cloning into '/tmp/tmp.KkAFoPKFoN/src/github.com/BurntSushi/toml'... [2022-12-01T00:04:57.334Z] #0 5.307 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:57.397Z] #38 38.82 CC images/timer.o [2022-12-01T00:04:57.518Z] #32 34.81 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-12-01T00:04:57.523Z] #28 ... [2022-12-01T00:04:57.523Z] [2022-12-01T00:04:57.523Z] #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 [2022-12-01T00:04:57.523Z] #0 5.892 Install rootlesskit version v0.14.4 [2022-12-01T00:04:57.523Z] #0 5.892 + RM_GOPATH=0 [2022-12-01T00:04:57.523Z] #0 5.892 + TMP_GOPATH= [2022-12-01T00:04:57.523Z] #0 5.892 + : /build [2022-12-01T00:04:57.523Z] #0 5.892 + '[' -z '' ']' [2022-12-01T00:04:57.523Z] #0 5.892 ++ mktemp -d [2022-12-01T00:04:57.523Z] #0 5.892 + export GOPATH=/tmp/tmp.xkng7vUf3c [2022-12-01T00:04:57.523Z] #0 5.892 + GOPATH=/tmp/tmp.xkng7vUf3c [2022-12-01T00:04:57.523Z] #0 5.892 + RM_GOPATH=1 [2022-12-01T00:04:57.523Z] #0 5.892 + case "$(go env GOARCH)" in [2022-12-01T00:04:57.523Z] #0 5.892 ++ go env GOARCH [2022-12-01T00:04:57.523Z] #0 5.892 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.523Z] #0 5.892 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.523Z] #0 5.892 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:57.523Z] #0 5.892 + dir=/tmp/install [2022-12-01T00:04:57.523Z] #0 5.892 + bin=rootlesskit [2022-12-01T00:04:57.523Z] #0 5.892 + shift [2022-12-01T00:04:57.523Z] #0 5.892 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-12-01T00:04:57.523Z] #0 5.892 + . /tmp/install/rootlesskit.installer [2022-12-01T00:04:57.523Z] #0 5.892 ++ : v0.14.4 [2022-12-01T00:04:57.523Z] #0 5.892 + install_rootlesskit [2022-12-01T00:04:57.523Z] #0 5.892 + case "$1" in [2022-12-01T00:04:57.523Z] #0 5.892 + export CGO_ENABLED=0 [2022-12-01T00:04:57.523Z] #0 5.892 + CGO_ENABLED=0 [2022-12-01T00:04:57.523Z] #0 5.892 + _install_rootlesskit [2022-12-01T00:04:57.523Z] #0 5.892 + echo 'Install rootlesskit version v0.14.4' [2022-12-01T00:04:57.523Z] #0 5.892 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:04:57.523Z] #0 5.892 + GOBIN=/build [2022-12-01T00:04:57.523Z] #0 5.892 + GO111MODULE=on [2022-12-01T00:04:57.523Z] #0 5.892 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-12-01T00:04:57.523Z] #0 6.380 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-12-01T00:04:57.523Z] #29 ... [2022-12-01T00:04:57.523Z] [2022-12-01T00:04:57.523Z] #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 [2022-12-01T00:04:57.523Z] #0 7.153 + RM_GOPATH=0 [2022-12-01T00:04:57.523Z] #0 7.153 + TMP_GOPATH= [2022-12-01T00:04:57.523Z] #0 7.153 + : /build [2022-12-01T00:04:57.523Z] #0 7.153 + '[' -z '' ']' [2022-12-01T00:04:57.523Z] #0 7.157 ++ mktemp -d [2022-12-01T00:04:57.523Z] #0 7.158 + export GOPATH=/tmp/tmp.XyEdodR88p [2022-12-01T00:04:57.523Z] #0 7.158 + GOPATH=/tmp/tmp.XyEdodR88p [2022-12-01T00:04:57.523Z] #0 7.158 + RM_GOPATH=1 [2022-12-01T00:04:57.523Z] #0 7.158 + case "$(go env GOARCH)" in [2022-12-01T00:04:57.523Z] #0 7.183 ++ go env GOARCH [2022-12-01T00:04:57.523Z] #0 7.222 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.523Z] #0 7.222 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:57.523Z] #0 7.230 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:57.523Z] #0 7.259 + dir=/tmp/install [2022-12-01T00:04:57.523Z] #0 7.259 + bin=golangci_lint [2022-12-01T00:04:57.523Z] #0 7.259 + shift [2022-12-01T00:04:57.523Z] #0 7.259 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-12-01T00:04:57.523Z] #0 7.259 + . /tmp/install/golangci_lint.installer [2022-12-01T00:04:57.523Z] #0 7.259 ++ : v1.44.0 [2022-12-01T00:04:57.523Z] #0 7.259 + install_golangci_lint [2022-12-01T00:04:57.523Z] #0 7.259 + set -e [2022-12-01T00:04:57.523Z] #0 7.259 + echo 'Install golangci-lint version v1.44.0' [2022-12-01T00:04:57.523Z] #0 7.259 + GOBIN=/build [2022-12-01T00:04:57.523Z] #0 7.259 + GO111MODULE=on [2022-12-01T00:04:57.523Z] #0 7.259 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-12-01T00:04:57.523Z] #0 7.259 Install golangci-lint version v1.44.0 [2022-12-01T00:04:57.523Z] #0 7.917 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-12-01T00:04:57.595Z] #25 6.075 + cd /tmp/tmp.KkAFoPKFoN/src/github.com/BurntSushi/toml [2022-12-01T00:04:57.595Z] #25 6.075 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:04:57.595Z] #25 6.127 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:04:57.775Z] #32 35.16 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-12-01T00:04:57.775Z] #32 35.16 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-12-01T00:04:57.775Z] #32 35.16 go: downloading github.com/sivchari/tenv v1.4.7 [2022-12-01T00:04:57.775Z] #32 35.17 go: downloading github.com/sonatard/noctx v0.0.1 [2022-12-01T00:04:57.775Z] #32 35.18 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-12-01T00:04:57.775Z] #32 35.20 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-12-01T00:04:57.775Z] #32 35.28 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-12-01T00:04:57.775Z] #32 35.42 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-12-01T00:04:57.780Z] #30 ... [2022-12-01T00:04:57.780Z] [2022-12-01T00:04:57.780Z] #31 [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 [2022-12-01T00:04:57.780Z] #0 5.941 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:57.780Z] #0 5.962 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:57.780Z] #0 5.962 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:57.780Z] #0 6.373 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:04:57.780Z] #0 9.089 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:04:57.780Z] #31 ... [2022-12-01T00:04:57.780Z] [2022-12-01T00:04:57.780Z] #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 [2022-12-01T00:04:57.780Z] #0 7.078 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:57.780Z] #0 7.114 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:57.780Z] #0 7.114 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:57.780Z] #0 9.513 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:04:57.962Z] #38 39.25 CC images/timerfd.o [2022-12-01T00:04:58.032Z] #32 35.45 go: downloading github.com/tetafro/godot v1.4.11 [2022-12-01T00:04:58.033Z] #32 35.47 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-12-01T00:04:58.033Z] #32 35.51 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-12-01T00:04:58.033Z] #32 35.52 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-12-01T00:04:58.033Z] #32 ... [2022-12-01T00:04:58.033Z] [2022-12-01T00:04:58.033Z] #27 [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 [2022-12-01T00:04:58.033Z] #27 21.22 Reading package lists... [2022-12-01T00:04:58.033Z] #27 25.76 Building dependency tree... [2022-12-01T00:04:58.033Z] #27 29.37 The following additional packages will be installed: [2022-12-01T00:04:58.033Z] #27 29.39 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-12-01T00:04:58.033Z] #27 29.40 Suggested packages: [2022-12-01T00:04:58.033Z] #27 29.42 cmake-doc ninja-build lrzip [2022-12-01T00:04:58.033Z] #27 29.42 Recommended packages: [2022-12-01T00:04:58.033Z] #27 29.42 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-12-01T00:04:58.033Z] #27 29.98 The following NEW packages will be installed: [2022-12-01T00:04:58.033Z] #27 30.01 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-12-01T00:04:58.033Z] #27 30.01 vim-common xxd [2022-12-01T00:04:58.033Z] #27 30.43 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:58.033Z] #27 30.43 Need to get 15.6 MB of archives. [2022-12-01T00:04:58.033Z] #27 30.43 After this operation, 67.4 MB of additional disk space will be used. [2022-12-01T00:04:58.033Z] #27 30.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:04:58.033Z] #27 30.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:04:58.033Z] #27 30.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-12-01T00:04:58.033Z] #27 30.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-12-01T00:04:58.033Z] #27 31.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB] [2022-12-01T00:04:58.033Z] #27 31.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-12-01T00:04:58.033Z] #27 31.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-12-01T00:04:58.033Z] #27 31.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-12-01T00:04:58.033Z] #27 31.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-12-01T00:04:58.033Z] #27 31.08 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-12-01T00:04:58.033Z] #27 32.53 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:04:58.033Z] #27 32.80 Fetched 15.6 MB in 1s (13.5 MB/s) [2022-12-01T00:04:58.033Z] #27 32.89 Selecting previously unselected package xxd. [2022-12-01T00:04:58.033Z] #27 32.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-12-01T00:04:58.033Z] #27 32.98 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-12-01T00:04:58.033Z] #27 33.00 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:04:58.033Z] #27 33.31 Selecting previously unselected package vim-common. [2022-12-01T00:04:58.033Z] #27 33.31 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:04:58.033Z] #27 33.33 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:04:58.033Z] #27 33.52 Selecting previously unselected package cmake-data. [2022-12-01T00:04:58.033Z] #27 33.52 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-12-01T00:04:58.033Z] #27 33.54 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:04:58.037Z] #32 ... [2022-12-01T00:04:58.037Z] [2022-12-01T00:04:58.037Z] #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 [2022-12-01T00:04:58.037Z] #0 7.794 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:58.037Z] #0 7.870 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:58.037Z] #0 7.870 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:58.037Z] #0 10.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:04:58.037Z] #33 ... [2022-12-01T00:04:58.037Z] [2022-12-01T00:04:58.037Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:04:58.037Z] #0 7.574 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:58.037Z] #0 7.629 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:58.037Z] #0 7.635 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:58.037Z] #0 9.699 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:04:58.165Z] #25 6.501 internal/unsafeheader [2022-12-01T00:04:58.165Z] #25 6.514 internal/goarch [2022-12-01T00:04:58.165Z] #25 6.570 internal/cpu [2022-12-01T00:04:58.165Z] #25 6.642 internal/abi [2022-12-01T00:04:58.220Z] #38 39.47 CC images/mm.o [2022-12-01T00:04:58.290Z] #27 ... [2022-12-01T00:04:58.290Z] [2022-12-01T00:04:58.290Z] #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 [2022-12-01T00:04:58.290Z] #36 20.99 Reading package lists... [2022-12-01T00:04:58.290Z] #36 25.89 Building dependency tree... [2022-12-01T00:04:58.290Z] #36 29.46 The following additional packages will be installed: [2022-12-01T00:04:58.290Z] #36 29.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:04:58.290Z] #36 29.47 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-12-01T00:04:58.290Z] #36 29.47 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-12-01T00:04:58.290Z] #36 29.47 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-12-01T00:04:58.290Z] #36 29.47 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-12-01T00:04:58.290Z] #36 29.48 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-12-01T00:04:58.290Z] #36 29.48 mingw-w64-common mingw-w64-x86-64-dev [2022-12-01T00:04:58.290Z] #36 29.48 Suggested packages: [2022-12-01T00:04:58.290Z] #36 29.50 gcc-10-locales seccomp wine64 [2022-12-01T00:04:58.290Z] #36 30.68 The following NEW packages will be installed: [2022-12-01T00:04:58.290Z] #36 30.70 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:04:58.290Z] #36 30.70 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-12-01T00:04:58.290Z] #36 30.70 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-12-01T00:04:58.290Z] #36 30.70 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-12-01T00:04:58.290Z] #36 30.70 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-12-01T00:04:58.290Z] #36 30.70 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-12-01T00:04:58.290Z] #36 30.70 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-12-01T00:04:58.290Z] #36 30.70 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-12-01T00:04:58.290Z] #36 30.71 mingw-w64-x86-64-dev [2022-12-01T00:04:58.290Z] #36 31.21 0 upgraded, 30 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:04:58.290Z] #36 31.21 Need to get 108 MB of archives. [2022-12-01T00:04:58.290Z] #36 31.21 After this operation, 620 MB of additional disk space will be used. [2022-12-01T00:04:58.290Z] #36 31.21 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-12-01T00:04:58.290Z] #36 31.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-12-01T00:04:58.290Z] #36 31.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-12-01T00:04:58.290Z] #36 31.52 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-12-01T00:04:58.290Z] #36 31.57 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-12-01T00:04:58.290Z] #36 31.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-12-01T00:04:58.290Z] #36 31.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-12-01T00:04:58.290Z] #36 31.90 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-12-01T00:04:58.290Z] #36 31.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-12-01T00:04:58.290Z] #36 32.66 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-12-01T00:04:58.290Z] #36 33.80 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-12-01T00:04:58.290Z] #36 34.11 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-12-01T00:04:58.290Z] #36 34.74 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-12-01T00:04:58.290Z] #36 35.59 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-12-01T00:04:58.290Z] #36 ... [2022-12-01T00:04:58.290Z] [2022-12-01T00:04:58.290Z] #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 [2022-12-01T00:04:58.290Z] #33 DONE 35.9s [2022-12-01T00:04:58.290Z] [2022-12-01T00:04:58.290Z] #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 [2022-12-01T00:04:58.290Z] #32 35.81 go: downloading github.com/ultraware/funlen v0.0.3 [2022-12-01T00:04:58.290Z] #32 35.84 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-12-01T00:04:58.290Z] #32 35.91 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-12-01T00:04:58.294Z] #34 ... [2022-12-01T00:04:58.294Z] [2022-12-01T00:04:58.294Z] #35 [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 [2022-12-01T00:04:58.294Z] #0 6.192 + RM_GOPATH=0 [2022-12-01T00:04:58.294Z] #0 6.192 + TMP_GOPATH= [2022-12-01T00:04:58.294Z] #0 6.192 + : /build [2022-12-01T00:04:58.294Z] #0 6.192 + '[' -z '' ']' [2022-12-01T00:04:58.294Z] #0 6.192 ++ mktemp -d [2022-12-01T00:04:58.294Z] #0 6.200 + export GOPATH=/tmp/tmp.cKYrD2Cff4 [2022-12-01T00:04:58.294Z] #0 6.200 + GOPATH=/tmp/tmp.cKYrD2Cff4 [2022-12-01T00:04:58.294Z] #0 6.200 + RM_GOPATH=1 [2022-12-01T00:04:58.294Z] #0 6.200 + case "$(go env GOARCH)" in [2022-12-01T00:04:58.294Z] #0 6.200 ++ go env GOARCH [2022-12-01T00:04:58.294Z] #0 6.216 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:58.294Z] #0 6.216 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:58.294Z] #0 6.216 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:58.294Z] #0 6.236 Install gotestsum version v1.8.2 [2022-12-01T00:04:58.294Z] #0 6.236 + dir=/tmp/install [2022-12-01T00:04:58.294Z] #0 6.236 + bin=gotestsum [2022-12-01T00:04:58.294Z] #0 6.236 + shift [2022-12-01T00:04:58.294Z] #0 6.236 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-12-01T00:04:58.294Z] #0 6.236 + . /tmp/install/gotestsum.installer [2022-12-01T00:04:58.294Z] #0 6.236 ++ : v1.8.2 [2022-12-01T00:04:58.294Z] #0 6.236 + install_gotestsum [2022-12-01T00:04:58.294Z] #0 6.236 + set -e [2022-12-01T00:04:58.294Z] #0 6.236 + echo 'Install gotestsum version v1.8.2' [2022-12-01T00:04:58.294Z] #0 6.236 + GOBIN=/build [2022-12-01T00:04:58.294Z] #0 6.236 + GO111MODULE=on [2022-12-01T00:04:58.294Z] #0 6.236 + go install gotest.tools/gotestsum@v1.8.2 [2022-12-01T00:04:58.294Z] #0 6.676 go: downloading gotest.tools/gotestsum v1.8.2 [2022-12-01T00:04:58.294Z] #0 8.859 go: downloading github.com/dnephin/pflag v1.0.7 [2022-12-01T00:04:58.294Z] #0 8.861 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:04:58.294Z] #0 8.989 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-12-01T00:04:58.294Z] #0 9.460 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:04:58.294Z] #0 9.587 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:04:58.294Z] #0 9.587 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-12-01T00:04:58.294Z] #0 9.620 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2022-12-01T00:04:58.294Z] #0 10.06 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2022-12-01T00:04:58.294Z] #0 10.32 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2022-12-01T00:04:58.294Z] #0 11.08 go: downloading golang.org/x/tools v0.1.11 [2022-12-01T00:04:58.426Z] #25 ... [2022-12-01T00:04:58.426Z] [2022-12-01T00:04:58.426Z] #21 [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 [2022-12-01T00:04:58.426Z] #21 6.838 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:04:58.426Z] #21 6.981 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:04:58.477Z] #38 39.76 CC images/sk-opts.o [2022-12-01T00:04:58.547Z] #32 35.92 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-12-01T00:04:58.547Z] #32 36.00 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-12-01T00:04:58.553Z] #35 ... [2022-12-01T00:04:58.553Z] [2022-12-01T00:04:58.553Z] #36 [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 [2022-12-01T00:04:58.553Z] #0 6.735 + RM_GOPATH=0 [2022-12-01T00:04:58.553Z] #0 6.735 + TMP_GOPATH= [2022-12-01T00:04:58.553Z] #0 6.735 + : /build [2022-12-01T00:04:58.553Z] #0 6.735 + '[' -z '' ']' [2022-12-01T00:04:58.553Z] #0 6.735 ++ mktemp -d [2022-12-01T00:04:58.553Z] #0 6.742 + export GOPATH=/tmp/tmp.wYqnuwYNlo [2022-12-01T00:04:58.553Z] #0 6.742 + GOPATH=/tmp/tmp.wYqnuwYNlo [2022-12-01T00:04:58.553Z] #0 6.742 + RM_GOPATH=1 [2022-12-01T00:04:58.553Z] #0 6.742 + case "$(go env GOARCH)" in [2022-12-01T00:04:58.553Z] #0 6.742 ++ go env GOARCH [2022-12-01T00:04:58.553Z] #0 6.760 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:58.553Z] #0 6.760 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:04:58.553Z] #0 6.760 ++ dirname /tmp/install/install.sh [2022-12-01T00:04:58.553Z] #0 6.760 + dir=/tmp/install [2022-12-01T00:04:58.553Z] #0 6.760 + bin=vndr [2022-12-01T00:04:58.553Z] #0 6.760 + shift [2022-12-01T00:04:58.553Z] #0 6.760 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-12-01T00:04:58.553Z] #0 6.760 + . /tmp/install/vndr.installer [2022-12-01T00:04:58.553Z] #0 6.760 ++ : v0.1.2 [2022-12-01T00:04:58.553Z] #0 6.760 + install_vndr [2022-12-01T00:04:58.553Z] #0 6.760 + echo 'Install vndr version v0.1.2' [2022-12-01T00:04:58.553Z] #0 6.760 + GOBIN=/build [2022-12-01T00:04:58.553Z] #0 6.760 + GO111MODULE=on [2022-12-01T00:04:58.553Z] #0 6.760 + go install github.com/LK4D4/vndr@v0.1.2 [2022-12-01T00:04:58.553Z] #0 6.760 Install vndr version v0.1.2 [2022-12-01T00:04:58.553Z] #0 7.630 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-12-01T00:04:58.553Z] #36 ... [2022-12-01T00:04:58.553Z] [2022-12-01T00:04:58.553Z] #28 [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 [2022-12-01T00:04:58.553Z] #28 11.27 internal/goarch [2022-12-01T00:04:58.553Z] #28 11.27 internal/unsafeheader [2022-12-01T00:04:58.564Z] #9 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 5.1s [2022-12-01T00:04:58.687Z] #21 7.018 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:04:58.735Z] #38 40.01 CC images/sk-unix.o [2022-12-01T00:04:58.803Z] #32 36.12 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-12-01T00:04:58.803Z] #32 36.24 go: downloading honnef.co/go/tools v0.2.2 [2022-12-01T00:04:58.820Z] #28 11.39 internal/cpu [2022-12-01T00:04:58.820Z] #28 11.64 internal/abi [2022-12-01T00:04:58.994Z] #38 40.35 CC images/sk-inet.o [2022-12-01T00:04:59.252Z] #38 40.66 CC images/tun.o [2022-12-01T00:04:59.510Z] #38 40.94 CC images/sk-netlink.o [2022-12-01T00:04:59.750Z] #28 12.40 internal/goexperiment [2022-12-01T00:04:59.768Z] #38 41.15 CC images/packet-sock.o [2022-12-01T00:05:00.007Z] #28 12.61 internal/bytealg [2022-12-01T00:05:00.008Z] #28 12.76 internal/goos [2022-12-01T00:05:00.028Z] #38 41.55 CC images/ipc-var.o [2022-12-01T00:05:00.172Z] #32 37.57 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-12-01T00:05:00.172Z] #32 37.57 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-12-01T00:05:00.172Z] #32 37.61 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-12-01T00:05:00.172Z] #32 37.66 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-12-01T00:05:00.172Z] #32 37.67 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-12-01T00:05:00.264Z] #28 13.06 runtime/internal/atomic [2022-12-01T00:05:00.428Z] #32 37.74 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-12-01T00:05:00.428Z] #32 37.78 go: downloading github.com/stretchr/objx v0.1.1 [2022-12-01T00:05:00.428Z] #32 37.85 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-12-01T00:05:00.596Z] #38 41.72 CC images/ipc-desc.o [2022-12-01T00:05:00.596Z] #38 41.90 CC images/ipc-shm.o [2022-12-01T00:05:00.596Z] #38 42.13 CC images/ipc-msg.o [2022-12-01T00:05:00.596Z] #38 ... [2022-12-01T00:05:00.596Z] [2022-12-01T00:05:00.596Z] #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 [2022-12-01T00:05:00.596Z] #25 113.0 text/tabwriter [2022-12-01T00:05:00.596Z] #25 114.3 io/ioutil [2022-12-01T00:05:00.596Z] #25 114.3 fmt [2022-12-01T00:05:00.596Z] #25 116.9 flag [2022-12-01T00:05:00.596Z] #25 116.9 github.com/BurntSushi/toml [2022-12-01T00:05:00.596Z] #25 118.7 log [2022-12-01T00:05:00.596Z] #25 121.2 github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:05:00.631Z] #21 8.687 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:00.685Z] #32 38.06 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-12-01T00:05:00.685Z] #32 38.06 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-12-01T00:05:00.685Z] #32 38.23 go: downloading golang.org/x/text v0.3.7 [2022-12-01T00:05:01.187Z] #25 ... [2022-12-01T00:05:01.187Z] [2022-12-01T00:05:01.187Z] #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 [2022-12-01T00:05:01.187Z] #38 42.33 CC images/ipc-sem.o [2022-12-01T00:05:01.187Z] #38 42.51 CC images/utsns.o [2022-12-01T00:05:01.446Z] #38 42.75 CC images/creds.o [2022-12-01T00:05:01.446Z] #38 42.87 CC images/vma.o [2022-12-01T00:05:01.602Z] #21 ... [2022-12-01T00:05:01.602Z] [2022-12-01T00:05:01.602Z] #26 [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 [2022-12-01T00:05:01.602Z] #0 6.271 + RM_GOPATH=0 [2022-12-01T00:05:01.602Z] #0 6.271 + TMP_GOPATH= [2022-12-01T00:05:01.602Z] #0 6.271 + : /build [2022-12-01T00:05:01.602Z] #0 6.271 + '[' -z '' ']' [2022-12-01T00:05:01.602Z] #0 6.272 ++ mktemp -d [2022-12-01T00:05:01.602Z] #0 6.272 + export GOPATH=/tmp/tmp.ibIoSyAXLM [2022-12-01T00:05:01.602Z] #0 6.272 + GOPATH=/tmp/tmp.ibIoSyAXLM [2022-12-01T00:05:01.602Z] #0 6.272 + RM_GOPATH=1 [2022-12-01T00:05:01.602Z] #0 6.273 + case "$(go env GOARCH)" in [2022-12-01T00:05:01.602Z] #0 6.276 ++ go env GOARCH [2022-12-01T00:05:01.602Z] #0 6.285 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:01.602Z] #0 6.285 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:01.602Z] #0 6.285 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:01.602Z] #0 6.285 + dir=/tmp/install [2022-12-01T00:05:01.602Z] #0 6.285 + bin=proxy [2022-12-01T00:05:01.602Z] #0 6.285 + shift [2022-12-01T00:05:01.602Z] #0 6.285 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-12-01T00:05:01.602Z] #0 6.285 + . /tmp/install/proxy.installer [2022-12-01T00:05:01.602Z] #0 6.285 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:05:01.602Z] #0 6.286 + install_proxy [2022-12-01T00:05:01.602Z] #0 6.286 + case "$1" in [2022-12-01T00:05:01.602Z] #0 6.286 + export CGO_ENABLED=0 [2022-12-01T00:05:01.602Z] #0 6.286 + CGO_ENABLED=0 [2022-12-01T00:05:01.602Z] #0 6.286 + _install_proxy [2022-12-01T00:05:01.602Z] #0 6.286 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-12-01T00:05:01.602Z] #0 6.286 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ibIoSyAXLM/src/github.com/docker/libnetwork [2022-12-01T00:05:01.602Z] #0 6.286 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:05:01.602Z] #0 6.288 Cloning into '/tmp/tmp.ibIoSyAXLM/src/github.com/docker/libnetwork'... [2022-12-01T00:05:01.862Z] #26 ... [2022-12-01T00:05:01.862Z] [2022-12-01T00:05:01.862Z] #27 [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 [2022-12-01T00:05:01.862Z] #0 6.985 + RM_GOPATH=0 [2022-12-01T00:05:01.862Z] #0 6.985 + TMP_GOPATH= [2022-12-01T00:05:01.862Z] #0 6.985 + : /build [2022-12-01T00:05:01.862Z] #0 6.985 + '[' -z '' ']' [2022-12-01T00:05:01.862Z] #0 6.986 ++ mktemp -d [2022-12-01T00:05:01.862Z] #0 6.993 + export GOPATH=/tmp/tmp.VN0DzhhZvt [2022-12-01T00:05:01.862Z] #0 6.993 + GOPATH=/tmp/tmp.VN0DzhhZvt [2022-12-01T00:05:01.862Z] #0 6.993 + RM_GOPATH=1 [2022-12-01T00:05:01.862Z] #0 6.993 + case "$(go env GOARCH)" in [2022-12-01T00:05:01.862Z] #0 6.993 ++ go env GOARCH [2022-12-01T00:05:01.862Z] #0 7.042 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:01.862Z] #0 7.042 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:01.862Z] #0 7.042 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:01.862Z] #0 7.069 Install docker/cli version 17.06.2-ce from stable [2022-12-01T00:05:01.862Z] #0 7.069 + dir=/tmp/install [2022-12-01T00:05:01.862Z] #0 7.069 + bin=dockercli [2022-12-01T00:05:01.862Z] #0 7.069 + shift [2022-12-01T00:05:01.862Z] #0 7.069 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-12-01T00:05:01.862Z] #0 7.069 + . /tmp/install/dockercli.installer [2022-12-01T00:05:01.862Z] #0 7.069 ++ : stable [2022-12-01T00:05:01.862Z] #0 7.069 ++ : 17.06.2-ce [2022-12-01T00:05:01.862Z] #0 7.069 + install_dockercli [2022-12-01T00:05:01.862Z] #0 7.069 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-12-01T00:05:01.862Z] #0 7.069 ++ uname -m [2022-12-01T00:05:01.862Z] #0 7.099 + arch=x86_64 [2022-12-01T00:05:01.862Z] #0 7.099 + '[' x86_64 '!=' x86_64 ']' [2022-12-01T00:05:01.862Z] #0 7.099 + url=https://download.docker.com/linux/static [2022-12-01T00:05:01.862Z] #0 7.099 + tar -xz docker/docker [2022-12-01T00:05:01.862Z] #0 7.099 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-12-01T00:05:01.862Z] #27 ... [2022-12-01T00:05:01.862Z] [2022-12-01T00:05:01.862Z] #28 [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 [2022-12-01T00:05:01.862Z] #0 7.134 + RM_GOPATH=0 [2022-12-01T00:05:01.862Z] #0 7.134 + TMP_GOPATH= [2022-12-01T00:05:01.862Z] #0 7.134 + : /build [2022-12-01T00:05:01.862Z] #0 7.134 + '[' -z '' ']' [2022-12-01T00:05:01.862Z] #0 7.134 ++ mktemp -d [2022-12-01T00:05:01.862Z] #0 7.164 + export GOPATH=/tmp/tmp.xTPrdD3YB0 [2022-12-01T00:05:01.862Z] #0 7.166 + GOPATH=/tmp/tmp.xTPrdD3YB0 [2022-12-01T00:05:01.862Z] #0 7.167 + RM_GOPATH=1 [2022-12-01T00:05:01.862Z] #0 7.167 + case "$(go env GOARCH)" in [2022-12-01T00:05:01.862Z] #0 7.168 ++ go env GOARCH [2022-12-01T00:05:01.862Z] #0 7.191 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:01.862Z] #0 7.191 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:01.862Z] #0 7.193 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:01.862Z] #0 7.197 + dir=/tmp/install [2022-12-01T00:05:01.862Z] #0 7.203 + bin=rootlesskit [2022-12-01T00:05:01.862Z] #0 7.204 + shift [2022-12-01T00:05:01.862Z] #0 7.205 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-12-01T00:05:01.862Z] #0 7.205 + . /tmp/install/rootlesskit.installer [2022-12-01T00:05:01.862Z] #0 7.205 ++ : v0.14.4 [2022-12-01T00:05:01.862Z] #0 7.205 + install_rootlesskit [2022-12-01T00:05:01.862Z] #0 7.205 + case "$1" in [2022-12-01T00:05:01.862Z] #0 7.205 + export CGO_ENABLED=0 [2022-12-01T00:05:01.862Z] #0 7.205 + CGO_ENABLED=0 [2022-12-01T00:05:01.862Z] #0 7.205 + _install_rootlesskit [2022-12-01T00:05:01.862Z] #0 7.205 + echo 'Install rootlesskit version v0.14.4' [2022-12-01T00:05:01.862Z] #0 7.206 Install rootlesskit version v0.14.4 [2022-12-01T00:05:01.862Z] #0 7.206 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:05:01.862Z] #0 7.206 + GOBIN=/build [2022-12-01T00:05:01.862Z] #0 7.206 + GO111MODULE=on [2022-12-01T00:05:01.862Z] #0 7.206 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-12-01T00:05:01.862Z] #0 7.915 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-12-01T00:05:01.862Z] #9 extracting sha256:3cb762126a62bc9bf7824a3c8d7e44e871fe18cb87876e6734bdd439a8674c54 8.2s done [2022-12-01T00:05:01.862Z] #9 extracting sha256:9601c0a52d295d64421ff81e82d2440cfdd3664cb109490ad34cb39f3a007602 done [2022-12-01T00:05:01.862Z] #9 DONE 24.6s [2022-12-01T00:05:01.862Z] [2022-12-01T00:05:01.862Z] #18 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-01T00:05:02.012Z] #38 43.04 CC images/netdev.o [2022-12-01T00:05:02.123Z] #28 ... [2022-12-01T00:05:02.123Z] [2022-12-01T00:05:02.123Z] #29 [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 [2022-12-01T00:05:02.123Z] #0 5.874 + git clone https://github.com/docker/distribution.git . [2022-12-01T00:05:02.123Z] #0 5.874 Cloning into '.'... [2022-12-01T00:05:02.123Z] #29 ... [2022-12-01T00:05:02.123Z] [2022-12-01T00:05:02.123Z] #30 [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 [2022-12-01T00:05:02.123Z] #0 6.982 + RM_GOPATH=0 [2022-12-01T00:05:02.123Z] #0 6.982 + TMP_GOPATH= [2022-12-01T00:05:02.123Z] #0 6.982 + : /build [2022-12-01T00:05:02.123Z] #0 6.982 + '[' -z '' ']' [2022-12-01T00:05:02.123Z] #0 6.987 ++ mktemp -d [2022-12-01T00:05:02.123Z] #0 6.987 + export GOPATH=/tmp/tmp.4dGKQheG0k [2022-12-01T00:05:02.123Z] #0 6.987 + GOPATH=/tmp/tmp.4dGKQheG0k [2022-12-01T00:05:02.123Z] #0 6.987 + RM_GOPATH=1 [2022-12-01T00:05:02.123Z] #0 6.987 + case "$(go env GOARCH)" in [2022-12-01T00:05:02.123Z] #0 6.987 ++ go env GOARCH [2022-12-01T00:05:02.123Z] #0 7.042 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.123Z] #0 7.042 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.123Z] #0 7.042 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:02.123Z] #0 7.050 Install shfmt version v3.0.2 [2022-12-01T00:05:02.123Z] #0 7.050 + dir=/tmp/install [2022-12-01T00:05:02.123Z] #0 7.050 + bin=shfmt [2022-12-01T00:05:02.123Z] #0 7.050 + shift [2022-12-01T00:05:02.123Z] #0 7.050 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-12-01T00:05:02.123Z] #0 7.050 + . /tmp/install/shfmt.installer [2022-12-01T00:05:02.123Z] #0 7.050 ++ : v3.0.2 [2022-12-01T00:05:02.123Z] #0 7.050 + install_shfmt [2022-12-01T00:05:02.123Z] #0 7.050 + echo 'Install shfmt version v3.0.2' [2022-12-01T00:05:02.123Z] #0 7.050 + GOBIN=/build [2022-12-01T00:05:02.123Z] #0 7.050 + GO111MODULE=on [2022-12-01T00:05:02.123Z] #0 7.050 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-12-01T00:05:02.123Z] #0 7.615 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-12-01T00:05:02.123Z] #0 9.552 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-12-01T00:05:02.123Z] #0 9.561 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-12-01T00:05:02.124Z] #0 9.635 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-12-01T00:05:02.167Z] #28 14.72 runtime/internal/math [2022-12-01T00:05:02.167Z] #28 14.75 runtime/internal/sys [2022-12-01T00:05:02.167Z] #28 15.01 runtime/internal/syscall [2022-12-01T00:05:02.386Z] #30 ... [2022-12-01T00:05:02.387Z] [2022-12-01T00:05:02.387Z] #31 [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 [2022-12-01T00:05:02.387Z] #0 8.214 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:02.387Z] #0 8.327 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:02.387Z] #0 8.338 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:02.387Z] #0 9.967 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:02.647Z] #31 ... [2022-12-01T00:05:02.647Z] [2022-12-01T00:05:02.647Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:02.647Z] #0 8.013 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:02.647Z] #0 8.135 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:02.647Z] #0 8.238 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:02.647Z] #0 9.935 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:02.647Z] #32 ... [2022-12-01T00:05:02.647Z] [2022-12-01T00:05:02.647Z] #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 [2022-12-01T00:05:02.647Z] #0 6.890 + RM_GOPATH=0 [2022-12-01T00:05:02.647Z] #0 6.890 + TMP_GOPATH= [2022-12-01T00:05:02.647Z] #0 6.890 + : /build [2022-12-01T00:05:02.647Z] #0 6.890 + '[' -z '' ']' [2022-12-01T00:05:02.647Z] #0 6.906 ++ mktemp -d [2022-12-01T00:05:02.647Z] #0 6.914 + export GOPATH=/tmp/tmp.a3bo8TjLsl [2022-12-01T00:05:02.647Z] #0 6.914 + GOPATH=/tmp/tmp.a3bo8TjLsl [2022-12-01T00:05:02.647Z] #0 6.914 + RM_GOPATH=1 [2022-12-01T00:05:02.647Z] #0 6.914 + case "$(go env GOARCH)" in [2022-12-01T00:05:02.647Z] #0 6.925 ++ go env GOARCH [2022-12-01T00:05:02.647Z] #0 6.982 Install gotestsum version v1.8.2 [2022-12-01T00:05:02.647Z] #0 6.982 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.647Z] #0 6.982 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.647Z] #0 6.982 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:02.647Z] #0 6.982 + dir=/tmp/install [2022-12-01T00:05:02.647Z] #0 6.982 + bin=gotestsum [2022-12-01T00:05:02.647Z] #0 6.982 + shift [2022-12-01T00:05:02.647Z] #0 6.982 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-12-01T00:05:02.647Z] #0 6.982 + . /tmp/install/gotestsum.installer [2022-12-01T00:05:02.647Z] #0 6.982 ++ : v1.8.2 [2022-12-01T00:05:02.647Z] #0 6.982 + install_gotestsum [2022-12-01T00:05:02.647Z] #0 6.982 + set -e [2022-12-01T00:05:02.647Z] #0 6.982 + echo 'Install gotestsum version v1.8.2' [2022-12-01T00:05:02.647Z] #0 7.010 + GOBIN=/build [2022-12-01T00:05:02.647Z] #0 7.010 + GO111MODULE=on [2022-12-01T00:05:02.647Z] #0 7.010 + go install gotest.tools/gotestsum@v1.8.2 [2022-12-01T00:05:02.647Z] #0 7.609 go: downloading gotest.tools/gotestsum v1.8.2 [2022-12-01T00:05:02.647Z] #0 10.70 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:05:02.647Z] #0 11.05 go: downloading github.com/dnephin/pflag v1.0.7 [2022-12-01T00:05:02.647Z] #0 11.10 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-12-01T00:05:02.647Z] #33 ... [2022-12-01T00:05:02.647Z] [2022-12-01T00:05:02.647Z] #34 [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 [2022-12-01T00:05:02.647Z] #0 6.871 + RM_GOPATH=0 [2022-12-01T00:05:02.647Z] #0 6.871 + TMP_GOPATH= [2022-12-01T00:05:02.647Z] #0 6.871 + : /build [2022-12-01T00:05:02.647Z] #0 6.871 + '[' -z '' ']' [2022-12-01T00:05:02.647Z] #0 6.874 ++ mktemp -d [2022-12-01T00:05:02.647Z] #0 6.880 + export GOPATH=/tmp/tmp.7t59ebO9fm [2022-12-01T00:05:02.647Z] #0 6.880 + GOPATH=/tmp/tmp.7t59ebO9fm [2022-12-01T00:05:02.647Z] #0 6.880 + RM_GOPATH=1 [2022-12-01T00:05:02.647Z] #0 6.880 + case "$(go env GOARCH)" in [2022-12-01T00:05:02.648Z] #0 6.890 ++ go env GOARCH [2022-12-01T00:05:02.648Z] #0 6.931 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.648Z] #0 6.931 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.648Z] #0 6.943 Install vndr version v0.1.2 [2022-12-01T00:05:02.648Z] #0 6.943 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:02.648Z] #0 6.943 + dir=/tmp/install [2022-12-01T00:05:02.648Z] #0 6.943 + bin=vndr [2022-12-01T00:05:02.648Z] #0 6.943 + shift [2022-12-01T00:05:02.648Z] #0 6.943 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-12-01T00:05:02.648Z] #0 6.943 + . /tmp/install/vndr.installer [2022-12-01T00:05:02.648Z] #0 6.943 ++ : v0.1.2 [2022-12-01T00:05:02.648Z] #0 6.943 + install_vndr [2022-12-01T00:05:02.648Z] #0 6.943 + echo 'Install vndr version v0.1.2' [2022-12-01T00:05:02.648Z] #0 6.943 + GOBIN=/build [2022-12-01T00:05:02.648Z] #0 6.943 + GO111MODULE=on [2022-12-01T00:05:02.648Z] #0 6.943 + go install github.com/LK4D4/vndr@v0.1.2 [2022-12-01T00:05:02.648Z] #0 7.833 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-12-01T00:05:02.734Z] #28 15.55 internal/itoa [2022-12-01T00:05:02.909Z] #34 ... [2022-12-01T00:05:02.909Z] [2022-12-01T00:05:02.909Z] #35 [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 [2022-12-01T00:05:02.909Z] #0 6.525 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:02.909Z] #0 6.727 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:02.909Z] #0 6.875 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:02.909Z] #0 8.030 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:02.909Z] #0 10.91 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:02.909Z] #35 ... [2022-12-01T00:05:02.909Z] [2022-12-01T00:05:02.909Z] #36 [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 [2022-12-01T00:05:02.909Z] #0 7.364 + RM_GOPATH=0 [2022-12-01T00:05:02.909Z] #0 7.364 + TMP_GOPATH= [2022-12-01T00:05:02.909Z] #0 7.364 + : /build [2022-12-01T00:05:02.909Z] #0 7.365 + '[' -z '' ']' [2022-12-01T00:05:02.909Z] #0 7.366 ++ mktemp -d [2022-12-01T00:05:02.909Z] #0 7.381 + export GOPATH=/tmp/tmp.T2AoMeKna8 [2022-12-01T00:05:02.909Z] #0 7.381 + GOPATH=/tmp/tmp.T2AoMeKna8 [2022-12-01T00:05:02.909Z] #0 7.381 + RM_GOPATH=1 [2022-12-01T00:05:02.909Z] #0 7.381 + case "$(go env GOARCH)" in [2022-12-01T00:05:02.909Z] #0 7.381 ++ go env GOARCH [2022-12-01T00:05:02.909Z] #0 7.467 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.909Z] #0 7.467 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:02.909Z] #0 7.468 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:02.909Z] #0 7.471 + dir=/tmp/install [2022-12-01T00:05:02.909Z] #0 7.471 + bin=golangci_lint [2022-12-01T00:05:02.909Z] #0 7.471 + shift [2022-12-01T00:05:02.909Z] #0 7.472 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-12-01T00:05:02.909Z] #0 7.472 + . /tmp/install/golangci_lint.installer [2022-12-01T00:05:02.909Z] #0 7.472 ++ : v1.44.0 [2022-12-01T00:05:02.909Z] #0 7.472 + install_golangci_lint [2022-12-01T00:05:02.909Z] #0 7.472 + set -e [2022-12-01T00:05:02.909Z] #0 7.472 + echo 'Install golangci-lint version v1.44.0' [2022-12-01T00:05:02.909Z] #0 7.472 Install golangci-lint version v1.44.0 [2022-12-01T00:05:02.909Z] #0 7.474 + GOBIN=/build [2022-12-01T00:05:02.909Z] #0 7.474 + GO111MODULE=on [2022-12-01T00:05:02.909Z] #0 7.474 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-12-01T00:05:02.909Z] #0 8.133 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-12-01T00:05:03.016Z] #38 43.88 CC images/tty.o [2022-12-01T00:05:03.170Z] #36 ... [2022-12-01T00:05:03.170Z] [2022-12-01T00:05:03.170Z] #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 [2022-12-01T00:05:03.170Z] #33 11.31 go: downloading golang.org/x/tools v0.1.11 [2022-12-01T00:05:03.170Z] #33 11.34 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:05:03.170Z] #33 11.45 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:05:03.170Z] #33 11.62 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-12-01T00:05:03.170Z] #33 11.72 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2022-12-01T00:05:03.378Z] #28 16.14 runtime [2022-12-01T00:05:03.583Z] #38 44.89 CC images/file-lock.o [2022-12-01T00:05:03.653Z] #28 16.38 math/bits [2022-12-01T00:05:03.753Z] #18 DONE 2.1s [2022-12-01T00:05:03.753Z] [2022-12-01T00:05:03.753Z] #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 [2022-12-01T00:05:03.753Z] #0 1.549 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-12-01T00:05:03.753Z] #0 1.797 [2022-12-01T00:05:03.753Z] #0 2.016 #=#=# ######################################################################## 100.0% [2022-12-01T00:05:03.753Z] #0 2.255 [2022-12-01T00:05:03.753Z] #0 3.143 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-12-01T00:05:03.753Z] #0 3.451 [2022-12-01T00:05:03.753Z] #0 3.662 #=#=# ######################################################################## 100.0% [2022-12-01T00:05:03.753Z] #0 3.937 [2022-12-01T00:05:03.753Z] #0 4.856 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-12-01T00:05:03.753Z] #0 5.132 [2022-12-01T00:05:03.753Z] #0 5.358 #=#=# ################### 27.1% ########################################## 59.2% ################################################################# 90.9% ######################################################################## 100.0% [2022-12-01T00:05:03.753Z] #0 5.905 [2022-12-01T00:05:03.753Z] #0 6.785 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-12-01T00:05:03.753Z] #0 6.951 [2022-12-01T00:05:03.753Z] #0 7.163 #=#=# ######################################################################## 100.0% [2022-12-01T00:05:03.753Z] #0 7.417 [2022-12-01T00:05:03.841Z] #38 45.11 CC images/rlimit.o [2022-12-01T00:05:03.841Z] #38 ... [2022-12-01T00:05:03.841Z] [2022-12-01T00:05:03.841Z] #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 [2022-12-01T00:05:03.841Z] #25 DONE 126.3s [2022-12-01T00:05:03.917Z] #28 ... [2022-12-01T00:05:03.917Z] [2022-12-01T00:05:03.917Z] #22 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:05:03.917Z] #22 6.680 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-12-01T00:05:03.917Z] #22 6.687 Cloning into '.'... [2022-12-01T00:05:03.958Z] #32 ... [2022-12-01T00:05:03.958Z] [2022-12-01T00:05:03.958Z] #28 [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 [2022-12-01T00:05:03.958Z] #28 33.70 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:03.958Z] #28 33.94 Fetched 4253 kB in 1s (3480 kB/s) [2022-12-01T00:05:03.958Z] #28 34.05 Selecting previously unselected package libcap2:arm64. [2022-12-01T00:05:03.958Z] #28 34.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 ... 15709 files and directories currently installed.) [2022-12-01T00:05:03.958Z] #28 34.10 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 34.13 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-12-01T00:05:03.958Z] #28 34.24 Selecting previously unselected package libcap-dev:arm64. [2022-12-01T00:05:03.958Z] #28 34.25 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 34.26 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2022-12-01T00:05:03.958Z] #28 34.42 Selecting previously unselected package libnet1:arm64. [2022-12-01T00:05:03.958Z] #28 34.42 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 34.42 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:03.958Z] #28 34.78 Selecting previously unselected package libnet1-dev. [2022-12-01T00:05:03.958Z] #28 34.78 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 34.79 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:03.958Z] #28 35.08 Selecting previously unselected package libnl-3-200:arm64. [2022-12-01T00:05:03.958Z] #28 35.09 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 35.10 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-12-01T00:05:03.958Z] #28 35.29 Selecting previously unselected package libnl-3-dev:arm64. [2022-12-01T00:05:03.958Z] #28 35.30 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 35.31 Unpacking libnl-3-dev:arm64 (3.4.0-1+b1) ... [2022-12-01T00:05:03.958Z] #28 35.60 Selecting previously unselected package libprotobuf-c1:arm64. [2022-12-01T00:05:03.958Z] #28 35.61 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 35.62 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-12-01T00:05:03.958Z] #28 35.87 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-12-01T00:05:03.958Z] #28 35.87 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 35.88 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-12-01T00:05:03.958Z] #28 36.12 Selecting previously unselected package zlib1g-dev:arm64. [2022-12-01T00:05:03.958Z] #28 36.12 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 36.13 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:05:03.958Z] #28 36.69 Selecting previously unselected package libprotobuf23:arm64. [2022-12-01T00:05:03.958Z] #28 36.71 Preparing to unpack .../09-libprotobuf23_3.12.4-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 36.71 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-12-01T00:05:03.958Z] #28 37.13 Selecting previously unselected package libprotobuf-lite23:arm64. [2022-12-01T00:05:03.958Z] #28 37.14 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 37.16 Unpacking libprotobuf-lite23:arm64 (3.12.4-1) ... [2022-12-01T00:05:03.958Z] #28 37.43 Selecting previously unselected package libprotobuf-dev:arm64. [2022-12-01T00:05:03.958Z] #28 37.43 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 37.45 Unpacking libprotobuf-dev:arm64 (3.12.4-1) ... [2022-12-01T00:05:03.958Z] #28 38.44 Selecting previously unselected package libprotoc23:arm64. [2022-12-01T00:05:03.958Z] #28 38.45 Preparing to unpack .../12-libprotoc23_3.12.4-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 38.46 Unpacking libprotoc23:arm64 (3.12.4-1) ... [2022-12-01T00:05:03.958Z] #28 38.94 Selecting previously unselected package protobuf-c-compiler. [2022-12-01T00:05:03.958Z] #28 38.96 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 38.97 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:05:03.958Z] #28 39.11 Selecting previously unselected package protobuf-compiler. [2022-12-01T00:05:03.958Z] #28 39.14 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 39.15 Unpacking protobuf-compiler (3.12.4-1) ... [2022-12-01T00:05:03.958Z] #28 39.34 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:05:03.958Z] #28 39.34 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:05:03.958Z] #28 39.34 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:05:03.958Z] #28 39.56 Selecting previously unselected package python3-six. [2022-12-01T00:05:03.958Z] #28 39.57 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2022-12-01T00:05:03.958Z] #28 39.59 Unpacking python3-six (1.16.0-2) ... [2022-12-01T00:05:03.958Z] #28 39.70 Selecting previously unselected package python3-protobuf. [2022-12-01T00:05:03.958Z] #28 39.71 Preparing to unpack .../17-python3-protobuf_3.12.4-1_arm64.deb ... [2022-12-01T00:05:03.958Z] #28 39.72 Unpacking python3-protobuf (3.12.4-1) ... [2022-12-01T00:05:03.958Z] #28 40.24 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:05:03.958Z] #28 41.51 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-12-01T00:05:03.958Z] #28 41.52 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:03.958Z] #28 41.53 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-12-01T00:05:04.010Z] #19 8.039 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-12-01T00:05:04.100Z] [2022-12-01T00:05:04.100Z] #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 [2022-12-01T00:05:04.100Z] #26 126.2 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-12-01T00:05:04.100Z] #26 126.3 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:05:04.100Z] #26 126.3 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:05:04.183Z] #22 ... [2022-12-01T00:05:04.183Z] [2022-12-01T00:05:04.183Z] #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 [2022-12-01T00:05:04.183Z] #24 6.645 + git clone https://github.com/docker/distribution.git . [2022-12-01T00:05:04.183Z] #24 6.645 Cloning into '.'... [2022-12-01T00:05:04.216Z] #28 41.55 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-12-01T00:05:04.216Z] #28 41.57 Setting up libcap2:arm64 (1:2.44-1) ... [2022-12-01T00:05:04.216Z] #28 41.58 Setting up python3-six (1.16.0-2) ... [2022-12-01T00:05:04.462Z] #24 ... [2022-12-01T00:05:04.462Z] [2022-12-01T00:05:04.462Z] #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 [2022-12-01T00:05:04.462Z] #29 11.27 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:05:04.462Z] #29 11.27 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:05:04.462Z] #29 11.45 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-12-01T00:05:04.462Z] #29 12.57 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-12-01T00:05:04.473Z] #28 ... [2022-12-01T00:05:04.473Z] [2022-12-01T00:05:04.473Z] #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 [2022-12-01T00:05:04.473Z] #32 42.05 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-12-01T00:05:04.575Z] #19 8.294 [2022-12-01T00:05:04.575Z] #19 ... [2022-12-01T00:05:04.575Z] [2022-12-01T00:05:04.575Z] #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 [2022-12-01T00:05:04.575Z] #20 DONE 0.6s [2022-12-01T00:05:04.575Z] [2022-12-01T00:05:04.575Z] #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 [2022-12-01T00:05:04.575Z] #19 8.529 #=#=# ######################################################################## 100.0% [2022-12-01T00:05:04.575Z] #19 ... [2022-12-01T00:05:04.575Z] [2022-12-01T00:05:04.575Z] #21 [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 [2022-12-01T00:05:04.729Z] #32 42.16 go: downloading github.com/gobwas/glob v0.2.3 [2022-12-01T00:05:04.729Z] #32 42.18 go: downloading github.com/kisielk/gotool v1.0.0 [2022-12-01T00:05:04.729Z] #32 42.22 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-12-01T00:05:04.729Z] #32 42.27 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-12-01T00:05:04.729Z] #32 42.28 go: downloading golang.org/x/mod v0.5.1 [2022-12-01T00:05:04.729Z] #32 42.36 go: downloading github.com/ettle/strcase v0.1.1 [2022-12-01T00:05:04.834Z] #21 ... [2022-12-01T00:05:04.834Z] [2022-12-01T00:05:04.834Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-12-01T00:05:04.834Z] #22 DONE 0.2s [2022-12-01T00:05:04.834Z] [2022-12-01T00:05:04.834Z] #23 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-12-01T00:05:04.834Z] #23 DONE 0.2s [2022-12-01T00:05:04.834Z] [2022-12-01T00:05:04.834Z] #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 [2022-12-01T00:05:04.988Z] #32 42.46 go: downloading github.com/fatih/structtag v1.2.0 [2022-12-01T00:05:04.988Z] #32 42.51 go: downloading github.com/Masterminds/semver v1.5.0 [2022-12-01T00:05:04.988Z] #32 42.53 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-12-01T00:05:05.026Z] #29 17.62 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-12-01T00:05:05.026Z] #29 ... [2022-12-01T00:05:05.026Z] [2022-12-01T00:05:05.026Z] #28 [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 [2022-12-01T00:05:05.026Z] #28 17.60 math [2022-12-01T00:05:05.094Z] #24 ... [2022-12-01T00:05:05.094Z] [2022-12-01T00:05:05.094Z] #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 [2022-12-01T00:05:05.094Z] #19 8.910 [2022-12-01T00:05:05.094Z] #19 9.045 Download of images into '/build' complete. [2022-12-01T00:05:05.094Z] #19 9.045 Use something like the following to load the result into a Docker daemon: [2022-12-01T00:05:05.094Z] #19 9.045 tar -cC '/build' . | docker load [2022-12-01T00:05:05.094Z] #19 DONE 9.1s [2022-12-01T00:05:05.245Z] #32 42.57 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-12-01T00:05:05.245Z] #32 42.69 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-12-01T00:05:05.370Z] [2022-12-01T00:05:05.370Z] #25 [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 [2022-12-01T00:05:05.528Z] #32 ... [2022-12-01T00:05:05.528Z] [2022-12-01T00:05:05.528Z] #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 [2022-12-01T00:05:05.528Z] #0 0.932 + RM_GOPATH=0 [2022-12-01T00:05:05.528Z] #0 0.932 + TMP_GOPATH= [2022-12-01T00:05:05.528Z] #0 0.932 + : /build [2022-12-01T00:05:05.528Z] #0 0.933 + '[' -z '' ']' [2022-12-01T00:05:05.528Z] #0 0.933 ++ mktemp -d [2022-12-01T00:05:05.528Z] #0 0.935 + export GOPATH=/tmp/tmp.V9eBaDPCpq [2022-12-01T00:05:05.528Z] #0 0.935 + GOPATH=/tmp/tmp.V9eBaDPCpq [2022-12-01T00:05:05.528Z] #0 0.936 + RM_GOPATH=1 [2022-12-01T00:05:05.528Z] #0 0.936 + case "$(go env GOARCH)" in [2022-12-01T00:05:05.528Z] #0 0.937 ++ go env GOARCH [2022-12-01T00:05:05.528Z] #0 0.971 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:05.528Z] #0 0.971 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:05.528Z] #0 0.972 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:05.528Z] #0 0.986 + dir=/tmp/install [2022-12-01T00:05:05.528Z] #0 0.993 + bin=containerd [2022-12-01T00:05:05.528Z] #0 0.993 + shift [2022-12-01T00:05:05.528Z] #0 0.993 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-12-01T00:05:05.528Z] #0 0.993 + . /tmp/install/containerd.installer [2022-12-01T00:05:05.528Z] #0 0.993 ++ set -e [2022-12-01T00:05:05.528Z] #0 0.997 ++ : v1.6.10 [2022-12-01T00:05:05.528Z] #0 0.999 + install_containerd [2022-12-01T00:05:05.528Z] #0 1.005 + echo 'Install containerd version v1.6.10' [2022-12-01T00:05:05.528Z] #0 1.006 Install containerd version v1.6.10 [2022-12-01T00:05:05.528Z] #0 1.006 + git clone https://github.com/containerd/containerd.git /tmp/tmp.V9eBaDPCpq/src/github.com/containerd/containerd [2022-12-01T00:05:05.528Z] #0 1.008 Cloning into '/tmp/tmp.V9eBaDPCpq/src/github.com/containerd/containerd'... [2022-12-01T00:05:05.528Z] #37 ... [2022-12-01T00:05:05.528Z] [2022-12-01T00:05:05.528Z] #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 [2022-12-01T00:05:05.528Z] #32 43.09 go: downloading github.com/prometheus/client_model v0.2.0 [2022-12-01T00:05:05.788Z] #32 43.25 go: downloading github.com/google/go-cmp v0.5.6 [2022-12-01T00:05:05.788Z] #32 43.28 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-12-01T00:05:05.788Z] #32 43.31 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-12-01T00:05:05.788Z] #32 43.35 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-12-01T00:05:06.045Z] #32 43.42 go: downloading github.com/beorn7/perks v1.0.1 [2022-12-01T00:05:06.045Z] #32 43.43 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-12-01T00:05:06.045Z] #32 43.46 go: downloading github.com/golang/protobuf v1.5.2 [2022-12-01T00:05:06.045Z] #32 43.47 go: downloading github.com/cespare/xxhash v1.1.0 [2022-12-01T00:05:06.302Z] #32 43.71 go: downloading github.com/prometheus/common v0.10.0 [2022-12-01T00:05:06.302Z] #32 43.82 go: downloading github.com/prometheus/procfs v0.6.0 [2022-12-01T00:05:06.559Z] #32 43.98 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-12-01T00:05:06.559Z] #32 44.10 go: downloading google.golang.org/protobuf v1.27.1 [2022-12-01T00:05:07.548Z] #28 ... [2022-12-01T00:05:07.548Z] [2022-12-01T00:05:07.548Z] #27 [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 [2022-12-01T00:05:07.548Z] #27 19.00 + mkdir -p /build [2022-12-01T00:05:07.548Z] #27 19.03 + mv docker/docker /build/ [2022-12-01T00:05:07.548Z] #27 19.04 + rmdir docker [2022-12-01T00:05:07.548Z] #27 DONE 20.1s [2022-12-01T00:05:07.548Z] [2022-12-01T00:05:07.548Z] #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 [2022-12-01T00:05:07.548Z] #29 19.67 go: downloading github.com/google/uuid v1.3.0 [2022-12-01T00:05:07.548Z] #29 19.90 go: downloading github.com/moby/vpnkit v0.5.0 [2022-12-01T00:05:07.804Z] #29 20.49 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-12-01T00:05:07.952Z] #32 45.20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-12-01T00:05:08.070Z] #29 20.94 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:05:08.636Z] #29 21.24 go: downloading github.com/gorilla/mux v1.8.0 [2022-12-01T00:05:08.636Z] #29 ... [2022-12-01T00:05:08.636Z] [2022-12-01T00:05:08.636Z] #26 [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 [2022-12-01T00:05:08.636Z] #26 11.25 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-12-01T00:05:08.636Z] #26 ... [2022-12-01T00:05:08.636Z] [2022-12-01T00:05:08.636Z] #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 [2022-12-01T00:05:08.636Z] #33 13.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:08.636Z] #33 17.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:08.645Z] #25 4.002 + git clone https://github.com/docker/distribution.git . [2022-12-01T00:05:08.645Z] #25 4.002 Cloning into '.'... [2022-12-01T00:05:08.892Z] #32 ... [2022-12-01T00:05:08.892Z] [2022-12-01T00:05:08.892Z] #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 [2022-12-01T00:05:08.892Z] #36 36.12 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-12-01T00:05:08.892Z] #36 36.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-12-01T00:05:08.892Z] #36 36.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-12-01T00:05:08.892Z] #36 36.14 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-12-01T00:05:08.892Z] #36 36.14 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-12-01T00:05:08.892Z] #36 36.15 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-12-01T00:05:08.892Z] #36 36.15 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB] [2022-12-01T00:05:08.892Z] #36 36.20 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-12-01T00:05:08.892Z] #36 36.20 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] [2022-12-01T00:05:08.892Z] #36 36.20 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] [2022-12-01T00:05:08.892Z] #36 36.20 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] [2022-12-01T00:05:08.892Z] #36 36.23 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] [2022-12-01T00:05:08.892Z] #36 36.26 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-12-01T00:05:08.892Z] #36 36.26 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-12-01T00:05:08.892Z] #36 36.26 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-12-01T00:05:08.892Z] #36 36.26 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB] [2022-12-01T00:05:08.892Z] #36 37.36 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:08.892Z] #36 37.56 Fetched 108 MB in 5s (19.9 MB/s) [2022-12-01T00:05:08.892Z] #36 37.68 Selecting previously unselected package binutils-mingw-w64-i686. [2022-12-01T00:05:08.892Z] #36 37.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-12-01T00:05:08.892Z] #36 37.74 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-12-01T00:05:08.892Z] #36 37.75 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:05:08.892Z] #36 39.81 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-12-01T00:05:08.892Z] #36 39.81 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-12-01T00:05:08.892Z] #36 39.82 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:05:08.892Z] #36 41.92 Selecting previously unselected package binutils-mingw-w64. [2022-12-01T00:05:08.892Z] #36 41.93 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-12-01T00:05:08.892Z] #36 41.93 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:05:08.892Z] #36 42.09 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-12-01T00:05:08.892Z] #36 42.09 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-12-01T00:05:08.892Z] #36 42.11 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-12-01T00:05:08.892Z] #36 42.31 Selecting previously unselected package dmsetup. [2022-12-01T00:05:08.892Z] #36 42.31 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-12-01T00:05:08.892Z] #36 42.31 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:05:08.892Z] #36 42.49 Selecting previously unselected package mingw-w64-common. [2022-12-01T00:05:08.892Z] #36 42.50 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-12-01T00:05:08.892Z] #36 42.51 Unpacking mingw-w64-common (8.0.0-1) ... [2022-12-01T00:05:08.892Z] #36 ... [2022-12-01T00:05:08.892Z] [2022-12-01T00:05:08.892Z] #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 [2022-12-01T00:05:08.892Z] #31 36.04 Updating files: 99% (1508/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-12-01T00:05:08.892Z] #31 36.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-12-01T00:05:08.892Z] #31 36.98 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:05:09.149Z] #31 ... [2022-12-01T00:05:09.149Z] [2022-12-01T00:05:09.149Z] #28 [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 [2022-12-01T00:05:09.149Z] #28 42.51 Setting up libprotobuf-lite23:arm64 (3.12.4-1) ... [2022-12-01T00:05:09.149Z] #28 42.53 Setting up libprotoc23:arm64 (3.12.4-1) ... [2022-12-01T00:05:09.149Z] #28 42.56 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:05:09.149Z] #28 42.59 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-12-01T00:05:09.149Z] #28 42.64 Setting up python3-protobuf (3.12.4-1) ... [2022-12-01T00:05:09.149Z] #28 45.52 Setting up libcap-dev:arm64 (1:2.44-1) ... [2022-12-01T00:05:09.149Z] #28 45.54 Setting up protobuf-compiler (3.12.4-1) ... [2022-12-01T00:05:09.149Z] #28 45.55 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:09.149Z] #28 45.57 Setting up libprotobuf-dev:arm64 (3.12.4-1) ... [2022-12-01T00:05:09.149Z] #28 45.59 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:05:09.149Z] #28 45.61 Setting up libnl-3-dev:arm64 (3.4.0-1+b1) ... [2022-12-01T00:05:09.149Z] #28 45.64 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:05:09.200Z] #33 ... [2022-12-01T00:05:09.200Z] [2022-12-01T00:05:09.200Z] #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 [2022-12-01T00:05:09.200Z] #29 21.78 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-12-01T00:05:09.362Z] #26 ... [2022-12-01T00:05:09.362Z] [2022-12-01T00:05:09.362Z] #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 [2022-12-01T00:05:09.362Z] #37 69.10 Updating files: 47% (2403/5065) Updating files: 48% (2432/5065) Updating files: 49% (2482/5065) Updating files: 50% (2533/5065) Updating files: 51% (2584/5065) Updating files: 52% (2634/5065) Updating files: 53% (2685/5065) Updating files: 54% (2736/5065) Updating files: 55% (2786/5065) Updating files: 56% (2837/5065) Updating files: 57% (2888/5065) Updating files: 58% (2938/5065) Updating files: 59% (2989/5065) Updating files: 60% (3039/5065) Updating files: 61% (3090/5065) Updating files: 62% (3141/5065) Updating files: 63% (3191/5065) Updating files: 64% (3242/5065) Updating files: 65% (3293/5065) Updating files: 66% (3343/5065) Updating files: 67% (3394/5065) Updating files: 68% (3445/5065) Updating files: 69% (3495/5065) Updating files: 70% (3546/5065) Updating files: 71% (3597/5065) Updating files: 72% (3647/5065) Updating files: 73% (3698/5065) Updating files: 74% (3749/5065) Updating files: 75% (3799/5065) Updating files: 76% (3850/5065) Updating files: 77% (3901/5065) Updating files: 78% (3951/5065) Updating files: 79% (4002/5065) Updating files: 80% (4052/5065) Updating files: 81% (4103/5065) Updating files: 82% (4154/5065) Updating files: 83% (4204/5065) Updating files: 84% (4255/5065) Updating files: 85% (4306/5065) Updating files: 86% (4356/5065) Updating files: 87% (4407/5065) Updating files: 88% (4458/5065) Updating files: 89% (4508/5065) Updating files: 90% (4559/5065) Updating files: 91% (4610/5065) Updating files: 92% (4660/5065) Updating files: 93% (4711/5065) Updating files: 94% (4762/5065) Updating files: 95% (4812/5065) Updating files: 96% (4863/5065) Updating files: 97% (4914/5065) Updating files: 98% (4964/5065) Updating files: 99% (5015/5065) Updating files: 100% (5065/5065) Updating files: 100% (5065/5065), done. [2022-12-01T00:05:09.362Z] #37 70.80 + cd /tmp/tmp.XKkFomMJlo/src/github.com/containerd/containerd [2022-12-01T00:05:09.362Z] #37 70.80 + git checkout -q v1.6.10 [2022-12-01T00:05:09.362Z] #37 73.11 + export 'BUILDTAGS=netgo osusergo static_build' [2022-12-01T00:05:09.362Z] #37 73.11 + BUILDTAGS='netgo osusergo static_build' [2022-12-01T00:05:09.362Z] #37 73.11 + export EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:05:09.362Z] #37 73.11 + EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:05:09.362Z] #37 73.11 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-12-01T00:05:09.362Z] #37 73.11 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-12-01T00:05:09.362Z] #37 73.11 + '[' '' = dynamic ']' [2022-12-01T00:05:09.362Z] #37 73.11 + make [2022-12-01T00:05:09.763Z] #29 22.46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-12-01T00:05:09.770Z] #33 ... [2022-12-01T00:05:09.770Z] [2022-12-01T00:05:09.770Z] #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 [2022-12-01T00:05:09.770Z] #24 6.940 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-12-01T00:05:09.770Z] #24 6.943 Cloning into '.'... [2022-12-01T00:05:09.770Z] #24 ... [2022-12-01T00:05:09.770Z] [2022-12-01T00:05:09.770Z] #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 [2022-12-01T00:05:09.770Z] #25 7.191 internal/goexperiment [2022-12-01T00:05:09.770Z] #25 7.289 internal/bytealg [2022-12-01T00:05:09.770Z] #25 7.384 internal/goos [2022-12-01T00:05:09.770Z] #25 7.539 runtime/internal/atomic [2022-12-01T00:05:09.771Z] #25 8.910 runtime/internal/math [2022-12-01T00:05:09.771Z] #25 9.218 runtime/internal/sys [2022-12-01T00:05:09.771Z] #25 9.255 runtime/internal/syscall [2022-12-01T00:05:09.771Z] #25 9.633 internal/itoa [2022-12-01T00:05:09.771Z] #25 10.08 math/bits [2022-12-01T00:05:09.771Z] #25 10.12 runtime [2022-12-01T00:05:09.771Z] #25 11.12 math [2022-12-01T00:05:09.927Z] #37 74.59 + bin/ctr [2022-12-01T00:05:10.017Z] #25 ... [2022-12-01T00:05:10.017Z] [2022-12-01T00:05:10.017Z] #21 [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 [2022-12-01T00:05:10.017Z] #21 4.050 + RM_GOPATH=0 [2022-12-01T00:05:10.017Z] #21 4.050 + TMP_GOPATH= [2022-12-01T00:05:10.017Z] #21 4.050 + : /build [2022-12-01T00:05:10.017Z] #21 4.050 + '[' -z '' ']' [2022-12-01T00:05:10.017Z] #21 4.050 ++ mktemp -d [2022-12-01T00:05:10.017Z] #21 4.053 + export GOPATH=/tmp/tmp.BxSJQ4JsYf [2022-12-01T00:05:10.017Z] #21 4.053 + GOPATH=/tmp/tmp.BxSJQ4JsYf [2022-12-01T00:05:10.017Z] #21 4.053 + RM_GOPATH=1 [2022-12-01T00:05:10.017Z] #21 4.053 + case "$(go env GOARCH)" in [2022-12-01T00:05:10.017Z] #21 4.053 ++ go env GOARCH [2022-12-01T00:05:10.017Z] #21 4.053 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:10.017Z] #21 4.053 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:10.017Z] #21 4.053 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:10.017Z] #21 4.053 + dir=/tmp/install [2022-12-01T00:05:10.017Z] #21 4.053 + bin=shfmt [2022-12-01T00:05:10.017Z] #21 4.053 + shift [2022-12-01T00:05:10.017Z] #21 4.053 + '[' '!' -f /tmp/install/shfmt.installer ']' [2022-12-01T00:05:10.017Z] #21 4.053 + . /tmp/install/shfmt.installer [2022-12-01T00:05:10.017Z] #21 4.053 ++ : v3.0.2 [2022-12-01T00:05:10.017Z] #21 4.053 + install_shfmt [2022-12-01T00:05:10.017Z] #21 4.053 + echo 'Install shfmt version v3.0.2' [2022-12-01T00:05:10.017Z] #21 4.053 + GOBIN=/build [2022-12-01T00:05:10.017Z] #21 4.053 + GO111MODULE=on [2022-12-01T00:05:10.017Z] #21 4.053 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2022-12-01T00:05:10.017Z] #21 4.053 Install shfmt version v3.0.2 [2022-12-01T00:05:10.017Z] #21 4.455 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-12-01T00:05:10.022Z] #29 22.75 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-12-01T00:05:10.022Z] #29 ... [2022-12-01T00:05:10.022Z] [2022-12-01T00:05:10.022Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:10.022Z] #34 12.83 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:10.022Z] #34 17.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:10.079Z] #28 ... [2022-12-01T00:05:10.079Z] [2022-12-01T00:05:10.079Z] #27 [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 [2022-12-01T00:05:10.079Z] #27 37.53 Selecting previously unselected package libicu67:arm64. [2022-12-01T00:05:10.079Z] #27 37.54 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-12-01T00:05:10.079Z] #27 37.57 Unpacking libicu67:arm64 (67.1-7) ... [2022-12-01T00:05:10.079Z] #27 42.10 Selecting previously unselected package libxml2:arm64. [2022-12-01T00:05:10.079Z] #27 42.10 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ... [2022-12-01T00:05:10.079Z] #27 42.12 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:05:10.079Z] #27 42.59 Selecting previously unselected package libarchive13:arm64. [2022-12-01T00:05:10.079Z] #27 42.59 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-12-01T00:05:10.079Z] #27 42.61 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-12-01T00:05:10.079Z] #27 42.88 Selecting previously unselected package libjsoncpp24:arm64. [2022-12-01T00:05:10.079Z] #27 42.89 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-12-01T00:05:10.079Z] #27 42.89 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-12-01T00:05:10.079Z] #27 43.09 Selecting previously unselected package librhash0:arm64. [2022-12-01T00:05:10.079Z] #27 43.10 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-12-01T00:05:10.079Z] #27 43.13 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-12-01T00:05:10.079Z] #27 43.31 Selecting previously unselected package libuv1:arm64. [2022-12-01T00:05:10.079Z] #27 43.31 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-12-01T00:05:10.079Z] #27 43.33 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-12-01T00:05:10.079Z] #27 43.50 Selecting previously unselected package cmake. [2022-12-01T00:05:10.079Z] #27 43.51 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-12-01T00:05:10.079Z] #27 43.52 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:05:10.079Z] #27 46.23 Setting up libicu67:arm64 (67.1-7) ... [2022-12-01T00:05:10.079Z] #27 46.29 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:10.079Z] #27 46.39 Setting up libuv1:arm64 (1.40.0-2) ... [2022-12-01T00:05:10.079Z] #27 46.45 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:10.079Z] #27 46.54 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-12-01T00:05:10.079Z] #27 46.58 Setting up librhash0:arm64 (1.4.1-2) ... [2022-12-01T00:05:10.079Z] #27 46.65 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:05:10.079Z] #27 46.71 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:05:10.079Z] #27 46.77 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-12-01T00:05:10.079Z] #27 46.83 Setting up cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:05:10.079Z] #27 46.92 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:05:10.279Z] #34 ... [2022-12-01T00:05:10.280Z] [2022-12-01T00:05:10.280Z] #31 [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 [2022-12-01T00:05:10.280Z] #31 12.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:10.280Z] #31 ... [2022-12-01T00:05:10.280Z] [2022-12-01T00:05:10.280Z] #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 [2022-12-01T00:05:10.280Z] #32 12.91 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:10.280Z] #32 17.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:10.536Z] #32 ... [2022-12-01T00:05:10.536Z] [2022-12-01T00:05:10.536Z] #35 [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 [2022-12-01T00:05:10.536Z] #35 23.26 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2022-12-01T00:05:10.580Z] #21 6.184 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-12-01T00:05:10.580Z] #21 6.206 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-12-01T00:05:10.643Z] #27 ... [2022-12-01T00:05:10.643Z] [2022-12-01T00:05:10.643Z] #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 [2022-12-01T00:05:10.643Z] #36 48.09 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-12-01T00:05:10.643Z] #36 48.09 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-12-01T00:05:10.643Z] #36 48.11 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:05:10.837Z] #21 6.443 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-12-01T00:05:11.206Z] #36 ... [2022-12-01T00:05:11.206Z] [2022-12-01T00:05:11.206Z] #27 [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 [2022-12-01T00:05:11.206Z] #27 DONE 48.8s [2022-12-01T00:05:11.471Z] [2022-12-01T00:05:11.471Z] #28 [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 [2022-12-01T00:05:11.471Z] #28 DONE 48.8s [2022-12-01T00:05:11.471Z] [2022-12-01T00:05:11.471Z] #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 [2022-12-01T00:05:11.682Z] #25 ... [2022-12-01T00:05:11.682Z] [2022-12-01T00:05:11.682Z] #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 [2022-12-01T00:05:11.682Z] #33 19.81 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2022-12-01T00:05:11.682Z] #33 20.22 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2022-12-01T00:05:12.730Z] #21 7.832 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-12-01T00:05:12.777Z] #33 ... [2022-12-01T00:05:12.777Z] [2022-12-01T00:05:12.777Z] #27 [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 [2022-12-01T00:05:12.777Z] #27 19.74 + mkdir -p /build [2022-12-01T00:05:12.777Z] #27 19.81 + mv docker/docker /build/ [2022-12-01T00:05:12.777Z] #27 19.84 + rmdir docker [2022-12-01T00:05:12.777Z] #27 DONE 21.1s [2022-12-01T00:05:12.777Z] [2022-12-01T00:05:12.777Z] #28 [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 [2022-12-01T00:05:12.777Z] #28 13.19 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:05:12.777Z] #28 13.28 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:05:12.777Z] #28 13.40 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-12-01T00:05:12.777Z] #28 14.85 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-12-01T00:05:12.777Z] #28 20.03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-12-01T00:05:12.777Z] #28 21.26 go: downloading github.com/google/uuid v1.3.0 [2022-12-01T00:05:13.075Z] #28 ... [2022-12-01T00:05:13.075Z] [2022-12-01T00:05:13.075Z] #21 [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 [2022-12-01T00:05:13.075Z] #21 11.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:13.075Z] #21 14.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:13.075Z] #21 ... [2022-12-01T00:05:13.075Z] [2022-12-01T00:05:13.075Z] #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 [2022-12-01T00:05:13.075Z] #25 20.31 unicode/utf8 [2022-12-01T00:05:13.672Z] #25 21.89 internal/race [2022-12-01T00:05:13.672Z] #25 ... [2022-12-01T00:05:13.672Z] [2022-12-01T00:05:13.672Z] #31 [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 [2022-12-01T00:05:13.672Z] #31 11.90 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:13.672Z] #31 16.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:13.672Z] #31 ... [2022-12-01T00:05:13.672Z] [2022-12-01T00:05:13.672Z] #30 [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 [2022-12-01T00:05:13.672Z] #30 11.97 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-12-01T00:05:13.937Z] #30 ... [2022-12-01T00:05:13.937Z] [2022-12-01T00:05:13.937Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:13.937Z] #32 12.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:13.937Z] #32 16.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:13.937Z] #32 ... [2022-12-01T00:05:13.937Z] [2022-12-01T00:05:13.937Z] #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 [2022-12-01T00:05:13.937Z] #25 22.25 sync/atomic [2022-12-01T00:05:13.996Z] #38 2.646 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:05:13.996Z] #38 2.646 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:05:13.996Z] #38 2.671 Note: Building without GnuTLS support [2022-12-01T00:05:13.996Z] #38 2.688 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:05:13.996Z] #38 2.689 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:05:14.109Z] #37 ... [2022-12-01T00:05:14.109Z] [2022-12-01T00:05:14.109Z] #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 [2022-12-01T00:05:14.109Z] #38 45.36 CC images/pagemap.o [2022-12-01T00:05:14.109Z] #38 45.67 CC images/siginfo.o [2022-12-01T00:05:14.109Z] #38 45.97 CC images/rpc.o [2022-12-01T00:05:14.109Z] #38 47.62 CC images/ext-file.o [2022-12-01T00:05:14.109Z] #38 47.77 CC images/cgroup.o [2022-12-01T00:05:14.109Z] #38 48.39 CC images/userns.o [2022-12-01T00:05:14.109Z] #38 48.68 CC images/google/protobuf/descriptor.o [2022-12-01T00:05:14.109Z] #38 50.10 CC images/opts.o [2022-12-01T00:05:14.109Z] #38 50.23 CC images/seccomp.o [2022-12-01T00:05:14.109Z] #38 50.47 CC images/binfmt-misc.o [2022-12-01T00:05:14.109Z] #38 50.66 CC images/time.o [2022-12-01T00:05:14.109Z] #38 50.80 CC images/sysctl.o [2022-12-01T00:05:14.109Z] #38 50.96 CC images/autofs.o [2022-12-01T00:05:14.109Z] #38 51.10 CC images/macvlan.o [2022-12-01T00:05:14.109Z] #38 51.28 CC images/sit.o [2022-12-01T00:05:14.109Z] #38 51.46 CC images/memfd.o [2022-12-01T00:05:14.109Z] #38 51.68 CC images/timens.o [2022-12-01T00:05:14.109Z] #38 51.90 LINK images/built-in.o [2022-12-01T00:05:14.109Z] #38 52.08 GEN compel/include/asm [2022-12-01T00:05:14.109Z] #38 52.10 GEN compel/include/version.h [2022-12-01T00:05:14.109Z] #38 52.13 touch .config [2022-12-01T00:05:14.109Z] #38 52.17 GEN include/common/config.h [2022-12-01T00:05:14.109Z] #38 52.25 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-12-01T00:05:14.109Z] #38 52.26 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-12-01T00:05:14.109Z] #38 52.30 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-12-01T00:05:14.109Z] #38 52.31 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-12-01T00:05:14.109Z] #38 52.35 DEP compel/arch/x86/plugins/std/memcpy.d [2022-12-01T00:05:14.109Z] #38 52.40 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-12-01T00:05:14.109Z] #38 52.45 GEN compel/plugins/include/uapi/std/syscall.h [2022-12-01T00:05:14.109Z] #38 52.48 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-12-01T00:05:14.109Z] #38 52.48 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-12-01T00:05:14.109Z] #38 52.52 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-12-01T00:05:14.109Z] #38 52.52 DEP compel/plugins/std/infect.d [2022-12-01T00:05:14.109Z] #38 52.69 DEP compel/plugins/std/string.d [2022-12-01T00:05:14.109Z] #38 52.79 DEP compel/plugins/std/log.d [2022-12-01T00:05:14.109Z] #38 52.88 DEP compel/plugins/std/fds.d [2022-12-01T00:05:14.109Z] #38 52.94 DEP compel/plugins/std/std.d [2022-12-01T00:05:14.109Z] #38 53.07 DEP compel/plugins/shmem/shmem.d [2022-12-01T00:05:14.109Z] #38 53.18 DEP compel/plugins/fds/fds.d [2022-12-01T00:05:14.109Z] #38 53.31 CC compel/plugins/std/std.o [2022-12-01T00:05:14.109Z] #38 53.67 CC compel/plugins/std/fds.o [2022-12-01T00:05:14.109Z] #38 54.04 CC compel/plugins/std/log.o [2022-12-01T00:05:14.109Z] #38 54.86 CC compel/plugins/std/string.o [2022-12-01T00:05:14.109Z] #38 55.40 CC compel/plugins/std/infect.o [2022-12-01T00:05:14.367Z] #38 55.81 CC compel/arch/x86/plugins/std/parasite-head.o [2022-12-01T00:05:14.626Z] #38 55.85 CC compel/arch/x86/plugins/std/memcpy.o [2022-12-01T00:05:14.626Z] #38 55.90 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-12-01T00:05:14.626Z] #38 56.01 AR compel/plugins/std.lib.a [2022-12-01T00:05:14.626Z] #38 56.07 CC compel/plugins/fds/fds.o [2022-12-01T00:05:14.629Z] #21 ... [2022-12-01T00:05:14.629Z] [2022-12-01T00:05:14.629Z] #26 [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 [2022-12-01T00:05:14.629Z] #0 4.454 + RM_GOPATH=0 [2022-12-01T00:05:14.629Z] #0 4.454 + TMP_GOPATH= [2022-12-01T00:05:14.629Z] #0 4.454 + : /build [2022-12-01T00:05:14.629Z] #0 4.454 + '[' -z '' ']' [2022-12-01T00:05:14.629Z] #0 4.461 ++ mktemp -d [2022-12-01T00:05:14.629Z] #0 4.461 + export GOPATH=/tmp/tmp.WcSWMWStWQ [2022-12-01T00:05:14.629Z] #0 4.461 + GOPATH=/tmp/tmp.WcSWMWStWQ [2022-12-01T00:05:14.629Z] #0 4.461 + RM_GOPATH=1 [2022-12-01T00:05:14.629Z] #0 4.461 + case "$(go env GOARCH)" in [2022-12-01T00:05:14.629Z] #0 4.461 ++ go env GOARCH [2022-12-01T00:05:14.629Z] #0 4.467 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.629Z] #0 4.467 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.629Z] #0 4.467 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:14.629Z] #0 4.473 + dir=/tmp/install [2022-12-01T00:05:14.629Z] #0 4.473 + bin=tomlv [2022-12-01T00:05:14.629Z] #0 4.473 + shift [2022-12-01T00:05:14.629Z] #0 4.473 + '[' '!' -f /tmp/install/tomlv.installer ']' [2022-12-01T00:05:14.629Z] #0 4.473 + . /tmp/install/tomlv.installer [2022-12-01T00:05:14.629Z] #0 4.473 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:05:14.629Z] #0 4.473 + install_tomlv [2022-12-01T00:05:14.629Z] #0 4.473 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2022-12-01T00:05:14.629Z] #0 4.473 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.WcSWMWStWQ/src/github.com/BurntSushi/toml [2022-12-01T00:05:14.629Z] #0 4.473 Cloning into '/tmp/tmp.WcSWMWStWQ/src/github.com/BurntSushi/toml'... [2022-12-01T00:05:14.629Z] #0 4.473 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:05:14.629Z] #0 5.158 + cd /tmp/tmp.WcSWMWStWQ/src/github.com/BurntSushi/toml [2022-12-01T00:05:14.629Z] #0 5.158 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2022-12-01T00:05:14.629Z] #0 5.246 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:05:14.629Z] #0 5.524 internal/goarch [2022-12-01T00:05:14.629Z] #0 5.548 internal/unsafeheader [2022-12-01T00:05:14.629Z] #0 5.568 internal/abi [2022-12-01T00:05:14.629Z] #0 5.605 internal/cpu [2022-12-01T00:05:14.629Z] #0 5.825 internal/goexperiment [2022-12-01T00:05:14.629Z] #0 5.913 internal/goos [2022-12-01T00:05:14.629Z] #0 6.015 runtime/internal/atomic [2022-12-01T00:05:14.629Z] #0 6.124 internal/bytealg [2022-12-01T00:05:14.629Z] #0 6.977 runtime/internal/math [2022-12-01T00:05:14.629Z] #0 7.084 runtime/internal/sys [2022-12-01T00:05:14.629Z] #0 7.230 runtime/internal/syscall [2022-12-01T00:05:14.629Z] #0 7.268 internal/itoa [2022-12-01T00:05:14.629Z] #0 7.527 math/bits [2022-12-01T00:05:14.629Z] #0 7.626 runtime [2022-12-01T00:05:14.629Z] #0 8.192 math [2022-12-01T00:05:14.629Z] #26 ... [2022-12-01T00:05:14.629Z] [2022-12-01T00:05:14.629Z] #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 [2022-12-01T00:05:14.629Z] #0 9.018 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:14.629Z] #0 9.054 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:14.629Z] #0 9.058 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:14.629Z] #27 10.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:14.629Z] #27 ... [2022-12-01T00:05:14.629Z] [2022-12-01T00:05:14.629Z] #28 [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 [2022-12-01T00:05:14.629Z] #0 4.214 + RM_GOPATH=0 [2022-12-01T00:05:14.629Z] #0 4.214 + TMP_GOPATH= [2022-12-01T00:05:14.629Z] #0 4.214 + : /build [2022-12-01T00:05:14.629Z] #0 4.214 + '[' -z '' ']' [2022-12-01T00:05:14.629Z] #0 4.214 ++ mktemp -d [2022-12-01T00:05:14.629Z] #0 4.218 + export GOPATH=/tmp/tmp.loNR9GBclH [2022-12-01T00:05:14.629Z] #0 4.218 + GOPATH=/tmp/tmp.loNR9GBclH [2022-12-01T00:05:14.629Z] #0 4.218 + RM_GOPATH=1 [2022-12-01T00:05:14.629Z] #0 4.218 + case "$(go env GOARCH)" in [2022-12-01T00:05:14.629Z] #0 4.218 ++ go env GOARCH [2022-12-01T00:05:14.629Z] #0 4.230 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:05:14.629Z] #0 4.230 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.629Z] #0 4.230 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.629Z] #0 4.230 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:14.629Z] #0 4.230 + dir=/tmp/install [2022-12-01T00:05:14.629Z] #0 4.230 + bin=proxy [2022-12-01T00:05:14.629Z] #0 4.230 + shift [2022-12-01T00:05:14.629Z] #0 4.230 + '[' '!' -f /tmp/install/proxy.installer ']' [2022-12-01T00:05:14.629Z] #0 4.230 + . /tmp/install/proxy.installer [2022-12-01T00:05:14.629Z] #0 4.230 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:05:14.629Z] #0 4.230 + install_proxy [2022-12-01T00:05:14.629Z] #0 4.230 + case "$1" in [2022-12-01T00:05:14.629Z] #0 4.230 + export CGO_ENABLED=0 [2022-12-01T00:05:14.629Z] #0 4.230 + CGO_ENABLED=0 [2022-12-01T00:05:14.629Z] #0 4.230 + _install_proxy [2022-12-01T00:05:14.629Z] #0 4.230 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' [2022-12-01T00:05:14.629Z] #0 4.230 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.loNR9GBclH/src/github.com/docker/libnetwork [2022-12-01T00:05:14.629Z] #0 4.230 Cloning into '/tmp/tmp.loNR9GBclH/src/github.com/docker/libnetwork'... [2022-12-01T00:05:14.881Z] #25 23.42 unicode [2022-12-01T00:05:14.884Z] #38 56.25 AR compel/plugins/fds.lib.a [2022-12-01T00:05:14.884Z] #38 56.32 HOSTDEP compel/src/lib/log-host.d [2022-12-01T00:05:14.888Z] #28 ... [2022-12-01T00:05:14.888Z] [2022-12-01T00:05:14.888Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:14.888Z] #0 9.127 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:14.888Z] #0 9.199 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:14.888Z] #0 9.211 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:14.888Z] #0 10.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:14.888Z] #29 ... [2022-12-01T00:05:14.888Z] [2022-12-01T00:05:14.888Z] #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 [2022-12-01T00:05:14.888Z] #0 5.703 + RM_GOPATH=0 [2022-12-01T00:05:14.888Z] #0 5.703 + TMP_GOPATH= [2022-12-01T00:05:14.888Z] #0 5.703 + : /build [2022-12-01T00:05:14.888Z] #0 5.703 + '[' -z '' ']' [2022-12-01T00:05:14.888Z] #0 5.704 ++ mktemp -d [2022-12-01T00:05:14.888Z] #0 5.720 + export GOPATH=/tmp/tmp.vcx5gT3N6x [2022-12-01T00:05:14.888Z] #0 5.720 + GOPATH=/tmp/tmp.vcx5gT3N6x [2022-12-01T00:05:14.888Z] #0 5.720 + RM_GOPATH=1 [2022-12-01T00:05:14.888Z] #0 5.720 + case "$(go env GOARCH)" in [2022-12-01T00:05:14.888Z] #0 5.720 ++ go env GOARCH [2022-12-01T00:05:14.888Z] #0 5.735 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.888Z] #0 5.735 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.888Z] #0 5.735 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:14.888Z] #0 5.735 + dir=/tmp/install [2022-12-01T00:05:14.888Z] #0 5.735 + bin=golangci_lint [2022-12-01T00:05:14.888Z] #0 5.735 + shift [2022-12-01T00:05:14.888Z] #0 5.735 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2022-12-01T00:05:14.888Z] #0 5.735 + . /tmp/install/golangci_lint.installer [2022-12-01T00:05:14.888Z] #0 5.735 ++ : v1.44.0 [2022-12-01T00:05:14.888Z] #0 5.735 + install_golangci_lint [2022-12-01T00:05:14.888Z] #0 5.735 + set -e [2022-12-01T00:05:14.888Z] #0 5.735 + echo 'Install golangci-lint version v1.44.0' [2022-12-01T00:05:14.888Z] #0 5.735 + GOBIN=/build [2022-12-01T00:05:14.888Z] #0 5.735 + GO111MODULE=on [2022-12-01T00:05:14.888Z] #0 5.735 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0 [2022-12-01T00:05:14.888Z] #0 5.750 Install golangci-lint version v1.44.0 [2022-12-01T00:05:14.888Z] #0 5.955 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-12-01T00:05:14.927Z] #38 ... [2022-12-01T00:05:14.927Z] [2022-12-01T00:05:14.927Z] #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 [2022-12-01T00:05:14.927Z] #25 42.11 sync [2022-12-01T00:05:14.927Z] #25 42.11 internal/reflectlite [2022-12-01T00:05:14.927Z] #25 43.33 internal/testlog [2022-12-01T00:05:14.927Z] #25 44.39 sort [2022-12-01T00:05:14.927Z] #25 44.40 errors [2022-12-01T00:05:14.927Z] #25 44.81 strconv [2022-12-01T00:05:14.927Z] #25 45.25 io [2022-12-01T00:05:14.927Z] #25 46.45 internal/oserror [2022-12-01T00:05:14.927Z] #25 46.56 syscall [2022-12-01T00:05:14.927Z] #25 47.56 reflect [2022-12-01T00:05:14.927Z] #25 ... [2022-12-01T00:05:14.927Z] [2022-12-01T00:05:14.927Z] #39 [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 [2022-12-01T00:05:14.927Z] #0 1.054 + RM_GOPATH=0 [2022-12-01T00:05:14.927Z] #0 1.054 + TMP_GOPATH= [2022-12-01T00:05:14.927Z] #0 1.054 + : /build [2022-12-01T00:05:14.927Z] #0 1.054 + '[' -z '' ']' [2022-12-01T00:05:14.927Z] #0 1.054 ++ mktemp -d [2022-12-01T00:05:14.927Z] #0 1.067 + export GOPATH=/tmp/tmp.iBpqUIUqUA [2022-12-01T00:05:14.927Z] #0 1.067 + GOPATH=/tmp/tmp.iBpqUIUqUA [2022-12-01T00:05:14.927Z] #0 1.067 + RM_GOPATH=1 [2022-12-01T00:05:14.927Z] #0 1.067 + case "$(go env GOARCH)" in [2022-12-01T00:05:14.927Z] #0 1.067 ++ go env GOARCH [2022-12-01T00:05:14.927Z] #0 1.087 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.927Z] #0 1.087 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:14.927Z] #0 1.088 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:14.927Z] #0 1.089 + dir=/tmp/install [2022-12-01T00:05:14.927Z] #0 1.089 + bin=tini [2022-12-01T00:05:14.927Z] #0 1.089 + shift [2022-12-01T00:05:14.927Z] #0 1.089 + '[' '!' -f /tmp/install/tini.installer ']' [2022-12-01T00:05:14.927Z] #0 1.089 + . /tmp/install/tini.installer [2022-12-01T00:05:14.927Z] #0 1.089 ++ : v0.19.0 [2022-12-01T00:05:14.927Z] #0 1.090 + install_tini [2022-12-01T00:05:14.927Z] #0 1.090 + echo 'Install tini version v0.19.0' [2022-12-01T00:05:14.927Z] #0 1.090 Install tini version v0.19.0 [2022-12-01T00:05:14.927Z] #0 1.116 + git clone https://github.com/krallin/tini.git /tmp/tmp.iBpqUIUqUA/tini [2022-12-01T00:05:14.927Z] #0 1.116 Cloning into '/tmp/tmp.iBpqUIUqUA/tini'... [2022-12-01T00:05:14.927Z] #0 1.822 + cd /tmp/tmp.iBpqUIUqUA/tini [2022-12-01T00:05:14.927Z] #0 1.836 + git checkout -q v0.19.0 [2022-12-01T00:05:14.927Z] #0 1.841 + cmake . [2022-12-01T00:05:14.927Z] #0 2.315 -- The C compiler identification is GNU 10.2.1 [2022-12-01T00:05:14.927Z] #0 2.413 -- Detecting C compiler ABI info [2022-12-01T00:05:14.927Z] #0 3.039 -- Detecting C compiler ABI info - done [2022-12-01T00:05:14.927Z] #0 3.137 -- Check for working C compiler: /usr/bin/cc - skipped [2022-12-01T00:05:14.927Z] #0 3.148 -- Detecting C compile features [2022-12-01T00:05:14.927Z] #0 3.150 -- Detecting C compile features - done [2022-12-01T00:05:14.927Z] #0 3.204 -- Performing Test HAS_BUILTIN_FORTIFY [2022-12-01T00:05:14.927Z] #0 3.471 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-12-01T00:05:14.927Z] #39 3.579 -- Configuring done [2022-12-01T00:05:14.927Z] #39 3.597 -- Generating done [2022-12-01T00:05:14.927Z] #39 3.597 -- Build files have been written to: /tmp/tmp.iBpqUIUqUA/tini [2022-12-01T00:05:14.927Z] #39 3.621 + make tini-static [2022-12-01T00:05:15.143Z] #38 56.43 HOSTDEP compel/src/lib/handle-elf-host.d [2022-12-01T00:05:15.144Z] #30 ... [2022-12-01T00:05:15.144Z] [2022-12-01T00:05:15.144Z] #31 [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 [2022-12-01T00:05:15.144Z] #0 8.508 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:15.144Z] #0 8.607 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:15.144Z] #0 8.607 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:15.144Z] #0 9.590 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:15.144Z] #31 ... [2022-12-01T00:05:15.144Z] [2022-12-01T00:05:15.144Z] #32 [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 [2022-12-01T00:05:15.144Z] #0 8.836 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:15.144Z] #0 8.869 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:15.144Z] #0 8.869 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:15.144Z] #0 9.917 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:15.401Z] #32 ... [2022-12-01T00:05:15.401Z] [2022-12-01T00:05:15.401Z] #33 [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 [2022-12-01T00:05:15.401Z] #0 6.207 + RM_GOPATH=0 [2022-12-01T00:05:15.401Z] #0 6.207 + TMP_GOPATH= [2022-12-01T00:05:15.401Z] #0 6.207 + : /build [2022-12-01T00:05:15.401Z] #0 6.207 + '[' -z '' ']' [2022-12-01T00:05:15.401Z] #0 6.207 ++ mktemp -d [2022-12-01T00:05:15.401Z] #0 6.207 + export GOPATH=/tmp/tmp.XMpCTdDGFK [2022-12-01T00:05:15.401Z] #0 6.207 + GOPATH=/tmp/tmp.XMpCTdDGFK [2022-12-01T00:05:15.401Z] #0 6.207 + RM_GOPATH=1 [2022-12-01T00:05:15.401Z] #0 6.207 + case "$(go env GOARCH)" in [2022-12-01T00:05:15.401Z] #0 6.207 ++ go env GOARCH [2022-12-01T00:05:15.401Z] #0 6.223 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.401Z] #0 6.223 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.401Z] #0 6.223 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:15.401Z] #0 6.224 + dir=/tmp/install [2022-12-01T00:05:15.401Z] #0 6.224 + bin=dockercli [2022-12-01T00:05:15.401Z] #0 6.224 + shift [2022-12-01T00:05:15.401Z] #0 6.224 + '[' '!' -f /tmp/install/dockercli.installer ']' [2022-12-01T00:05:15.401Z] #0 6.224 + . /tmp/install/dockercli.installer [2022-12-01T00:05:15.401Z] #0 6.224 ++ : stable [2022-12-01T00:05:15.401Z] #0 6.224 ++ : 17.06.2-ce [2022-12-01T00:05:15.401Z] #0 6.240 + install_dockercli [2022-12-01T00:05:15.401Z] #0 6.240 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-12-01T00:05:15.401Z] #0 6.240 ++ uname -m [2022-12-01T00:05:15.401Z] #0 6.240 + arch=x86_64 [2022-12-01T00:05:15.401Z] #0 6.240 + '[' x86_64 '!=' x86_64 ']' [2022-12-01T00:05:15.401Z] #0 6.240 + url=https://download.docker.com/linux/static [2022-12-01T00:05:15.401Z] #0 6.240 + tar -xz docker/docker [2022-12-01T00:05:15.401Z] #0 6.240 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-12-01T00:05:15.401Z] #0 6.240 Install docker/cli version 17.06.2-ce from stable [2022-12-01T00:05:15.402Z] #38 56.63 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-12-01T00:05:15.402Z] #38 56.72 HOSTDEP compel/src/main-host.d [2022-12-01T00:05:15.402Z] #38 56.81 DEP compel/src/lib/ptrace.d [2022-12-01T00:05:15.490Z] #39 4.046 Scanning dependencies of target tini-static [2022-12-01T00:05:15.490Z] #39 4.126 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-12-01T00:05:15.658Z] #33 ... [2022-12-01T00:05:15.658Z] [2022-12-01T00:05:15.658Z] #34 [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 [2022-12-01T00:05:15.658Z] #0 4.634 + RM_GOPATH=0 [2022-12-01T00:05:15.658Z] #0 4.634 + TMP_GOPATH= [2022-12-01T00:05:15.658Z] #0 4.634 + : /build [2022-12-01T00:05:15.658Z] #0 4.634 + '[' -z '' ']' [2022-12-01T00:05:15.658Z] #0 4.636 ++ mktemp -d [2022-12-01T00:05:15.658Z] #0 4.636 + export GOPATH=/tmp/tmp.Euk764rIYO [2022-12-01T00:05:15.658Z] #0 4.636 + GOPATH=/tmp/tmp.Euk764rIYO [2022-12-01T00:05:15.658Z] #0 4.636 + RM_GOPATH=1 [2022-12-01T00:05:15.658Z] #0 4.636 + case "$(go env GOARCH)" in [2022-12-01T00:05:15.658Z] #0 4.639 ++ go env GOARCH [2022-12-01T00:05:15.658Z] #0 4.653 Install rootlesskit version v0.14.4 [2022-12-01T00:05:15.658Z] #0 4.654 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.658Z] #0 4.654 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.658Z] #0 4.654 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:15.658Z] #0 4.654 + dir=/tmp/install [2022-12-01T00:05:15.658Z] #0 4.654 + bin=rootlesskit [2022-12-01T00:05:15.658Z] #0 4.654 + shift [2022-12-01T00:05:15.658Z] #0 4.654 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2022-12-01T00:05:15.658Z] #0 4.654 + . /tmp/install/rootlesskit.installer [2022-12-01T00:05:15.658Z] #0 4.654 ++ : v0.14.4 [2022-12-01T00:05:15.658Z] #0 4.654 + install_rootlesskit [2022-12-01T00:05:15.658Z] #0 4.654 + case "$1" in [2022-12-01T00:05:15.658Z] #0 4.654 + export CGO_ENABLED=0 [2022-12-01T00:05:15.658Z] #0 4.654 + CGO_ENABLED=0 [2022-12-01T00:05:15.658Z] #0 4.654 + _install_rootlesskit [2022-12-01T00:05:15.658Z] #0 4.654 + echo 'Install rootlesskit version v0.14.4' [2022-12-01T00:05:15.658Z] #0 4.654 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:05:15.658Z] #0 4.654 + GOBIN=/build [2022-12-01T00:05:15.658Z] #0 4.654 + GO111MODULE=on [2022-12-01T00:05:15.658Z] #0 4.654 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2022-12-01T00:05:15.658Z] #0 5.398 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2022-12-01T00:05:15.658Z] #0 7.955 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:05:15.658Z] #0 7.998 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:05:15.658Z] #0 8.025 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-12-01T00:05:15.658Z] #0 8.620 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2022-12-01T00:05:15.658Z] #34 ... [2022-12-01T00:05:15.658Z] [2022-12-01T00:05:15.658Z] #35 [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 [2022-12-01T00:05:15.658Z] #0 7.978 + RM_GOPATH=0 [2022-12-01T00:05:15.658Z] #0 7.978 + TMP_GOPATH= [2022-12-01T00:05:15.658Z] #0 7.978 + : /build [2022-12-01T00:05:15.658Z] #0 7.978 + '[' -z '' ']' [2022-12-01T00:05:15.658Z] #0 7.978 ++ mktemp -d [2022-12-01T00:05:15.658Z] #0 7.978 + export GOPATH=/tmp/tmp.47lWFqHlnC [2022-12-01T00:05:15.658Z] #0 7.978 + GOPATH=/tmp/tmp.47lWFqHlnC [2022-12-01T00:05:15.658Z] #0 7.978 + RM_GOPATH=1 [2022-12-01T00:05:15.658Z] #0 7.978 + case "$(go env GOARCH)" in [2022-12-01T00:05:15.658Z] #0 7.997 ++ go env GOARCH [2022-12-01T00:05:15.658Z] #0 8.004 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.658Z] #0 8.004 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.658Z] #0 8.011 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:15.658Z] #0 8.015 + dir=/tmp/install [2022-12-01T00:05:15.658Z] #0 8.015 + bin=gotestsum [2022-12-01T00:05:15.658Z] #0 8.015 + shift [2022-12-01T00:05:15.658Z] #0 8.015 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2022-12-01T00:05:15.658Z] #0 8.015 + . /tmp/install/gotestsum.installer [2022-12-01T00:05:15.658Z] #0 8.015 ++ : v1.8.2 [2022-12-01T00:05:15.658Z] #0 8.015 + install_gotestsum [2022-12-01T00:05:15.658Z] #0 8.015 + set -e [2022-12-01T00:05:15.658Z] #0 8.015 + echo 'Install gotestsum version v1.8.2' [2022-12-01T00:05:15.658Z] #0 8.015 + GOBIN=/build [2022-12-01T00:05:15.658Z] #0 8.015 + GO111MODULE=on [2022-12-01T00:05:15.658Z] #0 8.015 + go install gotest.tools/gotestsum@v1.8.2 [2022-12-01T00:05:15.658Z] #0 8.015 Install gotestsum version v1.8.2 [2022-12-01T00:05:15.658Z] #0 8.497 go: downloading gotest.tools/gotestsum v1.8.2 [2022-12-01T00:05:15.658Z] #0 11.00 go: downloading github.com/dnephin/pflag v1.0.7 [2022-12-01T00:05:15.658Z] #0 11.00 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:05:15.658Z] #0 11.07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-12-01T00:05:15.660Z] #38 56.91 DEP compel/src/lib/infect.d [2022-12-01T00:05:15.660Z] #38 57.04 DEP compel/src/lib/infect-util.d [2022-12-01T00:05:15.819Z] #25 ... [2022-12-01T00:05:15.819Z] [2022-12-01T00:05:15.819Z] #35 [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 [2022-12-01T00:05:15.819Z] #35 14.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:15.819Z] #35 ... [2022-12-01T00:05:15.819Z] [2022-12-01T00:05:15.819Z] #28 [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 [2022-12-01T00:05:15.819Z] #28 21.64 go: downloading github.com/moby/vpnkit v0.5.0 [2022-12-01T00:05:15.819Z] #28 21.70 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-12-01T00:05:15.819Z] #28 22.32 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:05:15.819Z] #28 22.75 go: downloading github.com/gorilla/mux v1.8.0 [2022-12-01T00:05:15.819Z] #28 23.34 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-12-01T00:05:15.819Z] #28 24.09 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-12-01T00:05:15.819Z] #28 24.36 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-12-01T00:05:15.914Z] #35 ... [2022-12-01T00:05:15.914Z] [2022-12-01T00:05:15.914Z] #36 [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 [2022-12-01T00:05:15.914Z] #0 6.185 + RM_GOPATH=0 [2022-12-01T00:05:15.914Z] #0 6.185 + TMP_GOPATH= [2022-12-01T00:05:15.914Z] #0 6.185 + : /build [2022-12-01T00:05:15.914Z] #0 6.185 + '[' -z '' ']' [2022-12-01T00:05:15.915Z] #0 6.185 ++ mktemp -d [2022-12-01T00:05:15.915Z] #0 6.185 + export GOPATH=/tmp/tmp.1adWULGAqJ [2022-12-01T00:05:15.915Z] #0 6.185 + GOPATH=/tmp/tmp.1adWULGAqJ [2022-12-01T00:05:15.915Z] #0 6.185 + RM_GOPATH=1 [2022-12-01T00:05:15.915Z] #0 6.185 + case "$(go env GOARCH)" in [2022-12-01T00:05:15.915Z] #0 6.185 ++ go env GOARCH [2022-12-01T00:05:15.915Z] #0 6.186 Install vndr version v0.1.2 [2022-12-01T00:05:15.915Z] #0 6.186 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.915Z] #0 6.186 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:15.915Z] #0 6.186 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:15.915Z] #0 6.186 + dir=/tmp/install [2022-12-01T00:05:15.915Z] #0 6.186 + bin=vndr [2022-12-01T00:05:15.915Z] #0 6.186 + shift [2022-12-01T00:05:15.915Z] #0 6.186 + '[' '!' -f /tmp/install/vndr.installer ']' [2022-12-01T00:05:15.915Z] #0 6.186 + . /tmp/install/vndr.installer [2022-12-01T00:05:15.915Z] #0 6.186 ++ : v0.1.2 [2022-12-01T00:05:15.915Z] #0 6.186 + install_vndr [2022-12-01T00:05:15.915Z] #0 6.186 + echo 'Install vndr version v0.1.2' [2022-12-01T00:05:15.915Z] #0 6.186 + GOBIN=/build [2022-12-01T00:05:15.915Z] #0 6.186 + GO111MODULE=on [2022-12-01T00:05:15.915Z] #0 6.186 + go install github.com/LK4D4/vndr@v0.1.2 [2022-12-01T00:05:15.915Z] #0 6.756 go: downloading github.com/LK4D4/vndr v0.1.2 [2022-12-01T00:05:15.918Z] #38 57.17 DEP compel/src/lib/infect-rpc.d [2022-12-01T00:05:15.918Z] #38 57.28 DEP compel/arch/x86/src/lib/infect.d [2022-12-01T00:05:15.918Z] #38 57.43 DEP compel/arch/x86/src/lib/cpu.d [2022-12-01T00:05:16.170Z] #36 ... [2022-12-01T00:05:16.170Z] [2022-12-01T00:05:16.171Z] #35 [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 [2022-12-01T00:05:16.171Z] #35 11.58 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:05:16.171Z] #35 11.65 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:05:16.171Z] #35 11.73 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-12-01T00:05:16.171Z] #35 11.77 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2022-12-01T00:05:16.171Z] #35 11.85 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2022-12-01T00:05:16.177Z] #38 57.50 DEP compel/src/lib/log.d [2022-12-01T00:05:16.177Z] #38 57.57 DEP compel/src/main.d [2022-12-01T00:05:16.177Z] #38 57.70 DEP compel/src/lib/handle-elf.d [2022-12-01T00:05:16.426Z] #35 11.98 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2022-12-01T00:05:16.435Z] #38 57.84 DEP compel/arch/x86/src/lib/handle-elf.d [2022-12-01T00:05:16.684Z] #35 12.26 go: downloading golang.org/x/tools v0.1.11 [2022-12-01T00:05:16.694Z] #38 57.99 CC compel/src/lib/log.o [2022-12-01T00:05:16.880Z] #39 ... [2022-12-01T00:05:16.880Z] [2022-12-01T00:05:16.880Z] #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 [2022-12-01T00:05:16.880Z] #36 54.15 Selecting previously unselected package gcc-mingw-w64-base. [2022-12-01T00:05:16.880Z] #36 54.15 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-12-01T00:05:16.880Z] #36 54.16 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:05:16.880Z] #36 54.26 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-12-01T00:05:16.880Z] #36 54.27 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-12-01T00:05:16.880Z] #36 54.27 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:05:16.952Z] #38 58.19 CC compel/arch/x86/src/lib/cpu.o [2022-12-01T00:05:17.082Z] #35 ... [2022-12-01T00:05:17.082Z] [2022-12-01T00:05:17.082Z] #28 [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 [2022-12-01T00:05:17.082Z] #28 26.94 unicode/utf8 [2022-12-01T00:05:17.082Z] #28 28.19 internal/race [2022-12-01T00:05:17.082Z] #28 28.58 sync/atomic [2022-12-01T00:05:17.082Z] #28 29.38 unicode [2022-12-01T00:05:17.137Z] #36 ... [2022-12-01T00:05:17.137Z] [2022-12-01T00:05:17.137Z] #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 [2022-12-01T00:05:17.137Z] #29 DONE 54.6s [2022-12-01T00:05:17.137Z] [2022-12-01T00:05:17.137Z] #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 [2022-12-01T00:05:17.137Z] #38 4.514 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:05:17.137Z] #38 4.646 GEN .gitid [2022-12-01T00:05:17.137Z] #38 4.673 GEN criu/include/version.h [2022-12-01T00:05:17.137Z] #38 4.777 GEN include/common/asm [2022-12-01T00:05:17.518Z] #38 58.85 CC compel/arch/x86/src/lib/infect.o [2022-12-01T00:05:18.070Z] #38 ... [2022-12-01T00:05:18.070Z] [2022-12-01T00:05:18.070Z] #39 [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 [2022-12-01T00:05:18.070Z] #39 5.557 [100%] Linking C executable tini-static [2022-12-01T00:05:18.070Z] #39 6.296 [100%] Built target tini-static [2022-12-01T00:05:18.070Z] #39 6.543 + mkdir -p /build [2022-12-01T00:05:18.070Z] #39 6.598 + cp tini-static /build/docker-init [2022-12-01T00:05:18.070Z] #39 DONE 6.7s [2022-12-01T00:05:18.334Z] [2022-12-01T00:05:18.334Z] #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 [2022-12-01T00:05:18.334Z] #25 53.93 internal/syscall/unix [2022-12-01T00:05:18.334Z] #25 54.47 time [2022-12-01T00:05:18.452Z] #38 59.61 CC compel/src/lib/infect-rpc.o [2022-12-01T00:05:18.710Z] #38 59.95 CC compel/src/lib/infect-util.o [2022-12-01T00:05:18.710Z] #38 60.17 CC compel/src/lib/infect.o [2022-12-01T00:05:19.207Z] #35 ... [2022-12-01T00:05:19.207Z] [2022-12-01T00:05:19.207Z] #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 [2022-12-01T00:05:19.207Z] #24 4.279 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-12-01T00:05:19.207Z] #24 4.279 Cloning into '.'... [2022-12-01T00:05:19.207Z] #24 ... [2022-12-01T00:05:19.207Z] [2022-12-01T00:05:19.208Z] #33 [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 [2022-12-01T00:05:19.208Z] #33 14.13 + mkdir -p /build [2022-12-01T00:05:19.208Z] #33 14.14 + mv docker/docker /build/ [2022-12-01T00:05:19.208Z] #33 14.15 + rmdir docker [2022-12-01T00:05:19.208Z] #33 DONE 14.6s [2022-12-01T00:05:19.208Z] [2022-12-01T00:05:19.208Z] #34 [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 [2022-12-01T00:05:19.208Z] #34 11.60 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2022-12-01T00:05:19.208Z] #34 12.59 go: downloading github.com/google/uuid v1.3.0 [2022-12-01T00:05:19.208Z] #34 12.80 go: downloading github.com/moby/vpnkit v0.5.0 [2022-12-01T00:05:19.208Z] #34 12.96 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-12-01T00:05:19.208Z] #34 13.26 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:05:19.208Z] #34 13.34 go: downloading github.com/gorilla/mux v1.8.0 [2022-12-01T00:05:19.208Z] #34 13.48 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2022-12-01T00:05:19.208Z] #34 14.22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-12-01T00:05:19.208Z] #34 14.41 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2022-12-01T00:05:19.612Z] #28 ... [2022-12-01T00:05:19.612Z] [2022-12-01T00:05:19.612Z] #25 [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 [2022-12-01T00:05:19.612Z] #25 30.59 Updating files: 51% (987/1910) Updating files: 52% (994/1910) Updating files: 53% (1013/1910) Updating files: 54% (1032/1910) Updating files: 55% (1051/1910) Updating files: 56% (1070/1910) Updating files: 57% (1089/1910) Updating files: 58% (1108/1910) Updating files: 59% (1127/1910) Updating files: 60% (1146/1910) Updating files: 61% (1166/1910) Updating files: 62% (1185/1910) Updating files: 63% (1204/1910) Updating files: 64% (1223/1910) Updating files: 65% (1242/1910) Updating files: 66% (1261/1910) Updating files: 67% (1280/1910) Updating files: 68% (1299/1910) Updating files: 69% (1318/1910) Updating files: 70% (1337/1910) Updating files: 71% (1357/1910) Updating files: 72% (1376/1910) Updating files: 73% (1395/1910) Updating files: 74% (1414/1910) Updating files: 75% (1433/1910) Updating files: 76% (1452/1910) Updating files: 77% (1471/1910) Updating files: 78% (1490/1910) Updating files: 79% (1509/1910) Updating files: 80% (1528/1910) Updating files: 81% (1548/1910) Updating files: 82% (1567/1910) Updating files: 83% (1586/1910) Updating files: 84% (1605/1910) Updating files: 85% (1624/1910) Updating files: 86% (1643/1910) Updating files: 87% (1662/1910) Updating files: 88% (1681/1910) Updating files: 89% (1700/1910) Updating files: 90% (1719/1910) Updating files: 91% (1739/1910) Updating files: 92% (1758/1910) Updating files: 93% (1777/1910) Updating files: 94% (1796/1910) Updating files: 95% (1815/1910) Updating files: 96% (1834/1910) Updating files: 97% (1853/1910) Updating files: 98% (1872/1910) Updating files: 99% (1891/1910) Updating files: 100% (1910/1910) Updating files: 100% (1910/1910), done. [2022-12-01T00:05:19.612Z] #25 31.61 + cd /tmp/tmp.dGsHFGfUhR/src/github.com/docker/libnetwork [2022-12-01T00:05:19.612Z] #25 31.61 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:05:19.612Z] #25 32.23 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-12-01T00:05:19.612Z] #25 ... [2022-12-01T00:05:19.612Z] [2022-12-01T00:05:19.612Z] #36 [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 [2022-12-01T00:05:19.612Z] #36 DONE 32.4s [2022-12-01T00:05:19.870Z] [2022-12-01T00:05:19.870Z] #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 [2022-12-01T00:05:19.870Z] #29 29.90 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-12-01T00:05:19.870Z] #29 29.96 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-12-01T00:05:20.020Z] #28 ... [2022-12-01T00:05:20.020Z] [2022-12-01T00:05:20.020Z] #35 [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 [2022-12-01T00:05:20.020Z] #35 28.17 Fetched 8615 kB in 22s (390 kB/s) [2022-12-01T00:05:20.611Z] #38 ... [2022-12-01T00:05:20.611Z] [2022-12-01T00:05:20.611Z] #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 [2022-12-01T00:05:20.611Z] #26 132.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-12-01T00:05:20.611Z] #26 132.6 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:05:20.611Z] #26 132.6 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:05:20.611Z] #26 138.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-12-01T00:05:20.611Z] #26 138.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:05:20.611Z] #26 138.7 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:05:21.178Z] #26 ... [2022-12-01T00:05:21.178Z] [2022-12-01T00:05:21.178Z] #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 [2022-12-01T00:05:21.178Z] #38 62.32 CC compel/src/lib/ptrace.o [2022-12-01T00:05:21.436Z] #38 62.67 AR compel/libcompel.a [2022-12-01T00:05:21.436Z] #38 62.77 HOSTCC compel/src/main-host.o [2022-12-01T00:05:21.695Z] #38 63.03 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-12-01T00:05:21.701Z] #25 ... [2022-12-01T00:05:21.701Z] [2022-12-01T00:05:21.701Z] #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 [2022-12-01T00:05:21.702Z] #38 7.700 PBCC images/timens.pb-c.c [2022-12-01T00:05:21.702Z] #38 7.708 DEP images/timens.pb-c.d [2022-12-01T00:05:21.702Z] #38 7.720 PBCC images/fown.pb-c.c [2022-12-01T00:05:21.702Z] #38 7.726 PBCC images/google/protobuf/descriptor.pb-c.c [2022-12-01T00:05:21.702Z] #38 7.739 PBCC images/opts.pb-c.c [2022-12-01T00:05:21.702Z] #38 7.751 PBCC images/memfd.pb-c.c [2022-12-01T00:05:21.702Z] #38 7.764 DEP images/fown.pb-c.d [2022-12-01T00:05:21.702Z] #38 7.800 DEP images/google/protobuf/descriptor.pb-c.d [2022-12-01T00:05:21.702Z] #38 7.900 DEP images/opts.pb-c.d [2022-12-01T00:05:21.702Z] #38 7.985 DEP images/memfd.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.078 PBCC images/sit.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.144 DEP images/sit.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.240 PBCC images/macvlan.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.259 DEP images/macvlan.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.352 PBCC images/autofs.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.360 DEP images/autofs.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.433 PBCC images/sysctl.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.484 DEP images/sysctl.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.524 PBCC images/time.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.605 DEP images/time.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.713 PBCC images/binfmt-misc.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.737 DEP images/binfmt-misc.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.762 PBCC images/seccomp.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.772 DEP images/seccomp.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.817 PBCC images/userns.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.824 DEP images/userns.pb-c.d [2022-12-01T00:05:21.702Z] #38 8.878 PBCC images/cgroup.pb-c.c [2022-12-01T00:05:21.702Z] #38 8.906 DEP images/cgroup.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.001 PBCC images/ext-file.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.028 DEP images/ext-file.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.102 PBCC images/rpc.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.181 DEP images/rpc.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.210 PBCC images/siginfo.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.229 DEP images/siginfo.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.250 PBCC images/pagemap.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.300 DEP images/pagemap.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.356 PBCC images/rlimit.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.420 DEP images/rlimit.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.505 PBCC images/file-lock.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.530 DEP images/file-lock.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.576 PBCC images/tty.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.651 DEP images/tty.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.713 PBCC images/tun.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.739 PBCC images/netdev.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.816 DEP images/tun.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.867 DEP images/netdev.pb-c.d [2022-12-01T00:05:21.702Z] #38 9.928 PBCC images/vma.pb-c.c [2022-12-01T00:05:21.702Z] #38 9.957 DEP images/vma.pb-c.d [2022-12-01T00:05:21.702Z] #38 10.08 PBCC images/creds.pb-c.c [2022-12-01T00:05:21.702Z] #38 10.12 DEP images/creds.pb-c.d [2022-12-01T00:05:21.702Z] #38 10.17 PBCC images/utsns.pb-c.c [2022-12-01T00:05:21.702Z] #38 10.21 DEP images/utsns.pb-c.d [2022-12-01T00:05:21.702Z] #38 10.25 PBCC images/ipc-desc.pb-c.c [2022-12-01T00:05:21.702Z] #38 10.28 PBCC images/ipc-sem.pb-c.c [2022-12-01T00:05:21.702Z] #38 10.30 DEP images/ipc-desc.pb-c.d [2022-12-01T00:05:21.702Z] #38 10.35 DEP images/ipc-sem.pb-c.d [2022-12-01T00:05:21.702Z] #38 10.39 PBCC images/ipc-msg.pb-c.c [2022-12-01T00:05:21.702Z] #38 10.40 DEP images/ipc-msg.pb-c.d [2022-12-01T00:05:21.702Z] #38 10.44 PBCC images/ipc-shm.pb-c.c [2022-12-01T00:05:21.702Z] #38 10.46 DEP images/ipc-shm.pb-c.d [2022-12-01T00:05:21.954Z] #38 63.22 HOSTCC compel/src/lib/handle-elf-host.o [2022-12-01T00:05:21.961Z] #38 10.52 PBCC images/ipc-var.pb-c.c [2022-12-01T00:05:21.961Z] #38 10.60 DEP images/ipc-var.pb-c.d [2022-12-01T00:05:21.961Z] #38 10.69 PBCC images/sk-opts.pb-c.c [2022-12-01T00:05:21.961Z] #38 10.72 PBCC images/packet-sock.pb-c.c [2022-12-01T00:05:22.212Z] #38 63.58 HOSTCC compel/src/lib/log-host.o [2022-12-01T00:05:22.212Z] #38 63.70 HOSTLINK compel/compel-host-bin [2022-12-01T00:05:22.234Z] #38 10.78 DEP images/sk-opts.pb-c.d [2022-12-01T00:05:22.234Z] #38 10.89 DEP images/packet-sock.pb-c.d [2022-12-01T00:05:22.234Z] #38 10.98 PBCC images/sk-netlink.pb-c.c [2022-12-01T00:05:22.471Z] #38 63.85 DEP soccr/soccr.d [2022-12-01T00:05:22.492Z] #38 11.03 DEP images/sk-netlink.pb-c.d [2022-12-01T00:05:22.492Z] #38 11.10 PBCC images/sk-inet.pb-c.c [2022-12-01T00:05:22.492Z] #38 11.13 DEP images/sk-inet.pb-c.d [2022-12-01T00:05:22.492Z] #38 11.21 PBCC images/sk-unix.pb-c.c [2022-12-01T00:05:22.730Z] #38 64.09 CC soccr/soccr.o [2022-12-01T00:05:22.748Z] #38 11.29 DEP images/sk-unix.pb-c.d [2022-12-01T00:05:22.748Z] #38 11.33 PBCC images/mm.pb-c.c [2022-12-01T00:05:22.748Z] #38 11.39 DEP images/mm.pb-c.d [2022-12-01T00:05:22.748Z] #38 11.46 PBCC images/timerfd.pb-c.c [2022-12-01T00:05:22.748Z] #38 11.48 DEP images/timerfd.pb-c.d [2022-12-01T00:05:22.748Z] #38 11.55 PBCC images/timer.pb-c.c [2022-12-01T00:05:22.748Z] #38 11.58 DEP images/timer.pb-c.d [2022-12-01T00:05:23.004Z] #38 11.63 PBCC images/sa.pb-c.c [2022-12-01T00:05:23.004Z] #38 11.67 DEP images/sa.pb-c.d [2022-12-01T00:05:23.004Z] #38 11.74 PBCC images/pipe-data.pb-c.c [2022-12-01T00:05:23.004Z] #38 11.78 DEP images/pipe-data.pb-c.d [2022-12-01T00:05:23.004Z] #38 11.83 PBCC images/mnt.pb-c.c [2022-12-01T00:05:23.141Z] #29 ... [2022-12-01T00:05:23.141Z] [2022-12-01T00:05:23.141Z] #28 [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 [2022-12-01T00:05:23.141Z] #28 35.56 encoding [2022-12-01T00:05:23.260Z] #38 11.90 DEP images/mnt.pb-c.d [2022-12-01T00:05:23.260Z] #38 11.93 PBCC images/sk-packet.pb-c.c [2022-12-01T00:05:23.260Z] #38 11.95 DEP images/sk-packet.pb-c.d [2022-12-01T00:05:23.260Z] #38 11.98 PBCC images/tcp-stream.pb-c.c [2022-12-01T00:05:23.260Z] #38 12.00 DEP images/tcp-stream.pb-c.d [2022-12-01T00:05:23.260Z] #38 12.06 PBCC images/pipe.pb-c.c [2022-12-01T00:05:23.518Z] #38 12.16 DEP images/pipe.pb-c.d [2022-12-01T00:05:23.518Z] #38 12.23 PBCC images/pstree.pb-c.c [2022-12-01T00:05:23.518Z] #38 12.27 DEP images/pstree.pb-c.d [2022-12-01T00:05:23.703Z] #28 ... [2022-12-01T00:05:23.704Z] [2022-12-01T00:05:23.704Z] #31 [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 [2022-12-01T00:05:23.704Z] #31 26.37 Fetched 8615 kB in 21s (417 kB/s) [2022-12-01T00:05:23.704Z] #31 26.37 Reading package lists... [2022-12-01T00:05:23.777Z] #38 12.33 PBCC images/fs.pb-c.c [2022-12-01T00:05:23.777Z] #38 12.38 DEP images/fs.pb-c.d [2022-12-01T00:05:23.777Z] #38 12.46 PBCC images/signalfd.pb-c.c [2022-12-01T00:05:23.777Z] #38 12.51 DEP images/signalfd.pb-c.d [2022-12-01T00:05:24.033Z] #38 12.60 PBCC images/fh.pb-c.c [2022-12-01T00:05:24.033Z] #38 12.63 PBCC images/fsnotify.pb-c.c [2022-12-01T00:05:24.033Z] #38 12.70 DEP images/fh.pb-c.d [2022-12-01T00:05:24.107Z] #38 65.43 AR soccr/libsoccr.a [2022-12-01T00:05:24.107Z] #38 65.47 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:05:24.289Z] #38 12.80 DEP images/fsnotify.pb-c.d [2022-12-01T00:05:24.289Z] #38 12.87 PBCC images/eventpoll.pb-c.c [2022-12-01T00:05:24.289Z] #38 12.90 DEP images/eventpoll.pb-c.d [2022-12-01T00:05:24.289Z] #38 12.94 PBCC images/eventfd.pb-c.c [2022-12-01T00:05:24.289Z] #38 12.98 DEP images/eventfd.pb-c.d [2022-12-01T00:05:24.289Z] #38 13.03 PBCC images/remap-file-path.pb-c.c [2022-12-01T00:05:24.366Z] #38 65.78 DEP criu/arch/x86/sigframe.d [2022-12-01T00:05:24.366Z] #38 65.89 DEP criu/arch/x86/sigaction_compat.d [2022-12-01T00:05:24.454Z] #34 19.89 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-12-01T00:05:24.454Z] #34 19.97 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-12-01T00:05:24.545Z] #38 13.05 DEP images/remap-file-path.pb-c.d [2022-12-01T00:05:24.545Z] #38 13.10 PBCC images/fifo.pb-c.c [2022-12-01T00:05:24.545Z] #38 13.13 DEP images/fifo.pb-c.d [2022-12-01T00:05:24.545Z] #38 13.21 PBCC images/ghost-file.pb-c.c [2022-12-01T00:05:24.545Z] #38 13.25 DEP images/ghost-file.pb-c.d [2022-12-01T00:05:24.624Z] #38 66.01 DEP criu/arch/x86/kerndat.d [2022-12-01T00:05:24.644Z] #31 34.11 Reading package lists... [2022-12-01T00:05:24.644Z] #31 ... [2022-12-01T00:05:24.644Z] [2022-12-01T00:05:24.644Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:24.644Z] #34 29.88 Fetched 8615 kB in 23s (381 kB/s) [2022-12-01T00:05:24.644Z] #34 29.88 Reading package lists... [2022-12-01T00:05:24.711Z] #34 ... [2022-12-01T00:05:24.711Z] [2022-12-01T00:05:24.711Z] #28 [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 [2022-12-01T00:05:24.801Z] #38 13.31 PBCC images/regfile.pb-c.c [2022-12-01T00:05:24.801Z] #38 13.35 DEP images/regfile.pb-c.d [2022-12-01T00:05:24.801Z] #38 13.41 PBCC images/ns.pb-c.c [2022-12-01T00:05:24.801Z] #38 13.43 DEP images/ns.pb-c.d [2022-12-01T00:05:24.801Z] #38 13.49 PBCC images/fdinfo.pb-c.c [2022-12-01T00:05:24.801Z] #38 13.55 DEP images/fdinfo.pb-c.d [2022-12-01T00:05:24.883Z] #38 66.16 DEP criu/arch/x86/crtools.d [2022-12-01T00:05:24.883Z] #38 66.26 DEP criu/arch/x86/cpu.d [2022-12-01T00:05:25.057Z] #38 13.60 PBCC images/core-aarch64.pb-c.c [2022-12-01T00:05:25.057Z] #38 13.63 PBCC images/core-arm.pb-c.c [2022-12-01T00:05:25.057Z] #38 13.68 PBCC images/core-ppc64.pb-c.c [2022-12-01T00:05:25.057Z] #38 13.71 PBCC images/core-s390.pb-c.c [2022-12-01T00:05:25.057Z] #38 13.75 PBCC images/core-x86.pb-c.c [2022-12-01T00:05:25.057Z] #38 13.79 PBCC images/core.pb-c.c [2022-12-01T00:05:25.141Z] #38 66.45 CC criu/arch/x86/cpu.o [2022-12-01T00:05:25.311Z] #35 28.17 Reading package lists... [2022-12-01T00:05:25.311Z] #35 ... [2022-12-01T00:05:25.311Z] [2022-12-01T00:05:25.311Z] #26 [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 [2022-12-01T00:05:25.312Z] #26 30.93 Updating files: 43% (823/1910) Updating files: 44% (841/1910) Updating files: 45% (860/1910) Updating files: 46% (879/1910) Updating files: 47% (898/1910) Updating files: 48% (917/1910) Updating files: 49% (936/1910) Updating files: 50% (955/1910) Updating files: 51% (975/1910) Updating files: 52% (994/1910) Updating files: 53% (1013/1910) Updating files: 54% (1032/1910) Updating files: 55% (1051/1910) Updating files: 56% (1070/1910) Updating files: 57% (1089/1910) Updating files: 58% (1108/1910) Updating files: 59% (1127/1910) Updating files: 60% (1146/1910) Updating files: 61% (1166/1910) Updating files: 62% (1185/1910) Updating files: 63% (1204/1910) Updating files: 64% (1223/1910) Updating files: 65% (1242/1910) Updating files: 66% (1261/1910) Updating files: 67% (1280/1910) Updating files: 68% (1299/1910) Updating files: 69% (1318/1910) Updating files: 70% (1337/1910) Updating files: 71% (1357/1910) Updating files: 72% (1376/1910) Updating files: 73% (1395/1910) Updating files: 74% (1414/1910) Updating files: 75% (1433/1910) Updating files: 76% (1452/1910) Updating files: 77% (1471/1910) Updating files: 78% (1490/1910) Updating files: 79% (1509/1910) Updating files: 80% (1528/1910) Updating files: 81% (1548/1910) Updating files: 82% (1567/1910) Updating files: 83% (1586/1910) Updating files: 84% (1605/1910) Updating files: 85% (1624/1910) Updating files: 85% (1636/1910) Updating files: 86% (1643/1910) Updating files: 87% (1662/1910) Updating files: 88% (1681/1910) Updating files: 89% (1700/1910) Updating files: 90% (1719/1910) Updating files: 91% (1739/1910) Updating files: 92% (1758/1910) Updating files: 93% (1777/1910) Updating files: 94% (1796/1910) Updating files: 95% (1815/1910) Updating files: 96% (1834/1910) Updating files: 97% (1853/1910) Updating files: 98% (1872/1910) Updating files: 99% (1891/1910) Updating files: 100% (1910/1910) Updating files: 100% (1910/1910), done. [2022-12-01T00:05:25.312Z] #26 32.67 + cd /tmp/tmp.ibIoSyAXLM/src/github.com/docker/libnetwork [2022-12-01T00:05:25.312Z] #26 32.67 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:05:25.312Z] #26 32.84 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-12-01T00:05:25.312Z] #26 ... [2022-12-01T00:05:25.312Z] [2022-12-01T00:05:25.312Z] #34 [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 [2022-12-01T00:05:25.312Z] #34 DONE 33.6s [2022-12-01T00:05:25.312Z] [2022-12-01T00:05:25.312Z] #28 [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 [2022-12-01T00:05:25.312Z] #28 32.09 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2022-12-01T00:05:25.312Z] #28 32.34 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-12-01T00:05:25.313Z] #38 13.85 PBCC images/inventory.pb-c.c [2022-12-01T00:05:25.313Z] #38 13.90 DEP images/core-aarch64.pb-c.d [2022-12-01T00:05:25.313Z] #38 13.99 DEP images/core-arm.pb-c.d [2022-12-01T00:05:25.313Z] #38 14.03 DEP images/core-ppc64.pb-c.d [2022-12-01T00:05:25.313Z] #38 14.08 DEP images/core-s390.pb-c.d [2022-12-01T00:05:25.313Z] #38 14.14 DEP images/core-x86.pb-c.d [2022-12-01T00:05:25.569Z] #38 14.20 DEP images/core.pb-c.d [2022-12-01T00:05:25.569Z] #38 14.26 DEP images/inventory.pb-c.d [2022-12-01T00:05:25.569Z] #38 14.36 PBCC images/cpuinfo.pb-c.c [2022-12-01T00:05:25.569Z] #38 14.39 DEP images/cpuinfo.pb-c.d [2022-12-01T00:05:25.708Z] #38 67.08 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:05:25.708Z] #38 67.08 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:05:25.708Z] #38 67.08 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:05:25.708Z] #38 67.08 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:05:25.708Z] #38 67.08 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:05:25.708Z] #38 67.11 CC criu/arch/x86/crtools.o [2022-12-01T00:05:25.737Z] #28 20.31 Updating files: 58% (1118/1910) Updating files: 59% (1127/1910) Updating files: 60% (1146/1910) Updating files: 61% (1166/1910) Updating files: 62% (1185/1910) Updating files: 63% (1204/1910) Updating files: 64% (1223/1910) Updating files: 65% (1242/1910) Updating files: 66% (1261/1910) Updating files: 67% (1280/1910) Updating files: 68% (1299/1910) Updating files: 69% (1318/1910) Updating files: 70% (1337/1910) Updating files: 71% (1357/1910) Updating files: 72% (1376/1910) Updating files: 73% (1395/1910) Updating files: 74% (1414/1910) Updating files: 75% (1433/1910) Updating files: 76% (1452/1910) Updating files: 77% (1471/1910) Updating files: 78% (1490/1910) Updating files: 79% (1509/1910) Updating files: 80% (1528/1910) Updating files: 81% (1548/1910) Updating files: 82% (1567/1910) Updating files: 83% (1586/1910) Updating files: 84% (1605/1910) Updating files: 85% (1624/1910) Updating files: 86% (1643/1910) Updating files: 87% (1662/1910) Updating files: 88% (1681/1910) Updating files: 89% (1700/1910) Updating files: 90% (1719/1910) Updating files: 91% (1739/1910) Updating files: 92% (1758/1910) Updating files: 93% (1777/1910) Updating files: 94% (1796/1910) Updating files: 95% (1815/1910) Updating files: 96% (1834/1910) Updating files: 97% (1853/1910) Updating files: 98% (1872/1910) Updating files: 99% (1891/1910) Updating files: 100% (1910/1910) Updating files: 100% (1910/1910), done. [2022-12-01T00:05:25.737Z] #28 21.20 + cd /tmp/tmp.loNR9GBclH/src/github.com/docker/libnetwork [2022-12-01T00:05:25.737Z] #28 21.22 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 [2022-12-01T00:05:25.825Z] #38 14.46 PBCC images/stats.pb-c.c [2022-12-01T00:05:25.825Z] #38 14.48 DEP images/stats.pb-c.d [2022-12-01T00:05:25.995Z] #28 21.65 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2022-12-01T00:05:26.013Z] #34 37.49 Reading package lists... [2022-12-01T00:05:26.013Z] #34 ... [2022-12-01T00:05:26.013Z] [2022-12-01T00:05:26.013Z] #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 [2022-12-01T00:05:26.013Z] #32 29.92 Fetched 8615 kB in 23s (372 kB/s) [2022-12-01T00:05:26.013Z] #32 29.92 Reading package lists... [2022-12-01T00:05:26.013Z] #32 37.82 Reading package lists... [2022-12-01T00:05:26.013Z] #32 ... [2022-12-01T00:05:26.013Z] [2022-12-01T00:05:26.013Z] #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 [2022-12-01T00:05:26.526Z] #24 38.38 Updating files: 77% (1720/2209) Updating files: 78% (1724/2209) Updating files: 79% (1746/2209) Updating files: 80% (1768/2209) Updating files: 81% (1790/2209) Updating files: 82% (1812/2209) Updating files: 83% (1834/2209) Updating files: 84% (1856/2209) Updating files: 85% (1878/2209) Updating files: 86% (1900/2209) Updating files: 87% (1922/2209) Updating files: 88% (1944/2209) Updating files: 89% (1967/2209) Updating files: 90% (1989/2209) Updating files: 91% (2011/2209) Updating files: 92% (2033/2209) Updating files: 93% (2055/2209) Updating files: 94% (2077/2209) Updating files: 95% (2099/2209) Updating files: 96% (2121/2209) Updating files: 97% (2143/2209) Updating files: 98% (2165/2209) Updating files: 99% (2187/2209) Updating files: 100% (2209/2209) Updating files: 100% (2209/2209), done. [2022-12-01T00:05:26.526Z] #24 39.00 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-12-01T00:05:26.697Z] #28 ... [2022-12-01T00:05:26.697Z] [2022-12-01T00:05:26.697Z] #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 [2022-12-01T00:05:26.697Z] #33 25.23 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2022-12-01T00:05:26.925Z] #28 ... [2022-12-01T00:05:26.925Z] [2022-12-01T00:05:26.925Z] #32 [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 [2022-12-01T00:05:26.925Z] #32 12.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:26.925Z] #32 14.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:26.925Z] #32 ... [2022-12-01T00:05:26.925Z] [2022-12-01T00:05:26.925Z] #31 [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 [2022-12-01T00:05:26.925Z] #31 12.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:26.925Z] #31 14.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:26.967Z] #33 ... [2022-12-01T00:05:26.967Z] [2022-12-01T00:05:26.967Z] #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 [2022-12-01T00:05:26.967Z] #25 30.79 encoding [2022-12-01T00:05:27.082Z] #38 68.35 CC criu/arch/x86/kerndat.o [2022-12-01T00:05:27.182Z] #31 ... [2022-12-01T00:05:27.182Z] [2022-12-01T00:05:27.182Z] #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 [2022-12-01T00:05:27.182Z] #27 12.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:27.182Z] #27 14.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:27.182Z] #27 ... [2022-12-01T00:05:27.182Z] [2022-12-01T00:05:27.182Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:27.182Z] #29 12.74 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:27.182Z] #29 14.96 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:27.438Z] #29 ... [2022-12-01T00:05:27.438Z] [2022-12-01T00:05:27.438Z] #25 [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 [2022-12-01T00:05:27.438Z] #25 22.49 Updating files: 79% (1749/2209) Updating files: 80% (1768/2209) Updating files: 81% (1790/2209) Updating files: 82% (1812/2209) Updating files: 83% (1834/2209) Updating files: 84% (1856/2209) Updating files: 85% (1878/2209) Updating files: 86% (1900/2209) Updating files: 87% (1922/2209) Updating files: 88% (1944/2209) Updating files: 89% (1967/2209) Updating files: 90% (1989/2209) Updating files: 91% (2011/2209) Updating files: 92% (2033/2209) Updating files: 93% (2055/2209) Updating files: 94% (2077/2209) Updating files: 95% (2099/2209) Updating files: 96% (2121/2209) Updating files: 97% (2143/2209) Updating files: 98% (2165/2209) Updating files: 99% (2187/2209) Updating files: 100% (2209/2209) Updating files: 100% (2209/2209), done. [2022-12-01T00:05:27.438Z] #25 22.67 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-12-01T00:05:27.538Z] #25 ... [2022-12-01T00:05:27.538Z] [2022-12-01T00:05:27.538Z] #29 [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 [2022-12-01T00:05:27.648Z] #38 68.86 CC criu/arch/x86/sigaction_compat.o [2022-12-01T00:05:27.648Z] #38 69.06 CC criu/arch/x86/sigframe.o [2022-12-01T00:05:27.716Z] #38 15.94 make[1]: Nothing to be done for 'all'. [2022-12-01T00:05:27.896Z] #24 ... [2022-12-01T00:05:27.896Z] [2022-12-01T00:05:27.896Z] #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 [2022-12-01T00:05:27.896Z] #33 30.66 Fetched 8615 kB in 23s (370 kB/s) [2022-12-01T00:05:27.896Z] #33 30.66 Reading package lists... [2022-12-01T00:05:27.906Z] #38 69.30 LINK criu/arch/x86/crtools.built-in.o [2022-12-01T00:05:27.906Z] #38 69.35 DEP criu/pie/util-vdso-elf32.d [2022-12-01T00:05:28.157Z] #33 38.70 Reading package lists... [2022-12-01T00:05:28.157Z] #33 ... [2022-12-01T00:05:28.157Z] [2022-12-01T00:05:28.157Z] #31 [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 [2022-12-01T00:05:28.157Z] #31 34.11 Reading package lists... [2022-12-01T00:05:28.165Z] #38 69.55 DEP criu/pie/util-vdso.d [2022-12-01T00:05:28.316Z] #29 35.81 Updating files: 73% (1627/2209) Updating files: 74% (1635/2209) Updating files: 75% (1657/2209) Updating files: 76% (1679/2209) Updating files: 77% (1701/2209) Updating files: 78% (1724/2209) Updating files: 79% (1746/2209) Updating files: 80% (1768/2209) Updating files: 81% (1790/2209) Updating files: 82% (1812/2209) Updating files: 83% (1834/2209) Updating files: 84% (1856/2209) Updating files: 85% (1878/2209) Updating files: 86% (1900/2209) Updating files: 87% (1922/2209) Updating files: 88% (1944/2209) Updating files: 89% (1967/2209) Updating files: 90% (1989/2209) Updating files: 91% (2011/2209) Updating files: 92% (2033/2209) Updating files: 93% (2055/2209) Updating files: 94% (2077/2209) Updating files: 95% (2099/2209) Updating files: 96% (2121/2209) Updating files: 97% (2143/2209) Updating files: 98% (2165/2209) Updating files: 99% (2187/2209) Updating files: 100% (2209/2209) Updating files: 100% (2209/2209), done. [2022-12-01T00:05:28.316Z] #29 36.42 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2022-12-01T00:05:28.374Z] #25 ... [2022-12-01T00:05:28.374Z] [2022-12-01T00:05:28.374Z] #36 [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 [2022-12-01T00:05:28.374Z] #36 DONE 23.9s [2022-12-01T00:05:28.423Z] #38 69.68 DEP criu/pie/util.d [2022-12-01T00:05:28.423Z] #38 69.93 CC criu/pie/util.o [2022-12-01T00:05:28.631Z] [2022-12-01T00:05:28.631Z] #32 [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 [2022-12-01T00:05:28.631Z] #32 23.81 Fetched 8615 kB in 15s (563 kB/s) [2022-12-01T00:05:28.643Z] #38 17.27 CC images/stats.o [2022-12-01T00:05:28.682Z] #38 70.20 CC criu/pie/util-vdso.o [2022-12-01T00:05:28.887Z] #32 23.81 Reading package lists... [2022-12-01T00:05:28.887Z] #32 ... [2022-12-01T00:05:28.887Z] [2022-12-01T00:05:28.887Z] #26 [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 [2022-12-01T00:05:28.887Z] #26 14.25 unicode/utf8 [2022-12-01T00:05:28.887Z] #26 15.24 internal/race [2022-12-01T00:05:28.887Z] #26 15.68 sync/atomic [2022-12-01T00:05:28.887Z] #26 16.45 unicode [2022-12-01T00:05:28.887Z] #26 21.43 encoding [2022-12-01T00:05:28.887Z] #26 ... [2022-12-01T00:05:28.887Z] [2022-12-01T00:05:28.887Z] #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 [2022-12-01T00:05:28.887Z] #27 24.28 Fetched 8615 kB in 16s (554 kB/s) [2022-12-01T00:05:28.898Z] #38 17.59 CC images/core.o [2022-12-01T00:05:28.940Z] #38 ... [2022-12-01T00:05:28.940Z] [2022-12-01T00:05:28.940Z] #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 [2022-12-01T00:05:28.940Z] #26 151.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-12-01T00:05:28.940Z] #26 151.3 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:05:28.940Z] #26 151.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:05:29.460Z] #38 18.11 CC images/core-x86.o [2022-12-01T00:05:30.021Z] #38 18.60 CC images/core-arm.o [2022-12-01T00:05:30.052Z] #31 41.06 Building dependency tree... [2022-12-01T00:05:30.277Z] #38 18.86 CC images/core-aarch64.o [2022-12-01T00:05:30.534Z] #38 19.18 CC images/core-ppc64.o [2022-12-01T00:05:30.856Z] #29 ... [2022-12-01T00:05:30.856Z] [2022-12-01T00:05:30.856Z] #21 [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 [2022-12-01T00:05:30.856Z] #21 28.85 Fetched 8615 kB in 22s (386 kB/s) [2022-12-01T00:05:30.856Z] #21 28.85 Reading package lists... [2022-12-01T00:05:30.856Z] #21 37.39 Reading package lists... [2022-12-01T00:05:30.856Z] #21 ... [2022-12-01T00:05:30.856Z] [2022-12-01T00:05:30.856Z] #35 [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 [2022-12-01T00:05:30.856Z] #35 28.17 Reading package lists... [2022-12-01T00:05:31.096Z] #38 19.72 CC images/core-s390.o [2022-12-01T00:05:31.658Z] #38 20.28 CC images/cpuinfo.o [2022-12-01T00:05:31.803Z] #35 36.75 Reading package lists... [2022-12-01T00:05:31.803Z] #35 ... [2022-12-01T00:05:31.803Z] [2022-12-01T00:05:31.803Z] #31 [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 [2022-12-01T00:05:31.803Z] #31 30.05 Fetched 8615 kB in 22s (388 kB/s) [2022-12-01T00:05:31.803Z] #31 30.05 Reading package lists... [2022-12-01T00:05:31.803Z] #31 38.30 Reading package lists... [2022-12-01T00:05:31.803Z] #31 ... [2022-12-01T00:05:31.803Z] [2022-12-01T00:05:31.803Z] #29 [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 [2022-12-01T00:05:31.803Z] #29 39.72 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-12-01T00:05:31.915Z] #38 20.63 CC images/inventory.o [2022-12-01T00:05:32.063Z] #29 ... [2022-12-01T00:05:32.063Z] [2022-12-01T00:05:32.063Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:32.063Z] #32 30.63 Fetched 8615 kB in 23s (377 kB/s) [2022-12-01T00:05:32.063Z] #32 30.63 Reading package lists... [2022-12-01T00:05:32.171Z] #38 20.83 CC images/fdinfo.o [2022-12-01T00:05:32.427Z] #38 21.18 CC images/fown.o [2022-12-01T00:05:32.575Z] #31 45.42 The following additional packages will be installed: [2022-12-01T00:05:32.575Z] #31 45.42 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-12-01T00:05:32.575Z] #31 45.44 Suggested packages: [2022-12-01T00:05:32.682Z] #38 ... [2022-12-01T00:05:32.682Z] [2022-12-01T00:05:32.682Z] #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 [2022-12-01T00:05:32.682Z] #25 60.09 internal/poll [2022-12-01T00:05:32.682Z] #25 61.04 internal/fmtsort [2022-12-01T00:05:32.682Z] #25 61.62 internal/syscall/execenv [2022-12-01T00:05:32.682Z] #25 61.96 path [2022-12-01T00:05:32.682Z] #25 62.43 strings [2022-12-01T00:05:32.682Z] #25 62.43 io/fs [2022-12-01T00:05:32.682Z] #25 63.36 os [2022-12-01T00:05:32.682Z] #25 64.64 bufio [2022-12-01T00:05:32.682Z] #25 66.18 text/tabwriter [2022-12-01T00:05:32.682Z] #25 66.42 fmt [2022-12-01T00:05:32.682Z] #25 66.60 io/ioutil [2022-12-01T00:05:32.682Z] #25 68.45 github.com/BurntSushi/toml [2022-12-01T00:05:32.682Z] #25 68.46 flag [2022-12-01T00:05:32.682Z] #25 69.76 log [2022-12-01T00:05:32.682Z] #25 ... [2022-12-01T00:05:32.682Z] [2022-12-01T00:05:32.682Z] #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 [2022-12-01T00:05:32.682Z] #38 21.36 CC images/ns.o [2022-12-01T00:05:32.833Z] #31 45.46 cmake-doc ninja-build lrzip [2022-12-01T00:05:32.833Z] #31 45.46 Recommended packages: [2022-12-01T00:05:32.833Z] #31 45.46 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-12-01T00:05:32.938Z] #38 21.51 CC images/regfile.o [2022-12-01T00:05:33.194Z] #38 21.63 CC images/ghost-file.o [2022-12-01T00:05:33.194Z] #38 21.86 CC images/fifo.o [2022-12-01T00:05:33.450Z] #38 22.05 CC images/remap-file-path.o [2022-12-01T00:05:33.450Z] #38 ... [2022-12-01T00:05:33.450Z] [2022-12-01T00:05:33.450Z] #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 [2022-12-01T00:05:33.450Z] #36 60.98 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-12-01T00:05:33.450Z] #36 60.99 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-12-01T00:05:33.450Z] #36 60.99 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:05:33.706Z] #36 ... [2022-12-01T00:05:33.706Z] [2022-12-01T00:05:33.706Z] #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 [2022-12-01T00:05:33.706Z] #38 22.26 CC images/eventfd.o [2022-12-01T00:05:33.706Z] #38 22.43 CC images/eventpoll.o [2022-12-01T00:05:33.963Z] #38 22.71 CC images/fh.o [2022-12-01T00:05:34.137Z] #27 24.28 Reading package lists... [2022-12-01T00:05:34.137Z] #27 ... [2022-12-01T00:05:34.137Z] [2022-12-01T00:05:34.137Z] #32 [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 [2022-12-01T00:05:34.137Z] #32 23.81 Reading package lists... [2022-12-01T00:05:34.204Z] #31 46.70 The following NEW packages will be installed: [2022-12-01T00:05:34.204Z] #31 46.71 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-12-01T00:05:34.204Z] #31 46.72 vim-common xxd [2022-12-01T00:05:34.206Z] #26 156.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-12-01T00:05:34.206Z] #26 156.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-12-01T00:05:34.206Z] #26 156.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:05:34.206Z] #26 156.4 Selecting previously unselected package libapparmor1:amd64. [2022-12-01T00:05:34.206Z] #26 156.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-12-01T00:05:34.206Z] #26 156.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:05:34.206Z] #26 156.5 Selecting previously unselected package libapparmor-dev:amd64. [2022-12-01T00:05:34.206Z] #26 156.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-12-01T00:05:34.206Z] #26 156.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:05:34.206Z] #26 156.6 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:05:34.206Z] #26 156.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:05:34.206Z] #26 156.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:34.460Z] #31 47.22 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:34.460Z] #31 47.22 Need to get 17.7 MB of archives. [2022-12-01T00:05:34.460Z] #31 47.22 After this operation, 70.7 MB of additional disk space will be used. [2022-12-01T00:05:34.460Z] #31 47.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:05:34.460Z] #31 47.22 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:05:34.460Z] #31 47.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-12-01T00:05:34.460Z] #31 47.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:05:34.465Z] #26 156.8 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:05:34.465Z] #26 156.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:05:34.465Z] #26 156.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:34.526Z] #38 22.96 CC images/fsnotify.o [2022-12-01T00:05:34.724Z] #26 157.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-12-01T00:05:34.724Z] #26 157.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:05:34.724Z] #26 157.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:05:34.724Z] #26 157.1 Selecting previously unselected package libudev-dev:amd64. [2022-12-01T00:05:34.782Z] #38 23.42 CC images/signalfd.o [2022-12-01T00:05:34.982Z] #26 157.2 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:05:34.982Z] #26 157.2 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:05:34.982Z] #26 157.3 Selecting previously unselected package libsepol1-dev:amd64. [2022-12-01T00:05:34.982Z] #26 157.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-12-01T00:05:34.982Z] #26 157.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:05:35.039Z] #38 23.67 CC images/fs.o [2022-12-01T00:05:35.039Z] #38 23.78 CC images/pstree.o [2022-12-01T00:05:35.067Z] #32 29.67 Reading package lists... [2022-12-01T00:05:35.067Z] #32 ... [2022-12-01T00:05:35.067Z] [2022-12-01T00:05:35.067Z] #35 [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 [2022-12-01T00:05:35.067Z] #35 20.51 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2022-12-01T00:05:35.067Z] #35 ... [2022-12-01T00:05:35.067Z] [2022-12-01T00:05:35.067Z] #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 [2022-12-01T00:05:35.067Z] #27 24.28 Reading package lists... [2022-12-01T00:05:35.241Z] #26 157.6 Selecting previously unselected package libpcre2-16-0:amd64. [2022-12-01T00:05:35.241Z] #26 157.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:05:35.241Z] #26 157.6 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:35.295Z] #38 23.95 CC images/pipe.o [2022-12-01T00:05:35.365Z] #32 39.17 Reading package lists... [2022-12-01T00:05:35.365Z] #32 ... [2022-12-01T00:05:35.365Z] [2022-12-01T00:05:35.365Z] #35 [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 [2022-12-01T00:05:35.365Z] #35 36.75 Reading package lists... [2022-12-01T00:05:35.393Z] #31 ... [2022-12-01T00:05:35.393Z] [2022-12-01T00:05:35.393Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:35.393Z] #34 37.49 Reading package lists... [2022-12-01T00:05:35.393Z] #34 43.08 Building dependency tree... [2022-12-01T00:05:35.393Z] #34 47.83 The following additional packages will be installed: [2022-12-01T00:05:35.393Z] #34 47.86 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:05:35.393Z] #34 47.86 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-12-01T00:05:35.393Z] #34 47.86 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-12-01T00:05:35.393Z] #34 47.86 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-12-01T00:05:35.393Z] #34 47.87 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-12-01T00:05:35.393Z] #34 47.87 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-12-01T00:05:35.393Z] #34 47.88 mingw-w64-common mingw-w64-x86-64-dev [2022-12-01T00:05:35.393Z] #34 47.89 Suggested packages: [2022-12-01T00:05:35.393Z] #34 47.90 gcc-10-locales seccomp wine64 [2022-12-01T00:05:35.499Z] #26 157.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-12-01T00:05:35.499Z] #26 157.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:05:35.499Z] #26 157.8 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:35.551Z] #38 24.12 CC images/tcp-stream.o [2022-12-01T00:05:35.760Z] #26 158.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-12-01T00:05:35.760Z] #26 158.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:05:35.760Z] #26 158.0 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:35.760Z] #26 158.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-12-01T00:05:35.760Z] #26 158.1 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:05:35.760Z] #26 158.1 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:35.807Z] #38 24.39 CC images/sk-packet.o [2022-12-01T00:05:36.063Z] #38 24.77 CC images/mnt.o [2022-12-01T00:05:36.321Z] #38 24.99 CC images/pipe-data.o [2022-12-01T00:05:36.322Z] #34 ... [2022-12-01T00:05:36.322Z] [2022-12-01T00:05:36.322Z] #31 [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 [2022-12-01T00:05:36.322Z] #31 47.97 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2022-12-01T00:05:36.322Z] #31 48.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-12-01T00:05:36.322Z] #31 48.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-12-01T00:05:36.322Z] #31 48.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-12-01T00:05:36.322Z] #31 48.05 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-12-01T00:05:36.322Z] #31 48.06 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-12-01T00:05:36.327Z] #26 158.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-12-01T00:05:36.327Z] #26 158.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-12-01T00:05:36.327Z] #26 158.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:05:36.578Z] #38 25.26 CC images/sa.o [2022-12-01T00:05:36.585Z] #26 158.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-12-01T00:05:36.585Z] #26 158.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:05:36.585Z] #26 158.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:05:36.585Z] #26 159.0 Selecting previously unselected package libseccomp-dev:amd64. [2022-12-01T00:05:36.749Z] #35 43.84 Building dependency tree... [2022-12-01T00:05:36.835Z] #38 25.51 CC images/timer.o [2022-12-01T00:05:36.843Z] #26 159.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-12-01T00:05:36.843Z] #26 159.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:05:36.843Z] #26 159.1 Selecting previously unselected package libsystemd-dev:amd64. [2022-12-01T00:05:36.843Z] #26 159.1 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:05:36.843Z] #26 159.1 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:05:37.092Z] #38 ... [2022-12-01T00:05:37.092Z] [2022-12-01T00:05:37.092Z] #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 [2022-12-01T00:05:37.092Z] #25 71.82 github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:05:37.092Z] #25 DONE 74.5s [2022-12-01T00:05:37.092Z] [2022-12-01T00:05:37.092Z] #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 [2022-12-01T00:05:37.355Z] #37 40.31 Updating files: 45% (2309/5065) Updating files: 46% (2330/5065) Updating files: 47% (2381/5065) Updating files: 48% (2432/5065) Updating files: 49% (2482/5065) Updating files: 50% (2533/5065) Updating files: 51% (2584/5065) Updating files: 52% (2634/5065) Updating files: 53% (2685/5065) Updating files: 54% (2736/5065) Updating files: 55% (2786/5065) Updating files: 56% (2837/5065) Updating files: 57% (2888/5065) Updating files: 58% (2938/5065) Updating files: 59% (2989/5065) Updating files: 60% (3039/5065) Updating files: 61% (3090/5065) Updating files: 62% (3141/5065) Updating files: 63% (3191/5065) Updating files: 64% (3242/5065) Updating files: 65% (3293/5065) Updating files: 66% (3343/5065) Updating files: 67% (3394/5065) Updating files: 68% (3445/5065) Updating files: 69% (3495/5065) Updating files: 70% (3546/5065) Updating files: 71% (3597/5065) Updating files: 72% (3647/5065) Updating files: 73% (3698/5065) Updating files: 74% (3749/5065) Updating files: 75% (3799/5065) Updating files: 76% (3850/5065) Updating files: 77% (3901/5065) Updating files: 78% (3951/5065) Updating files: 79% (4002/5065) Updating files: 80% (4052/5065) Updating files: 81% (4103/5065) Updating files: 82% (4154/5065) Updating files: 83% (4204/5065) Updating files: 84% (4255/5065) Updating files: 85% (4306/5065) Updating files: 86% (4356/5065) Updating files: 86% (4392/5065) Updating files: 87% (4407/5065) Updating files: 88% (4458/5065) Updating files: 89% (4508/5065) Updating files: 90% (4559/5065) Updating files: 91% (4610/5065) Updating files: 92% (4660/5065) Updating files: 93% (4711/5065) Updating files: 94% (4762/5065) Updating files: 95% (4812/5065) Updating files: 96% (4863/5065) Updating files: 97% (4914/5065) Updating files: 98% (4964/5065) Updating files: 99% (5015/5065) Updating files: 100% (5065/5065) Updating files: 100% (5065/5065), done. [2022-12-01T00:05:37.355Z] #37 41.90 + cd /tmp/tmp.V9eBaDPCpq/src/github.com/containerd/containerd [2022-12-01T00:05:37.355Z] #37 41.92 + git checkout -q v1.6.10 [2022-12-01T00:05:37.410Z] #26 159.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:05:37.411Z] #26 159.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:05:37.593Z] #27 30.20 Reading package lists... [2022-12-01T00:05:37.593Z] #27 ... [2022-12-01T00:05:37.593Z] [2022-12-01T00:05:37.593Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:37.593Z] #29 23.21 Fetched 8615 kB in 14s (599 kB/s) [2022-12-01T00:05:37.593Z] #29 23.21 Reading package lists... [2022-12-01T00:05:37.671Z] #26 159.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:05:37.671Z] #26 160.0 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:05:37.671Z] #26 160.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:05:37.671Z] #26 160.0 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:05:37.671Z] #26 160.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-12-01T00:05:37.671Z] #26 160.2 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:05:37.671Z] #26 160.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:05:37.701Z] #31 50.46 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:37.850Z] #29 29.15 Reading package lists... [2022-12-01T00:05:37.850Z] #29 ... [2022-12-01T00:05:37.850Z] [2022-12-01T00:05:37.850Z] #31 [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 [2022-12-01T00:05:37.850Z] #31 23.72 Fetched 8615 kB in 15s (557 kB/s) [2022-12-01T00:05:37.850Z] #31 23.72 Reading package lists... [2022-12-01T00:05:37.929Z] #26 160.2 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:05:37.929Z] #26 160.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:05:37.929Z] #26 160.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:05:37.929Z] #26 160.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:05:37.929Z] #26 160.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-12-01T00:05:37.929Z] #26 160.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:05:37.929Z] #26 160.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-12-01T00:05:37.929Z] #26 160.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:05:37.929Z] #26 160.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:05:37.929Z] #26 160.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-12-01T00:05:37.929Z] #26 160.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:05:37.929Z] #26 160.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:05:37.929Z] #26 160.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:05:37.929Z] #26 160.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:05:38.188Z] #26 160.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:05:38.188Z] #26 160.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:05:38.188Z] #26 160.4 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:05:38.263Z] #31 51.03 Fetched 17.7 MB in 2s (11.1 MB/s) [2022-12-01T00:05:38.263Z] #31 ... [2022-12-01T00:05:38.263Z] [2022-12-01T00:05:38.263Z] #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 [2022-12-01T00:05:38.263Z] #24 40.86 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-12-01T00:05:38.519Z] #24 ... [2022-12-01T00:05:38.519Z] [2022-12-01T00:05:38.519Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:38.519Z] #34 50.29 The following NEW packages will be installed: [2022-12-01T00:05:38.519Z] #34 50.32 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:05:38.519Z] #34 50.32 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-12-01T00:05:38.519Z] #34 50.32 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-12-01T00:05:38.519Z] #34 50.32 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-12-01T00:05:38.519Z] #34 50.32 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-12-01T00:05:38.519Z] #34 50.32 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-12-01T00:05:38.519Z] #34 50.32 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-12-01T00:05:38.519Z] #34 50.33 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-12-01T00:05:38.519Z] #34 50.33 mingw-w64-x86-64-dev [2022-12-01T00:05:38.519Z] #34 50.87 0 upgraded, 30 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:38.519Z] #34 50.87 Need to get 115 MB of archives. [2022-12-01T00:05:38.519Z] #34 50.87 After this operation, 645 MB of additional disk space will be used. [2022-12-01T00:05:38.519Z] #34 50.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-12-01T00:05:38.519Z] #34 51.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-12-01T00:05:38.776Z] #34 51.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-12-01T00:05:38.776Z] #34 51.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-12-01T00:05:38.776Z] #34 51.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-12-01T00:05:38.776Z] #34 51.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-12-01T00:05:39.216Z] #31 29.67 Reading package lists... [2022-12-01T00:05:39.216Z] #31 ... [2022-12-01T00:05:39.216Z] [2022-12-01T00:05:39.216Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:39.216Z] #29 29.15 Reading package lists... [2022-12-01T00:05:39.216Z] #29 34.56 Building dependency tree... [2022-12-01T00:05:39.216Z] #29 ... [2022-12-01T00:05:39.216Z] [2022-12-01T00:05:39.216Z] #25 [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 [2022-12-01T00:05:39.216Z] #25 24.51 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-12-01T00:05:39.244Z] #37 43.66 + export 'BUILDTAGS=netgo osusergo static_build' [2022-12-01T00:05:39.244Z] #37 43.66 + BUILDTAGS='netgo osusergo static_build' [2022-12-01T00:05:39.244Z] #37 43.66 + export EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:05:39.244Z] #37 43.66 + EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:05:39.244Z] #37 43.66 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-12-01T00:05:39.244Z] #37 43.66 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-12-01T00:05:39.244Z] #37 43.66 + '[' '' = dynamic ']' [2022-12-01T00:05:39.245Z] #37 43.66 + make [2022-12-01T00:05:39.291Z] #35 47.77 The following additional packages will be installed: [2022-12-01T00:05:39.338Z] #34 52.04 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-12-01T00:05:39.473Z] #25 ... [2022-12-01T00:05:39.473Z] [2022-12-01T00:05:39.473Z] #32 [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 [2022-12-01T00:05:39.473Z] #32 29.67 Reading package lists... [2022-12-01T00:05:39.552Z] #35 47.82 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-12-01T00:05:39.552Z] #35 47.83 Suggested packages: [2022-12-01T00:05:39.552Z] #35 47.83 cmake-doc ninja-build lrzip [2022-12-01T00:05:39.552Z] #35 47.83 Recommended packages: [2022-12-01T00:05:39.552Z] #35 47.83 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-12-01T00:05:39.600Z] #26 ... [2022-12-01T00:05:39.600Z] [2022-12-01T00:05:39.600Z] #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 [2022-12-01T00:05:39.600Z] #38 70.82 CC criu/pie/util-vdso-elf32.o [2022-12-01T00:05:39.600Z] #38 71.40 AR criu/pie/pie.lib.a [2022-12-01T00:05:39.600Z] #38 71.48 DEP criu/pie/restorer.d [2022-12-01T00:05:39.600Z] #38 71.69 DEP criu/arch/x86/sigaction_compat_pie.d [2022-12-01T00:05:39.600Z] #38 71.86 DEP criu/arch/x86/restorer_unmap.d [2022-12-01T00:05:39.600Z] #38 71.89 DEP criu/arch/x86/restorer.d [2022-12-01T00:05:39.600Z] #38 72.07 DEP criu/arch/x86/vdso-pie.d [2022-12-01T00:05:39.600Z] #38 72.20 DEP criu/pie/parasite-vdso.d [2022-12-01T00:05:39.600Z] #38 72.33 DEP criu/pie/parasite.d [2022-12-01T00:05:39.600Z] #38 72.62 CC criu/pie/parasite.o [2022-12-01T00:05:39.600Z] #38 73.64 LINK criu/pie/parasite.built-in.o [2022-12-01T00:05:39.600Z] #38 73.65 GEN criu/pie/parasite-blob.h [2022-12-01T00:05:39.600Z] #38 73.66 CC criu/pie/parasite-vdso.o [2022-12-01T00:05:39.600Z] #38 74.16 CC criu/arch/x86/vdso-pie.o [2022-12-01T00:05:39.600Z] #38 74.38 CC criu/arch/x86/restorer.o [2022-12-01T00:05:39.600Z] #38 74.87 CC criu/arch/x86/restorer_unmap.o [2022-12-01T00:05:39.600Z] #38 74.93 CC criu/arch/x86/sigaction_compat_pie.o [2022-12-01T00:05:39.600Z] #38 75.22 CC criu/pie/restorer.o [2022-12-01T00:05:39.600Z] #38 78.13 LINK criu/pie/restorer.built-in.o [2022-12-01T00:05:39.600Z] #38 78.15 GEN criu/pie/restorer-blob.h [2022-12-01T00:05:39.600Z] #38 78.22 DEP criu/vdso.d [2022-12-01T00:05:39.600Z] #38 78.52 DEP criu/vdso-compat.d [2022-12-01T00:05:39.600Z] #38 78.71 DEP criu/uts_ns.d [2022-12-01T00:05:39.600Z] #38 78.84 DEP criu/util.d [2022-12-01T00:05:39.600Z] #38 79.00 DEP criu/uffd.d [2022-12-01T00:05:39.600Z] #38 79.27 DEP criu/tun.d [2022-12-01T00:05:39.600Z] #38 79.45 DEP criu/tty.d [2022-12-01T00:05:39.600Z] #38 79.65 DEP criu/timerfd.d [2022-12-01T00:05:39.600Z] #38 79.86 DEP criu/timens.d [2022-12-01T00:05:39.600Z] #38 79.99 DEP criu/sysfs_parse.d [2022-12-01T00:05:39.600Z] #38 80.09 DEP criu/sysctl.d [2022-12-01T00:05:39.600Z] #38 80.18 DEP criu/string.d [2022-12-01T00:05:39.600Z] #38 80.21 DEP criu/stats.d [2022-12-01T00:05:39.600Z] #38 80.41 DEP criu/sockets.d [2022-12-01T00:05:39.600Z] #38 80.54 DEP criu/sk-unix.d [2022-12-01T00:05:39.600Z] #38 80.72 DEP criu/sk-tcp.d [2022-12-01T00:05:39.600Z] #38 80.88 DEP criu/sk-queue.d [2022-12-01T00:05:39.600Z] #38 81.07 DEP criu/sk-packet.d [2022-12-01T00:05:39.862Z] #38 81.23 DEP criu/sk-netlink.d [2022-12-01T00:05:39.862Z] #38 81.36 DEP criu/sk-inet.d [2022-12-01T00:05:39.899Z] #34 52.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-12-01T00:05:39.899Z] #34 52.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-12-01T00:05:40.125Z] #38 81.53 DEP criu/signalfd.d [2022-12-01T00:05:40.125Z] #38 81.64 DEP criu/sigframe.d [2022-12-01T00:05:40.385Z] #38 81.74 DEP criu/shmem.d [2022-12-01T00:05:40.385Z] #38 81.84 DEP criu/servicefd.d [2022-12-01T00:05:40.497Z] #35 48.81 The following NEW packages will be installed: [2022-12-01T00:05:40.497Z] #35 48.84 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-12-01T00:05:40.497Z] #35 48.84 vim-common xxd [2022-12-01T00:05:40.643Z] #38 81.99 DEP criu/seize.d [2022-12-01T00:05:40.643Z] #38 ... [2022-12-01T00:05:40.643Z] [2022-12-01T00:05:40.643Z] #36 [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 [2022-12-01T00:05:40.643Z] #36 153.0 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:05:40.643Z] #36 153.0 + GOBIN=/build [2022-12-01T00:05:40.643Z] #36 153.0 + GO111MODULE=on [2022-12-01T00:05:40.643Z] #36 153.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-12-01T00:05:40.643Z] #36 ... [2022-12-01T00:05:40.643Z] [2022-12-01T00:05:40.643Z] #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 [2022-12-01T00:05:40.643Z] #38 82.15 DEP criu/seccomp.d [2022-12-01T00:05:40.827Z] #34 ... [2022-12-01T00:05:40.827Z] [2022-12-01T00:05:40.827Z] #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 [2022-12-01T00:05:40.827Z] #32 37.82 Reading package lists... [2022-12-01T00:05:40.827Z] #32 43.72 Building dependency tree... [2022-12-01T00:05:40.827Z] #32 48.45 The following additional packages will be installed: [2022-12-01T00:05:40.827Z] #32 48.45 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2022-12-01T00:05:40.827Z] #32 48.46 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2022-12-01T00:05:40.827Z] #32 48.47 Suggested packages: [2022-12-01T00:05:40.827Z] #32 48.50 manpages-dev protobuf-mode-el python3-setuptools [2022-12-01T00:05:40.827Z] #32 51.02 The following NEW packages will be installed: [2022-12-01T00:05:40.827Z] #32 51.05 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2022-12-01T00:05:40.827Z] #32 51.06 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2022-12-01T00:05:40.827Z] #32 51.06 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2022-12-01T00:05:40.827Z] #32 51.06 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2022-12-01T00:05:40.827Z] #32 51.54 0 upgraded, 18 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:40.827Z] #32 51.54 Need to get 4583 kB of archives. [2022-12-01T00:05:40.827Z] #32 51.54 After this operation, 25.9 MB of additional disk space will be used. [2022-12-01T00:05:40.827Z] #32 51.54 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:05:40.827Z] #32 51.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-12-01T00:05:40.827Z] #32 51.55 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:05:40.828Z] #32 51.55 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-12-01T00:05:40.828Z] #32 51.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-12-01T00:05:40.828Z] #32 51.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2022-12-01T00:05:40.828Z] #32 51.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:05:40.828Z] #32 51.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-12-01T00:05:40.828Z] #32 51.60 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2022-12-01T00:05:40.828Z] #32 51.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-12-01T00:05:40.828Z] #32 52.01 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2022-12-01T00:05:40.828Z] #32 52.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2022-12-01T00:05:40.828Z] #32 52.49 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2022-12-01T00:05:40.828Z] #32 52.57 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2022-12-01T00:05:40.828Z] #32 52.61 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2022-12-01T00:05:40.828Z] #32 52.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:05:40.828Z] #32 52.61 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-12-01T00:05:40.828Z] #32 52.61 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-12-01T00:05:40.828Z] #32 ... [2022-12-01T00:05:40.828Z] [2022-12-01T00:05:40.828Z] #31 [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 [2022-12-01T00:05:40.828Z] #31 51.39 Selecting previously unselected package xxd. [2022-12-01T00:05:40.828Z] #31 51.39 (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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:40.828Z] #31 51.54 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:05:40.828Z] #31 51.57 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:40.828Z] #31 51.96 Selecting previously unselected package vim-common. [2022-12-01T00:05:40.828Z] #31 51.96 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:05:40.828Z] #31 52.04 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:40.828Z] #31 52.57 Selecting previously unselected package cmake-data. [2022-12-01T00:05:40.828Z] #31 52.57 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-12-01T00:05:40.828Z] #31 52.62 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:05:40.853Z] #32 35.07 Building dependency tree... [2022-12-01T00:05:40.901Z] #38 ... [2022-12-01T00:05:40.901Z] [2022-12-01T00:05:40.901Z] #36 [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 [2022-12-01T00:05:40.901Z] #36 DONE 163.2s [2022-12-01T00:05:40.901Z] [2022-12-01T00:05:40.901Z] #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 [2022-12-01T00:05:40.901Z] #26 DONE 163.2s [2022-12-01T00:05:40.901Z] [2022-12-01T00:05:40.901Z] #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 [2022-12-01T00:05:40.901Z] #38 82.30 DEP criu/rst-malloc.d [2022-12-01T00:05:41.069Z] #35 49.35 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:41.069Z] #35 49.35 Need to get 17.7 MB of archives. [2022-12-01T00:05:41.069Z] #35 49.35 After this operation, 70.7 MB of additional disk space will be used. [2022-12-01T00:05:41.069Z] #35 49.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:05:41.069Z] #35 49.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:05:41.069Z] #35 49.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-12-01T00:05:41.069Z] #35 49.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:05:41.084Z] #31 ... [2022-12-01T00:05:41.084Z] [2022-12-01T00:05:41.084Z] #26 [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 [2022-12-01T00:05:41.084Z] #26 DONE 53.9s [2022-12-01T00:05:41.137Z] #37 45.35 + bin/ctr [2022-12-01T00:05:41.159Z] #38 ... [2022-12-01T00:05:41.159Z] [2022-12-01T00:05:41.159Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-12-01T00:05:41.159Z] #40 DONE 0.1s [2022-12-01T00:05:41.159Z] [2022-12-01T00:05:41.159Z] #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 [2022-12-01T00:05:41.159Z] #38 82.37 DEP criu/rbtree.d [2022-12-01T00:05:41.159Z] #38 82.38 DEP criu/pstree.d [2022-12-01T00:05:41.159Z] #38 ... [2022-12-01T00:05:41.159Z] [2022-12-01T00:05:41.159Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-12-01T00:05:41.159Z] #41 DONE 0.2s [2022-12-01T00:05:41.159Z] [2022-12-01T00:05:41.159Z] #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 [2022-12-01T00:05:41.159Z] #38 82.57 DEP criu/protobuf.d [2022-12-01T00:05:41.344Z] [2022-12-01T00:05:41.344Z] #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 [2022-12-01T00:05:41.344Z] #30 53.22 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:05:41.344Z] #30 53.22 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:05:41.344Z] #30 53.28 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:05:41.344Z] #30 53.29 go: downloading github.com/spf13/cobra v1.3.0 [2022-12-01T00:05:41.344Z] #30 53.35 go: downloading github.com/spf13/pflag v1.0.5 [2022-12-01T00:05:41.344Z] #30 53.74 go: downloading github.com/spf13/viper v1.10.1 [2022-12-01T00:05:41.418Z] #38 82.82 GEN criu/protobuf-desc-gen.h [2022-12-01T00:05:41.600Z] #30 54.23 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-12-01T00:05:42.012Z] #35 50.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2022-12-01T00:05:42.012Z] #35 50.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-12-01T00:05:42.012Z] #35 50.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-12-01T00:05:42.012Z] #35 50.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-12-01T00:05:42.012Z] #35 50.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-12-01T00:05:42.012Z] #35 50.39 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-12-01T00:05:42.163Z] #30 54.80 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-12-01T00:05:42.163Z] #30 54.83 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-12-01T00:05:42.219Z] #32 ... [2022-12-01T00:05:42.219Z] [2022-12-01T00:05:42.219Z] #21 [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 [2022-12-01T00:05:42.219Z] #21 DONE 37.9s [2022-12-01T00:05:42.425Z] #30 ... [2022-12-01T00:05:42.425Z] [2022-12-01T00:05:42.425Z] #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 [2022-12-01T00:05:42.425Z] #33 38.70 Reading package lists... [2022-12-01T00:05:42.425Z] #33 45.22 Building dependency tree... [2022-12-01T00:05:42.425Z] #33 50.55 The following additional packages will be installed: [2022-12-01T00:05:42.425Z] #33 50.57 libbtrfs0 [2022-12-01T00:05:42.425Z] #33 50.91 The following NEW packages will be installed: [2022-12-01T00:05:42.425Z] #33 50.93 libbtrfs-dev libbtrfs0 [2022-12-01T00:05:42.425Z] #33 51.47 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:42.425Z] #33 51.47 Need to get 460 kB of archives. [2022-12-01T00:05:42.425Z] #33 51.47 After this operation, 1237 kB of additional disk space will be used. [2022-12-01T00:05:42.425Z] #33 51.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:05:42.425Z] #33 51.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:05:42.425Z] #33 53.18 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:42.425Z] #33 53.51 Fetched 460 kB in 0s (1219 kB/s) [2022-12-01T00:05:42.425Z] #33 53.76 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:05:42.425Z] #33 53.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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:42.425Z] #33 53.85 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:05:42.425Z] #33 53.89 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:42.425Z] #33 54.37 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:05:42.425Z] #33 54.37 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:05:42.425Z] #33 54.39 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:42.425Z] #33 55.10 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:42.425Z] #33 55.17 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:42.425Z] #33 55.19 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:05:42.425Z] #33 ... [2022-12-01T00:05:42.425Z] [2022-12-01T00:05:42.425Z] #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 [2022-12-01T00:05:42.425Z] #32 54.36 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:42.425Z] #32 54.87 Fetched 4583 kB in 1s (3108 kB/s) [2022-12-01T00:05:42.425Z] #32 55.12 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:05:42.425Z] #32 55.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-12-01T00:05:42.425Z] #32 55.24 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:05:42.474Z] [2022-12-01T00:05:42.475Z] #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 [2022-12-01T00:05:42.475Z] #30 34.72 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:05:42.475Z] #30 34.73 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:05:42.475Z] #30 34.78 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:05:42.475Z] #30 34.81 go: downloading github.com/spf13/cobra v1.3.0 [2022-12-01T00:05:42.475Z] #30 34.83 go: downloading github.com/spf13/pflag v1.0.5 [2022-12-01T00:05:42.475Z] #30 35.18 go: downloading github.com/spf13/viper v1.10.1 [2022-12-01T00:05:42.475Z] #30 35.19 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-12-01T00:05:42.475Z] #30 35.68 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-12-01T00:05:42.475Z] #30 35.71 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-12-01T00:05:42.475Z] #30 37.11 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-12-01T00:05:42.475Z] #30 37.17 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-12-01T00:05:42.475Z] #30 37.22 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:05:42.475Z] #30 37.31 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:05:42.584Z] #35 ... [2022-12-01T00:05:42.584Z] [2022-12-01T00:05:42.584Z] #21 [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 [2022-12-01T00:05:42.584Z] #21 37.39 Reading package lists... [2022-12-01T00:05:42.584Z] #21 44.31 Building dependency tree... [2022-12-01T00:05:42.584Z] #21 48.41 The following additional packages will be installed: [2022-12-01T00:05:42.584Z] #21 48.42 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2022-12-01T00:05:42.584Z] #21 48.42 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2022-12-01T00:05:42.584Z] #21 48.42 Suggested packages: [2022-12-01T00:05:42.584Z] #21 48.42 manpages-dev protobuf-mode-el python3-setuptools [2022-12-01T00:05:42.584Z] #21 50.24 The following NEW packages will be installed: [2022-12-01T00:05:42.584Z] #21 50.25 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2022-12-01T00:05:42.584Z] #21 50.26 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2022-12-01T00:05:42.584Z] #21 50.27 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2022-12-01T00:05:42.584Z] #21 50.27 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2022-12-01T00:05:42.584Z] #21 50.81 0 upgraded, 18 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:42.584Z] #21 50.81 Need to get 4583 kB of archives. [2022-12-01T00:05:42.584Z] #21 50.81 After this operation, 25.9 MB of additional disk space will be used. [2022-12-01T00:05:42.584Z] #21 50.81 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:05:42.584Z] #21 50.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-12-01T00:05:42.584Z] #21 50.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:05:42.584Z] #21 50.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-12-01T00:05:42.584Z] #21 50.83 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-12-01T00:05:42.584Z] #21 50.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2022-12-01T00:05:42.584Z] #21 50.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:05:42.584Z] #21 50.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-12-01T00:05:42.584Z] #21 50.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] [2022-12-01T00:05:42.584Z] #21 50.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-12-01T00:05:42.584Z] #21 50.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2022-12-01T00:05:42.584Z] #21 50.96 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2022-12-01T00:05:42.584Z] #21 51.06 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2022-12-01T00:05:42.584Z] #21 51.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2022-12-01T00:05:42.584Z] #21 51.15 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2022-12-01T00:05:42.584Z] #21 51.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:05:42.584Z] #21 51.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-12-01T00:05:42.688Z] #32 55.26 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:05:42.688Z] #32 55.45 Selecting previously unselected package libcap-dev:amd64. [2022-12-01T00:05:42.688Z] #32 55.47 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-12-01T00:05:42.688Z] #32 55.49 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:05:42.844Z] #21 51.17 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-12-01T00:05:42.981Z] #32 55.77 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:05:43.237Z] #32 55.78 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:05:43.237Z] #32 55.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...#32 ... [2022-12-01T00:05:43.237Z] [2022-12-01T00:05:43.237Z] #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 [2022-12-01T00:05:43.237Z] #33 DONE 55.9s [2022-12-01T00:05:43.237Z] [2022-12-01T00:05:43.237Z] #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 [2022-12-01T00:05:43.237Z] #32 55.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:43.319Z] #38 ... [2022-12-01T00:05:43.320Z] [2022-12-01T00:05:43.320Z] #42 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-12-01T00:05:43.320Z] #42 DONE 2.2s [2022-12-01T00:05:43.320Z] [2022-12-01T00:05:43.320Z] #43 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-12-01T00:05:43.494Z] #32 56.18 Selecting previously unselected package libnet1-dev. [2022-12-01T00:05:43.494Z] #32 56.22 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:05:43.750Z] #32 56.28 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:44.007Z] #32 56.61 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:05:44.007Z] #32 56.62 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:05:44.007Z] #32 56.64 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:05:44.007Z] #32 56.82 Selecting previously unselected package libnl-3-dev:amd64. [2022-12-01T00:05:44.007Z] #32 56.85 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:05:44.232Z] #21 ... [2022-12-01T00:05:44.232Z] [2022-12-01T00:05:44.232Z] #35 [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 [2022-12-01T00:05:44.232Z] #35 52.48 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:44.263Z] #32 56.88 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:05:44.495Z] #35 52.80 Fetched 17.7 MB in 2s (9390 kB/s) [2022-12-01T00:05:44.495Z] #35 52.95 Selecting previously unselected package xxd. [2022-12-01T00:05:44.703Z] #43 DONE 1.6s [2022-12-01T00:05:44.703Z] [2022-12-01T00:05:44.703Z] #44 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-12-01T00:05:44.755Z] #35 52.95 (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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:44.755Z] #35 53.06 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:05:44.755Z] #35 53.07 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:44.779Z] #32 57.39 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:05:44.779Z] #32 57.39 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:44.779Z] #32 57.40 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:44.997Z] #30 40.01 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:05:44.997Z] #30 40.01 go: downloading github.com/stretchr/testify v1.7.0 [2022-12-01T00:05:44.997Z] #30 40.29 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-12-01T00:05:44.997Z] #30 40.34 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-12-01T00:05:44.997Z] #30 40.39 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-12-01T00:05:44.997Z] #30 40.51 go: downloading github.com/magiconair/properties v1.8.5 [2022-12-01T00:05:44.997Z] #30 40.56 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-12-01T00:05:44.997Z] #30 40.60 go: downloading github.com/spf13/afero v1.6.0 [2022-12-01T00:05:45.015Z] #35 53.48 Selecting previously unselected package vim-common. [2022-12-01T00:05:45.015Z] #35 53.48 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:05:45.015Z] #35 53.54 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:45.040Z] #32 57.70 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-12-01T00:05:45.040Z] #32 57.76 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:45.040Z] #32 57.77 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:45.254Z] #30 40.68 go: downloading github.com/spf13/cast v1.4.1 [2022-12-01T00:05:45.254Z] #30 40.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-12-01T00:05:45.254Z] #30 40.80 go: downloading github.com/subosito/gotenv v1.2.0 [2022-12-01T00:05:45.254Z] #30 40.83 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-12-01T00:05:45.298Z] #32 58.07 Selecting previously unselected package zlib1g-dev:amd64. [2022-12-01T00:05:45.298Z] #32 58.08 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2022-12-01T00:05:45.298Z] #32 58.09 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:05:45.309Z] #37 ... [2022-12-01T00:05:45.309Z] [2022-12-01T00:05:45.309Z] #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 [2022-12-01T00:05:45.309Z] #36 72.38 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-12-01T00:05:45.309Z] #36 72.39 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-12-01T00:05:45.309Z] #36 72.41 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:05:45.309Z] #36 77.18 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-12-01T00:05:45.309Z] #36 77.19 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-12-01T00:05:45.309Z] #36 77.21 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:05:45.309Z] #36 82.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-12-01T00:05:45.309Z] #36 82.02 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-12-01T00:05:45.309Z] #36 82.03 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:05:45.309Z] #36 ... [2022-12-01T00:05:45.309Z] [2022-12-01T00:05:45.309Z] #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 [2022-12-01T00:05:45.309Z] #38 26.06 CC images/timerfd.o [2022-12-01T00:05:45.309Z] #38 26.42 CC images/mm.o [2022-12-01T00:05:45.309Z] #38 26.74 CC images/sk-opts.o [2022-12-01T00:05:45.309Z] #38 26.94 CC images/sk-unix.o [2022-12-01T00:05:45.309Z] #38 27.15 CC images/sk-inet.o [2022-12-01T00:05:45.309Z] #38 27.40 CC images/tun.o [2022-12-01T00:05:45.309Z] #38 27.74 CC images/sk-netlink.o [2022-12-01T00:05:45.309Z] #38 27.96 CC images/packet-sock.o [2022-12-01T00:05:45.309Z] #38 28.29 CC images/ipc-var.o [2022-12-01T00:05:45.309Z] #38 28.50 CC images/ipc-desc.o [2022-12-01T00:05:45.309Z] #38 28.66 CC images/ipc-shm.o [2022-12-01T00:05:45.309Z] #38 28.83 CC images/ipc-msg.o [2022-12-01T00:05:45.309Z] #38 29.08 CC images/ipc-sem.o [2022-12-01T00:05:45.309Z] #38 29.26 CC images/utsns.o [2022-12-01T00:05:45.309Z] #38 29.47 CC images/creds.o [2022-12-01T00:05:45.309Z] #38 29.62 CC images/vma.o [2022-12-01T00:05:45.309Z] #38 29.84 CC images/netdev.o [2022-12-01T00:05:45.309Z] #38 30.16 CC images/tty.o [2022-12-01T00:05:45.309Z] #38 30.56 CC images/file-lock.o [2022-12-01T00:05:45.309Z] #38 30.69 CC images/rlimit.o [2022-12-01T00:05:45.309Z] #38 30.93 CC images/pagemap.o [2022-12-01T00:05:45.309Z] #38 31.15 CC images/siginfo.o [2022-12-01T00:05:45.309Z] #38 31.35 CC images/rpc.o [2022-12-01T00:05:45.309Z] #38 32.48 CC images/ext-file.o [2022-12-01T00:05:45.309Z] #38 32.72 CC images/cgroup.o [2022-12-01T00:05:45.309Z] #38 33.29 CC images/userns.o [2022-12-01T00:05:45.309Z] #38 33.55 CC images/google/protobuf/descriptor.o [2022-12-01T00:05:45.511Z] #30 40.92 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-12-01T00:05:45.511Z] #30 41.00 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-12-01T00:05:45.511Z] #30 41.13 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-12-01T00:05:45.640Z] #44 0.954 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-12-01T00:05:45.640Z] #44 DONE 1.1s [2022-12-01T00:05:45.640Z] [2022-12-01T00:05:45.640Z] #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 [2022-12-01T00:05:45.640Z] #38 85.68 DEP criu/protobuf-desc.d [2022-12-01T00:05:45.640Z] #38 85.82 DEP criu/proc_parse.d [2022-12-01T00:05:45.640Z] #38 86.14 DEP criu/plugin.d [2022-12-01T00:05:45.640Z] #38 86.34 DEP criu/pipes.d [2022-12-01T00:05:45.640Z] #38 86.56 DEP criu/pie-util.d [2022-12-01T00:05:45.640Z] #38 86.77 DEP criu/pie-util-vdso.d [2022-12-01T00:05:45.640Z] #38 86.97 DEP criu/pie-util-vdso-elf32.d [2022-12-01T00:05:45.769Z] #30 41.16 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-12-01T00:05:45.769Z] #30 41.16 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-12-01T00:05:45.769Z] #30 41.18 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-12-01T00:05:45.769Z] #30 41.18 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-12-01T00:05:45.769Z] #30 41.18 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-12-01T00:05:45.769Z] #30 41.28 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-12-01T00:05:45.811Z] #32 58.46 Selecting previously unselected package libprotobuf23:amd64. [2022-12-01T00:05:45.811Z] #32 58.46 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:45.811Z] #32 58.47 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:05:45.900Z] #38 87.16 DEP criu/path.d [2022-12-01T00:05:45.956Z] #35 54.20 Selecting previously unselected package cmake-data. [2022-12-01T00:05:45.956Z] #35 54.20 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-12-01T00:05:45.956Z] #35 54.32 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:05:46.026Z] #30 41.48 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-12-01T00:05:46.026Z] #30 41.62 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-12-01T00:05:46.158Z] #38 87.45 DEP criu/parasite-syscall.d [2022-12-01T00:05:46.238Z] #38 34.98 CC images/opts.o [2022-12-01T00:05:46.284Z] #30 41.79 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-12-01T00:05:46.284Z] #30 ... [2022-12-01T00:05:46.284Z] [2022-12-01T00:05:46.284Z] #28 [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 [2022-12-01T00:05:46.284Z] #28 DONE 41.8s [2022-12-01T00:05:46.284Z] [2022-12-01T00:05:46.284Z] #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 [2022-12-01T00:05:46.284Z] #30 41.82 go: downloading github.com/Antonboom/errname v0.1.5 [2022-12-01T00:05:46.284Z] #30 41.89 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-12-01T00:05:46.284Z] #30 ... [2022-12-01T00:05:46.284Z] [2022-12-01T00:05:46.284Z] #32 [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 [2022-12-01T00:05:46.284Z] #32 38.74 The following additional packages will be installed: [2022-12-01T00:05:46.284Z] #32 38.74 libbtrfs0 [2022-12-01T00:05:46.284Z] #32 38.93 The following NEW packages will be installed: [2022-12-01T00:05:46.284Z] #32 38.93 libbtrfs-dev libbtrfs0 [2022-12-01T00:05:46.284Z] #32 39.35 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:46.284Z] #32 39.35 Need to get 460 kB of archives. [2022-12-01T00:05:46.284Z] #32 39.35 After this operation, 1237 kB of additional disk space will be used. [2022-12-01T00:05:46.284Z] #32 39.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:05:46.284Z] #32 39.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:05:46.284Z] #32 40.56 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:46.284Z] #32 40.83 Fetched 460 kB in 0s (1366 kB/s) [2022-12-01T00:05:46.284Z] #32 40.96 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:05:46.284Z] #32 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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:46.284Z] #32 41.03 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:05:46.284Z] #32 41.04 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:46.284Z] #32 41.32 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:05:46.284Z] #32 41.33 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:05:46.284Z] #32 41.33 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:46.284Z] #32 41.86 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:46.284Z] #32 41.86 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:46.284Z] #32 41.89 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:05:46.417Z] #38 87.79 DEP criu/pagemap.d [2022-12-01T00:05:46.495Z] #38 35.13 CC images/seccomp.o [2022-12-01T00:05:46.675Z] #38 88.00 DEP criu/pagemap-cache.d [2022-12-01T00:05:46.675Z] #38 ... [2022-12-01T00:05:46.675Z] [2022-12-01T00:05:46.675Z] #45 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-01T00:05:46.675Z] #45 DONE 1.0s [2022-12-01T00:05:46.742Z] #32 ... [2022-12-01T00:05:46.742Z] [2022-12-01T00:05:46.742Z] #25 [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 [2022-12-01T00:05:46.742Z] #25 DONE 59.5s [2022-12-01T00:05:46.750Z] #38 35.33 CC images/binfmt-misc.o [2022-12-01T00:05:46.750Z] #38 35.51 CC images/time.o [2022-12-01T00:05:46.846Z] #32 DONE 42.4s [2022-12-01T00:05:46.846Z] [2022-12-01T00:05:46.846Z] #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 [2022-12-01T00:05:46.846Z] #27 30.20 Reading package lists... [2022-12-01T00:05:46.846Z] #27 35.58 Building dependency tree... [2022-12-01T00:05:46.846Z] #27 39.44 The following additional packages will be installed: [2022-12-01T00:05:46.846Z] #27 39.44 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2022-12-01T00:05:46.846Z] #27 39.44 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2022-12-01T00:05:46.846Z] #27 39.46 Suggested packages: [2022-12-01T00:05:46.846Z] #27 39.46 manpages-dev protobuf-mode-el python3-setuptools [2022-12-01T00:05:46.846Z] #27 40.83 The following NEW packages will be installed: [2022-12-01T00:05:46.846Z] #27 40.83 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2022-12-01T00:05:46.846Z] #27 40.83 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2022-12-01T00:05:46.846Z] #27 40.83 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2022-12-01T00:05:46.846Z] #27 40.83 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2022-12-01T00:05:46.846Z] #27 41.28 0 upgraded, 18 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:46.846Z] #27 41.28 Need to get 4583 kB of archives. [2022-12-01T00:05:46.846Z] #27 41.28 After this operation, 25.9 MB of additional disk space will be used. [2022-12-01T00:05:46.846Z] #27 41.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:05:46.846Z] #27 41.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-12-01T00:05:46.846Z] #27 41.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:05:46.846Z] #27 41.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2022-12-01T00:05:46.846Z] #27 41.33 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-12-01T00:05:46.846Z] #27 41.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2022-12-01T00:05:46.846Z] #27 41.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:05:46.846Z] #27 41.34 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-12-01T00:05:46.846Z] #27 41.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2022-12-01T00:05:46.846Z] #27 41.36 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-12-01T00:05:46.846Z] #27 41.44 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2022-12-01T00:05:46.846Z] #27 41.47 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2022-12-01T00:05:46.846Z] #27 41.54 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2022-12-01T00:05:46.846Z] #27 41.65 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2022-12-01T00:05:46.846Z] #27 41.65 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2022-12-01T00:05:46.846Z] #27 41.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:05:46.846Z] #27 41.65 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-12-01T00:05:46.846Z] #27 41.68 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-12-01T00:05:46.934Z] [2022-12-01T00:05:46.934Z] #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 [2022-12-01T00:05:46.934Z] #38 88.15 DEP criu/page-xfer.d [2022-12-01T00:05:47.000Z] [2022-12-01T00:05:47.000Z] #31 [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 [2022-12-01T00:05:47.000Z] #31 58.43 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:05:47.000Z] #31 58.44 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:05:47.000Z] #31 58.47 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:05:47.006Z] #38 35.67 CC images/sysctl.o [2022-12-01T00:05:47.102Z] #27 ... [2022-12-01T00:05:47.102Z] [2022-12-01T00:05:47.102Z] #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 [2022-12-01T00:05:47.192Z] #38 88.46 DEP criu/page-pipe.d [2022-12-01T00:05:47.193Z] #38 88.67 DEP criu/netfilter.d [2022-12-01T00:05:47.262Z] #38 35.82 CC images/autofs.o [2022-12-01T00:05:47.403Z] #35 ... [2022-12-01T00:05:47.403Z] [2022-12-01T00:05:47.403Z] #31 [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 [2022-12-01T00:05:47.403Z] #31 38.30 Reading package lists... [2022-12-01T00:05:47.403Z] #31 45.59 Building dependency tree... [2022-12-01T00:05:47.403Z] #31 50.26 The following additional packages will be installed: [2022-12-01T00:05:47.403Z] #31 50.27 libbtrfs0 [2022-12-01T00:05:47.403Z] #31 50.56 The following NEW packages will be installed: [2022-12-01T00:05:47.403Z] #31 50.56 libbtrfs-dev libbtrfs0 [2022-12-01T00:05:47.403Z] #31 50.95 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:47.403Z] #31 50.95 Need to get 460 kB of archives. [2022-12-01T00:05:47.403Z] #31 50.95 After this operation, 1237 kB of additional disk space will be used. [2022-12-01T00:05:47.403Z] #31 50.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:05:47.403Z] #31 50.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:05:47.403Z] #31 52.50 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:47.403Z] #31 52.80 Fetched 460 kB in 0s (1417 kB/s) [2022-12-01T00:05:47.403Z] #31 52.95 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:05:47.403Z] #31 52.95 (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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:47.403Z] #31 53.04 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:05:47.403Z] #31 53.06 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:47.403Z] #31 53.46 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:05:47.403Z] #31 53.47 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:05:47.403Z] #31 53.47 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:47.403Z] #31 54.95 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:05:47.403Z] #31 55.30 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:05:47.403Z] #31 55.40 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:05:47.403Z] #31 ... [2022-12-01T00:05:47.403Z] [2022-12-01T00:05:47.403Z] #21 [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 [2022-12-01T00:05:47.403Z] #21 52.66 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:47.403Z] #21 53.02 Fetched 4583 kB in 1s (6086 kB/s) [2022-12-01T00:05:47.403Z] #21 53.25 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:05:47.404Z] #21 53.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-12-01T00:05:47.404Z] #21 53.36 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:05:47.404Z] #21 53.39 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:05:47.404Z] #21 53.58 Selecting previously unselected package libcap-dev:amd64. [2022-12-01T00:05:47.404Z] #21 53.58 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-12-01T00:05:47.404Z] #21 53.59 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:05:47.404Z] #21 53.77 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:05:47.404Z] #21 53.77 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:05:47.404Z] #21 53.77 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:47.404Z] #21 54.16 Selecting previously unselected package libnet1-dev. [2022-12-01T00:05:47.404Z] #21 54.17 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:05:47.404Z] #21 54.22 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:47.404Z] #21 55.40 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:05:47.404Z] #21 55.41 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:05:47.404Z] #21 55.47 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:05:47.454Z] #38 88.84 DEP criu/net.d [2022-12-01T00:05:47.518Z] #38 36.06 CC images/macvlan.o [2022-12-01T00:05:47.518Z] #38 36.21 CC images/sit.o [2022-12-01T00:05:47.668Z] #21 55.88 Selecting previously unselected package libnl-3-dev:amd64. [2022-12-01T00:05:47.668Z] #21 55.88 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:05:47.668Z] #21 56.10 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:05:47.668Z] #21 ... [2022-12-01T00:05:47.668Z] [2022-12-01T00:05:47.668Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:47.668Z] #32 39.17 Reading package lists... [2022-12-01T00:05:47.668Z] #32 46.33 Building dependency tree... [2022-12-01T00:05:47.668Z] #32 51.08 The following additional packages will be installed: [2022-12-01T00:05:47.668Z] #32 51.09 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:05:47.668Z] #32 51.10 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-12-01T00:05:47.668Z] #32 51.10 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-12-01T00:05:47.668Z] #32 51.10 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-12-01T00:05:47.668Z] #32 51.11 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-12-01T00:05:47.668Z] #32 51.11 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-12-01T00:05:47.668Z] #32 51.11 mingw-w64-common mingw-w64-x86-64-dev [2022-12-01T00:05:47.668Z] #32 51.13 Suggested packages: [2022-12-01T00:05:47.668Z] #32 51.15 gcc-10-locales seccomp wine64 [2022-12-01T00:05:47.668Z] #32 53.01 The following NEW packages will be installed: [2022-12-01T00:05:47.668Z] #32 53.01 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:05:47.668Z] #32 53.01 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-12-01T00:05:47.668Z] #32 53.01 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-12-01T00:05:47.668Z] #32 53.01 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-12-01T00:05:47.668Z] #32 53.01 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-12-01T00:05:47.668Z] #32 53.01 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-12-01T00:05:47.668Z] #32 53.01 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-12-01T00:05:47.668Z] #32 53.01 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-12-01T00:05:47.668Z] #32 53.01 mingw-w64-x86-64-dev [2022-12-01T00:05:47.668Z] #32 53.56 0 upgraded, 30 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:47.668Z] #32 53.56 Need to get 115 MB of archives. [2022-12-01T00:05:47.668Z] #32 53.56 After this operation, 645 MB of additional disk space will be used. [2022-12-01T00:05:47.668Z] #32 53.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-12-01T00:05:47.668Z] #32 53.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-12-01T00:05:47.668Z] #32 54.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-12-01T00:05:47.668Z] #32 54.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-12-01T00:05:47.668Z] #32 54.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-12-01T00:05:47.668Z] #32 54.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-12-01T00:05:47.668Z] #32 54.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-12-01T00:05:47.668Z] #32 54.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-12-01T00:05:47.668Z] #32 54.96 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-12-01T00:05:47.668Z] #32 56.07 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:05:47.773Z] #38 36.36 CC images/memfd.o [2022-12-01T00:05:47.942Z] #32 ... [2022-12-01T00:05:47.942Z] [2022-12-01T00:05:47.942Z] #36 [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 [2022-12-01T00:05:47.942Z] #36 53.02 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-01T00:05:47.942Z] #36 53.02 go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:05:47.942Z] #36 53.11 go: downloading github.com/pkg/errors v0.9.1 [2022-12-01T00:05:47.942Z] #36 53.14 go: downloading github.com/spf13/cobra v1.3.0 [2022-12-01T00:05:47.942Z] #36 53.17 go: downloading github.com/spf13/pflag v1.0.5 [2022-12-01T00:05:47.942Z] #36 53.52 go: downloading github.com/spf13/viper v1.10.1 [2022-12-01T00:05:47.942Z] #36 54.12 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-12-01T00:05:47.942Z] #36 54.52 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-12-01T00:05:47.942Z] #36 54.52 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-12-01T00:05:48.021Z] #38 ... [2022-12-01T00:05:48.021Z] [2022-12-01T00:05:48.021Z] #46 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-12-01T00:05:48.021Z] #46 DONE 1.2s [2022-12-01T00:05:48.021Z] [2022-12-01T00:05:48.022Z] #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 [2022-12-01T00:05:48.022Z] #38 89.20 DEP criu/namespaces.d [2022-12-01T00:05:48.022Z] #38 89.43 DEP criu/mount.d [2022-12-01T00:05:48.029Z] #38 36.73 CC images/timens.o [2022-12-01T00:05:48.206Z] #36 ... [2022-12-01T00:05:48.206Z] [2022-12-01T00:05:48.206Z] #30 [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 [2022-12-01T00:05:48.206Z] #30 DONE 56.5s [2022-12-01T00:05:48.206Z] [2022-12-01T00:05:48.206Z] #31 [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 [2022-12-01T00:05:48.206Z] #31 DONE 56.5s [2022-12-01T00:05:48.206Z] [2022-12-01T00:05:48.206Z] #36 [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 [2022-12-01T00:05:48.206Z] #36 56.61 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-12-01T00:05:48.206Z] #36 56.65 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:05:48.280Z] #38 89.71 DEP criu/memfd.d [2022-12-01T00:05:48.285Z] #38 36.95 LINK images/built-in.o [2022-12-01T00:05:48.468Z] #36 56.84 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:05:48.539Z] #38 89.89 DEP criu/mem.d [2022-12-01T00:05:48.541Z] #38 37.11 GEN compel/include/asm [2022-12-01T00:05:48.541Z] #38 37.17 GEN compel/include/version.h [2022-12-01T00:05:48.541Z] #38 37.19 touch .config [2022-12-01T00:05:48.541Z] #38 37.28 GEN include/common/config.h [2022-12-01T00:05:48.730Z] #36 57.09 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-12-01T00:05:48.797Z] #38 37.38 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-12-01T00:05:48.797Z] #38 37.38 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2022-12-01T00:05:48.797Z] #38 37.41 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2022-12-01T00:05:48.797Z] #38 37.46 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2022-12-01T00:05:48.797Z] #38 37.48 DEP compel/plugins/std/infect.d [2022-12-01T00:05:48.797Z] #38 37.58 DEP compel/plugins/std/string.d [2022-12-01T00:05:48.798Z] #38 90.09 DEP criu/lsm.d [2022-12-01T00:05:48.798Z] #38 90.21 DEP criu/log.d [2022-12-01T00:05:49.054Z] #38 37.70 DEP compel/plugins/std/log.d [2022-12-01T00:05:49.054Z] #38 37.78 DEP compel/plugins/std/fds.d [2022-12-01T00:05:49.057Z] #38 ... [2022-12-01T00:05:49.057Z] [2022-12-01T00:05:49.057Z] #47 [dev-systemd-false 6/26] RUN ldconfig [2022-12-01T00:05:49.057Z] #47 DONE 1.2s [2022-12-01T00:05:49.057Z] [2022-12-01T00:05:49.057Z] #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 [2022-12-01T00:05:49.057Z] #38 90.33 DEP criu/libnetlink.d [2022-12-01T00:05:49.311Z] #38 37.88 DEP compel/plugins/std/std.d [2022-12-01T00:05:49.311Z] #38 37.96 DEP compel/plugins/shmem/shmem.d [2022-12-01T00:05:49.311Z] #38 38.03 DEP compel/plugins/fds/fds.d [2022-12-01T00:05:49.316Z] #38 90.51 DEP criu/kerndat.d [2022-12-01T00:05:49.568Z] #38 38.17 CC compel/plugins/std/std.o [2022-12-01T00:05:49.574Z] #38 90.98 DEP criu/kcmp-ids.d [2022-12-01T00:05:49.621Z] #37 ... [2022-12-01T00:05:49.621Z] [2022-12-01T00:05:49.621Z] #31 [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 [2022-12-01T00:05:49.621Z] #31 29.67 Reading package lists... [2022-12-01T00:05:49.621Z] #31 35.14 Building dependency tree... [2022-12-01T00:05:49.621Z] #31 38.83 The following additional packages will be installed: [2022-12-01T00:05:49.621Z] #31 38.93 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-12-01T00:05:49.621Z] #31 38.93 Suggested packages: [2022-12-01T00:05:49.621Z] #31 38.93 cmake-doc ninja-build lrzip [2022-12-01T00:05:49.621Z] #31 38.93 Recommended packages: [2022-12-01T00:05:49.621Z] #31 38.93 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-12-01T00:05:49.621Z] #31 39.73 The following NEW packages will be installed: [2022-12-01T00:05:49.621Z] #31 39.73 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-12-01T00:05:49.621Z] #31 39.73 vim-common xxd [2022-12-01T00:05:49.621Z] #31 40.16 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:49.621Z] #31 40.16 Need to get 17.7 MB of archives. [2022-12-01T00:05:49.621Z] #31 40.16 After this operation, 70.7 MB of additional disk space will be used. [2022-12-01T00:05:49.621Z] #31 40.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:05:49.621Z] #31 40.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:05:49.621Z] #31 40.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-12-01T00:05:49.621Z] #31 40.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:05:49.621Z] #31 40.84 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB] [2022-12-01T00:05:49.621Z] #31 40.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-12-01T00:05:49.621Z] #31 40.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-12-01T00:05:49.621Z] #31 40.90 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-12-01T00:05:49.621Z] #31 40.90 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-12-01T00:05:49.621Z] #31 40.92 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-12-01T00:05:49.621Z] #31 42.54 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:49.621Z] #31 42.84 Fetched 17.7 MB in 1s (12.3 MB/s) [2022-12-01T00:05:49.621Z] #31 42.97 Selecting previously unselected package xxd. [2022-12-01T00:05:49.621Z] #31 42.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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:49.621Z] #31 42.97 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:05:49.621Z] #31 42.99 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:49.621Z] #31 43.17 Selecting previously unselected package vim-common. [2022-12-01T00:05:49.621Z] #31 43.17 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:05:49.621Z] #31 43.17 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:05:49.621Z] #31 43.49 Selecting previously unselected package cmake-data. [2022-12-01T00:05:49.621Z] #31 43.49 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-12-01T00:05:49.621Z] #31 43.49 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:05:49.621Z] #31 ... [2022-12-01T00:05:49.621Z] [2022-12-01T00:05:49.621Z] #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 [2022-12-01T00:05:49.621Z] #27 42.97 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:49.621Z] #27 43.07 Fetched 4583 kB in 1s (6385 kB/s) [2022-12-01T00:05:49.621Z] #27 43.16 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:05:49.621Z] #27 43.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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:49.621Z] #27 43.22 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 43.29 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:05:49.621Z] #27 43.38 Selecting previously unselected package libcap-dev:amd64. [2022-12-01T00:05:49.621Z] #27 43.38 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 43.38 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:05:49.621Z] #27 43.56 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:05:49.621Z] #27 43.56 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 43.68 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:49.621Z] #27 43.89 Selecting previously unselected package libnet1-dev. [2022-12-01T00:05:49.621Z] #27 43.89 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 43.89 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:49.621Z] #27 44.09 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:05:49.621Z] #27 44.10 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 44.10 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:05:49.621Z] #27 44.25 Selecting previously unselected package libnl-3-dev:amd64. [2022-12-01T00:05:49.621Z] #27 44.25 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 44.26 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:05:49.621Z] #27 44.56 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:05:49.621Z] #27 44.56 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 44.59 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:49.621Z] #27 44.76 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-12-01T00:05:49.621Z] #27 44.76 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 44.76 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:49.621Z] #27 44.83 Selecting previously unselected package zlib1g-dev:amd64. [2022-12-01T00:05:49.621Z] #27 44.86 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 44.88 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:05:49.621Z] #27 45.18 Selecting previously unselected package libprotobuf23:amd64. [2022-12-01T00:05:49.621Z] #27 45.18 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:49.621Z] #27 45.19 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:05:49.824Z] #38 38.41 CC compel/plugins/std/fds.o [2022-12-01T00:05:49.833Z] #38 91.10 DEP criu/irmap.d [2022-12-01T00:05:49.833Z] #38 91.25 DEP criu/ipc_ns.d [2022-12-01T00:05:50.081Z] #38 38.73 CC compel/plugins/std/log.o [2022-12-01T00:05:50.091Z] #38 91.46 DEP criu/image.d [2022-12-01T00:05:50.350Z] #38 91.60 DEP criu/image-desc.d [2022-12-01T00:05:50.350Z] #38 91.75 DEP criu/fsnotify.d [2022-12-01T00:05:50.549Z] #27 45.93 Selecting previously unselected package libprotobuf-lite23:amd64. [2022-12-01T00:05:50.549Z] #27 45.93 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:50.549Z] #27 ... [2022-12-01T00:05:50.549Z] [2022-12-01T00:05:50.549Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:50.549Z] #29 34.56 Building dependency tree... [2022-12-01T00:05:50.549Z] #29 38.32 The following additional packages will be installed: [2022-12-01T00:05:50.549Z] #29 38.32 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:05:50.549Z] #29 38.32 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-12-01T00:05:50.549Z] #29 38.32 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-12-01T00:05:50.549Z] #29 38.32 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-12-01T00:05:50.549Z] #29 38.32 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-12-01T00:05:50.549Z] #29 38.32 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-12-01T00:05:50.549Z] #29 38.32 mingw-w64-common mingw-w64-x86-64-dev [2022-12-01T00:05:50.549Z] #29 38.38 Suggested packages: [2022-12-01T00:05:50.549Z] #29 38.38 gcc-10-locales seccomp wine64 [2022-12-01T00:05:50.549Z] #29 39.69 The following NEW packages will be installed: [2022-12-01T00:05:50.549Z] #29 39.70 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-01T00:05:50.549Z] #29 39.70 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-12-01T00:05:50.549Z] #29 39.70 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-12-01T00:05:50.549Z] #29 39.70 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-12-01T00:05:50.549Z] #29 39.70 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-12-01T00:05:50.549Z] #29 39.71 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-12-01T00:05:50.549Z] #29 39.71 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-12-01T00:05:50.549Z] #29 39.71 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-12-01T00:05:50.549Z] #29 39.71 mingw-w64-x86-64-dev [2022-12-01T00:05:50.549Z] #29 40.14 0 upgraded, 30 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:05:50.549Z] #29 40.14 Need to get 115 MB of archives. [2022-12-01T00:05:50.549Z] #29 40.14 After this operation, 645 MB of additional disk space will be used. [2022-12-01T00:05:50.549Z] #29 40.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-12-01T00:05:50.549Z] #29 40.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-12-01T00:05:50.549Z] #29 40.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-12-01T00:05:50.549Z] #29 40.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-12-01T00:05:50.549Z] #29 40.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-12-01T00:05:50.549Z] #29 40.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-12-01T00:05:50.549Z] #29 40.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-12-01T00:05:50.549Z] #29 40.95 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-12-01T00:05:50.550Z] #29 40.96 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-12-01T00:05:50.550Z] #29 41.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:05:50.550Z] #29 42.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:05:50.550Z] #29 43.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-12-01T00:05:50.550Z] #29 44.30 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:05:50.550Z] #29 45.82 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:05:50.550Z] #29 ... [2022-12-01T00:05:50.550Z] [2022-12-01T00:05:50.550Z] #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 [2022-12-01T00:05:50.550Z] #27 45.93 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:50.550Z] #27 45.95 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:05:50.608Z] #38 91.97 DEP criu/filesystems.d [2022-12-01T00:05:50.644Z] #38 39.40 CC compel/plugins/std/string.o [2022-12-01T00:05:50.806Z] #27 46.25 Selecting previously unselected package libprotobuf-dev:amd64. [2022-12-01T00:05:50.806Z] #27 46.25 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2022-12-01T00:05:50.806Z] #27 46.30 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:05:50.867Z] #38 92.12 DEP criu/files.d [2022-12-01T00:05:50.867Z] #38 ... [2022-12-01T00:05:50.867Z] [2022-12-01T00:05:50.867Z] #48 [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 [2022-12-01T00:05:50.867Z] #0 2.044 + RM_GOPATH=0 [2022-12-01T00:05:50.867Z] #0 2.044 + TMP_GOPATH= [2022-12-01T00:05:50.867Z] #0 2.044 + : /build [2022-12-01T00:05:50.867Z] #0 2.044 + '[' -z '' ']' [2022-12-01T00:05:50.867Z] #0 2.044 ++ mktemp -d [2022-12-01T00:05:50.867Z] #0 2.047 + export GOPATH=/tmp/tmp.Q5Jew9O9gB [2022-12-01T00:05:50.867Z] #0 2.047 + GOPATH=/tmp/tmp.Q5Jew9O9gB [2022-12-01T00:05:50.867Z] #0 2.047 + RM_GOPATH=1 [2022-12-01T00:05:50.867Z] #0 2.047 + case "$(go env GOARCH)" in [2022-12-01T00:05:50.867Z] #0 2.052 ++ go env GOARCH [2022-12-01T00:05:50.867Z] #0 2.082 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:50.867Z] #0 2.082 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:50.867Z] #0 2.082 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:50.867Z] #0 2.084 Install runc version v1.1.4 (build tags: seccomp) [2022-12-01T00:05:50.867Z] #0 2.084 + dir=/tmp/install [2022-12-01T00:05:50.867Z] #0 2.084 + bin=runc [2022-12-01T00:05:50.867Z] #0 2.084 + shift [2022-12-01T00:05:50.867Z] #0 2.084 + '[' '!' -f /tmp/install/runc.installer ']' [2022-12-01T00:05:50.867Z] #0 2.084 + . /tmp/install/runc.installer [2022-12-01T00:05:50.867Z] #0 2.084 ++ set -e [2022-12-01T00:05:50.867Z] #0 2.084 ++ : v1.1.4 [2022-12-01T00:05:50.867Z] #0 2.084 + install_runc [2022-12-01T00:05:50.867Z] #0 2.084 + RUNC_BUILDTAGS=seccomp [2022-12-01T00:05:50.867Z] #0 2.084 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2022-12-01T00:05:50.867Z] #0 2.084 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Q5Jew9O9gB/src/github.com/opencontainers/runc [2022-12-01T00:05:50.867Z] #0 2.117 Cloning into '/tmp/tmp.Q5Jew9O9gB/src/github.com/opencontainers/runc'... [2022-12-01T00:05:50.867Z] #48 ... [2022-12-01T00:05:50.867Z] [2022-12-01T00:05:50.867Z] #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 [2022-12-01T00:05:50.867Z] #38 92.34 DEP criu/files-reg.d [2022-12-01T00:05:51.125Z] #38 92.59 DEP criu/files-ext.d [2022-12-01T00:05:51.169Z] #31 ... [2022-12-01T00:05:51.169Z] [2022-12-01T00:05:51.169Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:05:51.169Z] #34 53.59 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:05:51.169Z] #34 56.08 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:05:51.169Z] #34 57.14 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-12-01T00:05:51.169Z] #34 58.29 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:05:51.169Z] #34 60.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:05:51.169Z] #34 61.28 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-12-01T00:05:51.169Z] #34 61.28 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-12-01T00:05:51.169Z] #34 61.28 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-12-01T00:05:51.169Z] #34 61.30 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:05:51.169Z] #34 61.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:05:51.169Z] #34 61.35 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-12-01T00:05:51.169Z] #34 61.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2022-12-01T00:05:51.169Z] #34 61.35 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-12-01T00:05:51.169Z] #34 61.38 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2022-12-01T00:05:51.169Z] #34 61.42 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2022-12-01T00:05:51.169Z] #34 61.43 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2022-12-01T00:05:51.169Z] #34 61.43 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2022-12-01T00:05:51.169Z] #34 61.45 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-12-01T00:05:51.169Z] #34 61.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-12-01T00:05:51.169Z] #34 61.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-12-01T00:05:51.169Z] #34 61.49 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2022-12-01T00:05:51.169Z] #34 63.02 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:05:51.169Z] #34 63.47 Fetched 115 MB in 11s (10.4 MB/s) [2022-12-01T00:05:51.169Z] #34 63.59 Selecting previously unselected package binutils-mingw-w64-i686. [2022-12-01T00:05:51.169Z] #34 63.59 (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 ... 15718 files and directories currently installed.) [2022-12-01T00:05:51.169Z] #34 63.70 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:05:51.169Z] #34 63.70 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:05:51.169Z] #34 ... [2022-12-01T00:05:51.169Z] [2022-12-01T00:05:51.170Z] #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 [2022-12-01T00:05:51.170Z] #30 57.00 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-12-01T00:05:51.170Z] #30 57.00 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:05:51.170Z] #30 57.11 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:05:51.170Z] #30 57.19 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-12-01T00:05:51.170Z] #30 62.17 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:05:51.170Z] #30 62.21 go: downloading github.com/stretchr/testify v1.7.0 [2022-12-01T00:05:51.170Z] #30 62.39 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-12-01T00:05:51.170Z] #30 62.44 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-12-01T00:05:51.170Z] #30 62.59 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-12-01T00:05:51.170Z] #30 62.67 go: downloading github.com/magiconair/properties v1.8.5 [2022-12-01T00:05:51.170Z] #30 62.86 go: downloading github.com/spf13/afero v1.6.0 [2022-12-01T00:05:51.170Z] #30 62.87 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-12-01T00:05:51.170Z] #30 62.94 go: downloading github.com/spf13/cast v1.4.1 [2022-12-01T00:05:51.170Z] #30 63.04 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-12-01T00:05:51.170Z] #30 63.10 go: downloading github.com/subosito/gotenv v1.2.0 [2022-12-01T00:05:51.170Z] #30 63.15 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-12-01T00:05:51.170Z] #30 63.46 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-12-01T00:05:51.170Z] #30 63.50 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-12-01T00:05:51.170Z] #30 63.53 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-12-01T00:05:51.170Z] #30 63.54 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-12-01T00:05:51.170Z] #30 63.58 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-12-01T00:05:51.170Z] #30 63.60 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-12-01T00:05:51.170Z] #30 63.65 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-12-01T00:05:51.170Z] #30 63.68 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-12-01T00:05:51.170Z] #30 63.69 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-12-01T00:05:51.170Z] #30 63.75 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-12-01T00:05:51.274Z] #36 ... [2022-12-01T00:05:51.274Z] [2022-12-01T00:05:51.274Z] #26 [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 [2022-12-01T00:05:51.274Z] #26 DONE 59.6s [2022-12-01T00:05:51.274Z] [2022-12-01T00:05:51.274Z] #21 [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 [2022-12-01T00:05:51.274Z] #21 56.61 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:05:51.274Z] #21 56.61 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:51.274Z] #21 56.63 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:51.274Z] #21 56.83 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-12-01T00:05:51.274Z] #21 56.84 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:51.274Z] #21 56.85 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:51.274Z] #21 57.03 Selecting previously unselected package zlib1g-dev:amd64. [2022-12-01T00:05:51.274Z] #21 57.10 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2022-12-01T00:05:51.274Z] #21 57.13 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:05:51.274Z] #21 57.71 Selecting previously unselected package libprotobuf23:amd64. [2022-12-01T00:05:51.274Z] #21 57.72 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:51.274Z] #21 57.72 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:05:51.274Z] #21 59.04 Selecting previously unselected package libprotobuf-lite23:amd64. [2022-12-01T00:05:51.274Z] #21 59.07 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:51.274Z] #21 59.08 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:05:51.274Z] #21 59.64 Selecting previously unselected package libprotobuf-dev:amd64. [2022-12-01T00:05:51.274Z] #21 59.64 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2022-12-01T00:05:51.274Z] #21 59.65 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:05:51.385Z] #38 92.76 DEP criu/file-lock.d [2022-12-01T00:05:51.572Z] #38 39.92 CC compel/plugins/std/infect.o [2022-12-01T00:05:51.572Z] #38 40.28 CC compel/arch/aarch64/plugins/std/parasite-head.o [2022-12-01T00:05:51.572Z] #38 40.36 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2022-12-01T00:05:51.649Z] #38 92.96 DEP criu/file-ids.d [2022-12-01T00:05:51.732Z] #30 ... [2022-12-01T00:05:51.732Z] [2022-12-01T00:05:51.732Z] #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 [2022-12-01T00:05:51.732Z] #32 60.06 Selecting previously unselected package libprotobuf-lite23:amd64. [2022-12-01T00:05:51.732Z] #32 60.06 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:51.732Z] #32 60.07 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:05:51.732Z] #32 60.63 Selecting previously unselected package libprotobuf-dev:amd64. [2022-12-01T00:05:51.732Z] #32 60.63 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2022-12-01T00:05:51.732Z] #32 60.67 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:05:51.732Z] #32 62.68 Selecting previously unselected package libprotoc23:amd64. [2022-12-01T00:05:51.732Z] #32 62.68 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:51.732Z] #32 62.72 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:05:51.732Z] #32 63.81 Selecting previously unselected package protobuf-c-compiler. [2022-12-01T00:05:51.732Z] #32 63.85 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:51.732Z] #32 63.86 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:05:51.732Z] #32 64.07 Selecting previously unselected package protobuf-compiler. [2022-12-01T00:05:51.732Z] #32 64.08 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2022-12-01T00:05:51.732Z] #32 64.09 Unpacking protobuf-compiler (3.12.4-1) ... [2022-12-01T00:05:51.732Z] #32 64.23 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:05:51.732Z] #32 64.24 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:05:51.732Z] #32 64.24 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:05:51.828Z] #38 40.47 AR compel/plugins/std.lib.a [2022-12-01T00:05:51.828Z] #38 40.58 CC compel/plugins/fds/fds.o [2022-12-01T00:05:51.909Z] #38 93.19 DEP criu/fifo.d [2022-12-01T00:05:51.988Z] #32 64.67 Selecting previously unselected package python3-six. [2022-12-01T00:05:51.988Z] #32 64.67 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2022-12-01T00:05:51.988Z] #32 64.69 Unpacking python3-six (1.16.0-2) ... [2022-12-01T00:05:52.085Z] #38 40.79 AR compel/plugins/fds.lib.a [2022-12-01T00:05:52.085Z] #38 40.86 HOSTDEP compel/src/lib/log-host.d [2022-12-01T00:05:52.168Z] #38 93.37 DEP criu/fdstore.d [2022-12-01T00:05:52.168Z] #38 93.46 DEP criu/fault-injection.d [2022-12-01T00:05:52.168Z] #38 93.51 DEP criu/external.d [2022-12-01T00:05:52.245Z] #32 64.85 Selecting previously unselected package python3-protobuf. [2022-12-01T00:05:52.245Z] #32 64.85 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2022-12-01T00:05:52.245Z] #32 64.89 Unpacking python3-protobuf (3.12.4-1) ... [2022-12-01T00:05:52.342Z] #38 40.96 HOSTDEP compel/src/lib/handle-elf-host.d [2022-12-01T00:05:52.342Z] #38 41.10 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2022-12-01T00:05:52.342Z] #38 41.14 HOSTDEP compel/src/main-host.d [2022-12-01T00:05:52.426Z] #38 93.70 DEP criu/eventpoll.d [2022-12-01T00:05:52.426Z] #38 93.89 DEP criu/eventfd.d [2022-12-01T00:05:52.598Z] #38 41.21 DEP compel/src/lib/ptrace.d [2022-12-01T00:05:52.598Z] #38 41.29 DEP compel/src/lib/infect.d [2022-12-01T00:05:52.598Z] #38 41.39 DEP compel/src/lib/infect-util.d [2022-12-01T00:05:52.684Z] #38 94.06 DEP criu/crtools.d [2022-12-01T00:05:52.733Z] #27 47.88 Selecting previously unselected package libprotoc23:amd64. [2022-12-01T00:05:52.733Z] #27 47.88 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:52.733Z] #27 47.88 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:05:52.807Z] #32 ... [2022-12-01T00:05:52.807Z] [2022-12-01T00:05:52.807Z] #22 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:05:52.854Z] #38 41.55 DEP compel/src/lib/infect-rpc.d [2022-12-01T00:05:52.854Z] #38 41.69 DEP compel/arch/aarch64/src/lib/infect.d [2022-12-01T00:05:52.943Z] #38 94.29 DEP criu/cr-service.d [2022-12-01T00:05:52.990Z] #27 48.44 Selecting previously unselected package protobuf-c-compiler. [2022-12-01T00:05:52.990Z] #27 48.46 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:05:52.990Z] #27 48.46 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:05:52.990Z] #27 48.62 Selecting previously unselected package protobuf-compiler. [2022-12-01T00:05:52.990Z] #27 48.62 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2022-12-01T00:05:52.990Z] #27 48.62 Unpacking protobuf-compiler (3.12.4-1) ... [2022-12-01T00:05:53.063Z] #22 65.59 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) [2022-12-01T00:05:53.064Z] #22 ... [2022-12-01T00:05:53.064Z] [2022-12-01T00:05:53.064Z] #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 [2022-12-01T00:05:53.064Z] #0 1.472 + RM_GOPATH=0 [2022-12-01T00:05:53.064Z] #0 1.472 + TMP_GOPATH= [2022-12-01T00:05:53.064Z] #0 1.472 + : /build [2022-12-01T00:05:53.064Z] #0 1.472 + '[' -z '' ']' [2022-12-01T00:05:53.064Z] #0 1.472 ++ mktemp -d [2022-12-01T00:05:53.064Z] #0 1.481 + export GOPATH=/tmp/tmp.6858SLAPGw [2022-12-01T00:05:53.064Z] #0 1.481 + GOPATH=/tmp/tmp.6858SLAPGw [2022-12-01T00:05:53.064Z] #0 1.481 + RM_GOPATH=1 [2022-12-01T00:05:53.064Z] #0 1.481 + case "$(go env GOARCH)" in [2022-12-01T00:05:53.064Z] #0 1.481 ++ go env GOARCH [2022-12-01T00:05:53.064Z] #0 1.560 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:53.064Z] #0 1.560 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:53.064Z] #0 1.560 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:53.064Z] #0 1.571 + dir=/tmp/install [2022-12-01T00:05:53.064Z] #0 1.571 + bin=containerd [2022-12-01T00:05:53.064Z] #0 1.571 + shift [2022-12-01T00:05:53.064Z] #0 1.571 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-12-01T00:05:53.064Z] #0 1.571 + . /tmp/install/containerd.installer [2022-12-01T00:05:53.064Z] #0 1.571 ++ set -e [2022-12-01T00:05:53.064Z] #0 1.571 ++ : v1.6.10 [2022-12-01T00:05:53.064Z] #0 1.571 + install_containerd [2022-12-01T00:05:53.064Z] #0 1.571 + echo 'Install containerd version v1.6.10' [2022-12-01T00:05:53.064Z] #0 1.571 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6858SLAPGw/src/github.com/containerd/containerd [2022-12-01T00:05:53.064Z] #0 1.571 Install containerd version v1.6.10 [2022-12-01T00:05:53.064Z] #0 1.584 Cloning into '/tmp/tmp.6858SLAPGw/src/github.com/containerd/containerd'... [2022-12-01T00:05:53.111Z] #38 41.76 DEP compel/arch/aarch64/src/lib/cpu.d [2022-12-01T00:05:53.111Z] #38 41.80 DEP compel/src/lib/log.d [2022-12-01T00:05:53.111Z] #38 41.86 DEP compel/src/main.d [2022-12-01T00:05:53.111Z] #38 41.93 DEP compel/src/lib/handle-elf.d [2022-12-01T00:05:53.201Z] #38 94.53 DEP criu/cr-restore.d [2022-12-01T00:05:53.246Z] #27 48.81 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:05:53.246Z] #27 48.81 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:05:53.320Z] #37 ... [2022-12-01T00:05:53.320Z] [2022-12-01T00:05:53.320Z] #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 [2022-12-01T00:05:53.320Z] #30 64.72 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-12-01T00:05:53.320Z] #30 64.79 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-12-01T00:05:53.320Z] #30 64.95 go: downloading github.com/Antonboom/errname v0.1.5 [2022-12-01T00:05:53.320Z] #30 65.03 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-12-01T00:05:53.320Z] #30 65.09 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-12-01T00:05:53.376Z] #38 42.02 DEP compel/arch/aarch64/src/lib/handle-elf.d [2022-12-01T00:05:53.459Z] #38 94.78 DEP criu/cr-errno.d [2022-12-01T00:05:53.459Z] #38 94.79 DEP criu/cr-dump.d [2022-12-01T00:05:53.459Z] #38 94.99 DEP criu/cr-dedup.d [2022-12-01T00:05:53.502Z] #27 48.84 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:05:53.502Z] #27 49.06 Selecting previously unselected package python3-six. [2022-12-01T00:05:53.576Z] #30 66.37 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-12-01T00:05:53.632Z] #38 42.13 CC compel/src/lib/log.o [2022-12-01T00:05:53.816Z] #21 62.03 Selecting previously unselected package libprotoc23:amd64. [2022-12-01T00:05:53.816Z] #21 62.03 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2022-12-01T00:05:53.816Z] #21 62.06 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:05:53.833Z] #30 66.46 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-12-01T00:05:53.833Z] #30 66.48 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-12-01T00:05:53.833Z] #30 66.52 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-12-01T00:05:53.833Z] #30 66.58 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-12-01T00:05:53.833Z] #30 66.62 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-12-01T00:05:53.833Z] #30 66.67 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-12-01T00:05:53.846Z] #27 49.10 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2022-12-01T00:05:53.846Z] #27 49.14 Unpacking python3-six (1.16.0-2) ... [2022-12-01T00:05:53.846Z] #27 49.26 Selecting previously unselected package python3-protobuf. [2022-12-01T00:05:53.846Z] #27 49.26 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2022-12-01T00:05:53.846Z] #27 49.27 Unpacking python3-protobuf (3.12.4-1) ... [2022-12-01T00:05:53.888Z] #38 42.39 CC compel/arch/aarch64/src/lib/cpu.o [2022-12-01T00:05:53.888Z] #38 ... [2022-12-01T00:05:53.888Z] [2022-12-01T00:05:53.888Z] #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 [2022-12-01T00:05:53.888Z] #36 91.25 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-12-01T00:05:53.888Z] #36 91.25 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-12-01T00:05:53.888Z] #36 91.25 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:05:54.026Z] #38 95.20 DEP criu/cr-check.d [2022-12-01T00:05:54.089Z] #30 66.87 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-12-01T00:05:54.284Z] #38 95.49 DEP criu/config.d [2022-12-01T00:05:54.284Z] #38 95.66 DEP criu/clone-noasan.d [2022-12-01T00:05:54.346Z] #30 67.03 go: downloading github.com/breml/bidichk v0.2.1 [2022-12-01T00:05:54.346Z] #30 67.11 go: downloading github.com/breml/errchkjson v0.2.1 [2022-12-01T00:05:54.346Z] #30 67.23 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-12-01T00:05:54.346Z] #30 67.27 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-12-01T00:05:54.389Z] #21 ... [2022-12-01T00:05:54.389Z] [2022-12-01T00:05:54.389Z] #36 [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 [2022-12-01T00:05:54.389Z] #36 62.64 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-12-01T00:05:54.389Z] #36 62.65 go: downloading github.com/stretchr/testify v1.7.0 [2022-12-01T00:05:54.418Z] #27 49.85 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:05:54.542Z] #38 95.75 DEP criu/cgroup.d [2022-12-01T00:05:54.542Z] #38 95.93 DEP criu/cgroup-props.d [2022-12-01T00:05:54.542Z] #38 96.01 DEP criu/bitmap.d [2022-12-01T00:05:54.602Z] #30 67.31 go: downloading github.com/daixiang0/gci v0.2.9 [2022-12-01T00:05:54.602Z] #30 67.33 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-12-01T00:05:54.602Z] #30 67.42 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-12-01T00:05:54.649Z] #36 62.89 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-12-01T00:05:54.649Z] #36 62.93 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-12-01T00:05:54.649Z] #36 63.01 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-12-01T00:05:54.649Z] #36 63.02 go: downloading github.com/magiconair/properties v1.8.5 [2022-12-01T00:05:54.801Z] #38 96.06 DEP criu/bfd.d [2022-12-01T00:05:54.801Z] #38 96.17 DEP criu/autofs.d [2022-12-01T00:05:54.859Z] #30 67.50 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-12-01T00:05:54.859Z] #30 67.63 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-12-01T00:05:54.910Z] #36 63.18 go: downloading github.com/spf13/afero v1.6.0 [2022-12-01T00:05:54.910Z] #36 63.20 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-12-01T00:05:54.910Z] #36 63.29 go: downloading github.com/spf13/cast v1.4.1 [2022-12-01T00:05:54.910Z] #36 63.41 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-12-01T00:05:55.059Z] #38 96.37 DEP criu/aio.d [2022-12-01T00:05:55.120Z] #30 67.84 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-12-01T00:05:55.120Z] #30 67.92 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-12-01T00:05:55.170Z] #36 63.49 go: downloading github.com/subosito/gotenv v1.2.0 [2022-12-01T00:05:55.170Z] #36 63.56 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-12-01T00:05:55.317Z] #38 96.60 DEP criu/action-scripts.d [2022-12-01T00:05:55.376Z] #30 68.02 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-12-01T00:05:55.431Z] #36 63.72 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-12-01T00:05:55.431Z] #36 63.77 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-12-01T00:05:55.431Z] #36 63.81 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-12-01T00:05:55.431Z] #36 63.85 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-12-01T00:05:55.431Z] #36 63.88 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-12-01T00:05:55.431Z] #36 63.88 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-12-01T00:05:55.431Z] #36 63.91 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-12-01T00:05:55.576Z] #38 96.79 CC criu/action-scripts.o [2022-12-01T00:05:55.633Z] #30 68.25 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-12-01T00:05:55.633Z] #30 68.41 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-12-01T00:05:55.633Z] #30 68.48 go: downloading github.com/golangci/misspell v0.3.5 [2022-12-01T00:05:55.633Z] #30 68.50 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-12-01T00:05:55.691Z] #36 63.93 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-12-01T00:05:55.691Z] #36 64.00 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-12-01T00:05:55.834Z] #38 97.18 CC criu/aio.o [2022-12-01T00:05:55.889Z] #30 68.51 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-12-01T00:05:55.889Z] #30 68.60 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-12-01T00:05:55.889Z] #30 68.66 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-12-01T00:05:55.889Z] #30 68.70 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-12-01T00:05:55.889Z] #30 68.72 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-12-01T00:05:55.950Z] #36 64.33 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-12-01T00:05:56.146Z] #30 68.82 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-12-01T00:05:56.146Z] #30 68.93 go: downloading github.com/julz/importas v0.1.0 [2022-12-01T00:05:56.146Z] #30 68.96 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-12-01T00:05:56.146Z] #30 69.07 go: downloading github.com/kulti/thelper v0.5.0 [2022-12-01T00:05:56.338Z] #27 51.73 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:05:56.338Z] #27 51.77 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:05:56.338Z] #27 51.79 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:56.338Z] #27 51.79 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:05:56.338Z] #27 51.81 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:05:56.338Z] #27 51.83 Setting up python3-six (1.16.0-2) ... [2022-12-01T00:05:56.338Z] #27 ... [2022-12-01T00:05:56.338Z] [2022-12-01T00:05:56.338Z] #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 [2022-12-01T00:05:56.338Z] #30 41.98 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-12-01T00:05:56.338Z] #30 42.88 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-12-01T00:05:56.338Z] #30 42.97 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-12-01T00:05:56.338Z] #30 42.97 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-12-01T00:05:56.338Z] #30 43.00 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-12-01T00:05:56.338Z] #30 43.16 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-12-01T00:05:56.338Z] #30 43.22 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-12-01T00:05:56.338Z] #30 43.27 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-12-01T00:05:56.338Z] #30 43.29 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-12-01T00:05:56.338Z] #30 43.40 go: downloading github.com/breml/bidichk v0.2.1 [2022-12-01T00:05:56.338Z] #30 43.40 go: downloading github.com/breml/errchkjson v0.2.1 [2022-12-01T00:05:56.338Z] #30 43.54 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-12-01T00:05:56.338Z] #30 43.80 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-12-01T00:05:56.338Z] #30 43.89 go: downloading github.com/daixiang0/gci v0.2.9 [2022-12-01T00:05:56.338Z] #30 43.91 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-12-01T00:05:56.338Z] #30 43.95 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-12-01T00:05:56.338Z] #30 44.08 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-12-01T00:05:56.338Z] #30 44.08 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-12-01T00:05:56.338Z] #30 44.08 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-12-01T00:05:56.338Z] #30 44.20 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-12-01T00:05:56.338Z] #30 44.55 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-12-01T00:05:56.338Z] #30 44.59 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-12-01T00:05:56.338Z] #30 44.76 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-12-01T00:05:56.338Z] #30 44.76 go: downloading github.com/golangci/misspell v0.3.5 [2022-12-01T00:05:56.338Z] #30 45.14 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-12-01T00:05:56.338Z] #30 45.21 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-12-01T00:05:56.338Z] #30 45.31 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-12-01T00:05:56.338Z] #30 45.31 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-12-01T00:05:56.338Z] #30 45.31 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-12-01T00:05:56.338Z] #30 45.31 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-12-01T00:05:56.338Z] #30 45.33 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-12-01T00:05:56.338Z] #30 45.36 go: downloading github.com/julz/importas v0.1.0 [2022-12-01T00:05:56.338Z] #30 45.36 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-12-01T00:05:56.338Z] #30 45.39 go: downloading github.com/kulti/thelper v0.5.0 [2022-12-01T00:05:56.338Z] #30 45.46 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-12-01T00:05:56.338Z] #30 45.50 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-12-01T00:05:56.338Z] #30 45.53 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-12-01T00:05:56.338Z] #30 45.61 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-12-01T00:05:56.338Z] #30 45.63 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-12-01T00:05:56.338Z] #30 45.66 go: downloading github.com/maratori/testpackage v1.0.1 [2022-12-01T00:05:56.338Z] #30 45.71 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-12-01T00:05:56.338Z] #30 45.72 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-12-01T00:05:56.338Z] #30 45.77 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-12-01T00:05:56.338Z] #30 45.80 go: downloading github.com/mgechev/revive v1.1.3 [2022-12-01T00:05:56.338Z] #30 46.31 go: downloading github.com/moricho/tparallel v0.2.1 [2022-12-01T00:05:56.338Z] #30 46.38 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-12-01T00:05:56.338Z] #30 46.38 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-12-01T00:05:56.338Z] #30 46.56 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-12-01T00:05:56.338Z] #30 46.59 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-12-01T00:05:56.338Z] #30 46.59 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-12-01T00:05:56.338Z] #30 46.64 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-12-01T00:05:56.338Z] #30 46.78 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-12-01T00:05:56.338Z] #30 46.78 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-12-01T00:05:56.338Z] #30 46.88 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-12-01T00:05:56.338Z] #30 46.88 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-12-01T00:05:56.338Z] #30 46.88 go: downloading github.com/sivchari/tenv v1.4.7 [2022-12-01T00:05:56.338Z] #30 46.99 go: downloading github.com/sonatard/noctx v0.0.1 [2022-12-01T00:05:56.338Z] #30 46.99 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-12-01T00:05:56.338Z] #30 47.24 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-12-01T00:05:56.338Z] #30 47.24 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-12-01T00:05:56.338Z] #30 47.24 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-12-01T00:05:56.338Z] #30 47.36 go: downloading github.com/tetafro/godot v1.4.11 [2022-12-01T00:05:56.338Z] #30 47.36 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-12-01T00:05:56.338Z] #30 47.36 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-12-01T00:05:56.338Z] #30 47.41 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-12-01T00:05:56.338Z] #30 47.60 go: downloading github.com/ultraware/funlen v0.0.3 [2022-12-01T00:05:56.338Z] #30 47.69 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-12-01T00:05:56.338Z] #30 47.69 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-12-01T00:05:56.338Z] #30 47.69 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-12-01T00:05:56.338Z] #30 47.69 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-12-01T00:05:56.338Z] #30 47.96 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-12-01T00:05:56.338Z] #30 48.07 go: downloading honnef.co/go/tools v0.2.2 [2022-12-01T00:05:56.338Z] #30 49.39 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-12-01T00:05:56.338Z] #30 49.39 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-12-01T00:05:56.338Z] #30 49.44 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-12-01T00:05:56.339Z] #30 49.51 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-12-01T00:05:56.339Z] #30 49.69 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-12-01T00:05:56.339Z] #30 49.69 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-12-01T00:05:56.339Z] #30 49.72 go: downloading github.com/stretchr/objx v0.1.1 [2022-12-01T00:05:56.339Z] #30 49.90 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-12-01T00:05:56.339Z] #30 50.21 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-12-01T00:05:56.339Z] #30 50.21 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-12-01T00:05:56.339Z] #30 50.41 go: downloading golang.org/x/text v0.3.7 [2022-12-01T00:05:56.402Z] #38 97.83 CC criu/autofs.o [2022-12-01T00:05:56.403Z] #30 69.12 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-12-01T00:05:56.403Z] #30 69.16 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-12-01T00:05:56.403Z] #30 69.16 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-12-01T00:05:56.660Z] #30 69.36 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-12-01T00:05:56.660Z] #30 69.39 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-12-01T00:05:56.660Z] #30 69.45 go: downloading github.com/maratori/testpackage v1.0.1 [2022-12-01T00:05:56.660Z] #30 69.51 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-12-01T00:05:56.660Z] #30 69.52 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-12-01T00:05:56.660Z] #30 69.56 go: downloading github.com/mgechev/revive v1.1.3 [2022-12-01T00:05:56.890Z] #36 65.27 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-12-01T00:05:56.890Z] #36 65.38 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-12-01T00:05:56.953Z] #30 69.57 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-12-01T00:05:57.151Z] #36 65.45 go: downloading github.com/Antonboom/errname v0.1.5 [2022-12-01T00:05:57.151Z] #36 65.56 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-12-01T00:05:57.151Z] #36 65.65 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-12-01T00:05:57.524Z] #30 70.16 go: downloading github.com/moricho/tparallel v0.2.1 [2022-12-01T00:05:57.524Z] #30 70.17 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-12-01T00:05:57.524Z] #30 70.27 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-12-01T00:05:57.524Z] #30 70.27 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-12-01T00:05:57.524Z] #30 70.37 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-12-01T00:05:57.524Z] #30 70.42 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-12-01T00:05:57.707Z] #30 ... [2022-12-01T00:05:57.707Z] [2022-12-01T00:05:57.707Z] #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 [2022-12-01T00:05:57.707Z] #24 42.97 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-12-01T00:05:57.707Z] #24 43.18 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-12-01T00:05:57.707Z] #24 43.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:05:57.707Z] #24 ... [2022-12-01T00:05:57.707Z] [2022-12-01T00:05:57.707Z] #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 [2022-12-01T00:05:57.707Z] #27 53.09 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:05:57.707Z] #27 53.12 Setting up libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:05:57.707Z] #27 53.12 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:05:57.707Z] #27 53.13 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:05:57.707Z] #27 53.18 Setting up python3-protobuf (3.12.4-1) ... [2022-12-01T00:05:57.782Z] #30 70.49 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-12-01T00:05:57.782Z] #30 70.49 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-12-01T00:05:58.039Z] #30 70.60 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-12-01T00:05:58.039Z] #30 70.80 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-12-01T00:05:58.039Z] #30 70.83 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-12-01T00:05:58.056Z] #36 95.38 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-12-01T00:05:58.056Z] #36 95.38 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-12-01T00:05:58.056Z] #36 95.39 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:05:58.056Z] #36 95.54 Selecting previously unselected package libapparmor1:arm64. [2022-12-01T00:05:58.056Z] #36 95.54 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-12-01T00:05:58.056Z] #36 95.54 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-12-01T00:05:58.121Z] #36 ... [2022-12-01T00:05:58.121Z] [2022-12-01T00:05:58.121Z] #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 [2022-12-01T00:05:58.121Z] #0 1.933 + RM_GOPATH=0 [2022-12-01T00:05:58.121Z] #0 1.933 + TMP_GOPATH= [2022-12-01T00:05:58.121Z] #0 1.933 + : /build [2022-12-01T00:05:58.121Z] #0 1.933 + '[' -z '' ']' [2022-12-01T00:05:58.121Z] #0 1.939 ++ mktemp -d [2022-12-01T00:05:58.121Z] #0 1.941 + export GOPATH=/tmp/tmp.AJh9jL0thw [2022-12-01T00:05:58.121Z] #0 1.941 + GOPATH=/tmp/tmp.AJh9jL0thw [2022-12-01T00:05:58.121Z] #0 1.941 + RM_GOPATH=1 [2022-12-01T00:05:58.121Z] #0 1.941 + case "$(go env GOARCH)" in [2022-12-01T00:05:58.121Z] #0 1.944 ++ go env GOARCH [2022-12-01T00:05:58.121Z] #0 1.976 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:58.121Z] #0 1.976 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:05:58.121Z] #0 1.984 ++ dirname /tmp/install/install.sh [2022-12-01T00:05:58.121Z] #0 1.985 + dir=/tmp/install [2022-12-01T00:05:58.121Z] #0 1.986 + bin=containerd [2022-12-01T00:05:58.121Z] #0 1.986 + shift [2022-12-01T00:05:58.121Z] #0 1.986 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-12-01T00:05:58.121Z] #0 1.987 + . /tmp/install/containerd.installer [2022-12-01T00:05:58.121Z] #0 1.987 ++ set -e [2022-12-01T00:05:58.121Z] #0 1.987 ++ : v1.6.10 [2022-12-01T00:05:58.121Z] #0 1.987 + install_containerd [2022-12-01T00:05:58.121Z] #0 1.988 + echo 'Install containerd version v1.6.10' [2022-12-01T00:05:58.121Z] #0 1.988 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AJh9jL0thw/src/github.com/containerd/containerd [2022-12-01T00:05:58.121Z] #0 1.988 Install containerd version v1.6.10 [2022-12-01T00:05:58.121Z] #0 1.999 Cloning into '/tmp/tmp.AJh9jL0thw/src/github.com/containerd/containerd'... [2022-12-01T00:05:58.121Z] #37 ... [2022-12-01T00:05:58.121Z] [2022-12-01T00:05:58.121Z] #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 [2022-12-01T00:05:58.121Z] #24 64.16 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: 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. [2022-12-01T00:05:58.121Z] #24 65.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-12-01T00:05:58.121Z] #24 65.62 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:05:58.305Z] #38 99.59 CC criu/bfd.o [2022-12-01T00:05:58.312Z] #36 95.63 Selecting previously unselected package libapparmor-dev:arm64. [2022-12-01T00:05:58.312Z] #36 95.63 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-12-01T00:05:58.312Z] #36 95.64 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-12-01T00:05:58.312Z] #36 95.70 Selecting previously unselected package libbtrfs0:arm64. [2022-12-01T00:05:58.312Z] #36 95.72 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-12-01T00:05:58.312Z] #36 95.72 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-12-01T00:05:58.381Z] #30 70.84 go: downloading github.com/sivchari/tenv v1.4.7 [2022-12-01T00:05:58.381Z] #30 70.86 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-12-01T00:05:58.381Z] #30 70.86 go: downloading github.com/sonatard/noctx v0.0.1 [2022-12-01T00:05:58.381Z] #30 70.92 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-12-01T00:05:58.381Z] #30 71.13 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-12-01T00:05:58.381Z] #30 71.17 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-12-01T00:05:58.381Z] #30 71.19 go: downloading github.com/tetafro/godot v1.4.11 [2022-12-01T00:05:58.381Z] #30 71.25 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-12-01T00:05:58.568Z] #36 95.83 Selecting previously unselected package libbtrfs-dev:arm64. [2022-12-01T00:05:58.568Z] #36 95.84 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-12-01T00:05:58.568Z] #36 95.85 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-12-01T00:05:58.568Z] #36 96.05 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-12-01T00:05:58.568Z] #36 96.05 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-12-01T00:05:58.568Z] #36 96.06 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-12-01T00:05:58.568Z] #36 96.12 Selecting previously unselected package libudev-dev:arm64. [2022-12-01T00:05:58.661Z] #30 71.29 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-12-01T00:05:58.661Z] #30 71.46 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-12-01T00:05:58.823Z] #36 96.12 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ... [2022-12-01T00:05:58.823Z] #36 96.14 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ... [2022-12-01T00:05:58.823Z] #36 96.28 Selecting previously unselected package libsepol1-dev:arm64. [2022-12-01T00:05:58.823Z] #36 96.29 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-12-01T00:05:58.823Z] #36 96.31 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-12-01T00:05:58.872Z] #38 100.2 CC criu/bitmap.o [2022-12-01T00:05:58.918Z] #30 71.73 go: downloading github.com/ultraware/funlen v0.0.3 [2022-12-01T00:05:59.080Z] #36 96.65 Selecting previously unselected package libpcre2-16-0:arm64. [2022-12-01T00:05:59.080Z] #36 96.67 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... [2022-12-01T00:05:59.131Z] #38 100.4 CC criu/cgroup-props.o [2022-12-01T00:05:59.131Z] #38 ... [2022-12-01T00:05:59.131Z] [2022-12-01T00:05:59.131Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:05:59.131Z] #0 1.323 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:05:59.131Z] #0 1.414 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:05:59.131Z] #0 1.416 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:05:59.131Z] #0 1.846 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:05:59.131Z] #0 2.874 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:05:59.131Z] #0 4.128 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:05:59.131Z] #0 7.962 Fetched 8615 kB in 7s (1247 kB/s) [2022-12-01T00:05:59.182Z] #30 71.95 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-12-01T00:05:59.182Z] #30 ... [2022-12-01T00:05:59.182Z] [2022-12-01T00:05:59.182Z] #31 [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 [2022-12-01T00:05:59.182Z] #31 69.19 Selecting previously unselected package libxml2:amd64. [2022-12-01T00:05:59.182Z] #31 69.19 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2022-12-01T00:05:59.182Z] #31 69.20 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:05:59.182Z] #31 70.12 Selecting previously unselected package libarchive13:amd64. [2022-12-01T00:05:59.182Z] #31 70.13 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-12-01T00:05:59.182Z] #31 70.16 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:05:59.182Z] #31 70.60 Selecting previously unselected package libjsoncpp24:amd64. [2022-12-01T00:05:59.182Z] #31 70.61 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-12-01T00:05:59.182Z] #31 70.63 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:05:59.182Z] #31 71.00 Selecting previously unselected package librhash0:amd64. [2022-12-01T00:05:59.182Z] #31 71.00 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-12-01T00:05:59.182Z] #31 71.04 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:05:59.182Z] #31 71.29 Selecting previously unselected package libuv1:amd64. [2022-12-01T00:05:59.182Z] #31 71.31 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-12-01T00:05:59.182Z] #31 71.36 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:05:59.182Z] #31 71.74 Selecting previously unselected package cmake. [2022-12-01T00:05:59.182Z] #31 71.75 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-12-01T00:05:59.182Z] #31 71.76 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:05:59.335Z] #36 96.68 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:05:59.389Z] #0 7.962 Reading package lists... [2022-12-01T00:05:59.389Z] #49 ... [2022-12-01T00:05:59.389Z] [2022-12-01T00:05:59.389Z] #48 [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 [2022-12-01T00:05:59.389Z] #48 14.08 + cd /tmp/tmp.Q5Jew9O9gB/src/github.com/opencontainers/runc [2022-12-01T00:05:59.389Z] #48 14.08 + git checkout -q v1.1.4 [2022-12-01T00:05:59.389Z] #48 14.88 + '[' -z '' ']' [2022-12-01T00:05:59.389Z] #48 14.88 + target=static [2022-12-01T00:05:59.389Z] #48 14.88 + make BUILDTAGS=seccomp static [2022-12-01T00:05:59.389Z] #48 15.39 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 . [2022-12-01T00:05:59.591Z] #36 96.84 Selecting previously unselected package libpcre2-32-0:arm64. [2022-12-01T00:05:59.591Z] #36 96.84 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... [2022-12-01T00:05:59.591Z] #36 96.85 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:05:59.591Z] #36 97.00 Selecting previously unselected package libpcre2-posix2:arm64. [2022-12-01T00:05:59.591Z] #36 97.00 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... [2022-12-01T00:05:59.591Z] #36 97.02 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:05:59.591Z] #36 97.10 Selecting previously unselected package libpcre2-dev:arm64. [2022-12-01T00:05:59.847Z] #36 97.11 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... [2022-12-01T00:05:59.847Z] #36 97.12 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:05:59.957Z] #48 ... [2022-12-01T00:05:59.957Z] [2022-12-01T00:05:59.957Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:05:59.957Z] #0 7.962 Reading package lists... [2022-12-01T00:06:00.054Z] #24 ... [2022-12-01T00:06:00.054Z] [2022-12-01T00:06:00.054Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:00.054Z] #32 58.52 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:06:00.054Z] #32 59.44 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-12-01T00:06:00.054Z] #32 60.59 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-12-01T00:06:00.054Z] #32 62.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-12-01T00:06:00.054Z] #32 63.60 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-12-01T00:06:00.054Z] #32 63.60 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-12-01T00:06:00.054Z] #32 63.61 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-12-01T00:06:00.054Z] #32 63.63 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:06:00.054Z] #32 63.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:06:00.054Z] #32 63.67 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-12-01T00:06:00.054Z] #32 63.67 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2022-12-01T00:06:00.054Z] #32 63.67 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-12-01T00:06:00.054Z] #32 63.67 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2022-12-01T00:06:00.054Z] #32 63.74 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2022-12-01T00:06:00.054Z] #32 63.74 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2022-12-01T00:06:00.054Z] #32 63.75 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2022-12-01T00:06:00.054Z] #32 63.82 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-12-01T00:06:00.054Z] #32 63.84 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-12-01T00:06:00.054Z] #32 63.85 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-12-01T00:06:00.054Z] #32 63.86 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2022-12-01T00:06:00.054Z] #32 65.45 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:06:00.054Z] #32 65.87 Fetched 115 MB in 11s (10.7 MB/s) [2022-12-01T00:06:00.054Z] #32 66.11 Selecting previously unselected package binutils-mingw-w64-i686. [2022-12-01T00:06:00.054Z] #32 66.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 ... 15718 files and directories currently installed.) [2022-12-01T00:06:00.054Z] #32 66.28 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:06:00.054Z] #32 66.31 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:06:00.054Z] #32 ... [2022-12-01T00:06:00.054Z] [2022-12-01T00:06:00.055Z] #36 [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 [2022-12-01T00:06:00.055Z] #36 67.15 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-12-01T00:06:00.055Z] #36 67.18 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-12-01T00:06:00.055Z] #36 67.21 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-12-01T00:06:00.055Z] #36 67.25 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-12-01T00:06:00.055Z] #36 67.28 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-12-01T00:06:00.055Z] #36 67.34 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-12-01T00:06:00.055Z] #36 67.52 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-12-01T00:06:00.055Z] #36 67.61 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-12-01T00:06:00.055Z] #36 67.84 go: downloading github.com/breml/bidichk v0.2.1 [2022-12-01T00:06:00.055Z] #36 67.91 go: downloading github.com/breml/errchkjson v0.2.1 [2022-12-01T00:06:00.055Z] #36 68.09 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-12-01T00:06:00.055Z] #36 68.27 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-12-01T00:06:00.055Z] #36 68.32 go: downloading github.com/daixiang0/gci v0.2.9 [2022-12-01T00:06:00.055Z] #36 68.37 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-12-01T00:06:00.055Z] #36 68.46 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-12-01T00:06:00.055Z] #36 68.52 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-12-01T00:06:00.055Z] #36 68.66 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-12-01T00:06:00.107Z] #36 97.49 Selecting previously unselected package libselinux1-dev:arm64. [2022-12-01T00:06:00.108Z] #36 97.51 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-12-01T00:06:00.108Z] #36 97.53 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-12-01T00:06:00.314Z] #36 68.73 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-12-01T00:06:00.379Z] #36 97.73 Selecting previously unselected package libdevmapper-dev:arm64. [2022-12-01T00:06:00.379Z] #36 97.74 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-12-01T00:06:00.379Z] #36 97.75 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-12-01T00:06:00.379Z] #36 97.84 Selecting previously unselected package libseccomp-dev:arm64. [2022-12-01T00:06:00.379Z] #36 97.84 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-12-01T00:06:00.379Z] #36 97.85 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-12-01T00:06:00.574Z] #36 68.85 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-12-01T00:06:00.643Z] #36 97.99 Selecting previously unselected package libsystemd-dev:arm64. [2022-12-01T00:06:00.643Z] #36 97.99 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ... [2022-12-01T00:06:00.643Z] #36 97.99 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2022-12-01T00:06:00.982Z] #27 ... [2022-12-01T00:06:00.982Z] [2022-12-01T00:06:00.982Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:00.982Z] #29 46.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-12-01T00:06:00.982Z] #29 46.38 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-12-01T00:06:00.982Z] #29 46.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-12-01T00:06:00.982Z] #29 46.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-12-01T00:06:00.982Z] #29 46.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-12-01T00:06:00.982Z] #29 46.38 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-12-01T00:06:00.982Z] #29 46.38 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB] [2022-12-01T00:06:00.982Z] #29 46.38 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-12-01T00:06:00.982Z] #29 46.49 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB] [2022-12-01T00:06:00.982Z] #29 47.53 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:06:00.982Z] #29 47.79 Fetched 115 MB in 7s (17.2 MB/s) [2022-12-01T00:06:00.982Z] #29 47.93 Selecting previously unselected package binutils-mingw-w64-i686. [2022-12-01T00:06:00.982Z] #29 47.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-12-01T00:06:00.982Z] #29 47.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:06:00.982Z] #29 47.93 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:06:00.982Z] #29 50.09 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-12-01T00:06:00.982Z] #29 50.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:06:00.982Z] #29 50.10 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:06:00.982Z] #29 52.93 Selecting previously unselected package binutils-mingw-w64. [2022-12-01T00:06:00.982Z] #29 52.93 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-12-01T00:06:00.982Z] #29 52.93 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:06:00.982Z] #29 53.03 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-12-01T00:06:00.982Z] #29 53.03 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:06:00.982Z] #29 53.09 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:06:00.982Z] #29 53.27 Selecting previously unselected package dmsetup. [2022-12-01T00:06:00.982Z] #29 53.27 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:06:00.982Z] #29 53.28 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:06:00.982Z] #29 53.63 Selecting previously unselected package mingw-w64-common. [2022-12-01T00:06:00.982Z] #29 53.63 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-12-01T00:06:00.982Z] #29 53.63 Unpacking mingw-w64-common (8.0.0-1) ... [2022-12-01T00:06:01.142Z] #36 69.40 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-12-01T00:06:01.142Z] #36 69.62 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-12-01T00:06:01.208Z] #36 98.57 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-12-01T00:06:01.208Z] #36 98.58 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-12-01T00:06:01.208Z] #36 98.61 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:06:01.208Z] #36 98.62 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-12-01T00:06:01.208Z] #36 98.63 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:06:01.208Z] #36 98.64 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:06:01.208Z] #36 98.66 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-12-01T00:06:01.208Z] #36 98.67 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:06:01.208Z] #36 98.68 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ... [2022-12-01T00:06:01.208Z] #36 98.69 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:06:01.208Z] #36 98.72 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:06:01.208Z] #36 98.74 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-12-01T00:06:01.208Z] #36 98.75 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:06:01.208Z] #36 98.76 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-12-01T00:06:01.208Z] #36 98.77 Setting up mingw-w64-common (8.0.0-1) ... [2022-12-01T00:06:01.208Z] #36 98.78 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2022-12-01T00:06:01.208Z] #36 98.80 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:06:01.208Z] #36 98.81 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2022-12-01T00:06:01.208Z] #36 98.82 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-12-01T00:06:01.239Z] #29 ... [2022-12-01T00:06:01.239Z] [2022-12-01T00:06:01.239Z] #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 [2022-12-01T00:06:01.239Z] #30 55.89 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-12-01T00:06:01.239Z] #30 55.96 go: downloading github.com/gobwas/glob v0.2.3 [2022-12-01T00:06:01.239Z] #30 55.97 go: downloading github.com/kisielk/gotool v1.0.0 [2022-12-01T00:06:01.239Z] #30 56.01 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-12-01T00:06:01.239Z] #30 56.06 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-12-01T00:06:01.239Z] #30 56.08 go: downloading golang.org/x/mod v0.5.1 [2022-12-01T00:06:01.239Z] #30 56.24 go: downloading github.com/ettle/strcase v0.1.1 [2022-12-01T00:06:01.239Z] #30 56.36 go: downloading github.com/fatih/structtag v1.2.0 [2022-12-01T00:06:01.239Z] #30 56.37 go: downloading github.com/Masterminds/semver v1.5.0 [2022-12-01T00:06:01.239Z] #30 56.40 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-12-01T00:06:01.239Z] #30 56.42 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-12-01T00:06:01.239Z] #30 56.60 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-12-01T00:06:01.404Z] #36 69.79 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-12-01T00:06:01.404Z] #36 69.79 go: downloading github.com/golangci/misspell v0.3.5 [2022-12-01T00:06:01.404Z] #36 69.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-12-01T00:06:01.404Z] #36 69.81 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-12-01T00:06:01.404Z] #36 69.89 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-12-01T00:06:01.404Z] #36 69.93 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-12-01T00:06:01.464Z] #36 98.84 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:06:01.464Z] #36 98.87 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:06:01.464Z] #36 98.90 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-12-01T00:06:01.464Z] #36 98.91 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:06:01.464Z] #36 98.92 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-12-01T00:06:01.464Z] #36 98.93 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:06:01.464Z] #36 98.94 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:06:01.464Z] #36 98.95 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-12-01T00:06:01.464Z] #36 98.96 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:06:01.464Z] #36 98.98 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:06:01.464Z] #36 99.00 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-12-01T00:06:01.464Z] #36 99.01 Setting up dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:06:01.464Z] #36 99.02 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-12-01T00:06:01.464Z] #36 99.04 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-12-01T00:06:01.496Z] #30 56.95 go: downloading github.com/prometheus/client_model v0.2.0 [2022-12-01T00:06:01.496Z] #30 57.00 go: downloading github.com/google/go-cmp v0.5.6 [2022-12-01T00:06:01.664Z] #36 69.96 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-12-01T00:06:01.664Z] #36 70.10 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-12-01T00:06:01.664Z] #36 ... [2022-12-01T00:06:01.664Z] [2022-12-01T00:06:01.664Z] #35 [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 [2022-12-01T00:06:01.664Z] #35 60.17 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:06:01.664Z] #35 60.17 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:06:01.664Z] #35 60.22 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:06:01.720Z] #36 99.05 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:01.753Z] #30 57.17 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-12-01T00:06:01.753Z] #30 57.23 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-12-01T00:06:01.753Z] #30 ... [2022-12-01T00:06:01.753Z] [2022-12-01T00:06:01.753Z] #31 [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 [2022-12-01T00:06:01.753Z] #31 47.24 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:06:01.753Z] #31 47.24 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:06:01.753Z] #31 47.24 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:06:01.753Z] #31 54.08 Selecting previously unselected package libxml2:amd64. [2022-12-01T00:06:01.753Z] #31 54.08 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2022-12-01T00:06:01.753Z] #31 54.09 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:06:01.753Z] #31 54.60 Selecting previously unselected package libarchive13:amd64. [2022-12-01T00:06:01.753Z] #31 54.61 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-12-01T00:06:01.753Z] #31 54.61 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:06:01.753Z] #31 54.91 Selecting previously unselected package libjsoncpp24:amd64. [2022-12-01T00:06:01.753Z] #31 54.92 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-12-01T00:06:01.753Z] #31 54.93 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:06:01.753Z] #31 55.05 Selecting previously unselected package librhash0:amd64. [2022-12-01T00:06:01.753Z] #31 55.06 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-12-01T00:06:01.753Z] #31 55.06 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:06:01.753Z] #31 55.25 Selecting previously unselected package libuv1:amd64. [2022-12-01T00:06:01.753Z] #31 55.25 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-12-01T00:06:01.753Z] #31 55.26 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:06:01.753Z] #31 55.45 Selecting previously unselected package cmake. [2022-12-01T00:06:01.753Z] #31 55.45 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-12-01T00:06:01.753Z] #31 55.47 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:06:01.753Z] #31 ... [2022-12-01T00:06:01.753Z] [2022-12-01T00:06:01.753Z] #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 [2022-12-01T00:06:01.753Z] #27 57.20 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:06:01.753Z] #27 57.23 Setting up protobuf-compiler (3.12.4-1) ... [2022-12-01T00:06:01.753Z] #27 57.26 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:01.753Z] #27 57.28 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:06:01.753Z] #27 57.29 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:06:01.753Z] #27 57.30 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:06:01.753Z] #27 57.31 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:01.859Z] #49 10.95 Reading package lists... [2022-12-01T00:06:01.859Z] #49 ... [2022-12-01T00:06:01.859Z] [2022-12-01T00:06:01.859Z] #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 [2022-12-01T00:06:01.859Z] #24 DONE 184.1s [2022-12-01T00:06:01.924Z] #35 ... [2022-12-01T00:06:01.924Z] [2022-12-01T00:06:01.924Z] #36 [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 [2022-12-01T00:06:01.924Z] #36 70.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-12-01T00:06:01.924Z] #36 70.29 go: downloading github.com/julz/importas v0.1.0 [2022-12-01T00:06:01.924Z] #36 70.42 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-12-01T00:06:01.924Z] #36 70.43 go: downloading github.com/kulti/thelper v0.5.0 [2022-12-01T00:06:01.924Z] #36 70.50 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-12-01T00:06:02.117Z] [2022-12-01T00:06:02.117Z] #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 [2022-12-01T00:06:02.117Z] #38 101.5 CC criu/cgroup.o [2022-12-01T00:06:02.184Z] #36 70.56 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-12-01T00:06:02.184Z] #36 70.64 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-12-01T00:06:02.316Z] #27 DONE 57.9s [2022-12-01T00:06:02.316Z] [2022-12-01T00:06:02.316Z] #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 [2022-12-01T00:06:02.444Z] #36 70.78 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-12-01T00:06:02.444Z] #36 70.82 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-12-01T00:06:02.444Z] #36 70.87 go: downloading github.com/maratori/testpackage v1.0.1 [2022-12-01T00:06:02.444Z] #36 70.93 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-12-01T00:06:02.723Z] #36 71.09 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-12-01T00:06:02.723Z] #36 71.16 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-12-01T00:06:02.723Z] #36 71.17 go: downloading github.com/mgechev/revive v1.1.3 [2022-12-01T00:06:03.363Z] #31 ... [2022-12-01T00:06:03.363Z] [2022-12-01T00:06:03.363Z] #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 [2022-12-01T00:06:03.363Z] #32 65.86 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:06:03.363Z] #32 68.25 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:06:03.363Z] #32 68.27 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:03.363Z] #32 68.28 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:06:03.363Z] #32 68.30 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:06:03.363Z] #32 68.31 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:06:03.363Z] #32 68.33 Setting up python3-six (1.16.0-2) ... [2022-12-01T00:06:03.363Z] #32 70.02 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:06:03.363Z] #32 70.07 Setting up libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:06:03.363Z] #32 70.12 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:06:03.363Z] #32 70.17 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:06:03.363Z] #32 70.44 Setting up python3-protobuf (3.12.4-1) ... [2022-12-01T00:06:03.363Z] #32 ... [2022-12-01T00:06:03.363Z] [2022-12-01T00:06:03.363Z] #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 [2022-12-01T00:06:03.363Z] #30 71.96 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-12-01T00:06:03.363Z] #30 72.03 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-12-01T00:06:03.363Z] #30 72.10 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-12-01T00:06:03.363Z] #30 72.39 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-12-01T00:06:03.363Z] #30 72.68 go: downloading honnef.co/go/tools v0.2.2 [2022-12-01T00:06:03.363Z] #30 74.84 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-12-01T00:06:03.363Z] #30 74.85 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-12-01T00:06:03.363Z] #30 75.02 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-12-01T00:06:03.363Z] #30 75.26 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-12-01T00:06:03.363Z] #30 75.36 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-12-01T00:06:03.363Z] #30 75.43 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-12-01T00:06:03.363Z] #30 75.51 go: downloading github.com/stretchr/objx v0.1.1 [2022-12-01T00:06:03.363Z] #30 75.71 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-12-01T00:06:03.363Z] #30 76.10 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-12-01T00:06:03.363Z] #30 76.18 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-12-01T00:06:03.363Z] #30 ... [2022-12-01T00:06:03.363Z] [2022-12-01T00:06:03.363Z] #22 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:06:03.363Z] #22 65.59 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-12-01T00:06:03.363Z] #22 66.27 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-12-01T00:06:03.363Z] #22 66.82 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:06:03.611Z] #36 DONE 100.9s [2022-12-01T00:06:03.611Z] [2022-12-01T00:06:03.611Z] #30 [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 [2022-12-01T00:06:03.611Z] #30 95.93 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:06:03.611Z] #30 95.93 + GOBIN=/build [2022-12-01T00:06:03.611Z] #30 95.93 + GO111MODULE=on [2022-12-01T00:06:03.611Z] #30 95.93 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-12-01T00:06:03.611Z] #30 DONE 100.9s [2022-12-01T00:06:03.611Z] [2022-12-01T00:06:03.611Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-12-01T00:06:03.611Z] #40 DONE 0.1s [2022-12-01T00:06:03.611Z] [2022-12-01T00:06:03.611Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-12-01T00:06:03.611Z] #41 DONE 0.1s [2022-12-01T00:06:03.611Z] [2022-12-01T00:06:03.611Z] #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 [2022-12-01T00:06:03.611Z] #38 42.61 CC compel/arch/aarch64/src/lib/infect.o [2022-12-01T00:06:03.611Z] #38 42.91 CC compel/src/lib/infect-rpc.o [2022-12-01T00:06:03.611Z] #38 43.19 CC compel/src/lib/infect-util.o [2022-12-01T00:06:03.611Z] #38 43.46 CC compel/src/lib/infect.o [2022-12-01T00:06:03.611Z] #38 45.58 CC compel/src/lib/ptrace.o [2022-12-01T00:06:03.611Z] #38 45.95 AR compel/libcompel.a [2022-12-01T00:06:03.611Z] #38 46.05 HOSTCC compel/src/main-host.o [2022-12-01T00:06:03.611Z] #38 46.41 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2022-12-01T00:06:03.611Z] #38 46.50 HOSTCC compel/src/lib/handle-elf-host.o [2022-12-01T00:06:03.611Z] #38 46.72 HOSTCC compel/src/lib/log-host.o [2022-12-01T00:06:03.611Z] #38 46.82 HOSTLINK compel/compel-host-bin [2022-12-01T00:06:03.611Z] #38 46.98 DEP soccr/soccr.d [2022-12-01T00:06:03.611Z] #38 47.19 CC soccr/soccr.o [2022-12-01T00:06:03.611Z] #38 48.44 AR soccr/libsoccr.a [2022-12-01T00:06:03.611Z] #38 48.49 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:06:03.611Z] #38 48.86 DEP criu/arch/aarch64/sigframe.d [2022-12-01T00:06:03.611Z] #38 48.94 DEP criu/arch/aarch64/crtools.d [2022-12-01T00:06:03.611Z] #38 49.11 DEP criu/arch/aarch64/cpu.d [2022-12-01T00:06:03.611Z] #38 49.17 DEP criu/arch/aarch64/bitops.d [2022-12-01T00:06:03.611Z] #38 49.31 CC criu/arch/aarch64/bitops.o [2022-12-01T00:06:03.611Z] #38 49.38 CC criu/arch/aarch64/cpu.o [2022-12-01T00:06:03.611Z] #38 49.53 CC criu/arch/aarch64/crtools.o [2022-12-01T00:06:03.611Z] #38 49.94 CC criu/arch/aarch64/sigframe.o [2022-12-01T00:06:03.611Z] #38 50.16 LINK criu/arch/aarch64/crtools.built-in.o [2022-12-01T00:06:03.611Z] #38 50.21 DEP criu/pie/util-vdso.d [2022-12-01T00:06:03.611Z] #38 50.38 DEP criu/pie/util.d [2022-12-01T00:06:03.611Z] #38 50.52 CC criu/pie/util.o [2022-12-01T00:06:03.611Z] #38 50.65 CC criu/pie/util-vdso.o [2022-12-01T00:06:03.611Z] #38 51.26 AR criu/pie/pie.lib.a [2022-12-01T00:06:03.611Z] #38 51.34 DEP criu/pie/restorer.d [2022-12-01T00:06:03.611Z] #38 51.53 DEP criu/arch/aarch64/intraprocedure.d [2022-12-01T00:06:03.611Z] #38 51.57 DEP criu/arch/aarch64/restorer.d [2022-12-01T00:06:03.611Z] #38 51.70 DEP criu/arch/aarch64/vdso-pie.d [2022-12-01T00:06:03.611Z] #38 51.76 DEP criu/pie/parasite-vdso.d [2022-12-01T00:06:03.611Z] #38 51.93 DEP criu/pie/parasite.d [2022-12-01T00:06:03.611Z] #38 52.22 CC criu/pie/parasite.o [2022-12-01T00:06:03.625Z] #22 ... [2022-12-01T00:06:03.625Z] [2022-12-01T00:06:03.625Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:03.625Z] #34 67.63 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-12-01T00:06:03.625Z] #34 67.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:06:03.625Z] #34 67.64 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:06:03.625Z] #34 71.14 Selecting previously unselected package binutils-mingw-w64. [2022-12-01T00:06:03.625Z] #34 71.15 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-12-01T00:06:03.625Z] #34 71.18 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:06:03.625Z] #34 71.47 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-12-01T00:06:03.625Z] #34 71.53 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:06:03.625Z] #34 71.55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:06:03.625Z] #34 71.84 Selecting previously unselected package dmsetup. [2022-12-01T00:06:03.625Z] #34 71.84 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:06:03.625Z] #34 71.91 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:06:03.625Z] #34 72.12 Selecting previously unselected package mingw-w64-common. [2022-12-01T00:06:03.625Z] #34 72.19 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-12-01T00:06:03.625Z] #34 72.19 Unpacking mingw-w64-common (8.0.0-1) ... [2022-12-01T00:06:03.625Z] #34 ... [2022-12-01T00:06:03.625Z] [2022-12-01T00:06:03.625Z] #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 [2022-12-01T00:06:03.625Z] #30 76.45 go: downloading golang.org/x/text v0.3.7 [2022-12-01T00:06:03.674Z] #36 72.07 go: downloading github.com/moricho/tparallel v0.2.1 [2022-12-01T00:06:03.674Z] #36 72.08 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-12-01T00:06:03.674Z] #36 72.11 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-12-01T00:06:03.674Z] #36 72.17 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-12-01T00:06:03.936Z] #36 72.24 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-12-01T00:06:03.936Z] #36 72.30 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-12-01T00:06:03.936Z] #36 72.37 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-12-01T00:06:04.021Z] #38 105.1 CC criu/clone-noasan.o [2022-12-01T00:06:04.021Z] #38 105.3 CC criu/config.o [2022-12-01T00:06:04.196Z] #36 72.58 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-12-01T00:06:04.196Z] #36 72.58 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-12-01T00:06:04.211Z] #38 ... [2022-12-01T00:06:04.212Z] [2022-12-01T00:06:04.212Z] #26 [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 [2022-12-01T00:06:04.212Z] #26 49.32 internal/reflectlite [2022-12-01T00:06:04.212Z] #26 49.32 sync [2022-12-01T00:06:04.212Z] #26 51.32 internal/testlog [2022-12-01T00:06:04.212Z] #26 52.49 sort [2022-12-01T00:06:04.212Z] #26 52.49 errors [2022-12-01T00:06:04.212Z] #26 52.93 strconv [2022-12-01T00:06:04.212Z] #26 53.87 io [2022-12-01T00:06:04.212Z] #26 55.35 internal/oserror [2022-12-01T00:06:04.212Z] #26 55.54 syscall [2022-12-01T00:06:04.212Z] #26 57.18 reflect [2022-12-01T00:06:04.212Z] #26 ... [2022-12-01T00:06:04.212Z] [2022-12-01T00:06:04.212Z] #31 [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 [2022-12-01T00:06:04.212Z] #31 59.49 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:06:04.212Z] #31 59.53 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:04.212Z] #31 59.56 Setting up libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:06:04.212Z] #31 59.60 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:04.212Z] #31 59.64 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:06:04.212Z] #31 59.68 Setting up librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:06:04.212Z] #31 59.70 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:06:04.212Z] #31 59.72 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:06:04.212Z] #31 59.77 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:06:04.471Z] #31 59.79 Setting up cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:06:04.471Z] #31 59.85 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:04.728Z] #31 ... [2022-12-01T00:06:04.728Z] [2022-12-01T00:06:04.728Z] #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 [2022-12-01T00:06:04.728Z] #37 7.728 + RM_GOPATH=0 [2022-12-01T00:06:04.728Z] #37 7.728 + TMP_GOPATH= [2022-12-01T00:06:04.728Z] #37 7.728 + : /build [2022-12-01T00:06:04.728Z] #37 7.728 + '[' -z '' ']' [2022-12-01T00:06:04.728Z] #37 7.728 ++ mktemp -d [2022-12-01T00:06:04.728Z] #37 7.728 + export GOPATH=/tmp/tmp.HKM4eMFHWD [2022-12-01T00:06:04.728Z] #37 7.728 + GOPATH=/tmp/tmp.HKM4eMFHWD [2022-12-01T00:06:04.728Z] #37 7.728 + RM_GOPATH=1 [2022-12-01T00:06:04.728Z] #37 7.728 + case "$(go env GOARCH)" in [2022-12-01T00:06:04.728Z] #37 7.728 ++ go env GOARCH [2022-12-01T00:06:04.728Z] #37 7.742 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:04.728Z] #37 7.742 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:04.728Z] #37 7.742 ++ dirname /tmp/install/install.sh [2022-12-01T00:06:04.728Z] #37 7.742 + dir=/tmp/install [2022-12-01T00:06:04.728Z] #37 7.742 + bin=containerd [2022-12-01T00:06:04.728Z] #37 7.742 + shift [2022-12-01T00:06:04.728Z] #37 7.742 + '[' '!' -f /tmp/install/containerd.installer ']' [2022-12-01T00:06:04.728Z] #37 7.742 + . /tmp/install/containerd.installer [2022-12-01T00:06:04.728Z] #37 7.742 ++ set -e [2022-12-01T00:06:04.728Z] #37 7.742 ++ : v1.6.10 [2022-12-01T00:06:04.728Z] #37 7.742 + install_containerd [2022-12-01T00:06:04.728Z] #37 7.742 + echo 'Install containerd version v1.6.10' [2022-12-01T00:06:04.728Z] #37 7.742 Install containerd version v1.6.10 [2022-12-01T00:06:04.728Z] #37 7.755 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HKM4eMFHWD/src/github.com/containerd/containerd [2022-12-01T00:06:04.728Z] #37 7.761 Cloning into '/tmp/tmp.HKM4eMFHWD/src/github.com/containerd/containerd'... [2022-12-01T00:06:04.728Z] #37 ... [2022-12-01T00:06:04.728Z] [2022-12-01T00:06:04.728Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:04.728Z] #29 59.62 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-12-01T00:06:04.728Z] #29 59.63 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-12-01T00:06:04.728Z] #29 59.65 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:06:04.766Z] #36 73.04 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-12-01T00:06:04.766Z] #36 73.09 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-12-01T00:06:04.766Z] #36 73.16 go: downloading github.com/sivchari/tenv v1.4.7 [2022-12-01T00:06:04.766Z] #36 73.16 go: downloading github.com/sonatard/noctx v0.0.1 [2022-12-01T00:06:04.766Z] #36 73.23 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-12-01T00:06:04.980Z] #38 ... [2022-12-01T00:06:04.980Z] [2022-12-01T00:06:04.981Z] #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 [2022-12-01T00:06:04.981Z] #0 1.553 + RM_GOPATH=0 [2022-12-01T00:06:04.981Z] #0 1.553 + TMP_GOPATH= [2022-12-01T00:06:04.981Z] #0 1.553 + : /build [2022-12-01T00:06:04.981Z] #0 1.553 + '[' -z '' ']' [2022-12-01T00:06:04.981Z] #0 1.553 ++ mktemp -d [2022-12-01T00:06:04.981Z] #0 1.583 + export GOPATH=/tmp/tmp.rGHOa81jk4 [2022-12-01T00:06:04.981Z] #0 1.583 + GOPATH=/tmp/tmp.rGHOa81jk4 [2022-12-01T00:06:04.981Z] #0 1.583 + RM_GOPATH=1 [2022-12-01T00:06:04.981Z] #0 1.583 + case "$(go env GOARCH)" in [2022-12-01T00:06:04.981Z] #0 1.583 ++ go env GOARCH [2022-12-01T00:06:04.981Z] #0 1.631 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:04.981Z] #0 1.631 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:04.981Z] #0 1.646 Install runc version v1.1.4 (build tags: seccomp) [2022-12-01T00:06:04.981Z] #0 1.646 ++ dirname /tmp/install/install.sh [2022-12-01T00:06:04.981Z] #0 1.646 + dir=/tmp/install [2022-12-01T00:06:04.981Z] #0 1.646 + bin=runc [2022-12-01T00:06:04.981Z] #0 1.646 + shift [2022-12-01T00:06:04.981Z] #0 1.646 + '[' '!' -f /tmp/install/runc.installer ']' [2022-12-01T00:06:04.981Z] #0 1.646 + . /tmp/install/runc.installer [2022-12-01T00:06:04.981Z] #0 1.646 ++ set -e [2022-12-01T00:06:04.981Z] #0 1.646 ++ : v1.1.4 [2022-12-01T00:06:04.981Z] #0 1.646 + install_runc [2022-12-01T00:06:04.981Z] #0 1.646 + RUNC_BUILDTAGS=seccomp [2022-12-01T00:06:04.981Z] #0 1.646 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2022-12-01T00:06:04.981Z] #0 1.663 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.rGHOa81jk4/src/github.com/opencontainers/runc [2022-12-01T00:06:04.981Z] #0 1.663 Cloning into '/tmp/tmp.rGHOa81jk4/src/github.com/opencontainers/runc'... [2022-12-01T00:06:04.985Z] #29 ... [2022-12-01T00:06:04.985Z] [2022-12-01T00:06:04.985Z] #31 [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 [2022-12-01T00:06:04.985Z] #31 DONE 60.6s [2022-12-01T00:06:05.026Z] #36 73.31 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-12-01T00:06:05.026Z] #36 73.44 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-12-01T00:06:05.026Z] #36 ... [2022-12-01T00:06:05.026Z] [2022-12-01T00:06:05.026Z] #21 [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 [2022-12-01T00:06:05.026Z] #21 63.41 Selecting previously unselected package protobuf-c-compiler. [2022-12-01T00:06:05.026Z] #21 63.44 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:06:05.026Z] #21 63.44 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:06:05.026Z] #21 63.76 Selecting previously unselected package protobuf-compiler. [2022-12-01T00:06:05.026Z] #21 63.80 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2022-12-01T00:06:05.026Z] #21 63.80 Unpacking protobuf-compiler (3.12.4-1) ... [2022-12-01T00:06:05.026Z] #21 64.10 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:06:05.026Z] #21 64.11 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:06:05.026Z] #21 64.11 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:06:05.026Z] #21 64.51 Selecting previously unselected package python3-six. [2022-12-01T00:06:05.026Z] #21 64.51 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2022-12-01T00:06:05.026Z] #21 64.52 Unpacking python3-six (1.16.0-2) ... [2022-12-01T00:06:05.026Z] #21 64.84 Selecting previously unselected package python3-protobuf. [2022-12-01T00:06:05.026Z] #21 64.85 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2022-12-01T00:06:05.026Z] #21 64.85 Unpacking python3-protobuf (3.12.4-1) ... [2022-12-01T00:06:05.026Z] #21 65.82 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:06:05.026Z] #21 68.88 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-12-01T00:06:05.026Z] #21 68.91 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:05.026Z] #21 68.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:06:05.026Z] #21 68.96 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-12-01T00:06:05.026Z] #21 68.98 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:06:05.026Z] #21 69.01 Setting up python3-six (1.16.0-2) ... [2022-12-01T00:06:05.026Z] #21 70.84 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2022-12-01T00:06:05.026Z] #21 70.86 Setting up libprotoc23:amd64 (3.12.4-1) ... [2022-12-01T00:06:05.026Z] #21 70.88 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-01T00:06:05.026Z] #21 70.89 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:06:05.026Z] #21 70.94 Setting up python3-protobuf (3.12.4-1) ... [2022-12-01T00:06:05.237Z] #42 ... [2022-12-01T00:06:05.237Z] [2022-12-01T00:06:05.237Z] #43 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-12-01T00:06:05.237Z] #43 DONE 1.7s [2022-12-01T00:06:05.237Z] [2022-12-01T00:06:05.237Z] #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 [2022-12-01T00:06:05.237Z] #38 53.94 LINK criu/pie/parasite.built-in.o [2022-12-01T00:06:05.237Z] #38 53.95 GEN criu/pie/parasite-blob.h [2022-12-01T00:06:05.245Z] [2022-12-01T00:06:05.245Z] #39 [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 [2022-12-01T00:06:05.286Z] #21 ... [2022-12-01T00:06:05.286Z] [2022-12-01T00:06:05.286Z] #36 [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 [2022-12-01T00:06:05.286Z] #36 73.54 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-12-01T00:06:05.286Z] #36 73.57 go: downloading github.com/tetafro/godot v1.4.11 [2022-12-01T00:06:05.286Z] #36 73.64 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-12-01T00:06:05.286Z] #36 73.68 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-12-01T00:06:05.286Z] #36 73.80 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-12-01T00:06:05.395Z] #38 106.7 CC criu/cr-check.o [2022-12-01T00:06:05.496Z] #38 54.03 CC criu/pie/parasite-vdso.o [2022-12-01T00:06:05.515Z] #30 ... [2022-12-01T00:06:05.515Z] [2022-12-01T00:06:05.516Z] #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 [2022-12-01T00:06:05.516Z] #32 76.67 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:06:05.516Z] #32 76.69 Setting up protobuf-compiler (3.12.4-1) ... [2022-12-01T00:06:05.516Z] #32 76.71 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:05.516Z] #32 76.74 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:06:05.516Z] #32 76.76 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:06:05.516Z] #32 76.78 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:06:05.516Z] #32 76.80 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:05.516Z] #32 DONE 78.3s [2022-12-01T00:06:05.516Z] [2022-12-01T00:06:05.516Z] #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 [2022-12-01T00:06:05.548Z] #36 73.92 go: downloading github.com/ultraware/funlen v0.0.3 [2022-12-01T00:06:05.548Z] #36 74.07 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-12-01T00:06:05.808Z] #36 74.13 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-12-01T00:06:05.808Z] #36 74.17 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-12-01T00:06:05.808Z] #36 74.28 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-12-01T00:06:06.059Z] #38 54.73 CC criu/arch/aarch64/vdso-pie.o [2022-12-01T00:06:06.059Z] #38 ... [2022-12-01T00:06:06.059Z] [2022-12-01T00:06:06.059Z] #44 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-12-01T00:06:06.059Z] #44 DONE 1.1s [2022-12-01T00:06:06.320Z] [2022-12-01T00:06:06.320Z] #45 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-12-01T00:06:06.329Z] #38 ... [2022-12-01T00:06:06.329Z] [2022-12-01T00:06:06.329Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:06.329Z] #49 10.95 Reading package lists... [2022-12-01T00:06:06.329Z] #49 14.21 Building dependency tree... [2022-12-01T00:06:06.329Z] #49 15.91 The following additional packages will be installed: [2022-12-01T00:06:06.329Z] #49 15.92 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:06:06.330Z] #49 15.92 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-12-01T00:06:06.330Z] #49 15.92 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-12-01T00:06:06.330Z] #49 15.93 python3-pkg-resources vim-runtime xxd [2022-12-01T00:06:06.330Z] #49 15.94 Suggested packages: [2022-12-01T00:06:06.330Z] #49 15.94 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-12-01T00:06:06.330Z] #49 15.94 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-12-01T00:06:06.330Z] #49 15.94 acl attr quota [2022-12-01T00:06:06.330Z] #49 15.94 Recommended packages: [2022-12-01T00:06:06.330Z] #49 15.94 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-12-01T00:06:06.330Z] #49 17.29 The following NEW packages will be installed: [2022-12-01T00:06:06.330Z] #49 17.30 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-12-01T00:06:06.330Z] #49 17.30 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:06:06.330Z] #49 17.30 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-12-01T00:06:06.330Z] #49 17.30 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-12-01T00:06:06.330Z] #49 17.30 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-12-01T00:06:06.330Z] #49 17.30 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-12-01T00:06:06.330Z] #49 17.30 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-12-01T00:06:06.330Z] #49 17.30 xz-utils zip [2022-12-01T00:06:06.379Z] #36 74.87 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-12-01T00:06:06.950Z] #36 75.15 go: downloading honnef.co/go/tools v0.2.2 [2022-12-01T00:06:07.251Z] #45 0.756 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-12-01T00:06:07.251Z] #45 DONE 0.8s [2022-12-01T00:06:07.251Z] [2022-12-01T00:06:07.251Z] #46 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-01T00:06:07.264Z] #49 17.86 0 upgraded, 47 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:06:07.264Z] #49 17.86 Need to get 27.0 MB of archives. [2022-12-01T00:06:07.264Z] #49 17.86 After this operation, 104 MB of additional disk space will be used. [2022-12-01T00:06:07.264Z] #49 17.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-12-01T00:06:07.264Z] #49 18.09 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-12-01T00:06:07.264Z] #49 18.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-12-01T00:06:07.264Z] #49 18.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:06:07.612Z] #49 18.33 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-12-01T00:06:07.612Z] #49 18.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-12-01T00:06:07.612Z] #49 18.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-12-01T00:06:07.871Z] #49 18.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-12-01T00:06:07.931Z] #46 DONE 0.9s [2022-12-01T00:06:07.931Z] [2022-12-01T00:06:07.932Z] #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 [2022-12-01T00:06:07.932Z] #38 55.10 CC criu/arch/aarch64/restorer.o [2022-12-01T00:06:07.932Z] #38 55.39 CC criu/arch/aarch64/intraprocedure.o [2022-12-01T00:06:07.932Z] #38 55.48 CC criu/pie/restorer.o [2022-12-01T00:06:07.983Z] #36 76.53 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-12-01T00:06:07.983Z] #36 76.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-12-01T00:06:07.983Z] #36 76.59 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-12-01T00:06:08.244Z] #36 76.73 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-12-01T00:06:08.244Z] #36 76.73 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-12-01T00:06:08.244Z] #36 76.76 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-12-01T00:06:08.244Z] #36 76.82 go: downloading github.com/stretchr/objx v0.1.1 [2022-12-01T00:06:08.438Z] #49 19.15 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:06:08.438Z] #49 19.16 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:06:08.438Z] #49 19.16 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-12-01T00:06:08.438Z] #49 19.25 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-12-01T00:06:08.438Z] #49 19.39 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-12-01T00:06:08.505Z] #36 76.94 go: downloading golang.org/x/text v0.3.7 [2022-12-01T00:06:08.518Z] #39 3.253 + RM_GOPATH=0 [2022-12-01T00:06:08.518Z] #39 3.253 + TMP_GOPATH= [2022-12-01T00:06:08.518Z] #39 3.253 + : /build [2022-12-01T00:06:08.518Z] #39 3.253 + '[' -z '' ']' [2022-12-01T00:06:08.518Z] #39 3.254 ++ mktemp -d [2022-12-01T00:06:08.518Z] #39 3.258 + export GOPATH=/tmp/tmp.WPzdhJ9CGz [2022-12-01T00:06:08.518Z] #39 3.258 + GOPATH=/tmp/tmp.WPzdhJ9CGz [2022-12-01T00:06:08.518Z] #39 3.259 + RM_GOPATH=1 [2022-12-01T00:06:08.518Z] #39 3.259 + case "$(go env GOARCH)" in [2022-12-01T00:06:08.518Z] #39 3.260 ++ go env GOARCH [2022-12-01T00:06:08.518Z] #39 3.297 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:08.518Z] #39 3.297 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:08.518Z] #39 3.297 ++ dirname /tmp/install/install.sh [2022-12-01T00:06:08.518Z] #39 3.300 + dir=/tmp/install [2022-12-01T00:06:08.518Z] #39 3.300 + bin=tini [2022-12-01T00:06:08.518Z] #39 3.300 + shift [2022-12-01T00:06:08.518Z] #39 3.300 + '[' '!' -f /tmp/install/tini.installer ']' [2022-12-01T00:06:08.518Z] #39 3.304 + . /tmp/install/tini.installer [2022-12-01T00:06:08.518Z] #39 3.304 ++ : v0.19.0 [2022-12-01T00:06:08.518Z] #39 3.304 + install_tini [2022-12-01T00:06:08.518Z] #39 3.304 + echo 'Install tini version v0.19.0' [2022-12-01T00:06:08.518Z] #39 3.305 + git clone https://github.com/krallin/tini.git /tmp/tmp.WPzdhJ9CGz/tini [2022-12-01T00:06:08.518Z] #39 3.305 Install tini version v0.19.0 [2022-12-01T00:06:08.518Z] #39 3.309 Cloning into '/tmp/tmp.WPzdhJ9CGz/tini'... [2022-12-01T00:06:08.697Z] #49 19.65 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-12-01T00:06:08.697Z] #49 19.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2022-12-01T00:06:08.784Z] #38 ... [2022-12-01T00:06:08.784Z] [2022-12-01T00:06:08.784Z] #31 [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 [2022-12-01T00:06:08.784Z] #31 79.13 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:06:08.784Z] #31 79.29 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:08.784Z] #31 79.40 Setting up libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:06:08.784Z] #31 79.41 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:08.784Z] #31 79.65 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:06:08.784Z] #31 79.81 Setting up librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:06:08.784Z] #31 79.89 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:06:08.784Z] #31 79.91 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:06:08.784Z] #31 80.03 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:06:08.784Z] #31 80.20 Setting up cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:06:08.784Z] #31 80.25 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:08.784Z] #31 DONE 81.4s [2022-12-01T00:06:08.784Z] [2022-12-01T00:06:08.784Z] #39 [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 [2022-12-01T00:06:08.864Z] #38 ... [2022-12-01T00:06:08.864Z] [2022-12-01T00:06:08.864Z] #47 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-12-01T00:06:08.864Z] #47 DONE 0.8s [2022-12-01T00:06:08.864Z] [2022-12-01T00:06:08.864Z] #48 [dev-systemd-false 6/26] RUN ldconfig [2022-12-01T00:06:08.955Z] #49 20.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-12-01T00:06:09.214Z] #49 20.04 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-12-01T00:06:09.214Z] #49 20.14 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-12-01T00:06:09.214Z] #49 20.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-12-01T00:06:09.448Z] #39 4.060 + cd /tmp/tmp.WPzdhJ9CGz/tini [2022-12-01T00:06:09.449Z] #39 4.060 + git checkout -q v0.19.0 [2022-12-01T00:06:09.449Z] #39 4.083 + cmake . [2022-12-01T00:06:09.472Z] #49 20.36 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-12-01T00:06:09.472Z] #49 20.46 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-12-01T00:06:09.705Z] #39 4.517 -- The C compiler identification is GNU 10.2.1 [2022-12-01T00:06:09.705Z] #39 4.577 -- Detecting C compiler ABI info [2022-12-01T00:06:09.730Z] #49 20.47 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:06:09.730Z] #49 20.58 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:06:09.730Z] #49 20.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:06:09.799Z] #48 DONE 0.8s [2022-12-01T00:06:09.799Z] [2022-12-01T00:06:09.799Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:09.891Z] #36 ... [2022-12-01T00:06:09.891Z] [2022-12-01T00:06:09.891Z] #21 [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 [2022-12-01T00:06:09.891Z] #21 76.66 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-12-01T00:06:09.891Z] #21 76.77 Setting up protobuf-compiler (3.12.4-1) ... [2022-12-01T00:06:09.891Z] #21 76.85 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:09.891Z] #21 77.09 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2022-12-01T00:06:09.891Z] #21 77.29 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2022-12-01T00:06:09.891Z] #21 77.42 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2022-12-01T00:06:09.891Z] #21 77.57 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:09.891Z] #21 DONE 78.4s [2022-12-01T00:06:09.989Z] #49 20.81 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-12-01T00:06:09.989Z] #49 20.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-12-01T00:06:10.149Z] #39 ... [2022-12-01T00:06:10.149Z] [2022-12-01T00:06:10.149Z] #28 [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 [2022-12-01T00:06:10.149Z] #28 72.74 internal/reflectlite [2022-12-01T00:06:10.149Z] #28 72.74 sync [2022-12-01T00:06:10.149Z] #28 75.22 internal/testlog [2022-12-01T00:06:10.149Z] #28 77.27 sort [2022-12-01T00:06:10.149Z] #28 77.28 errors [2022-12-01T00:06:10.149Z] #28 77.87 strconv [2022-12-01T00:06:10.149Z] #28 79.33 io [2022-12-01T00:06:10.149Z] #28 81.40 internal/oserror [2022-12-01T00:06:10.149Z] #28 81.91 syscall [2022-12-01T00:06:10.149Z] #28 ... [2022-12-01T00:06:10.149Z] [2022-12-01T00:06:10.149Z] #39 [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 [2022-12-01T00:06:10.149Z] #39 1.482 + RM_GOPATH=0 [2022-12-01T00:06:10.149Z] #39 1.483 + TMP_GOPATH= [2022-12-01T00:06:10.149Z] #39 1.483 + : /build [2022-12-01T00:06:10.149Z] #39 1.483 + '[' -z '' ']' [2022-12-01T00:06:10.149Z] #39 1.483 ++ mktemp -d [2022-12-01T00:06:10.149Z] #39 1.487 + export GOPATH=/tmp/tmp.NvmCOHtUat [2022-12-01T00:06:10.149Z] #39 1.487 + GOPATH=/tmp/tmp.NvmCOHtUat [2022-12-01T00:06:10.149Z] #39 1.487 + RM_GOPATH=1 [2022-12-01T00:06:10.149Z] #39 1.487 + case "$(go env GOARCH)" in [2022-12-01T00:06:10.149Z] #39 1.489 ++ go env GOARCH [2022-12-01T00:06:10.149Z] #39 1.506 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:10.149Z] #39 1.506 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:10.149Z] #39 1.506 ++ dirname /tmp/install/install.sh [2022-12-01T00:06:10.149Z] #39 1.507 + dir=/tmp/install [2022-12-01T00:06:10.149Z] #39 1.507 + bin=tini [2022-12-01T00:06:10.149Z] #39 1.507 + shift [2022-12-01T00:06:10.149Z] #39 1.507 + '[' '!' -f /tmp/install/tini.installer ']' [2022-12-01T00:06:10.149Z] #39 1.507 + . /tmp/install/tini.installer [2022-12-01T00:06:10.149Z] #39 1.507 ++ : v0.19.0 [2022-12-01T00:06:10.149Z] #39 1.507 + install_tini [2022-12-01T00:06:10.149Z] #39 1.507 + echo 'Install tini version v0.19.0' [2022-12-01T00:06:10.149Z] #39 1.508 Install tini version v0.19.0 [2022-12-01T00:06:10.149Z] #39 1.508 + git clone https://github.com/krallin/tini.git /tmp/tmp.NvmCOHtUat/tini [2022-12-01T00:06:10.149Z] #39 1.511 Cloning into '/tmp/tmp.NvmCOHtUat/tini'... [2022-12-01T00:06:10.153Z] [2022-12-01T00:06:10.153Z] #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 [2022-12-01T00:06:10.247Z] #49 20.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:06:10.268Z] #39 5.228 -- Detecting C compiler ABI info - done [2022-12-01T00:06:10.506Z] #49 21.23 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-12-01T00:06:10.506Z] #49 21.23 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:06:10.506Z] #49 21.23 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-12-01T00:06:10.506Z] #49 21.24 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:06:10.506Z] #49 21.24 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-12-01T00:06:10.506Z] #49 21.51 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-12-01T00:06:10.525Z] #39 5.359 -- Check for working C compiler: /usr/bin/cc - skipped [2022-12-01T00:06:10.525Z] #39 5.376 -- Detecting C compile features [2022-12-01T00:06:10.525Z] #39 5.377 -- Detecting C compile features - done [2022-12-01T00:06:10.525Z] #39 5.418 -- Performing Test HAS_BUILTIN_FORTIFY [2022-12-01T00:06:10.726Z] #49 1.105 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:06:10.726Z] #49 1.127 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:06:10.726Z] #49 1.141 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:06:10.765Z] #49 21.64 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-12-01T00:06:10.765Z] #49 21.70 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-12-01T00:06:10.765Z] #49 21.74 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-12-01T00:06:10.781Z] #39 5.646 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-12-01T00:06:10.781Z] #39 5.758 -- Configuring done [2022-12-01T00:06:11.024Z] #49 21.74 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:06:11.024Z] #49 21.75 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-12-01T00:06:11.024Z] #49 21.77 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-12-01T00:06:11.024Z] #49 21.77 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-12-01T00:06:11.024Z] #49 21.86 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-12-01T00:06:11.024Z] #49 21.97 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-12-01T00:06:11.038Z] #39 5.786 -- Generating done [2022-12-01T00:06:11.038Z] #39 5.793 -- Build files have been written to: /tmp/tmp.WPzdhJ9CGz/tini [2022-12-01T00:06:11.038Z] #39 5.800 + make tini-static [2022-12-01T00:06:11.077Z] #39 2.477 + cd /tmp/tmp.NvmCOHtUat/tini [2022-12-01T00:06:11.077Z] #39 2.477 + git checkout -q v0.19.0 [2022-12-01T00:06:11.077Z] #39 2.521 + cmake . [2022-12-01T00:06:11.288Z] #49 1.697 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-12-01T00:06:11.295Z] #39 6.103 Scanning dependencies of target tini-static [2022-12-01T00:06:11.295Z] #39 6.278 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-12-01T00:06:11.591Z] #49 22.34 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-12-01T00:06:11.591Z] #49 22.40 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-12-01T00:06:11.850Z] #49 22.63 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-12-01T00:06:11.857Z] #39 ... [2022-12-01T00:06:11.857Z] [2022-12-01T00:06:11.857Z] #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 [2022-12-01T00:06:11.857Z] #30 57.28 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-12-01T00:06:11.857Z] #30 57.53 go: downloading github.com/beorn7/perks v1.0.1 [2022-12-01T00:06:11.857Z] #30 57.60 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-12-01T00:06:11.857Z] #30 57.70 go: downloading github.com/cespare/xxhash v1.1.0 [2022-12-01T00:06:11.857Z] #30 57.81 go: downloading github.com/golang/protobuf v1.5.2 [2022-12-01T00:06:11.857Z] #30 58.09 go: downloading github.com/prometheus/common v0.10.0 [2022-12-01T00:06:11.857Z] #30 58.28 go: downloading github.com/prometheus/procfs v0.6.0 [2022-12-01T00:06:11.857Z] #30 58.42 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-12-01T00:06:11.857Z] #30 58.50 go: downloading google.golang.org/protobuf v1.27.1 [2022-12-01T00:06:11.857Z] #30 60.39 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-12-01T00:06:11.857Z] #30 ... [2022-12-01T00:06:11.857Z] [2022-12-01T00:06:11.858Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:11.858Z] #29 65.71 Selecting previously unselected package gcc-mingw-w64-base. [2022-12-01T00:06:11.858Z] #29 65.71 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:11.858Z] #29 65.72 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:06:11.858Z] #29 65.89 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-12-01T00:06:11.858Z] #29 65.89 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:11.858Z] #29 65.90 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:06:12.009Z] #39 3.480 -- The C compiler identification is GNU 10.2.1 [2022-12-01T00:06:12.108Z] #49 22.89 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-12-01T00:06:12.108Z] #49 23.01 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-12-01T00:06:12.265Z] #39 3.655 -- Detecting C compiler ABI info [2022-12-01T00:06:12.653Z] #49 2.993 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [204 kB] [2022-12-01T00:06:12.674Z] #49 23.74 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:06:12.695Z] #38 ... [2022-12-01T00:06:12.695Z] [2022-12-01T00:06:12.695Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:12.695Z] #32 70.74 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-12-01T00:06:12.695Z] #32 70.74 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-12-01T00:06:12.695Z] #32 70.75 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:06:12.695Z] #32 74.97 Selecting previously unselected package binutils-mingw-w64. [2022-12-01T00:06:12.695Z] #32 74.98 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-12-01T00:06:12.695Z] #32 75.00 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:06:12.695Z] #32 75.34 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-12-01T00:06:12.695Z] #32 75.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:06:12.695Z] #32 75.36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:06:12.695Z] #32 75.63 Selecting previously unselected package dmsetup. [2022-12-01T00:06:12.695Z] #32 75.63 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:06:12.695Z] #32 75.64 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:06:12.695Z] #32 75.90 Selecting previously unselected package mingw-w64-common. [2022-12-01T00:06:12.695Z] #32 75.90 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-12-01T00:06:12.695Z] #32 75.99 Unpacking mingw-w64-common (8.0.0-1) ... [2022-12-01T00:06:12.695Z] #32 ... [2022-12-01T00:06:12.695Z] [2022-12-01T00:06:12.695Z] #35 [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 [2022-12-01T00:06:12.695Z] #35 71.28 Selecting previously unselected package libxml2:amd64. [2022-12-01T00:06:12.695Z] #35 71.28 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ... [2022-12-01T00:06:12.695Z] #35 71.36 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:06:12.695Z] #35 72.39 Selecting previously unselected package libarchive13:amd64. [2022-12-01T00:06:12.695Z] #35 72.39 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-12-01T00:06:12.695Z] #35 72.40 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:06:12.695Z] #35 72.97 Selecting previously unselected package libjsoncpp24:amd64. [2022-12-01T00:06:12.695Z] #35 72.98 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-12-01T00:06:12.695Z] #35 72.99 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:06:12.695Z] #35 73.17 Selecting previously unselected package librhash0:amd64. [2022-12-01T00:06:12.695Z] #35 73.17 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-12-01T00:06:12.695Z] #35 73.18 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:06:12.695Z] #35 73.58 Selecting previously unselected package libuv1:amd64. [2022-12-01T00:06:12.695Z] #35 73.60 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-12-01T00:06:12.695Z] #35 73.62 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:06:12.695Z] #35 74.09 Selecting previously unselected package cmake. [2022-12-01T00:06:12.695Z] #35 74.13 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-12-01T00:06:12.695Z] #35 74.14 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:06:12.695Z] #35 79.86 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:06:12.695Z] #35 79.94 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:12.695Z] #35 79.99 Setting up libuv1:amd64 (1.40.0-2) ... [2022-12-01T00:06:12.695Z] #35 80.07 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:12.695Z] #35 80.13 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-12-01T00:06:12.695Z] #35 80.20 Setting up librhash0:amd64 (1.4.1-2) ... [2022-12-01T00:06:12.695Z] #35 80.33 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-12-01T00:06:12.695Z] #35 80.41 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ... [2022-12-01T00:06:12.695Z] #35 80.44 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-12-01T00:06:12.695Z] #35 80.53 Setting up cmake (3.18.4-2+deb11u1) ... [2022-12-01T00:06:12.695Z] #35 80.60 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:12.695Z] #35 DONE 81.0s [2022-12-01T00:06:12.695Z] [2022-12-01T00:06:12.695Z] #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 [2022-12-01T00:06:12.695Z] #25 71.02 internal/reflectlite [2022-12-01T00:06:12.695Z] #25 71.05 sync [2022-12-01T00:06:12.695Z] #25 72.84 internal/testlog [2022-12-01T00:06:12.695Z] #25 74.72 sort [2022-12-01T00:06:12.695Z] #25 74.73 errors [2022-12-01T00:06:12.695Z] #25 75.46 strconv [2022-12-01T00:06:12.695Z] #25 76.19 io [2022-12-01T00:06:12.695Z] #25 77.56 internal/oserror [2022-12-01T00:06:12.695Z] #25 77.83 syscall [2022-12-01T00:06:12.695Z] #25 79.48 reflect [2022-12-01T00:06:12.695Z] #25 ... [2022-12-01T00:06:12.695Z] [2022-12-01T00:06:12.695Z] #39 [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 [2022-12-01T00:06:12.933Z] #49 23.90 Fetched 27.0 MB in 6s (4670 kB/s) [2022-12-01T00:06:12.933Z] #49 23.94 Selecting previously unselected package pigz. [2022-12-01T00:06:13.192Z] #49 23.95 (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 ... 24019 files and directories currently installed.) [2022-12-01T00:06:13.192Z] #49 24.04 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-12-01T00:06:13.192Z] #49 24.04 Unpacking pigz (2.6-1) ... [2022-12-01T00:06:13.192Z] #49 24.14 Selecting previously unselected package libelf1:amd64. [2022-12-01T00:06:13.462Z] #49 24.15 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-12-01T00:06:13.462Z] #49 24.17 Unpacking libelf1:amd64 (0.183-1) ... [2022-12-01T00:06:13.462Z] #49 24.32 Selecting previously unselected package libbpf0:amd64. [2022-12-01T00:06:13.462Z] #49 24.34 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-12-01T00:06:13.462Z] #49 24.34 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:06:13.637Z] #39 4.925 -- Detecting C compiler ABI info - done [2022-12-01T00:06:13.637Z] #39 5.140 -- Check for working C compiler: /usr/bin/cc - skipped [2022-12-01T00:06:13.721Z] #49 24.45 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:06:13.721Z] #49 24.46 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:06:13.721Z] #49 24.47 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:06:13.721Z] #49 24.56 Selecting previously unselected package libmnl0:amd64. [2022-12-01T00:06:13.721Z] #49 24.59 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-12-01T00:06:13.721Z] #49 24.63 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:06:13.934Z] #39 5.158 -- Detecting C compile features [2022-12-01T00:06:13.934Z] #39 5.161 -- Detecting C compile features - done [2022-12-01T00:06:13.934Z] #39 5.222 -- Performing Test HAS_BUILTIN_FORTIFY [2022-12-01T00:06:13.980Z] #49 24.81 Selecting previously unselected package libxtables12:amd64. [2022-12-01T00:06:13.980Z] #49 24.83 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-12-01T00:06:13.980Z] #49 24.83 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:06:13.980Z] #49 24.90 Selecting previously unselected package libcap2-bin. [2022-12-01T00:06:13.980Z] #49 24.92 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-12-01T00:06:13.980Z] #49 24.93 Unpacking libcap2-bin (1:2.44-1) ... [2022-12-01T00:06:14.018Z] #49 4.433 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-01T00:06:14.080Z] #39 1.425 + RM_GOPATH=0 [2022-12-01T00:06:14.080Z] #39 1.425 + TMP_GOPATH= [2022-12-01T00:06:14.080Z] #39 1.425 + : /build [2022-12-01T00:06:14.080Z] #39 1.425 + '[' -z '' ']' [2022-12-01T00:06:14.080Z] #39 1.425 ++ mktemp -d [2022-12-01T00:06:14.080Z] #39 1.430 + export GOPATH=/tmp/tmp.dWORqeTQlP [2022-12-01T00:06:14.080Z] #39 1.430 + GOPATH=/tmp/tmp.dWORqeTQlP [2022-12-01T00:06:14.080Z] #39 1.430 + RM_GOPATH=1 [2022-12-01T00:06:14.080Z] #39 1.431 + case "$(go env GOARCH)" in [2022-12-01T00:06:14.080Z] #39 1.431 ++ go env GOARCH [2022-12-01T00:06:14.080Z] #39 1.463 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:14.080Z] #39 1.463 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:06:14.080Z] #39 1.463 ++ dirname /tmp/install/install.sh [2022-12-01T00:06:14.080Z] #39 1.475 + dir=/tmp/install [2022-12-01T00:06:14.080Z] #39 1.475 + bin=tini [2022-12-01T00:06:14.080Z] #39 1.475 + shift [2022-12-01T00:06:14.080Z] #39 1.476 + '[' '!' -f /tmp/install/tini.installer ']' [2022-12-01T00:06:14.080Z] #39 1.481 + . /tmp/install/tini.installer [2022-12-01T00:06:14.080Z] #39 1.481 ++ : v0.19.0 [2022-12-01T00:06:14.080Z] #39 1.485 + install_tini [2022-12-01T00:06:14.080Z] #39 1.485 + echo 'Install tini version v0.19.0' [2022-12-01T00:06:14.080Z] #39 1.487 Install tini version v0.19.0 [2022-12-01T00:06:14.080Z] #39 1.488 + git clone https://github.com/krallin/tini.git /tmp/tmp.dWORqeTQlP/tini [2022-12-01T00:06:14.080Z] #39 1.500 Cloning into '/tmp/tmp.dWORqeTQlP/tini'... [2022-12-01T00:06:14.191Z] #39 5.555 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-12-01T00:06:14.241Z] #49 25.03 Selecting previously unselected package iproute2. [2022-12-01T00:06:14.241Z] #49 25.05 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-12-01T00:06:14.241Z] #49 25.05 Unpacking iproute2 (5.10.0-4) ... [2022-12-01T00:06:14.378Z] #29 ... [2022-12-01T00:06:14.378Z] [2022-12-01T00:06:14.378Z] #35 [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 [2022-12-01T00:06:14.378Z] #35 DONE 69.6s [2022-12-01T00:06:14.378Z] [2022-12-01T00:06:14.378Z] #39 [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 [2022-12-01T00:06:14.378Z] #39 7.675 [100%] Linking C executable tini-static [2022-12-01T00:06:14.378Z] #39 8.079 [100%] Built target tini-static [2022-12-01T00:06:14.378Z] #39 8.142 + mkdir -p /build [2022-12-01T00:06:14.378Z] #39 8.150 + cp tini-static /build/docker-init [2022-12-01T00:06:14.378Z] #39 DONE 9.0s [2022-12-01T00:06:14.378Z] [2022-12-01T00:06:14.378Z] #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 [2022-12-01T00:06:14.378Z] #38 4.577 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:06:14.378Z] #38 4.577 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:06:14.378Z] #38 4.599 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:06:14.378Z] #38 4.599 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:06:14.378Z] #38 4.599 Note: Building without GnuTLS support [2022-12-01T00:06:14.378Z] #38 6.980 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:06:14.378Z] #38 7.035 GEN .gitid [2022-12-01T00:06:14.378Z] #38 7.071 GEN criu/include/version.h [2022-12-01T00:06:14.378Z] #38 7.177 GEN include/common/asm [2022-12-01T00:06:14.378Z] #38 8.989 PBCC images/timens.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.041 DEP images/timens.pb-c.d [2022-12-01T00:06:14.378Z] #38 9.132 PBCC images/fown.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.176 PBCC images/google/protobuf/descriptor.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.263 PBCC images/opts.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.319 PBCC images/memfd.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.365 DEP images/fown.pb-c.d [2022-12-01T00:06:14.378Z] #38 9.442 DEP images/google/protobuf/descriptor.pb-c.d [2022-12-01T00:06:14.378Z] #38 9.517 DEP images/opts.pb-c.d [2022-12-01T00:06:14.378Z] #38 9.573 DEP images/memfd.pb-c.d [2022-12-01T00:06:14.378Z] #38 9.657 PBCC images/sit.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.718 DEP images/sit.pb-c.d [2022-12-01T00:06:14.378Z] #38 9.790 PBCC images/macvlan.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.819 DEP images/macvlan.pb-c.d [2022-12-01T00:06:14.378Z] #38 9.907 PBCC images/autofs.pb-c.c [2022-12-01T00:06:14.378Z] #38 9.971 DEP images/autofs.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.05 PBCC images/sysctl.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.07 DEP images/sysctl.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.13 PBCC images/time.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.15 DEP images/time.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.22 PBCC images/binfmt-misc.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.25 DEP images/binfmt-misc.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.29 PBCC images/seccomp.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.33 DEP images/seccomp.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.39 PBCC images/userns.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.41 DEP images/userns.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.47 PBCC images/cgroup.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.50 DEP images/cgroup.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.56 PBCC images/ext-file.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.58 DEP images/ext-file.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.65 PBCC images/rpc.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.72 DEP images/rpc.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.74 PBCC images/siginfo.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.76 DEP images/siginfo.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.82 PBCC images/pagemap.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.86 DEP images/pagemap.pb-c.d [2022-12-01T00:06:14.378Z] #38 10.95 PBCC images/rlimit.pb-c.c [2022-12-01T00:06:14.378Z] #38 10.96 DEP images/rlimit.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.06 PBCC images/file-lock.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.11 DEP images/file-lock.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.18 PBCC images/tty.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.24 DEP images/tty.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.32 PBCC images/tun.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.39 PBCC images/netdev.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.42 DEP images/tun.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.46 DEP images/netdev.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.49 PBCC images/vma.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.54 DEP images/vma.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.60 PBCC images/creds.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.64 DEP images/creds.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.67 PBCC images/utsns.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.74 DEP images/utsns.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.87 PBCC images/ipc-desc.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.87 PBCC images/ipc-sem.pb-c.c [2022-12-01T00:06:14.378Z] #38 11.90 DEP images/ipc-desc.pb-c.d [2022-12-01T00:06:14.378Z] #38 11.99 DEP images/ipc-sem.pb-c.d [2022-12-01T00:06:14.378Z] #38 12.08 PBCC images/ipc-msg.pb-c.c [2022-12-01T00:06:14.448Z] #39 5.749 -- Configuring done [2022-12-01T00:06:14.448Z] #39 5.779 -- Generating done [2022-12-01T00:06:14.448Z] #39 5.797 -- Build files have been written to: /tmp/tmp.NvmCOHtUat/tini [2022-12-01T00:06:14.448Z] #39 5.838 + make tini-static [2022-12-01T00:06:14.635Z] #38 12.12 DEP images/ipc-msg.pb-c.d [2022-12-01T00:06:14.635Z] #38 12.17 PBCC images/ipc-shm.pb-c.c [2022-12-01T00:06:14.635Z] #38 12.19 DEP images/ipc-shm.pb-c.d [2022-12-01T00:06:14.635Z] #38 12.27 PBCC images/ipc-var.pb-c.c [2022-12-01T00:06:14.635Z] #38 12.27 DEP images/ipc-var.pb-c.d [2022-12-01T00:06:14.635Z] #38 12.32 PBCC images/sk-opts.pb-c.c [2022-12-01T00:06:14.635Z] #38 12.39 PBCC images/packet-sock.pb-c.c [2022-12-01T00:06:14.808Z] #49 25.52 Selecting previously unselected package xxd. [2022-12-01T00:06:14.808Z] #49 25.52 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:06:14.808Z] #49 25.54 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:14.808Z] #49 25.66 Selecting previously unselected package vim-common. [2022-12-01T00:06:14.808Z] #49 25.66 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:06:14.808Z] #49 25.69 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:14.892Z] #38 12.44 DEP images/sk-opts.pb-c.d [2022-12-01T00:06:14.892Z] #38 12.47 DEP images/packet-sock.pb-c.d [2022-12-01T00:06:14.892Z] #38 12.54 PBCC images/sk-netlink.pb-c.c [2022-12-01T00:06:14.892Z] #38 12.58 DEP images/sk-netlink.pb-c.d [2022-12-01T00:06:14.892Z] #38 12.65 PBCC images/sk-inet.pb-c.c [2022-12-01T00:06:14.952Z] #49 ... [2022-12-01T00:06:14.952Z] [2022-12-01T00:06:14.952Z] #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 [2022-12-01T00:06:15.010Z] #39 6.343 Scanning dependencies of target tini-static [2022-12-01T00:06:15.067Z] #49 25.86 Selecting previously unselected package bash-completion. [2022-12-01T00:06:15.067Z] #49 25.87 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-12-01T00:06:15.149Z] #38 12.70 DEP images/sk-inet.pb-c.d [2022-12-01T00:06:15.149Z] #38 12.79 PBCC images/sk-unix.pb-c.c [2022-12-01T00:06:15.267Z] #39 6.535 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-12-01T00:06:15.405Z] #38 12.84 DEP images/sk-unix.pb-c.d [2022-12-01T00:06:15.405Z] #38 12.94 PBCC images/mm.pb-c.c [2022-12-01T00:06:15.405Z] #38 12.96 DEP images/mm.pb-c.d [2022-12-01T00:06:15.405Z] #38 13.07 PBCC images/timerfd.pb-c.c [2022-12-01T00:06:15.463Z] #39 2.704 + cd /tmp/tmp.dWORqeTQlP/tini [2022-12-01T00:06:15.463Z] #39 2.705 + git checkout -q v0.19.0 [2022-12-01T00:06:15.463Z] #39 2.728 + cmake . [2022-12-01T00:06:15.662Z] #38 13.15 DEP images/timerfd.pb-c.d [2022-12-01T00:06:15.662Z] #38 13.20 PBCC images/timer.pb-c.c [2022-12-01T00:06:15.662Z] #38 13.25 DEP images/timer.pb-c.d [2022-12-01T00:06:15.662Z] #38 13.28 PBCC images/sa.pb-c.c [2022-12-01T00:06:15.662Z] #38 13.33 DEP images/sa.pb-c.d [2022-12-01T00:06:15.662Z] #38 13.38 PBCC images/pipe-data.pb-c.c [2022-12-01T00:06:15.662Z] #38 13.43 DEP images/pipe-data.pb-c.d [2022-12-01T00:06:15.919Z] #38 13.47 PBCC images/mnt.pb-c.c [2022-12-01T00:06:15.919Z] #38 13.52 DEP images/mnt.pb-c.d [2022-12-01T00:06:16.178Z] #38 13.60 PBCC images/sk-packet.pb-c.c [2022-12-01T00:06:16.178Z] #38 13.62 DEP images/sk-packet.pb-c.d [2022-12-01T00:06:16.178Z] #38 13.73 PBCC images/tcp-stream.pb-c.c [2022-12-01T00:06:16.178Z] #38 13.75 DEP images/tcp-stream.pb-c.d [2022-12-01T00:06:16.178Z] #38 13.82 PBCC images/pipe.pb-c.c [2022-12-01T00:06:16.178Z] #38 13.86 DEP images/pipe.pb-c.d [2022-12-01T00:06:16.406Z] #39 3.492 -- The C compiler identification is GNU 10.2.1 [2022-12-01T00:06:16.406Z] #39 3.660 -- Detecting C compiler ABI info [2022-12-01T00:06:16.434Z] #38 13.91 PBCC images/pstree.pb-c.c [2022-12-01T00:06:16.434Z] #38 13.95 DEP images/pstree.pb-c.d [2022-12-01T00:06:16.434Z] #38 14.03 PBCC images/fs.pb-c.c [2022-12-01T00:06:16.434Z] #38 14.06 DEP images/fs.pb-c.d [2022-12-01T00:06:16.434Z] #38 14.14 PBCC images/signalfd.pb-c.c [2022-12-01T00:06:16.691Z] #38 14.19 DEP images/signalfd.pb-c.d [2022-12-01T00:06:16.691Z] #38 14.31 PBCC images/fh.pb-c.c [2022-12-01T00:06:16.691Z] #38 14.39 PBCC images/fsnotify.pb-c.c [2022-12-01T00:06:16.691Z] #38 14.43 DEP images/fh.pb-c.d [2022-12-01T00:06:16.755Z] #21 110.9 Updating files: 24% (2741/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: 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: 68% (7864/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 95% (10877/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-12-01T00:06:16.755Z] #21 114.3 + cd /tmp/tmp.CFChAN2qt7/tmp/docker-ce [2022-12-01T00:06:16.755Z] #21 114.3 + git checkout -q v17.06.2-ce [2022-12-01T00:06:16.947Z] #38 14.46 DEP images/fsnotify.pb-c.d [2022-12-01T00:06:16.947Z] #38 14.53 PBCC images/eventpoll.pb-c.c [2022-12-01T00:06:16.947Z] #38 14.54 DEP images/eventpoll.pb-c.d [2022-12-01T00:06:16.947Z] #38 14.61 PBCC images/eventfd.pb-c.c [2022-12-01T00:06:16.947Z] #38 14.61 DEP images/eventfd.pb-c.d [2022-12-01T00:06:16.947Z] #38 14.66 PBCC images/remap-file-path.pb-c.c [2022-12-01T00:06:16.969Z] #49 28.00 Unpacking bash-completion (1:2.11-2) ... [2022-12-01T00:06:16.969Z] #49 ... [2022-12-01T00:06:16.969Z] [2022-12-01T00:06:16.969Z] #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 [2022-12-01T00:06:16.969Z] #38 108.4 CC criu/cr-dedup.o [2022-12-01T00:06:16.969Z] #38 108.7 CC criu/cr-dump.o [2022-12-01T00:06:16.969Z] #38 110.8 CC criu/cr-errno.o [2022-12-01T00:06:16.969Z] #38 110.8 CC criu/cr-restore.o [2022-12-01T00:06:16.969Z] #38 114.7 CC criu/cr-service.o [2022-12-01T00:06:16.969Z] #38 116.4 CC criu/crtools.o [2022-12-01T00:06:16.969Z] #38 117.0 CC criu/eventfd.o [2022-12-01T00:06:16.969Z] #38 117.3 CC criu/eventpoll.o [2022-12-01T00:06:16.969Z] #38 118.2 CC criu/external.o [2022-12-01T00:06:17.203Z] #38 14.68 DEP images/remap-file-path.pb-c.d [2022-12-01T00:06:17.204Z] #38 14.73 PBCC images/fifo.pb-c.c [2022-12-01T00:06:17.204Z] #38 14.76 DEP images/fifo.pb-c.d [2022-12-01T00:06:17.204Z] #38 14.81 PBCC images/ghost-file.pb-c.c [2022-12-01T00:06:17.204Z] #38 14.87 DEP images/ghost-file.pb-c.d [2022-12-01T00:06:17.204Z] #38 14.94 PBCC images/regfile.pb-c.c [2022-12-01T00:06:17.227Z] #38 118.6 CC criu/fault-injection.o [2022-12-01T00:06:17.228Z] #38 ... [2022-12-01T00:06:17.228Z] [2022-12-01T00:06:17.228Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:17.228Z] #49 28.00 Unpacking bash-completion (1:2.11-2) ... [2022-12-01T00:06:17.346Z] #39 4.838 -- Detecting C compiler ABI info - done [2022-12-01T00:06:17.461Z] #38 14.97 DEP images/regfile.pb-c.d [2022-12-01T00:06:17.461Z] #38 15.11 PBCC images/ns.pb-c.c [2022-12-01T00:06:17.461Z] #38 15.11 DEP images/ns.pb-c.d [2022-12-01T00:06:17.486Z] #49 28.44 Selecting previously unselected package bzip2. [2022-12-01T00:06:17.486Z] #49 28.44 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-12-01T00:06:17.486Z] #49 28.45 Unpacking bzip2 (1.0.8-4) ... [2022-12-01T00:06:17.606Z] #39 5.014 -- Check for working C compiler: /usr/bin/cc - skipped [2022-12-01T00:06:17.606Z] #39 5.016 -- Detecting C compile features [2022-12-01T00:06:17.606Z] #39 5.018 -- Detecting C compile features - done [2022-12-01T00:06:17.606Z] #39 5.074 -- Performing Test HAS_BUILTIN_FORTIFY [2022-12-01T00:06:17.717Z] #38 15.27 PBCC images/fdinfo.pb-c.c [2022-12-01T00:06:17.717Z] #38 15.27 DEP images/fdinfo.pb-c.d [2022-12-01T00:06:17.744Z] #49 28.50 Selecting previously unselected package xz-utils. [2022-12-01T00:06:17.744Z] #49 28.52 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-12-01T00:06:17.744Z] #49 28.53 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:06:17.744Z] #49 28.68 Selecting previously unselected package apparmor. [2022-12-01T00:06:17.744Z] #49 28.68 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-12-01T00:06:17.744Z] #49 28.74 Unpacking apparmor (2.13.6-10) ... [2022-12-01T00:06:17.851Z] #39 9.049 [100%] Linking C executable tini-static [2022-12-01T00:06:17.974Z] #38 15.45 PBCC images/core-aarch64.pb-c.c [2022-12-01T00:06:17.974Z] #38 15.45 PBCC images/core-arm.pb-c.c [2022-12-01T00:06:17.974Z] #38 15.53 PBCC images/core-ppc64.pb-c.c [2022-12-01T00:06:17.974Z] #38 15.59 PBCC images/core-s390.pb-c.c [2022-12-01T00:06:17.974Z] #38 15.59 PBCC images/core-x86.pb-c.c [2022-12-01T00:06:18.108Z] #39 ... [2022-12-01T00:06:18.108Z] [2022-12-01T00:06:18.108Z] #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 [2022-12-01T00:06:18.108Z] #38 3.441 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:06:18.108Z] #38 3.441 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:06:18.108Z] #38 3.452 Note: Building without GnuTLS support [2022-12-01T00:06:18.108Z] #38 3.476 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:06:18.108Z] #38 3.476 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:06:18.108Z] #38 5.977 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:06:18.108Z] #38 6.048 GEN .gitid [2022-12-01T00:06:18.108Z] #38 6.137 GEN criu/include/version.h [2022-12-01T00:06:18.108Z] #38 6.367 GEN include/common/asm [2022-12-01T00:06:18.108Z] #38 9.544 PBCC images/timens.pb-c.c [2022-12-01T00:06:18.108Z] #38 9.574 DEP images/timens.pb-c.d [2022-12-01T00:06:18.108Z] #38 9.729 PBCC images/fown.pb-c.c [2022-12-01T00:06:18.108Z] #38 9.736 PBCC images/google/protobuf/descriptor.pb-c.c [2022-12-01T00:06:18.108Z] #38 9.758 PBCC images/opts.pb-c.c [2022-12-01T00:06:18.108Z] #38 9.799 PBCC images/memfd.pb-c.c [2022-12-01T00:06:18.108Z] #38 9.901 DEP images/fown.pb-c.d [2022-12-01T00:06:18.108Z] #38 9.989 DEP images/google/protobuf/descriptor.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.14 DEP images/opts.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.32 DEP images/memfd.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.43 PBCC images/sit.pb-c.c [2022-12-01T00:06:18.108Z] #38 10.49 DEP images/sit.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.55 PBCC images/macvlan.pb-c.c [2022-12-01T00:06:18.108Z] #38 10.58 DEP images/macvlan.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.66 PBCC images/autofs.pb-c.c [2022-12-01T00:06:18.108Z] #38 10.68 DEP images/autofs.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.74 PBCC images/sysctl.pb-c.c [2022-12-01T00:06:18.108Z] #38 10.77 DEP images/sysctl.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.84 PBCC images/time.pb-c.c [2022-12-01T00:06:18.108Z] #38 10.86 DEP images/time.pb-c.d [2022-12-01T00:06:18.108Z] #38 10.98 PBCC images/binfmt-misc.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.05 DEP images/binfmt-misc.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.08 PBCC images/seccomp.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.08 DEP images/seccomp.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.09 PBCC images/userns.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.15 DEP images/userns.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.21 PBCC images/cgroup.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.29 DEP images/cgroup.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.38 PBCC images/ext-file.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.44 DEP images/ext-file.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.54 PBCC images/rpc.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.56 DEP images/rpc.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.59 PBCC images/siginfo.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.60 DEP images/siginfo.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.69 PBCC images/pagemap.pb-c.c [2022-12-01T00:06:18.108Z] #38 11.70 DEP images/pagemap.pb-c.d [2022-12-01T00:06:18.108Z] #38 11.78 PBCC images/rlimit.pb-c.c [2022-12-01T00:06:18.108Z] #38 12.05 DEP images/rlimit.pb-c.d [2022-12-01T00:06:18.108Z] #38 12.14 PBCC images/file-lock.pb-c.c [2022-12-01T00:06:18.108Z] #38 12.15 DEP images/file-lock.pb-c.d [2022-12-01T00:06:18.108Z] #38 12.55 PBCC images/tty.pb-c.c [2022-12-01T00:06:18.108Z] #38 12.62 DEP images/tty.pb-c.d [2022-12-01T00:06:18.176Z] #39 5.349 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-12-01T00:06:18.176Z] #39 5.479 -- Configuring done [2022-12-01T00:06:18.176Z] #39 5.535 -- Generating done [2022-12-01T00:06:18.176Z] #39 5.547 -- Build files have been written to: /tmp/tmp.dWORqeTQlP/tini [2022-12-01T00:06:18.176Z] #39 5.561 + make tini-static [2022-12-01T00:06:18.231Z] #38 15.73 PBCC images/core.pb-c.c [2022-12-01T00:06:18.231Z] #38 15.73 PBCC images/inventory.pb-c.c [2022-12-01T00:06:18.231Z] #38 15.83 DEP images/core-aarch64.pb-c.d [2022-12-01T00:06:18.231Z] #38 15.95 DEP images/core-arm.pb-c.d [2022-12-01T00:06:18.310Z] #49 29.17 Selecting previously unselected package inetutils-ping. [2022-12-01T00:06:18.310Z] #49 29.18 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2022-12-01T00:06:18.310Z] #49 29.20 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:06:18.366Z] #38 12.73 PBCC images/tun.pb-c.c [2022-12-01T00:06:18.366Z] #38 12.79 PBCC images/netdev.pb-c.c [2022-12-01T00:06:18.366Z] #38 12.92 DEP images/tun.pb-c.d [2022-12-01T00:06:18.488Z] #38 15.99 DEP images/core-ppc64.pb-c.d [2022-12-01T00:06:18.488Z] #38 16.10 DEP images/core-s390.pb-c.d [2022-12-01T00:06:18.488Z] #38 16.10 DEP images/core-x86.pb-c.d [2022-12-01T00:06:18.488Z] #38 16.21 DEP images/core.pb-c.d [2022-12-01T00:06:18.488Z] #38 ... [2022-12-01T00:06:18.488Z] [2022-12-01T00:06:18.488Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:18.488Z] #29 74.06 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-12-01T00:06:18.488Z] #29 74.06 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:18.488Z] #29 74.06 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:06:18.569Z] #49 29.34 Selecting previously unselected package libip4tc2:amd64. [2022-12-01T00:06:18.569Z] #49 29.35 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:06:18.569Z] #49 29.35 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:06:18.569Z] #49 29.42 Selecting previously unselected package libip6tc2:amd64. [2022-12-01T00:06:18.569Z] #49 29.43 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:06:18.569Z] #49 29.43 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:06:18.569Z] #49 29.49 Selecting previously unselected package libnfnetlink0:amd64. [2022-12-01T00:06:18.569Z] #49 29.50 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-12-01T00:06:18.569Z] #49 29.51 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:06:18.569Z] #49 29.57 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-12-01T00:06:18.622Z] #38 13.03 DEP images/netdev.pb-c.d [2022-12-01T00:06:18.622Z] #38 13.16 PBCC images/vma.pb-c.c [2022-12-01T00:06:18.622Z] #38 13.28 DEP images/vma.pb-c.d [2022-12-01T00:06:18.746Z] #39 6.231 Scanning dependencies of target tini-static [2022-12-01T00:06:18.860Z] #49 29.57 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-12-01T00:06:18.860Z] #49 29.59 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:06:18.860Z] #49 29.69 Selecting previously unselected package libnftnl11:amd64. [2022-12-01T00:06:18.860Z] #49 29.69 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-12-01T00:06:18.860Z] #49 29.70 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:06:18.930Z] #38 13.38 PBCC images/creds.pb-c.c [2022-12-01T00:06:18.931Z] #38 13.41 DEP images/creds.pb-c.d [2022-12-01T00:06:18.931Z] #38 ... [2022-12-01T00:06:18.931Z] [2022-12-01T00:06:18.931Z] #39 [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 [2022-12-01T00:06:18.931Z] #39 10.20 [100%] Built target tini-static [2022-12-01T00:06:19.006Z] #39 6.322 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-12-01T00:06:19.117Z] #49 29.80 Selecting previously unselected package iptables. [2022-12-01T00:06:19.118Z] #49 29.81 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-12-01T00:06:19.118Z] #49 29.81 Unpacking iptables (1.8.7-1) ... [2022-12-01T00:06:19.202Z] #39 10.33 + mkdir -p /build [2022-12-01T00:06:19.202Z] #39 10.34 + cp tini-static /build/docker-init [2022-12-01T00:06:19.202Z] #39 ... [2022-12-01T00:06:19.202Z] [2022-12-01T00:06:19.202Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:19.202Z] #34 81.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-12-01T00:06:19.202Z] #34 81.73 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-12-01T00:06:19.202Z] #34 81.76 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:06:19.202Z] #34 ... [2022-12-01T00:06:19.202Z] [2022-12-01T00:06:19.202Z] #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 [2022-12-01T00:06:19.202Z] #38 13.47 PBCC images/utsns.pb-c.c [2022-12-01T00:06:19.202Z] #38 13.50 DEP images/utsns.pb-c.d [2022-12-01T00:06:19.202Z] #38 13.71 PBCC images/ipc-desc.pb-c.c [2022-12-01T00:06:19.383Z] #49 30.13 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:06:19.383Z] #49 30.13 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:06:19.383Z] #49 30.14 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:06:19.383Z] #49 30.32 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:06:19.383Z] #49 30.33 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:06:19.383Z] #49 30.33 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:06:19.419Z] #29 ... [2022-12-01T00:06:19.419Z] [2022-12-01T00:06:19.419Z] #26 [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 [2022-12-01T00:06:19.419Z] #26 64.75 internal/syscall/unix [2022-12-01T00:06:19.419Z] #26 65.31 time [2022-12-01T00:06:19.419Z] #26 72.96 internal/poll [2022-12-01T00:06:19.419Z] #26 74.46 internal/fmtsort [2022-12-01T00:06:19.419Z] #26 ... [2022-12-01T00:06:19.419Z] [2022-12-01T00:06:19.419Z] #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 [2022-12-01T00:06:19.419Z] #38 16.27 DEP images/inventory.pb-c.d [2022-12-01T00:06:19.419Z] #38 16.40 PBCC images/cpuinfo.pb-c.c [2022-12-01T00:06:19.419Z] #38 16.40 DEP images/cpuinfo.pb-c.d [2022-12-01T00:06:19.419Z] #38 16.55 PBCC images/stats.pb-c.c [2022-12-01T00:06:19.419Z] #38 16.55 DEP images/stats.pb-c.d [2022-12-01T00:06:19.550Z] #38 13.73 PBCC images/ipc-sem.pb-c.c [2022-12-01T00:06:19.550Z] #38 13.78 DEP images/ipc-desc.pb-c.d [2022-12-01T00:06:19.550Z] #38 13.91 DEP images/ipc-sem.pb-c.d [2022-12-01T00:06:19.641Z] #49 30.44 Selecting previously unselected package jq. [2022-12-01T00:06:19.641Z] #49 30.45 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:06:19.641Z] #49 30.45 Unpacking jq (1.6-2.1) ... [2022-12-01T00:06:19.641Z] #49 30.57 Selecting previously unselected package libaio1:amd64. [2022-12-01T00:06:19.641Z] #49 30.57 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-12-01T00:06:19.641Z] #49 30.58 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:06:19.806Z] #38 14.04 PBCC images/ipc-msg.pb-c.c [2022-12-01T00:06:19.806Z] #38 14.07 DEP images/ipc-msg.pb-c.d [2022-12-01T00:06:19.806Z] #38 14.24 PBCC images/ipc-shm.pb-c.c [2022-12-01T00:06:19.806Z] #38 14.29 DEP images/ipc-shm.pb-c.d [2022-12-01T00:06:19.806Z] #38 14.37 PBCC images/ipc-var.pb-c.c [2022-12-01T00:06:19.900Z] #49 30.64 Selecting previously unselected package libgpm2:amd64. [2022-12-01T00:06:19.900Z] #49 30.65 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-12-01T00:06:19.900Z] #49 30.66 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:06:19.900Z] #49 30.71 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:06:19.900Z] #49 30.72 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:06:19.900Z] #49 30.72 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:06:20.026Z] #21 117.6 + mkdir -p /tmp/tmp.CFChAN2qt7/src/github.com/docker [2022-12-01T00:06:20.064Z] #38 14.40 DEP images/ipc-var.pb-c.d [2022-12-01T00:06:20.064Z] #38 14.50 PBCC images/sk-opts.pb-c.c [2022-12-01T00:06:20.064Z] #38 14.55 PBCC images/packet-sock.pb-c.c [2022-12-01T00:06:20.064Z] #38 14.62 DEP images/sk-opts.pb-c.d [2022-12-01T00:06:20.283Z] #21 117.6 + mv components/cli /tmp/tmp.CFChAN2qt7/src/github.com/docker/cli [2022-12-01T00:06:20.283Z] #21 117.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-12-01T00:06:20.320Z] #38 14.70 DEP images/packet-sock.pb-c.d [2022-12-01T00:06:20.320Z] #38 14.85 PBCC images/sk-netlink.pb-c.c [2022-12-01T00:06:20.542Z] #21 ... [2022-12-01T00:06:20.542Z] [2022-12-01T00:06:20.542Z] #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 [2022-12-01T00:06:20.542Z] #38 59.21 LINK criu/pie/restorer.built-in.o [2022-12-01T00:06:20.542Z] #38 59.23 GEN criu/pie/restorer-blob.h [2022-12-01T00:06:20.542Z] #38 59.30 DEP criu/vdso.d [2022-12-01T00:06:20.542Z] #38 59.48 DEP criu/uts_ns.d [2022-12-01T00:06:20.542Z] #38 59.61 DEP criu/util.d [2022-12-01T00:06:20.542Z] #38 59.80 DEP criu/uffd.d [2022-12-01T00:06:20.542Z] #38 59.95 DEP criu/tun.d [2022-12-01T00:06:20.542Z] #38 60.05 DEP criu/tty.d [2022-12-01T00:06:20.542Z] #38 60.29 DEP criu/timerfd.d [2022-12-01T00:06:20.542Z] #38 60.44 DEP criu/timens.d [2022-12-01T00:06:20.542Z] #38 60.56 DEP criu/sysfs_parse.d [2022-12-01T00:06:20.542Z] #38 60.67 DEP criu/sysctl.d [2022-12-01T00:06:20.542Z] #38 60.87 DEP criu/string.d [2022-12-01T00:06:20.542Z] #38 60.94 DEP criu/stats.d [2022-12-01T00:06:20.542Z] #38 61.08 DEP criu/sockets.d [2022-12-01T00:06:20.542Z] #38 61.21 DEP criu/sk-unix.d [2022-12-01T00:06:20.542Z] #38 61.34 DEP criu/sk-tcp.d [2022-12-01T00:06:20.542Z] #38 61.44 DEP criu/sk-queue.d [2022-12-01T00:06:20.542Z] #38 61.65 DEP criu/sk-packet.d [2022-12-01T00:06:20.542Z] #38 61.83 DEP criu/sk-netlink.d [2022-12-01T00:06:20.542Z] #38 61.98 DEP criu/sk-inet.d [2022-12-01T00:06:20.542Z] #38 62.10 DEP criu/signalfd.d [2022-12-01T00:06:20.542Z] #38 62.18 DEP criu/sigframe.d [2022-12-01T00:06:20.542Z] #38 62.28 DEP criu/shmem.d [2022-12-01T00:06:20.542Z] #38 62.38 DEP criu/servicefd.d [2022-12-01T00:06:20.542Z] #38 62.58 DEP criu/seize.d [2022-12-01T00:06:20.542Z] #38 62.72 DEP criu/seccomp.d [2022-12-01T00:06:20.542Z] #38 62.94 DEP criu/rst-malloc.d [2022-12-01T00:06:20.542Z] #38 63.03 DEP criu/rbtree.d [2022-12-01T00:06:20.542Z] #38 63.10 DEP criu/pstree.d [2022-12-01T00:06:20.542Z] #38 63.24 DEP criu/protobuf.d [2022-12-01T00:06:20.542Z] #38 63.33 GEN criu/protobuf-desc-gen.h [2022-12-01T00:06:20.542Z] #38 65.65 DEP criu/protobuf-desc.d [2022-12-01T00:06:20.542Z] #38 65.78 DEP criu/proc_parse.d [2022-12-01T00:06:20.542Z] #38 66.03 DEP criu/plugin.d [2022-12-01T00:06:20.542Z] #38 66.11 DEP criu/pipes.d [2022-12-01T00:06:20.542Z] #38 66.25 DEP criu/pie-util.d [2022-12-01T00:06:20.542Z] #38 66.34 DEP criu/pie-util-vdso.d [2022-12-01T00:06:20.542Z] #38 66.45 DEP criu/path.d [2022-12-01T00:06:20.542Z] #38 66.58 DEP criu/parasite-syscall.d [2022-12-01T00:06:20.542Z] #38 66.71 DEP criu/pagemap.d [2022-12-01T00:06:20.542Z] #38 66.85 DEP criu/pagemap-cache.d [2022-12-01T00:06:20.543Z] #38 67.01 DEP criu/page-xfer.d [2022-12-01T00:06:20.543Z] #38 67.19 DEP criu/page-pipe.d [2022-12-01T00:06:20.543Z] #38 67.35 DEP criu/netfilter.d [2022-12-01T00:06:20.543Z] #38 67.50 DEP criu/net.d [2022-12-01T00:06:20.543Z] #38 67.68 DEP criu/namespaces.d [2022-12-01T00:06:20.543Z] #38 67.82 DEP criu/mount.d [2022-12-01T00:06:20.543Z] #38 67.96 DEP criu/memfd.d [2022-12-01T00:06:20.543Z] #38 68.07 DEP criu/mem.d [2022-12-01T00:06:20.543Z] #38 68.27 DEP criu/lsm.d [2022-12-01T00:06:20.543Z] #38 68.37 DEP criu/log.d [2022-12-01T00:06:20.543Z] #38 68.54 DEP criu/libnetlink.d [2022-12-01T00:06:20.543Z] #38 68.65 DEP criu/kerndat.d [2022-12-01T00:06:20.543Z] #38 68.86 DEP criu/kcmp-ids.d [2022-12-01T00:06:20.543Z] #38 68.93 DEP criu/irmap.d [2022-12-01T00:06:20.543Z] #38 69.11 DEP criu/ipc_ns.d [2022-12-01T00:06:20.543Z] #38 69.30 DEP criu/image.d [2022-12-01T00:06:20.577Z] #38 14.96 DEP images/sk-netlink.pb-c.d [2022-12-01T00:06:20.577Z] #38 15.11 PBCC images/sk-inet.pb-c.c [2022-12-01T00:06:20.577Z] #38 15.19 DEP images/sk-inet.pb-c.d [2022-12-01T00:06:20.787Z] #38 18.15 make[1]: Nothing to be done for 'all'. [2022-12-01T00:06:20.799Z] #38 69.47 DEP criu/image-desc.d [2022-12-01T00:06:20.799Z] #38 69.56 DEP criu/fsnotify.d [2022-12-01T00:06:20.834Z] #38 15.24 PBCC images/sk-unix.pb-c.c [2022-12-01T00:06:20.834Z] #38 15.38 DEP images/sk-unix.pb-c.d [2022-12-01T00:06:20.915Z] #39 ... [2022-12-01T00:06:20.915Z] [2022-12-01T00:06:20.915Z] #36 [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 [2022-12-01T00:06:20.915Z] #36 84.28 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-12-01T00:06:20.915Z] #36 84.57 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-12-01T00:06:20.915Z] #36 84.59 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-12-01T00:06:20.915Z] #36 84.93 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-12-01T00:06:20.915Z] #36 85.10 go: downloading github.com/gobwas/glob v0.2.3 [2022-12-01T00:06:20.915Z] #36 85.17 go: downloading github.com/kisielk/gotool v1.0.0 [2022-12-01T00:06:20.915Z] #36 85.23 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-12-01T00:06:20.915Z] #36 85.36 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-12-01T00:06:20.915Z] #36 85.37 go: downloading golang.org/x/mod v0.5.1 [2022-12-01T00:06:20.915Z] #36 85.80 go: downloading github.com/ettle/strcase v0.1.1 [2022-12-01T00:06:20.915Z] #36 85.91 go: downloading github.com/fatih/structtag v1.2.0 [2022-12-01T00:06:20.915Z] #36 85.99 go: downloading github.com/Masterminds/semver v1.5.0 [2022-12-01T00:06:20.915Z] #36 86.12 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-12-01T00:06:20.915Z] #36 86.19 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-12-01T00:06:20.915Z] #36 86.19 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-12-01T00:06:20.915Z] #36 86.94 go: downloading github.com/prometheus/client_model v0.2.0 [2022-12-01T00:06:20.915Z] #36 87.03 go: downloading github.com/google/go-cmp v0.5.6 [2022-12-01T00:06:20.915Z] #36 87.34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-12-01T00:06:20.915Z] #36 87.56 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-12-01T00:06:20.915Z] #36 87.80 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-12-01T00:06:20.915Z] #36 88.06 go: downloading github.com/beorn7/perks v1.0.1 [2022-12-01T00:06:20.915Z] #36 88.08 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-12-01T00:06:20.915Z] #36 88.09 go: downloading github.com/golang/protobuf v1.5.2 [2022-12-01T00:06:20.915Z] #36 88.21 go: downloading github.com/cespare/xxhash v1.1.0 [2022-12-01T00:06:20.915Z] #36 88.34 go: downloading github.com/prometheus/common v0.10.0 [2022-12-01T00:06:20.915Z] #36 88.68 go: downloading github.com/prometheus/procfs v0.6.0 [2022-12-01T00:06:20.915Z] #36 88.88 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-12-01T00:06:20.915Z] #36 89.29 go: downloading google.golang.org/protobuf v1.27.1 [2022-12-01T00:06:20.915Z] #36 ... [2022-12-01T00:06:20.915Z] [2022-12-01T00:06:20.915Z] #39 [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 [2022-12-01T00:06:20.915Z] #39 8.322 [100%] Linking C executable tini-static [2022-12-01T00:06:21.055Z] #38 69.76 DEP criu/filesystems.d [2022-12-01T00:06:21.055Z] #38 69.88 DEP criu/files.d [2022-12-01T00:06:21.091Z] #38 15.55 PBCC images/mm.pb-c.c [2022-12-01T00:06:21.091Z] #38 15.59 DEP images/mm.pb-c.d [2022-12-01T00:06:21.091Z] #38 ... [2022-12-01T00:06:21.091Z] [2022-12-01T00:06:21.091Z] #39 [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 [2022-12-01T00:06:21.091Z] #39 DONE 12.5s [2022-12-01T00:06:21.091Z] [2022-12-01T00:06:21.091Z] #35 [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 [2022-12-01T00:06:21.091Z] #35 DONE 93.9s [2022-12-01T00:06:21.312Z] #38 70.00 DEP criu/files-reg.d [2022-12-01T00:06:21.347Z] [2022-12-01T00:06:21.347Z] #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 [2022-12-01T00:06:21.347Z] #38 15.77 PBCC images/timerfd.pb-c.c [2022-12-01T00:06:21.347Z] #38 15.82 DEP images/timerfd.pb-c.d [2022-12-01T00:06:21.347Z] #38 15.90 PBCC images/timer.pb-c.c [2022-12-01T00:06:21.347Z] #38 16.00 DEP images/timer.pb-c.d [2022-12-01T00:06:21.568Z] #38 70.10 DEP criu/files-ext.d [2022-12-01T00:06:21.568Z] #38 70.21 DEP criu/file-lock.d [2022-12-01T00:06:21.603Z] #38 16.09 PBCC images/sa.pb-c.c [2022-12-01T00:06:21.603Z] #38 ... [2022-12-01T00:06:21.603Z] [2022-12-01T00:06:21.603Z] #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 [2022-12-01T00:06:21.603Z] #30 84.33 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-12-01T00:06:21.603Z] #30 84.51 go: downloading github.com/gobwas/glob v0.2.3 [2022-12-01T00:06:21.603Z] #30 84.64 go: downloading github.com/kisielk/gotool v1.0.0 [2022-12-01T00:06:21.603Z] #30 84.78 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-12-01T00:06:21.603Z] #30 84.86 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-12-01T00:06:21.603Z] #30 84.87 go: downloading golang.org/x/mod v0.5.1 [2022-12-01T00:06:21.603Z] #30 85.00 go: downloading github.com/ettle/strcase v0.1.1 [2022-12-01T00:06:21.603Z] #30 85.11 go: downloading github.com/fatih/structtag v1.2.0 [2022-12-01T00:06:21.603Z] #30 85.17 go: downloading github.com/Masterminds/semver v1.5.0 [2022-12-01T00:06:21.603Z] #30 85.44 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-12-01T00:06:21.603Z] #30 85.52 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-12-01T00:06:21.603Z] #30 85.67 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-12-01T00:06:21.603Z] #30 86.24 go: downloading github.com/prometheus/client_model v0.2.0 [2022-12-01T00:06:21.603Z] #30 86.39 go: downloading github.com/google/go-cmp v0.5.6 [2022-12-01T00:06:21.603Z] #30 86.78 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-12-01T00:06:21.603Z] #30 86.99 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-12-01T00:06:21.603Z] #30 87.03 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-12-01T00:06:21.603Z] #30 87.26 go: downloading github.com/beorn7/perks v1.0.1 [2022-12-01T00:06:21.603Z] #30 87.34 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-12-01T00:06:21.603Z] #30 87.38 go: downloading github.com/cespare/xxhash v1.1.0 [2022-12-01T00:06:21.603Z] #30 87.41 go: downloading github.com/golang/protobuf v1.5.2 [2022-12-01T00:06:21.603Z] #30 87.87 go: downloading github.com/prometheus/common v0.10.0 [2022-12-01T00:06:21.603Z] #30 88.13 go: downloading github.com/prometheus/procfs v0.6.0 [2022-12-01T00:06:21.603Z] #30 88.41 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-12-01T00:06:21.603Z] #30 88.66 go: downloading google.golang.org/protobuf v1.27.1 [2022-12-01T00:06:21.603Z] #30 91.43 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-12-01T00:06:21.825Z] #38 70.35 DEP criu/file-ids.d [2022-12-01T00:06:21.825Z] #38 70.54 DEP criu/fifo.d [2022-12-01T00:06:21.825Z] #38 70.65 DEP criu/fdstore.d [2022-12-01T00:06:21.861Z] #30 ... [2022-12-01T00:06:21.861Z] [2022-12-01T00:06:21.861Z] #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 [2022-12-01T00:06:21.861Z] #38 16.15 DEP images/sa.pb-c.d [2022-12-01T00:06:21.861Z] #38 16.29 PBCC images/pipe-data.pb-c.c [2022-12-01T00:06:21.861Z] #38 16.32 DEP images/pipe-data.pb-c.d [2022-12-01T00:06:21.861Z] #38 16.40 PBCC images/mnt.pb-c.c [2022-12-01T00:06:21.861Z] #38 ... [2022-12-01T00:06:21.861Z] [2022-12-01T00:06:21.861Z] #28 [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 [2022-12-01T00:06:21.861Z] #28 84.61 reflect [2022-12-01T00:06:21.861Z] #28 92.68 internal/syscall/unix [2022-12-01T00:06:21.861Z] #28 93.19 time [2022-12-01T00:06:22.082Z] #38 70.74 DEP criu/fault-injection.d [2022-12-01T00:06:22.082Z] #38 70.79 DEP criu/external.d [2022-12-01T00:06:22.116Z] #28 ... [2022-12-01T00:06:22.116Z] [2022-12-01T00:06:22.116Z] #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 [2022-12-01T00:06:22.116Z] #38 16.49 DEP images/mnt.pb-c.d [2022-12-01T00:06:22.116Z] #38 16.55 PBCC images/sk-packet.pb-c.c [2022-12-01T00:06:22.117Z] #38 16.62 DEP images/sk-packet.pb-c.d [2022-12-01T00:06:22.164Z] #38 19.77 CC images/stats.o [2022-12-01T00:06:22.301Z] #39 9.733 [100%] Built target tini-static [2022-12-01T00:06:22.339Z] #38 70.86 DEP criu/eventpoll.d [2022-12-01T00:06:22.339Z] #38 70.99 DEP criu/eventfd.d [2022-12-01T00:06:22.372Z] #38 16.81 PBCC images/tcp-stream.pb-c.c [2022-12-01T00:06:22.595Z] #38 71.09 DEP criu/crtools.d [2022-12-01T00:06:22.595Z] #38 71.18 DEP criu/cr-service.d [2022-12-01T00:06:22.595Z] #38 71.29 DEP criu/cr-restore.d [2022-12-01T00:06:22.616Z] #39 9.842 + mkdir -p /build [2022-12-01T00:06:22.616Z] #39 9.842 + cp tini-static /build/docker-init [2022-12-01T00:06:22.628Z] #38 16.96 DEP images/tcp-stream.pb-c.d [2022-12-01T00:06:22.628Z] #38 17.11 PBCC images/pipe.pb-c.c [2022-12-01T00:06:22.628Z] #38 17.22 DEP images/pipe.pb-c.d [2022-12-01T00:06:22.726Z] #38 20.21 CC images/core.o [2022-12-01T00:06:22.866Z] #38 71.50 DEP criu/cr-errno.d [2022-12-01T00:06:22.866Z] #38 71.53 DEP criu/cr-dump.d [2022-12-01T00:06:22.881Z] #39 ... [2022-12-01T00:06:22.881Z] [2022-12-01T00:06:22.881Z] #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 [2022-12-01T00:06:22.881Z] #38 2.945 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:06:22.881Z] #38 2.945 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:06:22.881Z] #38 2.990 Note: Building without GnuTLS support [2022-12-01T00:06:22.881Z] #38 3.017 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:06:22.881Z] #38 3.017 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:06:22.881Z] #38 6.208 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:06:22.881Z] #38 6.323 GEN .gitid [2022-12-01T00:06:22.881Z] #38 6.419 GEN criu/include/version.h [2022-12-01T00:06:22.881Z] #38 6.798 GEN include/common/asm [2022-12-01T00:06:22.881Z] #38 10.38 PBCC images/timens.pb-c.c [2022-12-01T00:06:22.881Z] #38 10.41 DEP images/timens.pb-c.d [2022-12-01T00:06:22.881Z] #38 10.57 PBCC images/fown.pb-c.c [2022-12-01T00:06:22.881Z] #38 10.64 PBCC images/google/protobuf/descriptor.pb-c.c [2022-12-01T00:06:22.881Z] #38 10.75 PBCC images/opts.pb-c.c [2022-12-01T00:06:22.881Z] #38 10.86 PBCC images/memfd.pb-c.c [2022-12-01T00:06:22.881Z] #38 10.89 DEP images/fown.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.02 DEP images/google/protobuf/descriptor.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.18 DEP images/opts.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.37 DEP images/memfd.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.51 PBCC images/sit.pb-c.c [2022-12-01T00:06:22.881Z] #38 11.61 DEP images/sit.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.74 PBCC images/macvlan.pb-c.c [2022-12-01T00:06:22.881Z] #38 11.75 DEP images/macvlan.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.76 PBCC images/autofs.pb-c.c [2022-12-01T00:06:22.881Z] #38 11.77 DEP images/autofs.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.84 PBCC images/sysctl.pb-c.c [2022-12-01T00:06:22.881Z] #38 11.89 DEP images/sysctl.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.91 PBCC images/time.pb-c.c [2022-12-01T00:06:22.881Z] #38 11.93 DEP images/time.pb-c.d [2022-12-01T00:06:22.881Z] #38 11.95 PBCC images/binfmt-misc.pb-c.c [2022-12-01T00:06:22.881Z] #38 12.02 DEP images/binfmt-misc.pb-c.d [2022-12-01T00:06:22.881Z] #38 12.08 PBCC images/seccomp.pb-c.c [2022-12-01T00:06:22.881Z] #38 12.12 DEP images/seccomp.pb-c.d [2022-12-01T00:06:22.881Z] #38 12.32 PBCC images/userns.pb-c.c [2022-12-01T00:06:22.881Z] #38 12.38 DEP images/userns.pb-c.d [2022-12-01T00:06:22.881Z] #38 12.48 PBCC images/cgroup.pb-c.c [2022-12-01T00:06:22.881Z] #38 12.53 DEP images/cgroup.pb-c.d [2022-12-01T00:06:22.881Z] #38 12.69 PBCC images/ext-file.pb-c.c [2022-12-01T00:06:22.881Z] #38 12.73 DEP images/ext-file.pb-c.d [2022-12-01T00:06:22.881Z] #38 12.91 PBCC images/rpc.pb-c.c [2022-12-01T00:06:22.881Z] #38 12.97 DEP images/rpc.pb-c.d [2022-12-01T00:06:22.881Z] #38 13.03 PBCC images/siginfo.pb-c.c [2022-12-01T00:06:22.885Z] #38 17.31 PBCC images/pstree.pb-c.c [2022-12-01T00:06:22.885Z] #38 17.34 DEP images/pstree.pb-c.d [2022-12-01T00:06:22.885Z] #38 17.47 PBCC images/fs.pb-c.c [2022-12-01T00:06:23.122Z] #38 71.68 DEP criu/cr-dedup.d [2022-12-01T00:06:23.122Z] #38 71.79 DEP criu/cr-check.d [2022-12-01T00:06:23.141Z] #38 13.06 DEP images/siginfo.pb-c.d [2022-12-01T00:06:23.141Z] #38 13.15 PBCC images/pagemap.pb-c.c [2022-12-01T00:06:23.141Z] #38 13.18 DEP images/pagemap.pb-c.d [2022-12-01T00:06:23.141Z] #38 13.26 PBCC images/rlimit.pb-c.c [2022-12-01T00:06:23.142Z] #38 17.49 DEP images/fs.pb-c.d [2022-12-01T00:06:23.142Z] #38 17.62 PBCC images/signalfd.pb-c.c [2022-12-01T00:06:23.142Z] #38 17.68 DEP images/signalfd.pb-c.d [2022-12-01T00:06:23.289Z] #38 20.87 CC images/core-x86.o [2022-12-01T00:06:23.379Z] #38 72.05 DEP criu/config.d [2022-12-01T00:06:23.398Z] #38 17.78 PBCC images/fh.pb-c.c [2022-12-01T00:06:23.398Z] #38 17.86 PBCC images/fsnotify.pb-c.c [2022-12-01T00:06:23.398Z] #38 17.94 DEP images/fh.pb-c.d [2022-12-01T00:06:23.401Z] #38 13.29 DEP images/rlimit.pb-c.d [2022-12-01T00:06:23.402Z] #38 13.39 PBCC images/file-lock.pb-c.c [2022-12-01T00:06:23.402Z] #38 13.42 DEP images/file-lock.pb-c.d [2022-12-01T00:06:23.402Z] #38 13.52 PBCC images/tty.pb-c.c [2022-12-01T00:06:23.636Z] #38 72.21 DEP criu/clone-noasan.d [2022-12-01T00:06:23.636Z] #38 72.28 DEP criu/cgroup.d [2022-12-01T00:06:23.655Z] #38 18.10 DEP images/fsnotify.pb-c.d [2022-12-01T00:06:23.655Z] #38 18.18 PBCC images/eventpoll.pb-c.c [2022-12-01T00:06:23.655Z] #38 18.19 DEP images/eventpoll.pb-c.d [2022-12-01T00:06:23.655Z] #38 18.31 PBCC images/eventfd.pb-c.c [2022-12-01T00:06:23.662Z] #38 13.57 DEP images/tty.pb-c.d [2022-12-01T00:06:23.662Z] #38 13.66 PBCC images/tun.pb-c.c [2022-12-01T00:06:23.662Z] #38 ... [2022-12-01T00:06:23.662Z] [2022-12-01T00:06:23.662Z] #36 [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 [2022-12-01T00:06:23.662Z] #36 91.99 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-12-01T00:06:23.852Z] #38 21.46 CC images/core-arm.o [2022-12-01T00:06:23.892Z] #38 72.40 DEP criu/cgroup-props.d [2022-12-01T00:06:23.892Z] #38 72.47 DEP criu/bitmap.d [2022-12-01T00:06:23.892Z] #38 72.50 DEP criu/bfd.d [2022-12-01T00:06:23.892Z] #38 72.55 DEP criu/autofs.d [2022-12-01T00:06:23.892Z] #38 ... [2022-12-01T00:06:23.892Z] [2022-12-01T00:06:23.892Z] #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 [2022-12-01T00:06:23.892Z] #42 10.51 + cd /tmp/tmp.rGHOa81jk4/src/github.com/opencontainers/runc [2022-12-01T00:06:23.892Z] #42 10.51 + git checkout -q v1.1.4 [2022-12-01T00:06:23.892Z] #42 11.17 + '[' -z '' ']' [2022-12-01T00:06:23.892Z] #42 11.17 + target=static [2022-12-01T00:06:23.892Z] #42 11.17 + make BUILDTAGS=seccomp static [2022-12-01T00:06:23.892Z] #42 11.57 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 . [2022-12-01T00:06:23.912Z] #38 18.38 DEP images/eventfd.pb-c.d [2022-12-01T00:06:23.912Z] #38 18.51 PBCC images/remap-file-path.pb-c.c [2022-12-01T00:06:23.912Z] #38 18.56 DEP images/remap-file-path.pb-c.d [2022-12-01T00:06:24.079Z] #49 34.33 Selecting previously unselected package libinih1:amd64. [2022-12-01T00:06:24.079Z] #49 34.34 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-12-01T00:06:24.079Z] #49 34.34 Unpacking libinih1:amd64 (53-1+b2) ... [2022-12-01T00:06:24.079Z] #49 34.45 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:06:24.079Z] #49 34.45 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:06:24.079Z] #49 34.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:24.079Z] #49 34.56 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:06:24.079Z] #49 34.56 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:06:24.079Z] #49 34.57 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:06:24.079Z] #49 34.69 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:06:24.079Z] #49 34.71 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:06:24.079Z] #49 34.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:06:24.079Z] #49 34.77 Selecting previously unselected package net-tools. [2022-12-01T00:06:24.079Z] #49 34.79 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-12-01T00:06:24.079Z] #49 34.80 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:06:24.079Z] #49 34.99 Selecting previously unselected package patch. [2022-12-01T00:06:24.079Z] #49 35.00 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-12-01T00:06:24.079Z] #49 35.01 Unpacking patch (2.7.6-7) ... [2022-12-01T00:06:24.149Z] #42 ... [2022-12-01T00:06:24.149Z] [2022-12-01T00:06:24.149Z] #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 [2022-12-01T00:06:24.149Z] #38 72.64 DEP criu/aio.d [2022-12-01T00:06:24.149Z] #38 72.77 DEP criu/action-scripts.d [2022-12-01T00:06:24.337Z] #49 35.12 Selecting previously unselected package python-pip-whl. [2022-12-01T00:06:24.337Z] #49 35.13 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:06:24.337Z] #49 35.14 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:06:24.406Z] #38 73.02 CC criu/action-scripts.o [2022-12-01T00:06:24.417Z] #38 21.86 CC images/core-aarch64.o [2022-12-01T00:06:24.474Z] #38 18.69 PBCC images/fifo.pb-c.c [2022-12-01T00:06:24.474Z] #38 18.71 DEP images/fifo.pb-c.d [2022-12-01T00:06:24.474Z] #38 18.89 PBCC images/ghost-file.pb-c.c [2022-12-01T00:06:24.474Z] #38 18.98 DEP images/ghost-file.pb-c.d [2022-12-01T00:06:24.474Z] #38 19.09 PBCC images/regfile.pb-c.c [2022-12-01T00:06:24.673Z] #38 22.19 CC images/core-ppc64.o [2022-12-01T00:06:24.673Z] #38 22.42 CC images/core-s390.o [2022-12-01T00:06:24.731Z] #38 19.19 DEP images/regfile.pb-c.d [2022-12-01T00:06:24.731Z] #38 19.32 PBCC images/ns.pb-c.c [2022-12-01T00:06:24.731Z] #38 19.35 DEP images/ns.pb-c.d [2022-12-01T00:06:24.904Z] #49 35.79 Selecting previously unselected package python3-lib2to3. [2022-12-01T00:06:24.904Z] #49 35.79 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-12-01T00:06:24.904Z] #49 35.80 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:06:24.974Z] #38 73.43 CC criu/aio.o [2022-12-01T00:06:24.987Z] #38 19.52 PBCC images/fdinfo.pb-c.c [2022-12-01T00:06:24.987Z] #38 19.64 DEP images/fdinfo.pb-c.d [2022-12-01T00:06:25.078Z] #36 ... [2022-12-01T00:06:25.078Z] [2022-12-01T00:06:25.078Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:25.078Z] #32 83.26 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-12-01T00:06:25.078Z] #32 83.26 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-12-01T00:06:25.078Z] #32 83.27 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:06:25.078Z] #32 93.36 Selecting previously unselected package gcc-mingw-w64-base. [2022-12-01T00:06:25.078Z] #32 93.40 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:25.078Z] #32 93.45 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:06:25.078Z] #32 ... [2022-12-01T00:06:25.078Z] [2022-12-01T00:06:25.078Z] #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 [2022-12-01T00:06:25.078Z] #38 13.74 PBCC images/netdev.pb-c.c [2022-12-01T00:06:25.078Z] #38 13.79 DEP images/tun.pb-c.d [2022-12-01T00:06:25.078Z] #38 13.89 DEP images/netdev.pb-c.d [2022-12-01T00:06:25.078Z] #38 13.96 PBCC images/vma.pb-c.c [2022-12-01T00:06:25.078Z] #38 14.14 DEP images/vma.pb-c.d [2022-12-01T00:06:25.078Z] #38 14.34 PBCC images/creds.pb-c.c [2022-12-01T00:06:25.078Z] #38 14.35 DEP images/creds.pb-c.d [2022-12-01T00:06:25.078Z] #38 14.45 PBCC images/utsns.pb-c.c [2022-12-01T00:06:25.078Z] #38 14.47 DEP images/utsns.pb-c.d [2022-12-01T00:06:25.078Z] #38 14.55 PBCC images/ipc-desc.pb-c.c [2022-12-01T00:06:25.078Z] #38 14.58 PBCC images/ipc-sem.pb-c.c [2022-12-01T00:06:25.078Z] #38 14.63 DEP images/ipc-desc.pb-c.d [2022-12-01T00:06:25.078Z] #38 14.72 DEP images/ipc-sem.pb-c.d [2022-12-01T00:06:25.078Z] #38 14.80 PBCC images/ipc-msg.pb-c.c [2022-12-01T00:06:25.078Z] #38 14.83 DEP images/ipc-msg.pb-c.d [2022-12-01T00:06:25.078Z] #38 14.97 PBCC images/ipc-shm.pb-c.c [2022-12-01T00:06:25.078Z] #38 14.98 DEP images/ipc-shm.pb-c.d [2022-12-01T00:06:25.078Z] #38 15.04 PBCC images/ipc-var.pb-c.c [2022-12-01T00:06:25.078Z] #38 15.11 DEP images/ipc-var.pb-c.d [2022-12-01T00:06:25.078Z] #38 15.18 PBCC images/sk-opts.pb-c.c [2022-12-01T00:06:25.078Z] #38 15.20 PBCC images/packet-sock.pb-c.c [2022-12-01T00:06:25.078Z] #38 15.24 DEP images/sk-opts.pb-c.d [2022-12-01T00:06:25.161Z] #49 35.96 Selecting previously unselected package python3-distutils. [2022-12-01T00:06:25.161Z] #49 35.97 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-12-01T00:06:25.161Z] #49 35.98 Unpacking python3-distutils (3.9.2-1) ... [2022-12-01T00:06:25.339Z] #38 15.33 DEP images/packet-sock.pb-c.d [2022-12-01T00:06:25.339Z] #38 15.40 PBCC images/sk-netlink.pb-c.c [2022-12-01T00:06:25.339Z] #38 15.46 DEP images/sk-netlink.pb-c.d [2022-12-01T00:06:25.419Z] #49 36.16 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:06:25.419Z] #49 36.18 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:06:25.419Z] #49 36.18 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:06:25.541Z] #38 74.01 CC criu/autofs.o [2022-12-01T00:06:25.541Z] #38 ... [2022-12-01T00:06:25.541Z] [2022-12-01T00:06:25.541Z] #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 [2022-12-01T00:06:25.541Z] #31 DONE 123.0s [2022-12-01T00:06:25.550Z] #38 19.82 PBCC images/core-aarch64.pb-c.c [2022-12-01T00:06:25.551Z] #38 19.87 PBCC images/core-arm.pb-c.c [2022-12-01T00:06:25.551Z] #38 19.95 PBCC images/core-ppc64.pb-c.c [2022-12-01T00:06:25.551Z] #38 20.04 PBCC images/core-s390.pb-c.c [2022-12-01T00:06:25.599Z] #38 15.58 PBCC images/sk-inet.pb-c.c [2022-12-01T00:06:25.599Z] #38 ... [2022-12-01T00:06:25.599Z] [2022-12-01T00:06:25.599Z] #39 [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 [2022-12-01T00:06:25.600Z] #39 DONE 13.1s [2022-12-01T00:06:25.600Z] [2022-12-01T00:06:25.600Z] #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 [2022-12-01T00:06:25.600Z] #33 DONE 94.1s [2022-12-01T00:06:25.600Z] [2022-12-01T00:06:25.600Z] #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 [2022-12-01T00:06:25.600Z] #38 15.65 DEP images/sk-inet.pb-c.d [2022-12-01T00:06:25.600Z] #38 15.72 PBCC images/sk-unix.pb-c.c [2022-12-01T00:06:25.600Z] #38 15.78 DEP images/sk-unix.pb-c.d [2022-12-01T00:06:25.601Z] #38 23.14 CC images/cpuinfo.o [2022-12-01T00:06:25.677Z] #49 36.37 Selecting previously unselected package python3-setuptools. [2022-12-01T00:06:25.677Z] #49 36.39 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-12-01T00:06:25.677Z] #49 36.40 Unpacking python3-setuptools (52.0.0-4) ... [2022-12-01T00:06:25.799Z] [2022-12-01T00:06:25.799Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:25.799Z] #49 6.490 Fetched 8495 kB in 6s (1502 kB/s) [2022-12-01T00:06:25.799Z] #49 6.490 Reading package lists... [2022-12-01T00:06:25.799Z] #49 8.978 Reading package lists... [2022-12-01T00:06:25.799Z] #49 11.35 Building dependency tree... [2022-12-01T00:06:25.799Z] #49 13.23 The following additional packages will be installed: [2022-12-01T00:06:25.799Z] #49 13.24 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:06:25.799Z] #49 13.24 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-12-01T00:06:25.799Z] #49 13.26 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-12-01T00:06:25.799Z] #49 13.26 python3-pkg-resources vim-runtime xxd [2022-12-01T00:06:25.799Z] #49 13.27 Suggested packages: [2022-12-01T00:06:25.799Z] #49 13.27 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-12-01T00:06:25.799Z] #49 13.27 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-12-01T00:06:25.799Z] #49 13.27 acl attr quota [2022-12-01T00:06:25.799Z] #49 13.27 Recommended packages: [2022-12-01T00:06:25.799Z] #49 13.27 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-12-01T00:06:25.799Z] #49 14.70 The following NEW packages will be installed: [2022-12-01T00:06:25.799Z] #49 14.71 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-12-01T00:06:25.799Z] #49 14.71 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:06:25.799Z] #49 14.71 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-12-01T00:06:25.799Z] #49 14.71 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-12-01T00:06:25.799Z] #49 14.71 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-12-01T00:06:25.799Z] #49 14.71 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-12-01T00:06:25.799Z] #49 14.71 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-12-01T00:06:25.799Z] #49 14.71 xz-utils zip [2022-12-01T00:06:25.799Z] #49 15.03 0 upgraded, 47 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:06:25.799Z] #49 15.03 Need to get 26.4 MB of archives. [2022-12-01T00:06:25.799Z] #49 15.03 After this operation, 103 MB of additional disk space will be used. [2022-12-01T00:06:25.799Z] #49 15.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-12-01T00:06:25.799Z] #49 15.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-12-01T00:06:25.799Z] #49 15.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-12-01T00:06:25.799Z] #49 15.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-12-01T00:06:25.799Z] #49 15.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-12-01T00:06:25.799Z] #49 15.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-12-01T00:06:25.799Z] #49 15.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-12-01T00:06:25.799Z] #49 15.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-12-01T00:06:25.799Z] #49 15.06 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:06:25.799Z] #49 15.08 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:06:25.799Z] #49 15.08 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-12-01T00:06:25.799Z] #49 15.09 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-12-01T00:06:25.799Z] #49 15.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-12-01T00:06:25.799Z] #49 15.10 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-12-01T00:06:25.799Z] #49 15.12 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB] [2022-12-01T00:06:25.799Z] #49 15.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-12-01T00:06:25.799Z] #49 15.13 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-12-01T00:06:25.799Z] #49 15.14 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-12-01T00:06:25.799Z] #49 15.14 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-12-01T00:06:25.799Z] #49 15.14 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-12-01T00:06:25.799Z] #49 15.14 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-12-01T00:06:25.799Z] #49 15.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-12-01T00:06:25.799Z] #49 15.16 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-12-01T00:06:25.799Z] #49 15.17 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-12-01T00:06:25.799Z] #49 15.17 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-12-01T00:06:25.799Z] #49 15.18 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-12-01T00:06:25.799Z] #49 15.18 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-12-01T00:06:25.799Z] #49 15.46 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-12-01T00:06:25.799Z] #49 15.48 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-12-01T00:06:25.799Z] #49 15.49 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-12-01T00:06:25.799Z] #49 15.49 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-12-01T00:06:25.799Z] #49 15.49 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-12-01T00:06:25.799Z] #49 15.49 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-12-01T00:06:25.799Z] #49 15.49 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-12-01T00:06:25.799Z] #49 15.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-12-01T00:06:25.799Z] #49 15.55 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-12-01T00:06:25.799Z] #49 15.56 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:06:25.799Z] #49 15.56 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-12-01T00:06:25.799Z] #49 15.58 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-12-01T00:06:25.799Z] #49 15.58 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-12-01T00:06:25.799Z] #49 15.59 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-12-01T00:06:25.799Z] #49 15.61 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-12-01T00:06:25.799Z] #49 15.61 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-12-01T00:06:25.799Z] #49 15.61 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-12-01T00:06:25.799Z] #49 15.77 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-12-01T00:06:25.799Z] #49 15.79 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-12-01T00:06:25.799Z] #49 15.82 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-12-01T00:06:25.808Z] #38 20.13 PBCC images/core-x86.pb-c.c [2022-12-01T00:06:25.808Z] #38 20.28 PBCC images/core.pb-c.c [2022-12-01T00:06:25.857Z] #38 23.56 CC images/inventory.o [2022-12-01T00:06:25.860Z] #38 15.90 PBCC images/mm.pb-c.c [2022-12-01T00:06:25.860Z] #38 16.01 DEP images/mm.pb-c.d [2022-12-01T00:06:25.934Z] #49 36.66 Selecting previously unselected package python3-wheel. [2022-12-01T00:06:25.934Z] #49 36.66 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-12-01T00:06:25.934Z] #49 36.67 Unpacking python3-wheel (0.34.2-1) ... [2022-12-01T00:06:25.934Z] #49 36.79 Selecting previously unselected package python3-pip. [2022-12-01T00:06:25.934Z] #49 36.79 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:06:25.934Z] #49 36.80 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:06:26.067Z] #38 20.43 PBCC images/inventory.pb-c.c [2022-12-01T00:06:26.067Z] #38 20.55 DEP images/core-aarch64.pb-c.d [2022-12-01T00:06:26.067Z] #38 20.59 DEP images/core-arm.pb-c.d [2022-12-01T00:06:26.067Z] #38 20.69 DEP images/core-ppc64.pb-c.d [2022-12-01T00:06:26.114Z] #38 23.80 CC images/fdinfo.o [2022-12-01T00:06:26.120Z] #38 16.15 PBCC images/timerfd.pb-c.c [2022-12-01T00:06:26.120Z] #38 16.28 DEP images/timerfd.pb-c.d [2022-12-01T00:06:26.324Z] #38 20.79 DEP images/core-s390.pb-c.d [2022-12-01T00:06:26.324Z] #38 20.93 DEP images/core-x86.pb-c.d [2022-12-01T00:06:26.370Z] #49 16.80 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:06:26.371Z] #38 24.10 CC images/fown.o [2022-12-01T00:06:26.380Z] #38 16.38 PBCC images/timer.pb-c.c [2022-12-01T00:06:26.380Z] #38 16.40 DEP images/timer.pb-c.d [2022-12-01T00:06:26.380Z] #38 16.52 PBCC images/sa.pb-c.c [2022-12-01T00:06:26.499Z] #49 37.25 Selecting previously unselected package sudo. [2022-12-01T00:06:26.499Z] #49 37.25 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-12-01T00:06:26.499Z] #49 37.27 Unpacking sudo (1.9.5p2-3) ... [2022-12-01T00:06:26.583Z] #38 21.03 DEP images/core.pb-c.d [2022-12-01T00:06:26.583Z] #38 21.11 DEP images/inventory.pb-c.d [2022-12-01T00:06:26.583Z] #38 21.16 PBCC images/cpuinfo.pb-c.c [2022-12-01T00:06:26.583Z] #38 21.19 DEP images/cpuinfo.pb-c.d [2022-12-01T00:06:26.628Z] #49 17.00 Fetched 26.4 MB in 1s (24.1 MB/s) [2022-12-01T00:06:26.628Z] #49 17.10 Selecting previously unselected package pigz. [2022-12-01T00:06:26.628Z] #49 17.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-12-01T00:06:26.628Z] #49 17.14 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-12-01T00:06:26.644Z] #38 16.61 DEP images/sa.pb-c.d [2022-12-01T00:06:26.644Z] #38 16.72 PBCC images/pipe-data.pb-c.c [2022-12-01T00:06:26.644Z] #38 16.80 DEP images/pipe-data.pb-c.d [2022-12-01T00:06:26.839Z] #38 21.29 PBCC images/stats.pb-c.c [2022-12-01T00:06:26.840Z] #38 21.30 DEP images/stats.pb-c.d [2022-12-01T00:06:26.884Z] #49 17.17 Unpacking pigz (2.6-1) ... [2022-12-01T00:06:26.884Z] #49 17.22 Selecting previously unselected package libelf1:arm64. [2022-12-01T00:06:26.884Z] #49 17.22 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-12-01T00:06:26.884Z] #49 17.23 Unpacking libelf1:arm64 (0.183-1) ... [2022-12-01T00:06:26.884Z] #49 17.36 Selecting previously unselected package libbpf0:arm64. [2022-12-01T00:06:26.884Z] #49 17.36 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-12-01T00:06:26.884Z] #49 17.36 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-12-01T00:06:26.884Z] #49 17.45 Selecting previously unselected package libcap2:arm64. [2022-12-01T00:06:26.904Z] #38 16.92 PBCC images/mnt.pb-c.c [2022-12-01T00:06:26.904Z] #38 17.07 DEP images/mnt.pb-c.d [2022-12-01T00:06:26.933Z] #38 24.34 CC images/ns.o [2022-12-01T00:06:26.933Z] #38 24.58 CC images/regfile.o [2022-12-01T00:06:27.066Z] #49 37.87 Selecting previously unselected package thin-provisioning-tools. [2022-12-01T00:06:27.066Z] #49 37.88 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-12-01T00:06:27.066Z] #49 37.88 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:06:27.066Z] #49 38.05 Selecting previously unselected package uidmap. [2022-12-01T00:06:27.066Z] #49 38.07 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-12-01T00:06:27.066Z] #49 38.07 Unpacking uidmap (1:4.8.1-1) ... [2022-12-01T00:06:27.140Z] #49 17.46 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-12-01T00:06:27.140Z] #49 17.46 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-12-01T00:06:27.140Z] #49 17.53 Selecting previously unselected package libmnl0:arm64. [2022-12-01T00:06:27.140Z] #49 17.55 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-12-01T00:06:27.140Z] #49 17.56 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-12-01T00:06:27.140Z] #49 17.62 Selecting previously unselected package libxtables12:arm64. [2022-12-01T00:06:27.141Z] #49 17.63 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-12-01T00:06:27.141Z] #49 17.63 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-12-01T00:06:27.141Z] #49 17.70 Selecting previously unselected package libcap2-bin. [2022-12-01T00:06:27.164Z] #38 17.21 PBCC images/sk-packet.pb-c.c [2022-12-01T00:06:27.164Z] #38 17.27 DEP images/sk-packet.pb-c.d [2022-12-01T00:06:27.189Z] #38 24.78 CC images/ghost-file.o [2022-12-01T00:06:27.325Z] #49 38.19 Selecting previously unselected package vim-runtime. [2022-12-01T00:06:27.325Z] #49 38.20 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:06:27.325Z] #49 38.23 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-12-01T00:06:27.325Z] #49 38.26 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-12-01T00:06:27.325Z] #49 ... [2022-12-01T00:06:27.325Z] [2022-12-01T00:06:27.325Z] #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 [2022-12-01T00:06:27.325Z] #38 118.7 CC criu/fdstore.o [2022-12-01T00:06:27.325Z] #38 119.1 CC criu/fifo.o [2022-12-01T00:06:27.325Z] #38 119.5 CC criu/file-ids.o [2022-12-01T00:06:27.325Z] #38 119.8 CC criu/file-lock.o [2022-12-01T00:06:27.325Z] #38 121.0 CC criu/files-ext.o [2022-12-01T00:06:27.325Z] #38 121.4 CC criu/files-reg.o [2022-12-01T00:06:27.325Z] #38 123.7 CC criu/files.o [2022-12-01T00:06:27.325Z] #38 125.8 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:06:27.325Z] #38 125.8 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2022-12-01T00:06:27.325Z] #38 125.9 CC criu/filesystems.o [2022-12-01T00:06:27.325Z] #38 126.6 CC criu/fsnotify.o [2022-12-01T00:06:27.325Z] #38 128.2 CC criu/image-desc.o [2022-12-01T00:06:27.325Z] #38 128.4 CC criu/image.o [2022-12-01T00:06:27.397Z] #49 17.70 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-12-01T00:06:27.397Z] #49 17.74 Unpacking libcap2-bin (1:2.44-1) ... [2022-12-01T00:06:27.397Z] #49 17.84 Selecting previously unselected package iproute2. [2022-12-01T00:06:27.397Z] #49 17.84 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-12-01T00:06:27.397Z] #49 17.85 Unpacking iproute2 (5.10.0-4) ... [2022-12-01T00:06:27.397Z] #49 ... [2022-12-01T00:06:27.397Z] [2022-12-01T00:06:27.397Z] #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 [2022-12-01T00:06:27.397Z] #38 76.09 CC criu/bfd.o [2022-12-01T00:06:27.424Z] #38 17.43 PBCC images/tcp-stream.pb-c.c [2022-12-01T00:06:27.424Z] #38 17.51 DEP images/tcp-stream.pb-c.d [2022-12-01T00:06:27.424Z] #38 17.65 PBCC images/pipe.pb-c.c [2022-12-01T00:06:27.446Z] #38 25.04 CC images/fifo.o [2022-12-01T00:06:27.583Z] #38 ... [2022-12-01T00:06:27.583Z] [2022-12-01T00:06:27.583Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:27.583Z] #49 38.26 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-12-01T00:06:27.583Z] #49 38.27 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:27.684Z] #38 17.77 DEP images/pipe.pb-c.d [2022-12-01T00:06:27.684Z] #38 17.87 PBCC images/pstree.pb-c.c [2022-12-01T00:06:27.711Z] #38 25.22 CC images/remap-file-path.o [2022-12-01T00:06:27.945Z] #38 17.92 DEP images/pstree.pb-c.d [2022-12-01T00:06:27.945Z] #38 18.04 PBCC images/fs.pb-c.c [2022-12-01T00:06:27.959Z] #38 76.65 CC criu/bitmap.o [2022-12-01T00:06:27.959Z] #38 76.77 CC criu/cgroup-props.o [2022-12-01T00:06:27.967Z] #38 25.50 CC images/eventfd.o [2022-12-01T00:06:28.205Z] #38 18.11 DEP images/fs.pb-c.d [2022-12-01T00:06:28.205Z] #38 18.20 PBCC images/signalfd.pb-c.c [2022-12-01T00:06:28.205Z] #38 18.25 DEP images/signalfd.pb-c.d [2022-12-01T00:06:28.224Z] #38 25.78 CC images/eventpoll.o [2022-12-01T00:06:28.465Z] #38 18.51 PBCC images/fh.pb-c.c [2022-12-01T00:06:28.465Z] #38 18.62 PBCC images/fsnotify.pb-c.c [2022-12-01T00:06:28.480Z] #38 26.02 CC images/fh.o [2022-12-01T00:06:28.725Z] #38 18.77 DEP images/fh.pb-c.d [2022-12-01T00:06:28.736Z] #38 26.28 CC images/fsnotify.o [2022-12-01T00:06:28.890Z] #38 77.53 CC criu/cgroup.o [2022-12-01T00:06:28.985Z] #38 18.96 DEP images/fsnotify.pb-c.d [2022-12-01T00:06:28.985Z] #38 19.14 PBCC images/eventpoll.pb-c.c [2022-12-01T00:06:28.985Z] #38 19.19 DEP images/eventpoll.pb-c.d [2022-12-01T00:06:29.246Z] #38 19.31 PBCC images/eventfd.pb-c.c [2022-12-01T00:06:29.246Z] #38 19.39 DEP images/eventfd.pb-c.d [2022-12-01T00:06:29.299Z] #38 26.81 CC images/signalfd.o [2022-12-01T00:06:29.299Z] #38 27.07 CC images/fs.o [2022-12-01T00:06:29.506Z] #38 19.51 PBCC images/remap-file-path.pb-c.c [2022-12-01T00:06:29.506Z] #38 19.59 DEP images/remap-file-path.pb-c.d [2022-12-01T00:06:29.506Z] #38 19.67 PBCC images/fifo.pb-c.c [2022-12-01T00:06:29.506Z] #38 19.72 DEP images/fifo.pb-c.d [2022-12-01T00:06:29.591Z] #38 27.36 CC images/pstree.o [2022-12-01T00:06:29.591Z] #38 ... [2022-12-01T00:06:29.591Z] [2022-12-01T00:06:29.591Z] #26 [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 [2022-12-01T00:06:29.591Z] #26 75.14 internal/syscall/execenv [2022-12-01T00:06:29.591Z] #26 75.49 path [2022-12-01T00:06:29.591Z] #26 75.80 strings [2022-12-01T00:06:29.591Z] #26 76.03 io/fs [2022-12-01T00:06:29.591Z] #26 77.33 os [2022-12-01T00:06:29.591Z] #26 78.93 bufio [2022-12-01T00:06:29.591Z] #26 80.90 text/tabwriter [2022-12-01T00:06:29.591Z] #26 81.63 io/ioutil [2022-12-01T00:06:29.591Z] #26 81.64 fmt [2022-12-01T00:06:29.591Z] #26 84.11 flag [2022-12-01T00:06:29.591Z] #26 84.11 github.com/BurntSushi/toml [2022-12-01T00:06:29.766Z] #38 19.84 PBCC images/ghost-file.pb-c.c [2022-12-01T00:06:29.766Z] #38 19.88 DEP images/ghost-file.pb-c.d [2022-12-01T00:06:29.849Z] #26 ... [2022-12-01T00:06:29.849Z] [2022-12-01T00:06:29.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 [2022-12-01T00:06:29.849Z] #38 27.61 CC images/pipe.o [2022-12-01T00:06:30.027Z] #38 20.00 PBCC images/regfile.pb-c.c [2022-12-01T00:06:30.109Z] #38 24.07 make[1]: Nothing to be done for 'all'. [2022-12-01T00:06:30.110Z] #38 ... [2022-12-01T00:06:30.110Z] [2022-12-01T00:06:30.110Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:30.110Z] #34 92.62 Selecting previously unselected package gcc-mingw-w64-base. [2022-12-01T00:06:30.110Z] #34 92.64 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:30.110Z] #34 92.66 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:06:30.110Z] #34 93.14 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-12-01T00:06:30.110Z] #34 93.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:30.110Z] #34 93.16 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:06:30.287Z] #38 20.14 DEP images/regfile.pb-c.d [2022-12-01T00:06:30.287Z] #38 20.22 PBCC images/ns.pb-c.c [2022-12-01T00:06:30.287Z] #38 20.29 DEP images/ns.pb-c.d [2022-12-01T00:06:30.287Z] #38 20.42 PBCC images/fdinfo.pb-c.c [2022-12-01T00:06:30.423Z] #38 27.97 CC images/tcp-stream.o [2022-12-01T00:06:30.423Z] #38 28.16 CC images/sk-packet.o [2022-12-01T00:06:30.548Z] #38 20.55 DEP images/fdinfo.pb-c.d [2022-12-01T00:06:30.671Z] #34 ... [2022-12-01T00:06:30.671Z] [2022-12-01T00:06:30.671Z] #28 [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 [2022-12-01T00:06:30.671Z] #28 103.4 internal/poll [2022-12-01T00:06:30.679Z] #38 28.33 CC images/mnt.o [2022-12-01T00:06:30.808Z] #38 20.74 PBCC images/core-aarch64.pb-c.c [2022-12-01T00:06:30.809Z] #38 20.89 PBCC images/core-arm.pb-c.c [2022-12-01T00:06:30.809Z] #38 20.94 PBCC images/core-ppc64.pb-c.c [2022-12-01T00:06:30.935Z] #38 28.54 CC images/pipe-data.o [2022-12-01T00:06:31.069Z] #38 21.07 PBCC images/core-s390.pb-c.c [2022-12-01T00:06:31.069Z] #38 21.11 PBCC images/core-x86.pb-c.c [2022-12-01T00:06:31.192Z] #38 28.82 CC images/sa.o [2022-12-01T00:06:31.330Z] #38 21.26 PBCC images/core.pb-c.c [2022-12-01T00:06:31.330Z] #38 21.36 PBCC images/inventory.pb-c.c [2022-12-01T00:06:31.330Z] #38 21.46 DEP images/core-aarch64.pb-c.d [2022-12-01T00:06:31.448Z] #38 29.01 CC images/timer.o [2022-12-01T00:06:31.592Z] #38 21.53 DEP images/core-arm.pb-c.d [2022-12-01T00:06:31.592Z] #38 21.62 DEP images/core-ppc64.pb-c.d [2022-12-01T00:06:31.592Z] #38 21.69 DEP images/core-s390.pb-c.d [2022-12-01T00:06:31.592Z] #38 21.77 DEP images/core-x86.pb-c.d [2022-12-01T00:06:31.704Z] #38 29.31 CC images/timerfd.o [2022-12-01T00:06:31.767Z] #49 42.58 Selecting previously unselected package vim. [2022-12-01T00:06:31.767Z] #49 42.60 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:06:31.767Z] #49 42.65 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:31.909Z] #38 21.82 DEP images/core.pb-c.d [2022-12-01T00:06:31.909Z] #38 21.88 DEP images/inventory.pb-c.d [2022-12-01T00:06:31.909Z] #38 21.95 PBCC images/cpuinfo.pb-c.c [2022-12-01T00:06:31.909Z] #38 21.98 DEP images/cpuinfo.pb-c.d [2022-12-01T00:06:31.960Z] #38 29.53 CC images/mm.o [2022-12-01T00:06:32.038Z] #28 104.6 internal/fmtsort [2022-12-01T00:06:32.163Z] #38 80.19 CC criu/clone-noasan.o [2022-12-01T00:06:32.163Z] #38 80.32 CC criu/config.o [2022-12-01T00:06:32.169Z] #38 22.06 PBCC images/stats.pb-c.c [2022-12-01T00:06:32.169Z] #38 22.14 DEP images/stats.pb-c.d [2022-12-01T00:06:32.169Z] #38 ... [2022-12-01T00:06:32.169Z] [2022-12-01T00:06:32.169Z] #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 [2022-12-01T00:06:32.169Z] #25 90.62 internal/syscall/unix [2022-12-01T00:06:32.169Z] #25 91.34 time [2022-12-01T00:06:32.169Z] #25 99.05 internal/poll [2022-12-01T00:06:32.169Z] #25 99.95 internal/fmtsort [2022-12-01T00:06:32.169Z] #25 100.4 internal/syscall/execenv [2022-12-01T00:06:32.217Z] #38 29.80 CC images/sk-opts.o [2022-12-01T00:06:32.429Z] #25 100.7 path [2022-12-01T00:06:32.473Z] #38 29.97 CC images/sk-unix.o [2022-12-01T00:06:32.714Z] #49 43.75 Selecting previously unselected package xfsprogs. [2022-12-01T00:06:32.729Z] #38 30.33 CC images/sk-inet.o [2022-12-01T00:06:32.967Z] #28 105.5 internal/syscall/execenv [2022-12-01T00:06:32.967Z] #28 105.8 path [2022-12-01T00:06:32.972Z] #49 43.76 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-12-01T00:06:32.972Z] #49 43.76 Unpacking xfsprogs (5.10.0-4) ... [2022-12-01T00:06:32.986Z] #38 30.67 CC images/tun.o [2022-12-01T00:06:33.093Z] #38 ... [2022-12-01T00:06:33.093Z] [2022-12-01T00:06:33.093Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:33.093Z] #49 18.28 Selecting previously unselected package xxd. [2022-12-01T00:06:33.093Z] #49 18.29 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 18.31 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:33.093Z] #49 18.45 Selecting previously unselected package vim-common. [2022-12-01T00:06:33.093Z] #49 18.45 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:06:33.093Z] #49 18.47 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:33.093Z] #49 18.60 Selecting previously unselected package bash-completion. [2022-12-01T00:06:33.093Z] #49 18.60 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-12-01T00:06:33.093Z] #49 20.98 Unpacking bash-completion (1:2.11-2) ... [2022-12-01T00:06:33.093Z] #49 21.36 Selecting previously unselected package bzip2. [2022-12-01T00:06:33.093Z] #49 21.38 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 21.39 Unpacking bzip2 (1.0.8-4) ... [2022-12-01T00:06:33.093Z] #49 21.47 Selecting previously unselected package xz-utils. [2022-12-01T00:06:33.093Z] #49 21.48 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 21.49 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:06:33.093Z] #49 21.66 Selecting previously unselected package apparmor. [2022-12-01T00:06:33.093Z] #49 21.66 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 21.72 Unpacking apparmor (2.13.6-10) ... [2022-12-01T00:06:33.093Z] #49 22.09 Selecting previously unselected package inetutils-ping. [2022-12-01T00:06:33.093Z] #49 22.11 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 22.12 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:06:33.093Z] #49 22.23 Selecting previously unselected package libip4tc2:arm64. [2022-12-01T00:06:33.093Z] #49 22.24 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 22.24 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-12-01T00:06:33.093Z] #49 22.33 Selecting previously unselected package libip6tc2:arm64. [2022-12-01T00:06:33.093Z] #49 22.33 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 22.35 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-12-01T00:06:33.093Z] #49 22.42 Selecting previously unselected package libnfnetlink0:arm64. [2022-12-01T00:06:33.093Z] #49 22.42 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 22.42 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-12-01T00:06:33.093Z] #49 22.49 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-12-01T00:06:33.093Z] #49 22.49 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 22.50 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-12-01T00:06:33.093Z] #49 22.57 Selecting previously unselected package libnftnl11:arm64. [2022-12-01T00:06:33.093Z] #49 22.58 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 22.58 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-12-01T00:06:33.093Z] #49 22.68 Selecting previously unselected package iptables. [2022-12-01T00:06:33.093Z] #49 22.68 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 22.68 Unpacking iptables (1.8.7-1) ... [2022-12-01T00:06:33.093Z] #49 23.06 Selecting previously unselected package libonig5:arm64. [2022-12-01T00:06:33.093Z] #49 23.07 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 23.07 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-12-01T00:06:33.093Z] #49 23.19 Selecting previously unselected package libjq1:arm64. [2022-12-01T00:06:33.093Z] #49 23.19 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 23.20 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-12-01T00:06:33.093Z] #49 23.27 Selecting previously unselected package jq. [2022-12-01T00:06:33.093Z] #49 23.27 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 23.27 Unpacking jq (1.6-2.1) ... [2022-12-01T00:06:33.093Z] #49 23.35 Selecting previously unselected package libaio1:arm64. [2022-12-01T00:06:33.093Z] #49 23.35 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 23.36 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-12-01T00:06:33.093Z] #49 23.42 Selecting previously unselected package libgpm2:arm64. [2022-12-01T00:06:33.093Z] #49 23.42 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 23.43 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-12-01T00:06:33.093Z] #49 23.50 Selecting previously unselected package libicu67:arm64. [2022-12-01T00:06:33.093Z] #49 23.50 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-12-01T00:06:33.093Z] #49 23.51 Unpacking libicu67:arm64 (67.1-7) ... [2022-12-01T00:06:33.093Z] #49 ... [2022-12-01T00:06:33.093Z] [2022-12-01T00:06:33.093Z] #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 [2022-12-01T00:06:33.093Z] #38 81.74 CC criu/cr-check.o [2022-12-01T00:06:33.229Z] #49 44.19 Selecting previously unselected package zip. [2022-12-01T00:06:33.242Z] #38 30.95 CC images/sk-netlink.o [2022-12-01T00:06:33.372Z] #25 101.8 io/fs [2022-12-01T00:06:33.490Z] #49 44.20 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-12-01T00:06:33.490Z] #49 44.21 Unpacking zip (3.0-12) ... [2022-12-01T00:06:33.490Z] #49 44.37 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:06:33.498Z] #38 31.14 CC images/packet-sock.o [2022-12-01T00:06:33.531Z] #28 106.3 io/fs [2022-12-01T00:06:34.061Z] #38 31.49 CC images/ipc-var.o [2022-12-01T00:06:34.061Z] #38 31.67 CC images/ipc-desc.o [2022-12-01T00:06:34.317Z] #38 31.92 CC images/ipc-shm.o [2022-12-01T00:06:34.460Z] #28 107.1 strings [2022-12-01T00:06:34.574Z] #38 32.13 CC images/ipc-msg.o [2022-12-01T00:06:34.574Z] #38 32.32 CC images/ipc-sem.o [2022-12-01T00:06:34.831Z] #38 ... [2022-12-01T00:06:34.831Z] [2022-12-01T00:06:34.831Z] #26 [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 [2022-12-01T00:06:34.831Z] #26 85.79 log [2022-12-01T00:06:34.831Z] #26 88.49 github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:06:34.831Z] #26 DONE 90.4s [2022-12-01T00:06:34.831Z] [2022-12-01T00:06:34.831Z] #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 [2022-12-01T00:06:34.831Z] #38 32.52 CC images/utsns.o [2022-12-01T00:06:34.831Z] #38 ... [2022-12-01T00:06:34.831Z] [2022-12-01T00:06:34.831Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:34.831Z] #29 88.79 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-12-01T00:06:34.831Z] #29 88.79 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:34.831Z] #29 88.80 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:06:34.865Z] #49 45.84 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:06:34.865Z] #49 45.86 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:06:34.865Z] #49 45.88 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:06:34.984Z] #38 83.44 CC criu/cr-dedup.o [2022-12-01T00:06:35.024Z] #28 107.9 os [2022-12-01T00:06:35.124Z] #49 45.93 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:06:35.124Z] #49 45.94 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:06:35.124Z] #49 45.97 Setting up libinih1:amd64 (53-1+b2) ... [2022-12-01T00:06:35.124Z] #49 46.00 Setting up uidmap (1:4.8.1-1) ... [2022-12-01T00:06:35.124Z] #49 46.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:35.124Z] #49 46.12 Setting up bzip2 (1.0.8-4) ... [2022-12-01T00:06:35.124Z] #49 46.18 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:06:35.242Z] #38 83.82 CC criu/cr-dump.o [2022-12-01T00:06:35.284Z] #25 ... [2022-12-01T00:06:35.284Z] [2022-12-01T00:06:35.284Z] #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 [2022-12-01T00:06:35.284Z] #38 24.99 make[1]: Nothing to be done for 'all'. [2022-12-01T00:06:35.382Z] #49 46.26 Setting up python3-wheel (0.34.2-1) ... [2022-12-01T00:06:35.544Z] #38 ... [2022-12-01T00:06:35.544Z] [2022-12-01T00:06:35.544Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:35.544Z] #32 94.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-12-01T00:06:35.544Z] #32 94.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:35.544Z] #32 94.08 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:06:35.804Z] #32 ... [2022-12-01T00:06:35.804Z] [2022-12-01T00:06:35.805Z] #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 [2022-12-01T00:06:35.805Z] #25 103.6 strings [2022-12-01T00:06:35.805Z] #25 103.8 os [2022-12-01T00:06:36.320Z] #49 47.28 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:36.320Z] #49 47.29 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:06:36.320Z] #49 47.30 Setting up libcap2-bin (1:2.44-1) ... [2022-12-01T00:06:36.320Z] #49 47.33 Setting up apparmor (2.13.6-10) ... [2022-12-01T00:06:37.545Z] #28 ... [2022-12-01T00:06:37.545Z] [2022-12-01T00:06:37.545Z] #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 [2022-12-01T00:06:37.545Z] #38 27.62 CC images/stats.o [2022-12-01T00:06:37.545Z] #38 27.99 CC images/core.o [2022-12-01T00:06:37.545Z] #38 28.63 CC images/core-x86.o [2022-12-01T00:06:37.545Z] #38 29.32 CC images/core-arm.o [2022-12-01T00:06:37.545Z] #38 29.83 CC images/core-aarch64.o [2022-12-01T00:06:37.546Z] #38 30.26 CC images/core-ppc64.o [2022-12-01T00:06:37.546Z] #38 31.19 CC images/core-s390.o [2022-12-01T00:06:37.546Z] #38 32.18 CC images/cpuinfo.o [2022-12-01T00:06:37.760Z] #38 86.30 CC criu/cr-errno.o [2022-12-01T00:06:37.760Z] #38 86.39 CC criu/cr-restore.o [2022-12-01T00:06:38.223Z] #49 49.27 Setting up zip (3.0-12) ... [2022-12-01T00:06:38.223Z] #49 49.28 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:38.322Z] #38 ... [2022-12-01T00:06:38.323Z] [2022-12-01T00:06:38.323Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:38.323Z] #49 26.55 Selecting previously unselected package libinih1:arm64. [2022-12-01T00:06:38.323Z] #49 26.56 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-12-01T00:06:38.323Z] #49 26.57 Unpacking libinih1:arm64 (53-1+b2) ... [2022-12-01T00:06:38.323Z] #49 26.63 Selecting previously unselected package libnet1:arm64. [2022-12-01T00:06:38.323Z] #49 26.63 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-12-01T00:06:38.323Z] #49 26.63 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:38.323Z] #49 26.69 Selecting previously unselected package libnl-3-200:arm64. [2022-12-01T00:06:38.323Z] #49 26.70 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-12-01T00:06:38.323Z] #49 26.70 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-12-01T00:06:38.323Z] #49 26.80 Selecting previously unselected package libprotobuf-c1:arm64. [2022-12-01T00:06:38.323Z] #49 26.81 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-12-01T00:06:38.323Z] #49 26.81 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-12-01T00:06:38.323Z] #49 26.89 Selecting previously unselected package net-tools. [2022-12-01T00:06:38.323Z] #49 26.89 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-12-01T00:06:38.323Z] #49 26.89 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:06:38.323Z] #49 27.09 Selecting previously unselected package patch. [2022-12-01T00:06:38.323Z] #49 27.09 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-12-01T00:06:38.323Z] #49 27.11 Unpacking patch (2.7.6-7) ... [2022-12-01T00:06:38.323Z] #49 27.24 Selecting previously unselected package python-pip-whl. [2022-12-01T00:06:38.323Z] #49 27.24 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:06:38.323Z] #49 27.25 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:06:38.323Z] #49 27.84 Selecting previously unselected package python3-lib2to3. [2022-12-01T00:06:38.323Z] #49 27.84 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-12-01T00:06:38.323Z] #49 27.85 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:06:38.323Z] #49 27.98 Selecting previously unselected package python3-distutils. [2022-12-01T00:06:38.323Z] #49 27.99 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-12-01T00:06:38.323Z] #49 27.99 Unpacking python3-distutils (3.9.2-1) ... [2022-12-01T00:06:38.323Z] #49 28.14 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:06:38.323Z] #49 28.14 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:06:38.323Z] #49 28.15 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:06:38.323Z] #49 28.30 Selecting previously unselected package python3-setuptools. [2022-12-01T00:06:38.323Z] #49 28.30 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-12-01T00:06:38.323Z] #49 28.31 Unpacking python3-setuptools (52.0.0-4) ... [2022-12-01T00:06:38.323Z] #49 28.57 Selecting previously unselected package python3-wheel. [2022-12-01T00:06:38.323Z] #49 28.58 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-12-01T00:06:38.323Z] #49 28.58 Unpacking python3-wheel (0.34.2-1) ... [2022-12-01T00:06:38.323Z] #49 28.68 Selecting previously unselected package python3-pip. [2022-12-01T00:06:38.323Z] #49 28.69 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:06:38.323Z] #49 28.69 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:06:38.323Z] #49 28.97 Selecting previously unselected package sudo. [2022-12-01T00:06:38.474Z] #38 32.84 CC images/inventory.o [2022-12-01T00:06:38.482Z] #49 49.31 Setting up bash-completion (1:2.11-2) ... [2022-12-01T00:06:38.482Z] #49 ... [2022-12-01T00:06:38.482Z] [2022-12-01T00:06:38.482Z] #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 [2022-12-01T00:06:38.482Z] #38 129.9 CC criu/ipc_ns.o [2022-12-01T00:06:38.482Z] #38 131.7 CC criu/irmap.o [2022-12-01T00:06:38.482Z] #38 132.4 CC criu/kcmp-ids.o [2022-12-01T00:06:38.482Z] #38 132.8 CC criu/kerndat.o [2022-12-01T00:06:38.482Z] #38 134.5 CC criu/libnetlink.o [2022-12-01T00:06:38.482Z] #38 134.9 CC criu/log.o [2022-12-01T00:06:38.482Z] #38 135.6 CC criu/lsm.o [2022-12-01T00:06:38.482Z] #38 136.4 CC criu/mem.o [2022-12-01T00:06:38.482Z] #38 138.7 CC criu/memfd.o [2022-12-01T00:06:38.482Z] #38 139.5 CC criu/mount.o [2022-12-01T00:06:38.607Z] #49 28.97 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-12-01T00:06:38.607Z] #49 28.99 Unpacking sudo (1.9.5p2-3) ... [2022-12-01T00:06:38.731Z] #38 33.26 CC images/fdinfo.o [2022-12-01T00:06:39.185Z] #49 29.56 Selecting previously unselected package thin-provisioning-tools. [2022-12-01T00:06:39.185Z] #49 29.56 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-12-01T00:06:39.185Z] #49 29.59 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:06:39.456Z] #49 29.83 Selecting previously unselected package uidmap. [2022-12-01T00:06:39.456Z] #49 29.83 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-12-01T00:06:39.456Z] #49 29.87 Unpacking uidmap (1:4.8.1-1) ... [2022-12-01T00:06:39.662Z] #38 33.85 CC images/fown.o [2022-12-01T00:06:39.662Z] #38 34.05 CC images/ns.o [2022-12-01T00:06:39.662Z] #38 34.21 CC images/regfile.o [2022-12-01T00:06:39.715Z] #49 29.99 Selecting previously unselected package vim-runtime. [2022-12-01T00:06:39.715Z] #49 30.00 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:06:39.715Z] #49 30.03 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-12-01T00:06:39.715Z] #49 30.04 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-12-01T00:06:39.715Z] #49 30.06 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:39.919Z] #38 34.44 CC images/ghost-file.o [2022-12-01T00:06:40.010Z] #25 107.6 bufio [2022-12-01T00:06:40.080Z] #29 94.76 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-12-01T00:06:40.080Z] #29 94.77 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:40.080Z] #29 94.78 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:06:40.176Z] #38 34.69 CC images/fifo.o [2022-12-01T00:06:40.432Z] #38 34.86 CC images/remap-file-path.o [2022-12-01T00:06:40.644Z] #29 ... [2022-12-01T00:06:40.644Z] [2022-12-01T00:06:40.644Z] #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 [2022-12-01T00:06:40.644Z] #38 32.75 CC images/creds.o [2022-12-01T00:06:40.644Z] #38 32.91 CC images/vma.o [2022-12-01T00:06:40.644Z] #38 33.12 CC images/netdev.o [2022-12-01T00:06:40.644Z] #38 33.50 CC images/tty.o [2022-12-01T00:06:40.644Z] #38 34.05 CC images/file-lock.o [2022-12-01T00:06:40.644Z] #38 34.24 CC images/rlimit.o [2022-12-01T00:06:40.644Z] #38 34.44 CC images/pagemap.o [2022-12-01T00:06:40.644Z] #38 34.70 CC images/siginfo.o [2022-12-01T00:06:40.644Z] #38 35.00 CC images/rpc.o [2022-12-01T00:06:40.644Z] #38 36.21 CC images/ext-file.o [2022-12-01T00:06:40.644Z] #38 36.44 CC images/cgroup.o [2022-12-01T00:06:40.644Z] #38 37.05 CC images/userns.o [2022-12-01T00:06:40.644Z] #38 37.30 CC images/google/protobuf/descriptor.o [2022-12-01T00:06:40.688Z] #38 35.08 CC images/eventfd.o [2022-12-01T00:06:40.688Z] #38 35.22 CC images/eventpoll.o [2022-12-01T00:06:40.944Z] #38 35.42 CC images/fh.o [2022-12-01T00:06:40.953Z] #25 109.3 fmt [2022-12-01T00:06:41.007Z] #38 ... [2022-12-01T00:06:41.007Z] [2022-12-01T00:06:41.007Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:41.007Z] #49 51.54 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:06:41.007Z] #49 51.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-12-01T00:06:41.007Z] #49 51.60 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:06:41.007Z] #49 51.60 Setting up patch (2.7.6-7) ... [2022-12-01T00:06:41.007Z] #49 51.62 Setting up sudo (1.9.5p2-3) ... [2022-12-01T00:06:41.007Z] #49 51.84 invoke-rc.d: could not determine current runlevel [2022-12-01T00:06:41.007Z] #49 51.90 invoke-rc.d: policy-rc.d denied execution of start. [2022-12-01T00:06:41.007Z] #49 51.92 Setting up xfsprogs (5.10.0-4) ... [2022-12-01T00:06:41.007Z] #49 51.96 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:06:41.200Z] #38 35.64 CC images/fsnotify.o [2022-12-01T00:06:41.208Z] #38 38.84 CC images/opts.o [2022-12-01T00:06:41.276Z] #49 51.97 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:06:41.276Z] #49 51.98 Setting up pigz (2.6-1) ... [2022-12-01T00:06:41.276Z] #49 51.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:06:41.276Z] #49 52.00 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:06:41.276Z] #49 52.02 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:06:41.276Z] #49 52.03 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:41.464Z] #38 ... [2022-12-01T00:06:41.464Z] [2022-12-01T00:06:41.464Z] #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 [2022-12-01T00:06:41.526Z] #25 109.8 io/ioutil [2022-12-01T00:06:41.762Z] #38 36.09 CC images/signalfd.o [2022-12-01T00:06:41.787Z] #25 110.2 text/tabwriter [2022-12-01T00:06:42.025Z] #38 36.32 CC images/fs.o [2022-12-01T00:06:42.025Z] #38 36.55 CC images/pstree.o [2022-12-01T00:06:42.213Z] #49 53.04 Setting up libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:06:42.213Z] #49 53.05 Setting up python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:06:42.281Z] #38 36.77 CC images/pipe.o [2022-12-01T00:06:42.359Z] #25 ... [2022-12-01T00:06:42.359Z] [2022-12-01T00:06:42.359Z] #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 [2022-12-01T00:06:42.359Z] #38 26.71 CC images/stats.o [2022-12-01T00:06:42.359Z] #38 27.21 CC images/core.o [2022-12-01T00:06:42.359Z] #38 27.86 CC images/core-x86.o [2022-12-01T00:06:42.359Z] #38 28.63 CC images/core-arm.o [2022-12-01T00:06:42.359Z] #38 29.05 CC images/core-aarch64.o [2022-12-01T00:06:42.359Z] #38 29.58 CC images/core-ppc64.o [2022-12-01T00:06:42.359Z] #38 30.52 CC images/core-s390.o [2022-12-01T00:06:42.359Z] #38 31.40 CC images/cpuinfo.o [2022-12-01T00:06:42.359Z] #38 31.98 CC images/inventory.o [2022-12-01T00:06:42.359Z] #38 32.30 CC images/fdinfo.o [2022-12-01T00:06:42.536Z] #38 37.03 CC images/tcp-stream.o [2022-12-01T00:06:42.779Z] #49 53.61 Setting up libelf1:amd64 (0.183-1) ... [2022-12-01T00:06:42.779Z] #49 53.66 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:06:42.779Z] #49 53.68 Setting up python3-distutils (3.9.2-1) ... [2022-12-01T00:06:42.792Z] #38 37.26 CC images/sk-packet.o [2022-12-01T00:06:42.930Z] #38 32.79 CC images/fown.o [2022-12-01T00:06:42.987Z] #49 33.36 Selecting previously unselected package vim. [2022-12-01T00:06:42.987Z] #49 33.36 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-12-01T00:06:42.987Z] #49 33.40 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:43.001Z] #37 54.56 Updating files: 48% (2458/5065) Updating files: 49% (2482/5065) Updating files: 50% (2533/5065) Updating files: 51% (2584/5065) Updating files: 52% (2634/5065) Updating files: 53% (2685/5065) Updating files: 54% (2736/5065) Updating files: 55% (2786/5065) Updating files: 56% (2837/5065) Updating files: 57% (2888/5065) Updating files: 58% (2938/5065) Updating files: 59% (2989/5065) Updating files: 60% (3039/5065) Updating files: 61% (3090/5065) Updating files: 62% (3141/5065) Updating files: 63% (3191/5065) Updating files: 64% (3242/5065) Updating files: 65% (3293/5065) Updating files: 66% (3343/5065) Updating files: 67% (3394/5065) Updating files: 68% (3445/5065) Updating files: 69% (3495/5065) Updating files: 70% (3546/5065) Updating files: 71% (3597/5065) Updating files: 72% (3647/5065) Updating files: 73% (3698/5065) Updating files: 74% (3749/5065) Updating files: 75% (3799/5065) Updating files: 76% (3850/5065) Updating files: 77% (3901/5065) Updating files: 78% (3951/5065) Updating files: 79% (4002/5065) Updating files: 80% (4052/5065) Updating files: 81% (4103/5065) Updating files: 82% (4154/5065) Updating files: 83% (4204/5065) Updating files: 84% (4255/5065) Updating files: 85% (4306/5065) Updating files: 86% (4356/5065) Updating files: 86% (4399/5065) Updating files: 87% (4407/5065) Updating files: 88% (4458/5065) Updating files: 89% (4508/5065) Updating files: 90% (4559/5065) Updating files: 91% (4610/5065) Updating files: 92% (4660/5065) Updating files: 93% (4711/5065) Updating files: 94% (4762/5065) Updating files: 95% (4812/5065) Updating files: 96% (4863/5065) Updating files: 97% (4914/5065) Updating files: 98% (4964/5065) Updating files: 99% (5015/5065) Updating files: 100% (5065/5065) Updating files: 100% (5065/5065), done. [2022-12-01T00:06:43.001Z] #37 56.04 + cd /tmp/tmp.HKM4eMFHWD/src/github.com/containerd/containerd [2022-12-01T00:06:43.001Z] #37 56.04 + git checkout -q v1.6.10 [2022-12-01T00:06:43.048Z] #38 37.60 CC images/mnt.o [2022-12-01T00:06:43.192Z] #38 33.05 CC images/ns.o [2022-12-01T00:06:43.304Z] #38 37.83 CC images/pipe-data.o [2022-12-01T00:06:43.452Z] #38 33.49 CC images/regfile.o [2022-12-01T00:06:43.550Z] #49 33.91 Selecting previously unselected package xfsprogs. [2022-12-01T00:06:43.550Z] #49 33.91 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-12-01T00:06:43.550Z] #49 33.92 Unpacking xfsprogs (5.10.0-4) ... [2022-12-01T00:06:43.561Z] #38 38.00 CC images/sa.o [2022-12-01T00:06:43.561Z] #38 ... [2022-12-01T00:06:43.561Z] [2022-12-01T00:06:43.561Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:43.561Z] #34 106.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-12-01T00:06:43.561Z] #34 106.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:43.561Z] #34 106.3 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:06:43.713Z] #49 54.58 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:43.713Z] #49 54.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-12-01T00:06:43.713Z] #49 54.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-12-01T00:06:43.713Z] #49 54.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-12-01T00:06:43.713Z] #49 54.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-12-01T00:06:43.713Z] #49 54.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-12-01T00:06:43.713Z] #49 54.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-12-01T00:06:43.713Z] #49 54.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-12-01T00:06:43.713Z] #49 54.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-12-01T00:06:43.813Z] #49 34.36 Selecting previously unselected package zip. [2022-12-01T00:06:43.813Z] #49 34.37 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-12-01T00:06:43.813Z] #49 34.38 Unpacking zip (3.0-12) ... [2022-12-01T00:06:43.817Z] #34 ... [2022-12-01T00:06:43.817Z] [2022-12-01T00:06:43.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 [2022-12-01T00:06:43.817Z] #38 38.20 CC images/timer.o [2022-12-01T00:06:43.972Z] #49 54.74 Setting up python3-setuptools (52.0.0-4) ... [2022-12-01T00:06:44.023Z] #38 33.99 CC images/ghost-file.o [2022-12-01T00:06:44.070Z] #49 34.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:06:44.380Z] #38 38.62 CC images/timerfd.o [2022-12-01T00:06:44.381Z] #38 38.87 CC images/mm.o [2022-12-01T00:06:44.614Z] #38 34.65 CC images/fifo.o [2022-12-01T00:06:44.944Z] #38 39.20 CC images/sk-opts.o [2022-12-01T00:06:44.944Z] #38 39.37 CC images/sk-unix.o [2022-12-01T00:06:44.999Z] #49 35.44 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-12-01T00:06:44.999Z] #49 35.45 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:06:44.999Z] #49 35.47 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-12-01T00:06:44.999Z] #49 35.48 Setting up libicu67:arm64 (67.1-7) ... [2022-12-01T00:06:44.999Z] #49 35.49 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-12-01T00:06:44.999Z] #49 35.50 Setting up libinih1:arm64 (53-1+b2) ... [2022-12-01T00:06:44.999Z] #49 35.52 Setting up uidmap (1:4.8.1-1) ... [2022-12-01T00:06:44.999Z] #49 35.53 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:06:45.200Z] #38 39.67 CC images/sk-inet.o [2022-12-01T00:06:45.237Z] #38 35.17 CC images/remap-file-path.o [2022-12-01T00:06:45.255Z] #49 35.55 Setting up bzip2 (1.0.8-4) ... [2022-12-01T00:06:45.255Z] #49 35.57 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-12-01T00:06:45.255Z] #49 35.58 Setting up python3-wheel (0.34.2-1) ... [2022-12-01T00:06:45.456Z] #38 40.00 CC images/tun.o [2022-12-01T00:06:45.506Z] #38 35.63 CC images/eventfd.o [2022-12-01T00:06:45.511Z] #49 36.03 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:45.511Z] #49 36.07 Setting up libcap2:arm64 (1:2.44-1) ... [2022-12-01T00:06:45.511Z] #49 36.08 Setting up libcap2-bin (1:2.44-1) ... [2022-12-01T00:06:45.511Z] #49 36.10 Setting up apparmor (2.13.6-10) ... [2022-12-01T00:06:45.519Z] #37 58.44 + export 'BUILDTAGS=netgo osusergo static_build' [2022-12-01T00:06:45.519Z] #37 58.44 + BUILDTAGS='netgo osusergo static_build' [2022-12-01T00:06:45.519Z] #37 58.44 + export EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:06:45.519Z] #37 58.44 + EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:06:45.519Z] #37 58.44 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-12-01T00:06:45.519Z] #37 58.44 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-12-01T00:06:45.519Z] #37 58.44 + '[' '' = dynamic ']' [2022-12-01T00:06:45.519Z] #37 58.44 + make [2022-12-01T00:06:45.713Z] #38 40.34 CC images/sk-netlink.o [2022-12-01T00:06:45.871Z] #49 56.74 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:06:45.871Z] #49 56.77 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:06:45.871Z] #49 56.78 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:06:45.871Z] #49 56.79 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:06:46.082Z] #38 36.10 CC images/eventpoll.o [2022-12-01T00:06:46.082Z] #38 ... [2022-12-01T00:06:46.082Z] [2022-12-01T00:06:46.082Z] #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 [2022-12-01T00:06:46.082Z] #25 114.5 flag [2022-12-01T00:06:46.082Z] #25 114.5 github.com/BurntSushi/toml [2022-12-01T00:06:46.275Z] #38 40.56 CC images/packet-sock.o [2022-12-01T00:06:46.275Z] #38 40.89 CC images/ipc-var.o [2022-12-01T00:06:46.531Z] #38 41.07 CC images/ipc-desc.o [2022-12-01T00:06:46.650Z] #25 ... [2022-12-01T00:06:46.650Z] [2022-12-01T00:06:46.650Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:46.650Z] #32 105.0 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-12-01T00:06:46.650Z] #32 105.0 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:46.650Z] #32 105.0 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:06:46.786Z] #38 41.26 CC images/ipc-shm.o [2022-12-01T00:06:46.909Z] #32 ... [2022-12-01T00:06:46.909Z] [2022-12-01T00:06:46.909Z] #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 [2022-12-01T00:06:46.909Z] #38 36.59 CC images/fh.o [2022-12-01T00:06:47.042Z] #38 41.49 CC images/ipc-msg.o [2022-12-01T00:06:47.168Z] #38 37.17 CC images/fsnotify.o [2022-12-01T00:06:47.244Z] #49 58.01 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:06:47.244Z] #49 58.02 Setting up jq (1.6-2.1) ... [2022-12-01T00:06:47.244Z] #49 58.04 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:06:47.244Z] #49 58.05 Setting up iptables (1.8.7-1) ... [2022-12-01T00:06:47.244Z] #49 58.06 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:06:47.244Z] #49 58.06 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:06:47.244Z] #49 58.07 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:06:47.244Z] #49 58.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:06:47.244Z] #49 58.09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-12-01T00:06:47.244Z] #49 58.09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-12-01T00:06:47.244Z] #49 58.10 Setting up iproute2 (5.10.0-4) ... [2022-12-01T00:06:47.299Z] #38 41.74 CC images/ipc-sem.o [2022-12-01T00:06:47.299Z] #38 41.88 CC images/utsns.o [2022-12-01T00:06:47.402Z] #49 37.63 Setting up zip (3.0-12) ... [2022-12-01T00:06:47.402Z] #49 37.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:47.402Z] #49 37.73 Setting up bash-completion (1:2.11-2) ... [2022-12-01T00:06:47.408Z] #37 60.17 + bin/ctr [2022-12-01T00:06:47.555Z] #38 42.08 CC images/creds.o [2022-12-01T00:06:47.811Z] #38 42.29 CC images/vma.o [2022-12-01T00:06:47.811Z] #38 ... [2022-12-01T00:06:47.811Z] [2022-12-01T00:06:47.811Z] #28 [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 [2022-12-01T00:06:47.811Z] #28 110.7 bufio [2022-12-01T00:06:47.811Z] #28 113.1 text/tabwriter [2022-12-01T00:06:47.811Z] #28 113.8 io/ioutil [2022-12-01T00:06:47.811Z] #28 113.9 fmt [2022-12-01T00:06:47.811Z] #28 116.1 flag [2022-12-01T00:06:47.811Z] #28 116.1 github.com/BurntSushi/toml [2022-12-01T00:06:47.811Z] #28 117.3 log [2022-12-01T00:06:47.811Z] #28 119.7 github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:06:47.819Z] #49 58.47 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:47.819Z] #49 DONE 58.8s [2022-12-01T00:06:47.819Z] [2022-12-01T00:06:47.819Z] #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 [2022-12-01T00:06:47.819Z] #38 145.1 CC criu/namespaces.o [2022-12-01T00:06:47.819Z] #38 147.7 CC criu/net.o [2022-12-01T00:06:48.068Z] #28 ... [2022-12-01T00:06:48.068Z] [2022-12-01T00:06:48.068Z] #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 [2022-12-01T00:06:48.068Z] #38 42.46 CC images/netdev.o [2022-12-01T00:06:48.105Z] #38 38.09 CC images/signalfd.o [2022-12-01T00:06:48.105Z] #38 38.32 CC images/fs.o [2022-12-01T00:06:48.325Z] #38 42.87 CC images/tty.o [2022-12-01T00:06:48.365Z] #38 38.58 CC images/pstree.o [2022-12-01T00:06:48.625Z] #38 38.78 CC images/pipe.o [2022-12-01T00:06:48.754Z] #38 ... [2022-12-01T00:06:48.754Z] [2022-12-01T00:06:48.754Z] #50 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-12-01T00:06:48.754Z] #0 0.914 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-12-01T00:06:48.754Z] #0 0.917 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-12-01T00:06:48.754Z] #0 0.920 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-12-01T00:06:48.754Z] #50 DONE 1.1s [2022-12-01T00:06:48.887Z] #38 43.39 CC images/file-lock.o [2022-12-01T00:06:49.012Z] [2022-12-01T00:06:49.012Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:06:49.143Z] #38 43.59 CC images/rlimit.o [2022-12-01T00:06:49.205Z] #38 39.00 CC images/tcp-stream.o [2022-12-01T00:06:49.205Z] #38 39.23 CC images/sk-packet.o [2022-12-01T00:06:49.449Z] #38 43.79 CC images/pagemap.o [2022-12-01T00:06:49.465Z] #38 39.55 CC images/mnt.o [2022-12-01T00:06:49.708Z] #38 44.12 CC images/siginfo.o [2022-12-01T00:06:50.033Z] #38 39.96 CC images/pipe-data.o [2022-12-01T00:06:50.034Z] #38 40.23 CC images/sa.o [2022-12-01T00:06:50.091Z] #38 44.37 CC images/rpc.o [2022-12-01T00:06:50.605Z] #38 40.47 CC images/timer.o [2022-12-01T00:06:50.655Z] #38 ... [2022-12-01T00:06:50.655Z] [2022-12-01T00:06:50.655Z] #28 [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 [2022-12-01T00:06:50.655Z] #28 DONE 123.2s [2022-12-01T00:06:50.655Z] [2022-12-01T00:06:50.655Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:50.655Z] #34 123.3 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-12-01T00:06:50.655Z] #34 123.3 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:50.655Z] #34 123.3 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:06:50.674Z] #49 40.45 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:06:50.674Z] #49 40.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-12-01T00:06:50.674Z] #49 40.48 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-12-01T00:06:50.674Z] #49 40.49 Setting up patch (2.7.6-7) ... [2022-12-01T00:06:50.674Z] #49 40.51 Setting up sudo (1.9.5p2-3) ... [2022-12-01T00:06:50.674Z] #49 40.58 invoke-rc.d: could not determine current runlevel [2022-12-01T00:06:50.674Z] #49 40.59 invoke-rc.d: policy-rc.d denied execution of start. [2022-12-01T00:06:50.674Z] #49 40.61 Setting up xfsprogs (5.10.0-4) ... [2022-12-01T00:06:50.674Z] #49 40.63 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-12-01T00:06:50.674Z] #49 40.65 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:06:50.674Z] #49 40.67 Setting up pigz (2.6-1) ... [2022-12-01T00:06:50.674Z] #49 40.71 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-12-01T00:06:50.674Z] #49 40.73 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-12-01T00:06:50.674Z] #49 40.76 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:06:50.674Z] #49 40.77 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:50.866Z] #38 40.89 CC images/timerfd.o [2022-12-01T00:06:50.931Z] #49 41.38 Setting up libaio1:arm64 (0.3.112-9) ... [2022-12-01T00:06:50.931Z] #49 41.39 Setting up python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:06:51.125Z] #38 41.08 CC images/mm.o [2022-12-01T00:06:51.385Z] #38 41.42 CC images/sk-opts.o [2022-12-01T00:06:51.493Z] #49 41.82 Setting up libelf1:arm64 (0.183-1) ... [2022-12-01T00:06:51.493Z] #49 41.86 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-12-01T00:06:51.493Z] #49 41.88 Setting up python3-distutils (3.9.2-1) ... [2022-12-01T00:06:51.580Z] #37 ... [2022-12-01T00:06:51.580Z] [2022-12-01T00:06:51.580Z] #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 [2022-12-01T00:06:51.580Z] #38 39.09 CC images/seccomp.o [2022-12-01T00:06:51.580Z] #38 39.31 CC images/binfmt-misc.o [2022-12-01T00:06:51.580Z] #38 39.49 CC images/time.o [2022-12-01T00:06:51.580Z] #38 39.65 CC images/sysctl.o [2022-12-01T00:06:51.580Z] #38 39.81 CC images/autofs.o [2022-12-01T00:06:51.580Z] #38 39.99 CC images/macvlan.o [2022-12-01T00:06:51.580Z] #38 40.21 CC images/sit.o [2022-12-01T00:06:51.580Z] #38 40.39 CC images/memfd.o [2022-12-01T00:06:51.580Z] #38 40.63 CC images/timens.o [2022-12-01T00:06:51.580Z] #38 40.90 LINK images/built-in.o [2022-12-01T00:06:51.580Z] #38 41.06 GEN compel/include/asm [2022-12-01T00:06:51.580Z] #38 41.11 GEN compel/include/version.h [2022-12-01T00:06:51.580Z] #38 41.14 touch .config [2022-12-01T00:06:51.580Z] #38 41.21 GEN include/common/config.h [2022-12-01T00:06:51.580Z] #38 41.30 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-12-01T00:06:51.580Z] #38 41.34 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-12-01T00:06:51.580Z] #38 41.36 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-12-01T00:06:51.580Z] #38 41.37 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-12-01T00:06:51.580Z] #38 41.42 DEP compel/arch/x86/plugins/std/memcpy.d [2022-12-01T00:06:51.580Z] #38 41.45 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-12-01T00:06:51.580Z] #38 41.47 GEN compel/plugins/include/uapi/std/syscall.h [2022-12-01T00:06:51.580Z] #38 41.50 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-12-01T00:06:51.580Z] #38 41.52 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-12-01T00:06:51.580Z] #38 41.54 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-12-01T00:06:51.580Z] #38 41.55 DEP compel/plugins/std/infect.d [2022-12-01T00:06:51.580Z] #38 41.64 DEP compel/plugins/std/string.d [2022-12-01T00:06:51.580Z] #38 41.72 DEP compel/plugins/std/log.d [2022-12-01T00:06:51.580Z] #38 41.80 DEP compel/plugins/std/fds.d [2022-12-01T00:06:51.580Z] #38 41.90 DEP compel/plugins/std/std.d [2022-12-01T00:06:51.580Z] #38 42.00 DEP compel/plugins/shmem/shmem.d [2022-12-01T00:06:51.580Z] #38 42.09 DEP compel/plugins/fds/fds.d [2022-12-01T00:06:51.580Z] #38 42.26 CC compel/plugins/std/std.o [2022-12-01T00:06:51.580Z] #38 42.57 CC compel/plugins/std/fds.o [2022-12-01T00:06:51.580Z] #38 42.91 CC compel/plugins/std/log.o [2022-12-01T00:06:51.580Z] #38 43.63 CC compel/plugins/std/string.o [2022-12-01T00:06:51.580Z] #38 44.15 CC compel/plugins/std/infect.o [2022-12-01T00:06:51.580Z] #38 44.53 CC compel/arch/x86/plugins/std/parasite-head.o [2022-12-01T00:06:51.580Z] #38 44.59 CC compel/arch/x86/plugins/std/memcpy.o [2022-12-01T00:06:51.580Z] #38 44.62 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-12-01T00:06:51.580Z] #38 44.69 AR compel/plugins/std.lib.a [2022-12-01T00:06:51.580Z] #38 44.76 CC compel/plugins/fds/fds.o [2022-12-01T00:06:51.580Z] #38 44.93 AR compel/plugins/fds.lib.a [2022-12-01T00:06:51.580Z] #38 45.00 HOSTDEP compel/src/lib/log-host.d [2022-12-01T00:06:51.580Z] #38 45.07 HOSTDEP compel/src/lib/handle-elf-host.d [2022-12-01T00:06:51.580Z] #38 45.14 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-12-01T00:06:51.580Z] #38 45.20 HOSTDEP compel/src/main-host.d [2022-12-01T00:06:51.580Z] #38 45.33 DEP compel/src/lib/ptrace.d [2022-12-01T00:06:51.580Z] #38 45.43 DEP compel/src/lib/infect.d [2022-12-01T00:06:51.580Z] #38 45.55 DEP compel/src/lib/infect-util.d [2022-12-01T00:06:51.580Z] #38 45.64 DEP compel/src/lib/infect-rpc.d [2022-12-01T00:06:51.580Z] #38 45.73 DEP compel/arch/x86/src/lib/infect.d [2022-12-01T00:06:51.580Z] #38 45.82 DEP compel/arch/x86/src/lib/cpu.d [2022-12-01T00:06:51.580Z] #38 45.94 DEP compel/src/lib/log.d [2022-12-01T00:06:51.580Z] #38 46.00 DEP compel/src/main.d [2022-12-01T00:06:51.580Z] #38 46.09 DEP compel/src/lib/handle-elf.d [2022-12-01T00:06:51.580Z] #38 46.19 DEP compel/arch/x86/src/lib/handle-elf.d [2022-12-01T00:06:51.580Z] #38 46.29 CC compel/src/lib/log.o [2022-12-01T00:06:51.580Z] #38 46.47 CC compel/arch/x86/src/lib/cpu.o [2022-12-01T00:06:51.580Z] #38 47.13 CC compel/arch/x86/src/lib/infect.o [2022-12-01T00:06:51.580Z] #38 47.94 CC compel/src/lib/infect-rpc.o [2022-12-01T00:06:51.580Z] #38 48.31 CC compel/src/lib/infect-util.o [2022-12-01T00:06:51.580Z] #38 48.58 CC compel/src/lib/infect.o [2022-12-01T00:06:51.954Z] #38 41.79 CC images/sk-unix.o [2022-12-01T00:06:52.007Z] #49 42.30 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:06:52.007Z] #49 42.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-12-01T00:06:52.007Z] #49 42.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-12-01T00:06:52.007Z] #49 42.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-12-01T00:06:52.007Z] #49 42.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-12-01T00:06:52.007Z] #49 42.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-12-01T00:06:52.007Z] #49 42.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-12-01T00:06:52.007Z] #49 42.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-12-01T00:06:52.007Z] #49 42.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-12-01T00:06:52.007Z] #49 42.40 Setting up python3-setuptools (52.0.0-4) ... [2022-12-01T00:06:52.214Z] #38 42.25 CC images/sk-inet.o [2022-12-01T00:06:52.264Z] #49 ... [2022-12-01T00:06:52.264Z] [2022-12-01T00:06:52.264Z] #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 [2022-12-01T00:06:52.264Z] #38 91.08 CC criu/cr-service.o [2022-12-01T00:06:52.264Z] #38 92.80 CC criu/crtools.o [2022-12-01T00:06:52.264Z] #38 93.40 CC criu/eventfd.o [2022-12-01T00:06:52.264Z] #38 93.71 CC criu/eventpoll.o [2022-12-01T00:06:52.264Z] #38 94.62 CC criu/external.o [2022-12-01T00:06:52.264Z] #38 94.91 CC criu/fault-injection.o [2022-12-01T00:06:52.264Z] #38 95.02 CC criu/fdstore.o [2022-12-01T00:06:52.264Z] #38 95.42 CC criu/fifo.o [2022-12-01T00:06:52.264Z] #38 95.80 CC criu/file-ids.o [2022-12-01T00:06:52.264Z] #38 96.08 CC criu/file-lock.o [2022-12-01T00:06:52.264Z] #38 96.96 CC criu/files-ext.o [2022-12-01T00:06:52.264Z] #38 97.30 CC criu/files-reg.o [2022-12-01T00:06:52.264Z] #38 99.57 CC criu/files.o [2022-12-01T00:06:52.784Z] #38 42.79 CC images/tun.o [2022-12-01T00:06:53.193Z] #38 101.6 CC criu/filesystems.o [2022-12-01T00:06:53.193Z] #38 ... [2022-12-01T00:06:53.193Z] [2022-12-01T00:06:53.193Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:06:53.193Z] #49 43.69 Setting up libjq1:arm64 (1.6-2.1) ... [2022-12-01T00:06:53.193Z] #49 43.71 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-12-01T00:06:53.193Z] #49 43.72 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:06:53.193Z] #49 43.73 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:06:53.354Z] #38 43.37 CC images/sk-netlink.o [2022-12-01T00:06:53.491Z] #38 50.90 CC compel/src/lib/ptrace.o [2022-12-01T00:06:53.491Z] #38 51.21 AR compel/libcompel.a [2022-12-01T00:06:53.613Z] #38 43.78 CC images/packet-sock.o [2022-12-01T00:06:53.748Z] #38 51.28 HOSTCC compel/src/main-host.o [2022-12-01T00:06:54.004Z] #38 51.61 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-12-01T00:06:54.260Z] #38 51.82 HOSTCC compel/src/lib/handle-elf-host.o [2022-12-01T00:06:54.516Z] #38 52.15 HOSTCC compel/src/lib/log-host.o [2022-12-01T00:06:54.553Z] #38 ... [2022-12-01T00:06:54.553Z] [2022-12-01T00:06:54.553Z] #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 [2022-12-01T00:06:54.553Z] #25 117.1 log [2022-12-01T00:06:54.553Z] #25 119.6 github.com/BurntSushi/toml/cmd/tomlv [2022-12-01T00:06:54.553Z] #25 DONE 122.9s [2022-12-01T00:06:54.553Z] [2022-12-01T00:06:54.553Z] #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 [2022-12-01T00:06:54.553Z] #38 44.39 CC images/ipc-var.o [2022-12-01T00:06:54.560Z] #49 44.90 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-12-01T00:06:54.560Z] #49 44.91 Setting up jq (1.6-2.1) ... [2022-12-01T00:06:54.560Z] #49 44.93 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-12-01T00:06:54.560Z] #49 44.97 Setting up iptables (1.8.7-1) ... [2022-12-01T00:06:54.560Z] #49 44.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:06:54.560Z] #49 44.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:06:54.560Z] #49 45.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:06:54.560Z] #49 45.01 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:06:54.560Z] #49 45.02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-12-01T00:06:54.560Z] #49 45.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-12-01T00:06:54.560Z] #49 45.04 Setting up iproute2 (5.10.0-4) ... [2022-12-01T00:06:54.773Z] #38 52.33 HOSTLINK compel/compel-host-bin [2022-12-01T00:06:54.773Z] #38 52.47 DEP soccr/soccr.d [2022-12-01T00:06:54.813Z] #38 44.82 CC images/ipc-desc.o [2022-12-01T00:06:55.029Z] #38 52.58 CC soccr/soccr.o [2022-12-01T00:06:55.086Z] #38 45.10 CC images/ipc-shm.o [2022-12-01T00:06:55.123Z] #49 45.44 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:06:55.346Z] #38 45.53 CC images/ipc-msg.o [2022-12-01T00:06:55.570Z] #51 ... [2022-12-01T00:06:55.570Z] [2022-12-01T00:06:55.570Z] #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 [2022-12-01T00:06:55.570Z] #38 152.0 CC criu/netfilter.o [2022-12-01T00:06:55.570Z] #38 152.4 CC criu/page-pipe.o [2022-12-01T00:06:55.570Z] #38 153.2 CC criu/page-xfer.o [2022-12-01T00:06:55.570Z] #38 155.1 CC criu/pagemap-cache.o [2022-12-01T00:06:55.570Z] #38 155.5 CC criu/pagemap.o [2022-12-01T00:06:55.570Z] #38 156.7 CC criu/parasite-syscall.o [2022-12-01T00:06:55.591Z] #38 ... [2022-12-01T00:06:55.591Z] [2022-12-01T00:06:55.591Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:06:55.591Z] #29 101.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-12-01T00:06:55.591Z] #29 101.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:06:55.591Z] #29 101.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:06:55.908Z] #34 ... [2022-12-01T00:06:55.908Z] [2022-12-01T00:06:55.908Z] #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 [2022-12-01T00:06:55.908Z] #37 68.91 Updating files: 43% (2195/5065) Updating files: 44% (2229/5065) Updating files: 45% (2280/5065) Updating files: 46% (2330/5065) Updating files: 47% (2381/5065) Updating files: 48% (2432/5065) Updating files: 49% (2482/5065) Updating files: 50% (2533/5065) Updating files: 51% (2584/5065) Updating files: 52% (2634/5065) Updating files: 53% (2685/5065) Updating files: 54% (2736/5065) Updating files: 55% (2786/5065) Updating files: 56% (2837/5065) Updating files: 57% (2888/5065) Updating files: 58% (2938/5065) Updating files: 59% (2989/5065) Updating files: 60% (3039/5065) Updating files: 61% (3090/5065) Updating files: 62% (3141/5065) Updating files: 63% (3191/5065) Updating files: 64% (3242/5065) Updating files: 65% (3293/5065) Updating files: 66% (3343/5065) Updating files: 67% (3394/5065) Updating files: 68% (3445/5065) Updating files: 69% (3495/5065) Updating files: 70% (3546/5065) Updating files: 71% (3597/5065) Updating files: 72% (3647/5065) Updating files: 73% (3698/5065) Updating files: 74% (3749/5065) Updating files: 75% (3799/5065) Updating files: 76% (3850/5065) Updating files: 77% (3901/5065) Updating files: 78% (3951/5065) Updating files: 79% (4002/5065) Updating files: 80% (4052/5065) Updating files: 81% (4103/5065) Updating files: 82% (4154/5065) Updating files: 82% (4163/5065) Updating files: 83% (4204/5065) Updating files: 84% (4255/5065) Updating files: 85% (4306/5065) Updating files: 86% (4356/5065) Updating files: 87% (4407/5065) Updating files: 88% (4458/5065) Updating files: 89% (4508/5065) Updating files: 90% (4559/5065) Updating files: 91% (4610/5065) Updating files: 92% (4660/5065) Updating files: 93% (4711/5065) Updating files: 94% (4762/5065) Updating files: 95% (4812/5065) Updating files: 96% (4863/5065) Updating files: 97% (4914/5065) Updating files: 98% (4964/5065) Updating files: 99% (5015/5065) Updating files: 100% (5065/5065) Updating files: 100% (5065/5065), done. [2022-12-01T00:06:55.908Z] #37 70.63 + cd /tmp/tmp.6858SLAPGw/src/github.com/containerd/containerd [2022-12-01T00:06:55.908Z] #37 70.63 + git checkout -q v1.6.10 [2022-12-01T00:06:55.908Z] #37 72.65 + export 'BUILDTAGS=netgo osusergo static_build' [2022-12-01T00:06:55.908Z] #37 72.65 + BUILDTAGS='netgo osusergo static_build' [2022-12-01T00:06:55.908Z] #37 72.65 + export EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:06:55.908Z] #37 72.65 + EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:06:55.908Z] #37 72.65 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-12-01T00:06:55.908Z] #37 72.65 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-12-01T00:06:55.908Z] #37 72.65 + '[' '' = dynamic ']' [2022-12-01T00:06:55.908Z] #37 72.65 + make [2022-12-01T00:06:55.916Z] #38 45.90 CC images/ipc-sem.o [2022-12-01T00:06:56.137Z] #38 157.6 CC criu/path.o [2022-12-01T00:06:56.154Z] #29 ... [2022-12-01T00:06:56.154Z] [2022-12-01T00:06:56.154Z] #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 [2022-12-01T00:06:56.154Z] #38 53.87 AR soccr/libsoccr.a [2022-12-01T00:06:56.154Z] #38 53.91 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:06:56.176Z] #38 46.20 CC images/utsns.o [2022-12-01T00:06:56.491Z] #49 DONE 46.6s [2022-12-01T00:06:56.491Z] [2022-12-01T00:06:56.491Z] #50 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-12-01T00:06:56.705Z] #38 158.0 CC criu/pie-util-vdso-elf32.o [2022-12-01T00:06:56.716Z] #38 54.26 DEP criu/arch/x86/sigframe.d [2022-12-01T00:06:56.716Z] #38 54.35 DEP criu/arch/x86/sigaction_compat.d [2022-12-01T00:06:56.716Z] #38 54.46 DEP criu/arch/x86/kerndat.d [2022-12-01T00:06:56.746Z] #38 46.60 CC images/creds.o [2022-12-01T00:06:56.751Z] #50 0.683 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-12-01T00:06:56.751Z] #50 0.687 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-12-01T00:06:56.751Z] #50 0.692 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-12-01T00:06:56.973Z] #38 54.57 DEP criu/arch/x86/crtools.d [2022-12-01T00:06:56.973Z] #38 54.69 DEP criu/arch/x86/cpu.d [2022-12-01T00:06:57.006Z] #38 46.97 CC images/vma.o [2022-12-01T00:06:57.009Z] #50 DONE 0.8s [2022-12-01T00:06:57.009Z] [2022-12-01T00:06:57.009Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:06:57.230Z] #38 54.81 CC criu/arch/x86/cpu.o [2022-12-01T00:06:57.266Z] #38 47.28 CC images/netdev.o [2022-12-01T00:06:57.273Z] #38 158.5 CC criu/pie-util-vdso.o [2022-12-01T00:06:57.275Z] #37 74.20 + bin/ctr [2022-12-01T00:06:57.532Z] #38 159.0 CC criu/pie-util.o [2022-12-01T00:06:57.791Z] #38 159.3 CC criu/pipes.o [2022-12-01T00:06:57.793Z] #38 55.31 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:06:57.793Z] #38 55.32 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:06:57.793Z] #38 55.32 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:06:57.793Z] #38 55.32 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:06:57.793Z] #38 55.32 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:06:57.793Z] #38 55.36 CC criu/arch/x86/crtools.o [2022-12-01T00:06:57.836Z] #38 47.74 CC images/tty.o [2022-12-01T00:06:58.406Z] #38 48.28 CC images/file-lock.o [2022-12-01T00:06:58.406Z] #38 48.43 CC images/rlimit.o [2022-12-01T00:06:58.406Z] #38 48.59 CC images/pagemap.o [2022-12-01T00:06:58.726Z] #38 160.1 CC criu/plugin.o [2022-12-01T00:06:58.976Z] #38 48.77 CC images/siginfo.o [2022-12-01T00:06:58.976Z] #38 49.00 CC images/rpc.o [2022-12-01T00:06:58.985Z] #38 160.5 CC criu/proc_parse.o [2022-12-01T00:06:59.159Z] #38 56.50 CC criu/arch/x86/kerndat.o [2022-12-01T00:06:59.415Z] #38 56.98 CC criu/arch/x86/sigaction_compat.o [2022-12-01T00:06:59.416Z] #38 57.18 CC criu/arch/x86/sigframe.o [2022-12-01T00:06:59.553Z] #38 ... [2022-12-01T00:06:59.553Z] [2022-12-01T00:06:59.553Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:06:59.553Z] #51 10.81 Collecting yamllint==1.26.1 [2022-12-01T00:06:59.672Z] #38 57.39 LINK criu/arch/x86/crtools.built-in.o [2022-12-01T00:06:59.672Z] #38 57.45 DEP criu/pie/util-vdso-elf32.d [2022-12-01T00:06:59.929Z] #38 57.59 DEP criu/pie/util-vdso.d [2022-12-01T00:07:00.186Z] #38 57.77 DEP criu/pie/util.d [2022-12-01T00:07:00.359Z] #38 50.17 CC images/ext-file.o [2022-12-01T00:07:00.359Z] #38 ... [2022-12-01T00:07:00.359Z] [2022-12-01T00:07:00.359Z] #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 [2022-12-01T00:07:00.442Z] #38 57.90 CC criu/pie/util.o [2022-12-01T00:07:00.442Z] #38 58.14 CC criu/pie/util-vdso.o [2022-12-01T00:07:00.929Z] #51 11.88 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-12-01T00:07:01.139Z] #37 72.10 Updating files: 61% (3136/5065) Updating files: 62% (3141/5065) Updating files: 63% (3191/5065) Updating files: 64% (3242/5065) Updating files: 65% (3293/5065) Updating files: 66% (3343/5065) Updating files: 67% (3394/5065) Updating files: 68% (3445/5065) Updating files: 69% (3495/5065) Updating files: 70% (3546/5065) Updating files: 71% (3597/5065) Updating files: 72% (3647/5065) Updating files: 73% (3698/5065) Updating files: 74% (3749/5065) Updating files: 75% (3799/5065) Updating files: 76% (3850/5065) Updating files: 77% (3901/5065) Updating files: 78% (3951/5065) Updating files: 79% (4002/5065) Updating files: 80% (4052/5065) Updating files: 81% (4103/5065) Updating files: 82% (4154/5065) Updating files: 83% (4204/5065) Updating files: 84% (4255/5065) Updating files: 85% (4306/5065) Updating files: 86% (4356/5065) Updating files: 87% (4407/5065) Updating files: 88% (4458/5065) Updating files: 89% (4508/5065) Updating files: 90% (4559/5065) Updating files: 91% (4610/5065) Updating files: 92% (4660/5065) Updating files: 93% (4711/5065) Updating files: 94% (4762/5065) Updating files: 95% (4812/5065) Updating files: 96% (4863/5065) Updating files: 97% (4914/5065) Updating files: 98% (4964/5065) Updating files: 99% (5015/5065) Updating files: 100% (5065/5065) Updating files: 100% (5065/5065), done. [2022-12-01T00:07:01.139Z] #37 73.09 + cd /tmp/tmp.AJh9jL0thw/src/github.com/containerd/containerd [2022-12-01T00:07:01.139Z] #37 73.09 + git checkout -q v1.6.10 [2022-12-01T00:07:01.371Z] #38 58.81 CC criu/pie/util-vdso-elf32.o [2022-12-01T00:07:01.445Z] #37 ... [2022-12-01T00:07:01.445Z] [2022-12-01T00:07:01.445Z] #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 [2022-12-01T00:07:01.445Z] #38 45.71 CC images/ext-file.o [2022-12-01T00:07:01.445Z] #38 45.90 CC images/cgroup.o [2022-12-01T00:07:01.445Z] #38 46.58 CC images/userns.o [2022-12-01T00:07:01.445Z] #38 46.89 CC images/google/protobuf/descriptor.o [2022-12-01T00:07:01.445Z] #38 48.43 CC images/opts.o [2022-12-01T00:07:01.445Z] #38 48.57 CC images/seccomp.o [2022-12-01T00:07:01.445Z] #38 48.76 CC images/binfmt-misc.o [2022-12-01T00:07:01.445Z] #38 48.91 CC images/time.o [2022-12-01T00:07:01.445Z] #38 48.96 CC images/sysctl.o [2022-12-01T00:07:01.445Z] #38 49.08 CC images/autofs.o [2022-12-01T00:07:01.445Z] #38 49.26 CC images/macvlan.o [2022-12-01T00:07:01.445Z] #38 49.40 CC images/sit.o [2022-12-01T00:07:01.445Z] #38 49.64 CC images/memfd.o [2022-12-01T00:07:01.445Z] #38 49.93 CC images/timens.o [2022-12-01T00:07:01.445Z] #38 50.16 LINK images/built-in.o [2022-12-01T00:07:01.445Z] #38 50.31 GEN compel/include/asm [2022-12-01T00:07:01.445Z] #38 50.33 GEN compel/include/version.h [2022-12-01T00:07:01.445Z] #38 50.36 touch .config [2022-12-01T00:07:01.445Z] #38 50.41 GEN include/common/config.h [2022-12-01T00:07:01.445Z] #38 50.50 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-12-01T00:07:01.445Z] #38 50.51 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-12-01T00:07:01.445Z] #38 50.52 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-12-01T00:07:01.445Z] #38 50.53 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-12-01T00:07:01.445Z] #38 50.59 DEP compel/arch/x86/plugins/std/memcpy.d [2022-12-01T00:07:01.445Z] #38 50.62 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-12-01T00:07:01.445Z] #38 50.65 GEN compel/plugins/include/uapi/std/syscall.h [2022-12-01T00:07:01.445Z] #38 50.69 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-12-01T00:07:01.445Z] #38 50.71 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-12-01T00:07:01.445Z] #38 50.73 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-12-01T00:07:01.445Z] #38 50.75 DEP compel/plugins/std/infect.d [2022-12-01T00:07:01.445Z] #38 50.86 DEP compel/plugins/std/string.d [2022-12-01T00:07:01.445Z] #38 50.99 DEP compel/plugins/std/log.d [2022-12-01T00:07:01.445Z] #38 51.07 DEP compel/plugins/std/fds.d [2022-12-01T00:07:01.445Z] #38 51.16 DEP compel/plugins/std/std.d [2022-12-01T00:07:01.445Z] #38 51.28 DEP compel/plugins/shmem/shmem.d [2022-12-01T00:07:01.445Z] #38 51.35 DEP compel/plugins/fds/fds.d [2022-12-01T00:07:01.445Z] #38 51.48 CC compel/plugins/std/std.o [2022-12-01T00:07:01.445Z] #38 51.80 CC compel/plugins/std/fds.o [2022-12-01T00:07:01.445Z] #38 52.21 CC compel/plugins/std/log.o [2022-12-01T00:07:01.445Z] #38 52.98 CC compel/plugins/std/string.o [2022-12-01T00:07:01.445Z] #38 53.46 CC compel/plugins/std/infect.o [2022-12-01T00:07:01.445Z] #38 53.85 CC compel/arch/x86/plugins/std/parasite-head.o [2022-12-01T00:07:01.445Z] #38 53.89 CC compel/arch/x86/plugins/std/memcpy.o [2022-12-01T00:07:01.445Z] #38 53.94 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-12-01T00:07:01.445Z] #38 53.98 AR compel/plugins/std.lib.a [2022-12-01T00:07:01.445Z] #38 54.07 CC compel/plugins/fds/fds.o [2022-12-01T00:07:01.445Z] #38 54.30 AR compel/plugins/fds.lib.a [2022-12-01T00:07:01.445Z] #38 54.36 HOSTDEP compel/src/lib/log-host.d [2022-12-01T00:07:01.445Z] #38 54.42 HOSTDEP compel/src/lib/handle-elf-host.d [2022-12-01T00:07:01.445Z] #38 54.55 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-12-01T00:07:01.445Z] #38 54.61 HOSTDEP compel/src/main-host.d [2022-12-01T00:07:01.445Z] #38 54.75 DEP compel/src/lib/ptrace.d [2022-12-01T00:07:01.445Z] #38 54.91 DEP compel/src/lib/infect.d [2022-12-01T00:07:01.445Z] #38 55.08 DEP compel/src/lib/infect-util.d [2022-12-01T00:07:01.445Z] #38 55.21 DEP compel/src/lib/infect-rpc.d [2022-12-01T00:07:01.445Z] #38 55.33 DEP compel/arch/x86/src/lib/infect.d [2022-12-01T00:07:01.445Z] #38 55.49 DEP compel/arch/x86/src/lib/cpu.d [2022-12-01T00:07:01.445Z] #38 55.55 DEP compel/src/lib/log.d [2022-12-01T00:07:01.445Z] #38 55.61 DEP compel/src/main.d [2022-12-01T00:07:01.445Z] #38 55.70 DEP compel/src/lib/handle-elf.d [2022-12-01T00:07:01.445Z] #38 55.85 DEP compel/arch/x86/src/lib/handle-elf.d [2022-12-01T00:07:01.445Z] #38 55.97 CC compel/src/lib/log.o [2022-12-01T00:07:01.701Z] #38 56.15 CC compel/arch/x86/src/lib/cpu.o [2022-12-01T00:07:01.935Z] #38 59.45 AR criu/pie/pie.lib.a [2022-12-01T00:07:01.935Z] #38 59.51 DEP criu/pie/restorer.d [2022-12-01T00:07:02.191Z] #38 59.81 DEP criu/arch/x86/sigaction_compat_pie.d [2022-12-01T00:07:02.306Z] #51 13.26 Collecting pathspec>=0.5.3 [2022-12-01T00:07:02.306Z] #51 13.28 Downloading pathspec-0.10.2-py3-none-any.whl (28 kB) [2022-12-01T00:07:02.448Z] #38 59.93 DEP criu/arch/x86/restorer_unmap.d [2022-12-01T00:07:02.448Z] #38 59.95 DEP criu/arch/x86/restorer.d [2022-12-01T00:07:02.448Z] #38 60.13 DEP criu/arch/x86/vdso-pie.d [2022-12-01T00:07:02.565Z] #51 13.73 Collecting pyyaml [2022-12-01T00:07:02.565Z] #51 13.75 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-12-01T00:07:02.565Z] #51 13.81 Building wheels for collected packages: yamllint [2022-12-01T00:07:02.628Z] #38 56.84 CC compel/arch/x86/src/lib/infect.o [2022-12-01T00:07:02.705Z] #38 60.23 DEP criu/pie/parasite-vdso.d [2022-12-01T00:07:02.824Z] #51 13.82 Building wheel for yamllint (setup.py): started [2022-12-01T00:07:02.886Z] #38 57.53 CC compel/src/lib/infect-rpc.o [2022-12-01T00:07:02.961Z] #38 60.38 DEP criu/pie/parasite.d [2022-12-01T00:07:02.961Z] #38 60.65 CC criu/pie/parasite.o [2022-12-01T00:07:03.449Z] #38 57.83 CC compel/src/lib/infect-util.o [2022-12-01T00:07:03.553Z] #51 ... [2022-12-01T00:07:03.553Z] [2022-12-01T00:07:03.553Z] #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 [2022-12-01T00:07:03.553Z] #38 102.3 CC criu/fsnotify.o [2022-12-01T00:07:03.553Z] #38 103.5 CC criu/image-desc.o [2022-12-01T00:07:03.553Z] #38 103.7 CC criu/image.o [2022-12-01T00:07:03.553Z] #38 104.4 CC criu/ipc_ns.o [2022-12-01T00:07:03.553Z] #38 105.9 CC criu/irmap.o [2022-12-01T00:07:03.553Z] #38 106.6 CC criu/kcmp-ids.o [2022-12-01T00:07:03.553Z] #38 106.9 CC criu/kerndat.o [2022-12-01T00:07:03.553Z] #38 108.2 CC criu/libnetlink.o [2022-12-01T00:07:03.553Z] #38 108.6 CC criu/log.o [2022-12-01T00:07:03.553Z] #38 109.1 CC criu/lsm.o [2022-12-01T00:07:03.553Z] #38 109.5 CC criu/mem.o [2022-12-01T00:07:03.553Z] #38 111.3 CC criu/memfd.o [2022-12-01T00:07:03.553Z] #38 111.8 CC criu/mount.o [2022-12-01T00:07:03.681Z] #37 75.62 + export 'BUILDTAGS=netgo osusergo static_build' [2022-12-01T00:07:03.681Z] #37 75.62 + BUILDTAGS='netgo osusergo static_build' [2022-12-01T00:07:03.681Z] #37 75.62 + export EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:07:03.681Z] #37 75.62 + EXTRA_FLAGS=-buildmode=pie [2022-12-01T00:07:03.681Z] #37 75.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-12-01T00:07:03.681Z] #37 75.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-12-01T00:07:03.681Z] #37 75.62 + '[' '' = dynamic ']' [2022-12-01T00:07:03.681Z] #37 75.62 + make [2022-12-01T00:07:03.705Z] #38 58.07 CC compel/src/lib/infect.o [2022-12-01T00:07:04.202Z] #51 15.10 Building wheel for yamllint (setup.py): finished with status 'done' [2022-12-01T00:07:04.202Z] #51 15.12 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b50820e50fb32ede4139c9f69fd6c85f3b588bc3397e67f33a6019fed44735e6 [2022-12-01T00:07:04.202Z] #51 15.12 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-12-01T00:07:04.202Z] #51 15.13 Successfully built yamllint [2022-12-01T00:07:04.202Z] #51 15.15 Installing collected packages: pyyaml, pathspec, yamllint [2022-12-01T00:07:04.328Z] #38 61.80 LINK criu/pie/parasite.built-in.o [2022-12-01T00:07:04.328Z] #38 61.81 GEN criu/pie/parasite-blob.h [2022-12-01T00:07:04.328Z] #38 61.84 CC criu/pie/parasite-vdso.o [2022-12-01T00:07:04.463Z] #51 15.61 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.26.1 [2022-12-01T00:07:04.892Z] #38 62.57 CC criu/arch/x86/vdso-pie.o [2022-12-01T00:07:05.033Z] #51 DONE 16.2s [2022-12-01T00:07:05.033Z] [2022-12-01T00:07:05.033Z] #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 [2022-12-01T00:07:05.033Z] #38 164.0 CC criu/protobuf-desc.o [2022-12-01T00:07:05.033Z] #38 165.4 CC criu/protobuf.o [2022-12-01T00:07:05.033Z] #38 166.0 CC criu/pstree.o [2022-12-01T00:07:05.149Z] #38 ... [2022-12-01T00:07:05.149Z] [2022-12-01T00:07:05.149Z] #34 [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 [2022-12-01T00:07:05.149Z] #34 120.6 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:07:05.149Z] #34 120.6 + GOBIN=/build [2022-12-01T00:07:05.149Z] #34 120.6 + GO111MODULE=on [2022-12-01T00:07:05.149Z] #34 120.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-12-01T00:07:05.595Z] #38 60.09 CC compel/src/lib/ptrace.o [2022-12-01T00:07:05.596Z] #37 77.23 + bin/ctr [2022-12-01T00:07:05.601Z] #38 ... [2022-12-01T00:07:05.601Z] [2022-12-01T00:07:05.601Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-12-01T00:07:05.601Z] #52 DONE 0.4s [2022-12-01T00:07:05.601Z] [2022-12-01T00:07:05.601Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-12-01T00:07:06.072Z] #38 ... [2022-12-01T00:07:06.073Z] [2022-12-01T00:07:06.073Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:07:06.073Z] #51 8.902 Collecting yamllint==1.26.1 [2022-12-01T00:07:06.157Z] #38 60.56 AR compel/libcompel.a [2022-12-01T00:07:06.157Z] #38 60.63 HOSTCC compel/src/main-host.o [2022-12-01T00:07:06.169Z] #53 DONE 0.6s [2022-12-01T00:07:06.169Z] [2022-12-01T00:07:06.169Z] #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 [2022-12-01T00:07:06.413Z] #38 60.96 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-12-01T00:07:06.430Z] #38 ... [2022-12-01T00:07:06.430Z] [2022-12-01T00:07:06.430Z] #54 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-12-01T00:07:06.430Z] #54 DONE 0.4s [2022-12-01T00:07:06.430Z] [2022-12-01T00:07:06.430Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-12-01T00:07:06.430Z] #55 DONE 0.1s [2022-12-01T00:07:06.430Z] [2022-12-01T00:07:06.430Z] #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 [2022-12-01T00:07:06.430Z] #38 167.8 CC criu/rbtree.o [2022-12-01T00:07:06.669Z] #38 61.11 HOSTCC compel/src/lib/handle-elf-host.o [2022-12-01T00:07:06.689Z] #38 ... [2022-12-01T00:07:06.689Z] [2022-12-01T00:07:06.689Z] #56 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-12-01T00:07:06.689Z] #56 DONE 0.0s [2022-12-01T00:07:06.689Z] [2022-12-01T00:07:06.689Z] #35 [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 [2022-12-01T00:07:06.925Z] #38 ... [2022-12-01T00:07:06.925Z] [2022-12-01T00:07:06.925Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:06.925Z] #34 129.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-12-01T00:07:06.925Z] #34 129.6 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:06.925Z] #34 129.6 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:06.925Z] #34 135.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-12-01T00:07:06.925Z] #34 135.7 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:06.925Z] #34 135.7 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:06.925Z] #34 ... [2022-12-01T00:07:06.925Z] [2022-12-01T00:07:06.925Z] #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 [2022-12-01T00:07:06.925Z] #38 61.43 HOSTCC compel/src/lib/log-host.o [2022-12-01T00:07:06.948Z] #35 ... [2022-12-01T00:07:06.948Z] [2022-12-01T00:07:06.948Z] #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 [2022-12-01T00:07:06.948Z] #38 168.2 CC criu/rst-malloc.o [2022-12-01T00:07:07.002Z] #51 9.943 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-12-01T00:07:07.182Z] #38 61.64 HOSTLINK compel/compel-host-bin [2022-12-01T00:07:07.208Z] #38 168.6 CC criu/seccomp.o [2022-12-01T00:07:07.438Z] #38 61.78 DEP soccr/soccr.d [2022-12-01T00:07:07.438Z] #38 61.93 CC soccr/soccr.o [2022-12-01T00:07:07.932Z] #51 11.09 Collecting pathspec>=0.5.3 [2022-12-01T00:07:07.932Z] #51 11.12 Downloading pathspec-0.10.2-py3-none-any.whl (28 kB) [2022-12-01T00:07:08.142Z] #37 ... [2022-12-01T00:07:08.142Z] [2022-12-01T00:07:08.142Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:08.142Z] #32 126.6 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-12-01T00:07:08.142Z] #32 126.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:08.142Z] #32 126.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:07:08.142Z] #32 132.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-12-01T00:07:08.142Z] #32 132.7 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:08.142Z] #32 132.7 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:08.176Z] #38 169.4 CC criu/seize.o [2022-12-01T00:07:08.402Z] #32 ... [2022-12-01T00:07:08.402Z] [2022-12-01T00:07:08.402Z] #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 [2022-12-01T00:07:08.402Z] #38 50.41 CC images/cgroup.o [2022-12-01T00:07:08.402Z] #38 51.01 CC images/userns.o [2022-12-01T00:07:08.402Z] #38 51.23 CC images/google/protobuf/descriptor.o [2022-12-01T00:07:08.402Z] #38 52.71 CC images/opts.o [2022-12-01T00:07:08.402Z] #38 52.88 CC images/seccomp.o [2022-12-01T00:07:08.402Z] #38 53.17 CC images/binfmt-misc.o [2022-12-01T00:07:08.402Z] #38 53.36 CC images/time.o [2022-12-01T00:07:08.402Z] #38 53.57 CC images/sysctl.o [2022-12-01T00:07:08.402Z] #38 53.78 CC images/autofs.o [2022-12-01T00:07:08.402Z] #38 53.94 CC images/macvlan.o [2022-12-01T00:07:08.402Z] #38 54.19 CC images/sit.o [2022-12-01T00:07:08.402Z] #38 54.47 CC images/memfd.o [2022-12-01T00:07:08.402Z] #38 54.70 CC images/timens.o [2022-12-01T00:07:08.402Z] #38 54.91 LINK images/built-in.o [2022-12-01T00:07:08.402Z] #38 55.07 GEN compel/include/asm [2022-12-01T00:07:08.402Z] #38 55.09 GEN compel/include/version.h [2022-12-01T00:07:08.402Z] #38 55.12 touch .config [2022-12-01T00:07:08.402Z] #38 55.16 GEN include/common/config.h [2022-12-01T00:07:08.402Z] #38 55.25 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2022-12-01T00:07:08.402Z] #38 55.27 GEN compel/plugins/include/uapi/std/syscall-64.h [2022-12-01T00:07:08.402Z] #38 55.29 GEN compel/arch/x86/plugins/std/syscalls-64.S [2022-12-01T00:07:08.402Z] #38 55.31 DEP compel/arch/x86/plugins/std/syscalls-64.d [2022-12-01T00:07:08.402Z] #38 55.34 DEP compel/arch/x86/plugins/std/memcpy.d [2022-12-01T00:07:08.402Z] #38 55.40 DEP compel/arch/x86/plugins/std/parasite-head.d [2022-12-01T00:07:08.402Z] #38 55.44 GEN compel/plugins/include/uapi/std/syscall.h [2022-12-01T00:07:08.402Z] #38 55.47 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2022-12-01T00:07:08.402Z] #38 55.49 GEN compel/plugins/include/uapi/std/syscall-codes.h [2022-12-01T00:07:08.402Z] #38 55.51 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2022-12-01T00:07:08.402Z] #38 55.51 DEP compel/plugins/std/infect.d [2022-12-01T00:07:08.402Z] #38 55.61 DEP compel/plugins/std/string.d [2022-12-01T00:07:08.402Z] #38 55.74 DEP compel/plugins/std/log.d [2022-12-01T00:07:08.402Z] #38 55.80 DEP compel/plugins/std/fds.d [2022-12-01T00:07:08.402Z] #38 55.87 DEP compel/plugins/std/std.d [2022-12-01T00:07:08.402Z] #38 55.98 DEP compel/plugins/shmem/shmem.d [2022-12-01T00:07:08.402Z] #38 56.09 DEP compel/plugins/fds/fds.d [2022-12-01T00:07:08.402Z] #38 56.24 CC compel/plugins/std/std.o [2022-12-01T00:07:08.402Z] #38 56.51 CC compel/plugins/std/fds.o [2022-12-01T00:07:08.402Z] #38 56.96 CC compel/plugins/std/log.o [2022-12-01T00:07:08.402Z] #38 57.69 CC compel/plugins/std/string.o [2022-12-01T00:07:08.402Z] #38 58.22 CC compel/plugins/std/infect.o [2022-12-01T00:07:08.402Z] #38 58.59 CC compel/arch/x86/plugins/std/parasite-head.o [2022-12-01T00:07:08.419Z] #34 ... [2022-12-01T00:07:08.419Z] [2022-12-01T00:07:08.419Z] #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:08.419Z] #29 113.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-12-01T00:07:08.419Z] #29 113.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 113.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 119.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-12-01T00:07:08.419Z] #29 119.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-12-01T00:07:08.419Z] #29 119.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 119.3 Selecting previously unselected package libapparmor1:amd64. [2022-12-01T00:07:08.419Z] #29 119.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 119.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:07:08.419Z] #29 119.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-12-01T00:07:08.419Z] #29 119.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 119.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:07:08.419Z] #29 119.6 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:07:08.419Z] #29 119.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 119.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:07:08.419Z] #29 119.8 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:07:08.419Z] #29 119.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 119.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:07:08.419Z] #29 120.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-12-01T00:07:08.419Z] #29 120.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 120.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:08.419Z] #29 120.0 Selecting previously unselected package libudev-dev:amd64. [2022-12-01T00:07:08.419Z] #29 120.0 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 120.0 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 120.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-12-01T00:07:08.419Z] #29 120.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 120.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:07:08.419Z] #29 120.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-12-01T00:07:08.419Z] #29 120.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 120.5 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 120.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-12-01T00:07:08.419Z] #29 120.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 120.7 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 120.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-12-01T00:07:08.419Z] #29 120.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 120.9 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 121.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-12-01T00:07:08.419Z] #29 121.0 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 121.0 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 121.5 Selecting previously unselected package libselinux1-dev:amd64. [2022-12-01T00:07:08.419Z] #29 121.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 121.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:07:08.419Z] #29 121.8 Selecting previously unselected package libdevmapper-dev:amd64. [2022-12-01T00:07:08.419Z] #29 121.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 121.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:08.419Z] #29 121.9 Selecting previously unselected package libseccomp-dev:amd64. [2022-12-01T00:07:08.419Z] #29 121.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 121.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.0 Selecting previously unselected package libsystemd-dev:amd64. [2022-12-01T00:07:08.419Z] #29 122.1 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:07:08.419Z] #29 122.1 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:07:08.419Z] #29 122.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:07:08.419Z] #29 122.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:07:08.419Z] #29 122.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 122.7 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.7 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:07:08.419Z] #29 122.8 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.8 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.8 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:07:08.419Z] #29 122.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:07:08.419Z] #29 122.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up mingw-w64-common (8.0.0-1) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 122.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 123.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 [2022-12-01T00:07:08.419Z] #29 123.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 123.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 [2022-12-01T00:07:08.419Z] #29 123.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:07:08.419Z] #29 123.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 123.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-12-01T00:07:08.419Z] #29 123.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 123.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:07:08.419Z] #29 123.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:08.419Z] #29 123.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:07:08.419Z] #29 123.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:08.419Z] #29 123.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:08.419Z] #29 123.2 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:07:08.497Z] #51 11.46 Collecting pyyaml [2022-12-01T00:07:08.497Z] #51 11.48 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-12-01T00:07:08.497Z] #51 11.53 Building wheels for collected packages: yamllint [2022-12-01T00:07:08.497Z] #51 11.54 Building wheel for yamllint (setup.py): started [2022-12-01T00:07:08.662Z] #38 58.64 CC compel/arch/x86/plugins/std/memcpy.o [2022-12-01T00:07:08.662Z] #38 58.68 CC compel/arch/x86/plugins/std/syscalls-64.o [2022-12-01T00:07:08.662Z] #38 58.74 AR compel/plugins/std.lib.a [2022-12-01T00:07:08.662Z] #38 58.82 CC compel/plugins/fds/fds.o [2022-12-01T00:07:08.676Z] #29 DONE 124.1s [2022-12-01T00:07:08.676Z] [2022-12-01T00:07:08.676Z] #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 [2022-12-01T00:07:08.807Z] #38 63.13 AR soccr/libsoccr.a [2022-12-01T00:07:08.807Z] #38 63.17 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:07:08.923Z] #38 59.03 AR compel/plugins/fds.lib.a [2022-12-01T00:07:09.063Z] #38 63.48 DEP criu/arch/x86/sigframe.d [2022-12-01T00:07:09.063Z] #38 63.60 DEP criu/arch/x86/sigaction_compat.d [2022-12-01T00:07:09.115Z] #38 170.5 CC criu/servicefd.o [2022-12-01T00:07:09.183Z] #38 59.10 HOSTDEP compel/src/lib/log-host.d [2022-12-01T00:07:09.183Z] #38 59.29 HOSTDEP compel/src/lib/handle-elf-host.d [2022-12-01T00:07:09.319Z] #38 63.69 DEP criu/arch/x86/kerndat.d [2022-12-01T00:07:09.319Z] #38 63.80 DEP criu/arch/x86/crtools.d [2022-12-01T00:07:09.428Z] #51 12.56 Building wheel for yamllint (setup.py): finished with status 'done' [2022-12-01T00:07:09.443Z] #38 59.43 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2022-12-01T00:07:09.443Z] #38 59.52 HOSTDEP compel/src/main-host.d [2022-12-01T00:07:09.576Z] #38 63.96 DEP criu/arch/x86/cpu.d [2022-12-01T00:07:09.576Z] #38 64.10 CC criu/arch/x86/cpu.o [2022-12-01T00:07:09.684Z] #51 12.56 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b08abfc9b9164bda993f761f070363a7a91777ea5a961151aa22a8f3180a6bc4 [2022-12-01T00:07:09.684Z] #51 12.58 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-12-01T00:07:09.684Z] #51 12.58 Successfully built yamllint [2022-12-01T00:07:09.684Z] #51 12.60 Installing collected packages: pyyaml, pathspec, yamllint [2022-12-01T00:07:09.703Z] #38 59.67 DEP compel/src/lib/ptrace.d [2022-12-01T00:07:09.703Z] #38 59.79 DEP compel/src/lib/infect.d [2022-12-01T00:07:09.941Z] #51 12.99 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.26.1 [2022-12-01T00:07:09.954Z] #38 171.1 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:07:09.954Z] #38 171.1 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:09.954Z] #38 171.2 CC criu/shmem.o [2022-12-01T00:07:09.963Z] #38 59.92 DEP compel/src/lib/infect-util.d [2022-12-01T00:07:09.963Z] #38 60.03 DEP compel/src/lib/infect-rpc.d [2022-12-01T00:07:09.963Z] #38 60.12 DEP compel/arch/x86/src/lib/infect.d [2022-12-01T00:07:09.963Z] #38 ... [2022-12-01T00:07:09.963Z] [2022-12-01T00:07:09.963Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:09.963Z] #32 138.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-12-01T00:07:09.963Z] #32 138.5 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:09.963Z] #32 138.5 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:10.137Z] #38 64.56 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:07:10.137Z] #38 64.56 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:10.137Z] #38 64.56 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:10.137Z] #38 64.56 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:10.137Z] #38 64.56 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:10.137Z] #38 64.58 CC criu/arch/x86/crtools.o [2022-12-01T00:07:10.874Z] #51 DONE 13.9s [2022-12-01T00:07:10.874Z] [2022-12-01T00:07:10.874Z] #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 [2022-12-01T00:07:10.874Z] #38 115.6 CC criu/namespaces.o [2022-12-01T00:07:10.874Z] #38 117.7 CC criu/net.o [2022-12-01T00:07:10.900Z] #38 172.1 CC criu/sigframe.o [2022-12-01T00:07:10.900Z] #38 172.3 CC criu/signalfd.o [2022-12-01T00:07:11.065Z] #38 65.70 CC criu/arch/x86/kerndat.o [2022-12-01T00:07:11.468Z] #38 172.6 CC criu/sk-inet.o [2022-12-01T00:07:11.628Z] #38 66.16 CC criu/arch/x86/sigaction_compat.o [2022-12-01T00:07:11.884Z] #38 66.37 CC criu/arch/x86/sigframe.o [2022-12-01T00:07:11.949Z] #40 ... [2022-12-01T00:07:11.949Z] [2022-12-01T00:07:11.949Z] #34 [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 [2022-12-01T00:07:11.949Z] #34 DONE 127.2s [2022-12-01T00:07:11.949Z] [2022-12-01T00:07:11.949Z] #41 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-12-01T00:07:11.949Z] #41 DONE 0.2s [2022-12-01T00:07:11.949Z] [2022-12-01T00:07:11.949Z] #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 [2022-12-01T00:07:11.949Z] #38 62.84 CC criu/arch/x86/restorer.o [2022-12-01T00:07:11.949Z] #38 63.25 CC criu/arch/x86/restorer_unmap.o [2022-12-01T00:07:11.949Z] #38 63.31 CC criu/arch/x86/sigaction_compat_pie.o [2022-12-01T00:07:11.949Z] #38 63.54 CC criu/pie/restorer.o [2022-12-01T00:07:11.949Z] #38 66.06 LINK criu/pie/restorer.built-in.o [2022-12-01T00:07:11.949Z] #38 66.10 GEN criu/pie/restorer-blob.h [2022-12-01T00:07:11.949Z] #38 66.17 DEP criu/vdso.d [2022-12-01T00:07:11.949Z] #38 66.42 DEP criu/vdso-compat.d [2022-12-01T00:07:11.949Z] #38 66.58 DEP criu/uts_ns.d [2022-12-01T00:07:11.949Z] #38 66.78 DEP criu/util.d [2022-12-01T00:07:11.949Z] #38 67.02 DEP criu/uffd.d [2022-12-01T00:07:11.949Z] #38 67.18 DEP criu/tun.d [2022-12-01T00:07:11.949Z] #38 67.40 DEP criu/tty.d [2022-12-01T00:07:11.949Z] #38 67.52 DEP criu/timerfd.d [2022-12-01T00:07:11.949Z] #38 67.71 DEP criu/timens.d [2022-12-01T00:07:11.949Z] #38 67.88 DEP criu/sysfs_parse.d [2022-12-01T00:07:11.949Z] #38 68.02 DEP criu/sysctl.d [2022-12-01T00:07:11.949Z] #38 68.17 DEP criu/string.d [2022-12-01T00:07:11.949Z] #38 68.27 DEP criu/stats.d [2022-12-01T00:07:11.949Z] #38 68.37 DEP criu/sockets.d [2022-12-01T00:07:11.949Z] #38 68.52 DEP criu/sk-unix.d [2022-12-01T00:07:11.949Z] #38 68.72 DEP criu/sk-tcp.d [2022-12-01T00:07:11.949Z] #38 68.98 DEP criu/sk-queue.d [2022-12-01T00:07:11.949Z] #38 69.20 DEP criu/sk-packet.d [2022-12-01T00:07:11.949Z] #38 69.36 DEP criu/sk-netlink.d [2022-12-01T00:07:11.949Z] #38 69.58 DEP criu/sk-inet.d [2022-12-01T00:07:11.949Z] #38 ... [2022-12-01T00:07:11.949Z] [2022-12-01T00:07:11.949Z] #42 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-12-01T00:07:11.949Z] #42 DONE 0.2s [2022-12-01T00:07:11.949Z] [2022-12-01T00:07:11.949Z] #43 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-12-01T00:07:12.140Z] #38 66.63 LINK criu/arch/x86/crtools.built-in.o [2022-12-01T00:07:12.140Z] #38 66.70 DEP criu/pie/util-vdso-elf32.d [2022-12-01T00:07:12.395Z] #38 66.80 DEP criu/pie/util-vdso.d [2022-12-01T00:07:12.395Z] #38 66.95 DEP criu/pie/util.d [2022-12-01T00:07:12.512Z] #43 DONE 3.8s [2022-12-01T00:07:12.512Z] [2022-12-01T00:07:12.512Z] #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 [2022-12-01T00:07:12.512Z] #40 3.842 + RM_GOPATH=0 [2022-12-01T00:07:12.512Z] #40 3.842 + TMP_GOPATH= [2022-12-01T00:07:12.512Z] #40 3.842 + : /build [2022-12-01T00:07:12.512Z] #40 3.842 + '[' -z '' ']' [2022-12-01T00:07:12.512Z] #40 3.842 ++ mktemp -d [2022-12-01T00:07:12.512Z] #40 3.847 + export GOPATH=/tmp/tmp.k3HlA3Fumg [2022-12-01T00:07:12.512Z] #40 3.847 + GOPATH=/tmp/tmp.k3HlA3Fumg [2022-12-01T00:07:12.512Z] #40 3.847 + RM_GOPATH=1 [2022-12-01T00:07:12.512Z] #40 3.847 + case "$(go env GOARCH)" in [2022-12-01T00:07:12.512Z] #40 3.847 ++ go env GOARCH [2022-12-01T00:07:12.512Z] #40 3.870 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:07:12.512Z] #40 3.870 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:07:12.512Z] #40 3.870 ++ dirname /tmp/install/install.sh [2022-12-01T00:07:12.512Z] #40 3.870 + dir=/tmp/install [2022-12-01T00:07:12.512Z] #40 3.870 + bin=runc [2022-12-01T00:07:12.512Z] #40 3.870 + shift [2022-12-01T00:07:12.512Z] #40 3.870 + '[' '!' -f /tmp/install/runc.installer ']' [2022-12-01T00:07:12.512Z] #40 3.870 + . /tmp/install/runc.installer [2022-12-01T00:07:12.512Z] #40 3.870 ++ set -e [2022-12-01T00:07:12.512Z] #40 3.870 ++ : v1.1.4 [2022-12-01T00:07:12.512Z] #40 3.870 + install_runc [2022-12-01T00:07:12.512Z] #40 3.870 + RUNC_BUILDTAGS=seccomp [2022-12-01T00:07:12.512Z] #40 3.870 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2022-12-01T00:07:12.512Z] #40 3.870 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.k3HlA3Fumg/src/github.com/opencontainers/runc [2022-12-01T00:07:12.512Z] #40 3.870 Cloning into '/tmp/tmp.k3HlA3Fumg/src/github.com/opencontainers/runc'... [2022-12-01T00:07:12.512Z] #40 3.870 Install runc version v1.1.4 (build tags: seccomp) [2022-12-01T00:07:12.651Z] #38 67.16 CC criu/pie/util.o [2022-12-01T00:07:12.772Z] #38 121.3 CC criu/netfilter.o [2022-12-01T00:07:12.844Z] #38 173.8 CC criu/sk-netlink.o [2022-12-01T00:07:12.844Z] #38 174.2 CC criu/sk-packet.o [2022-12-01T00:07:12.908Z] #38 67.42 CC criu/pie/util-vdso.o [2022-12-01T00:07:13.028Z] #38 121.6 CC criu/page-pipe.o [2022-12-01T00:07:13.596Z] #38 122.4 CC criu/page-xfer.o [2022-12-01T00:07:13.782Z] #38 175.0 CC criu/sk-queue.o [2022-12-01T00:07:13.842Z] #38 68.06 CC criu/pie/util-vdso-elf32.o [2022-12-01T00:07:14.100Z] #38 68.74 AR criu/pie/pie.lib.a [2022-12-01T00:07:14.351Z] #38 175.6 CC criu/sk-tcp.o [2022-12-01T00:07:14.356Z] #38 68.80 DEP criu/pie/restorer.d [2022-12-01T00:07:14.356Z] #38 68.99 DEP criu/arch/x86/sigaction_compat_pie.d [2022-12-01T00:07:14.614Z] #38 69.09 DEP criu/arch/x86/restorer_unmap.d [2022-12-01T00:07:14.614Z] #38 69.12 DEP criu/arch/x86/restorer.d [2022-12-01T00:07:14.874Z] #38 69.28 DEP criu/arch/x86/vdso-pie.d [2022-12-01T00:07:14.874Z] #38 69.46 DEP criu/pie/parasite-vdso.d [2022-12-01T00:07:14.874Z] #38 ... [2022-12-01T00:07:14.874Z] [2022-12-01T00:07:14.874Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:14.874Z] #34 147.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-12-01T00:07:14.920Z] #38 176.2 CC criu/sk-unix.o [2022-12-01T00:07:15.136Z] #34 147.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:15.136Z] #34 147.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:15.499Z] #38 124.1 CC criu/pagemap-cache.o [2022-12-01T00:07:16.062Z] #38 124.6 CC criu/pagemap.o [2022-12-01T00:07:16.540Z] #32 ... [2022-12-01T00:07:16.540Z] [2022-12-01T00:07:16.540Z] #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 [2022-12-01T00:07:16.540Z] #38 60.23 DEP compel/arch/x86/src/lib/cpu.d [2022-12-01T00:07:16.540Z] #38 60.37 DEP compel/src/lib/log.d [2022-12-01T00:07:16.540Z] #38 60.48 DEP compel/src/main.d [2022-12-01T00:07:16.540Z] #38 60.57 DEP compel/src/lib/handle-elf.d [2022-12-01T00:07:16.540Z] #38 60.69 DEP compel/arch/x86/src/lib/handle-elf.d [2022-12-01T00:07:16.540Z] #38 60.83 CC compel/src/lib/log.o [2022-12-01T00:07:16.540Z] #38 61.09 CC compel/arch/x86/src/lib/cpu.o [2022-12-01T00:07:16.540Z] #38 61.80 CC compel/arch/x86/src/lib/infect.o [2022-12-01T00:07:16.540Z] #38 62.55 CC compel/src/lib/infect-rpc.o [2022-12-01T00:07:16.540Z] #38 62.86 CC compel/src/lib/infect-util.o [2022-12-01T00:07:16.540Z] #38 63.08 CC compel/src/lib/infect.o [2022-12-01T00:07:16.540Z] #38 65.29 CC compel/src/lib/ptrace.o [2022-12-01T00:07:16.540Z] #38 65.58 AR compel/libcompel.a [2022-12-01T00:07:16.540Z] #38 65.69 HOSTCC compel/src/main-host.o [2022-12-01T00:07:16.540Z] #38 66.07 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2022-12-01T00:07:16.540Z] #38 66.18 HOSTCC compel/src/lib/handle-elf-host.o [2022-12-01T00:07:16.540Z] #38 66.52 HOSTCC compel/src/lib/log-host.o [2022-12-01T00:07:16.540Z] #38 66.70 HOSTLINK compel/compel-host-bin [2022-12-01T00:07:16.689Z] #40 ... [2022-12-01T00:07:16.689Z] [2022-12-01T00:07:16.689Z] #44 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-12-01T00:07:16.689Z] #44 DONE 3.6s [2022-12-01T00:07:16.689Z] [2022-12-01T00:07:16.689Z] #45 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-12-01T00:07:16.801Z] #38 66.83 DEP soccr/soccr.d [2022-12-01T00:07:16.997Z] #38 125.4 CC criu/parasite-syscall.o [2022-12-01T00:07:17.062Z] #38 66.98 CC soccr/soccr.o [2022-12-01T00:07:17.463Z] #38 178.5 CC criu/sockets.o [2022-12-01T00:07:17.932Z] #38 126.4 CC criu/path.o [2022-12-01T00:07:17.932Z] #38 126.7 CC criu/pie-util-vdso.o [2022-12-01T00:07:18.402Z] #38 179.9 CC criu/stats.o [2022-12-01T00:07:18.446Z] #38 68.47 AR soccr/libsoccr.a [2022-12-01T00:07:18.446Z] #38 68.52 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:07:18.497Z] #38 127.2 CC criu/pie-util.o [2022-12-01T00:07:18.662Z] #38 ... [2022-12-01T00:07:18.662Z] [2022-12-01T00:07:18.662Z] #35 [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 [2022-12-01T00:07:18.707Z] #38 68.86 DEP criu/arch/x86/sigframe.d [2022-12-01T00:07:18.755Z] #38 127.4 CC criu/pipes.o [2022-12-01T00:07:18.924Z] #35 261.0 + dpkg --print-architecture [2022-12-01T00:07:18.925Z] #35 261.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-12-01T00:07:18.970Z] #38 69.05 DEP criu/arch/x86/sigaction_compat.d [2022-12-01T00:07:18.970Z] #38 69.15 DEP criu/arch/x86/kerndat.d [2022-12-01T00:07:19.187Z] #35 261.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-12-01T00:07:19.187Z] #35 261.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-12-01T00:07:19.236Z] #38 69.28 DEP criu/arch/x86/crtools.d [2022-12-01T00:07:19.236Z] #38 69.40 DEP criu/arch/x86/cpu.d [2022-12-01T00:07:19.496Z] #38 69.59 CC criu/arch/x86/cpu.o [2022-12-01T00:07:19.690Z] #38 128.1 CC criu/plugin.o [2022-12-01T00:07:19.947Z] #38 128.5 CC criu/proc_parse.o [2022-12-01T00:07:19.971Z] #45 3.294 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-12-01T00:07:19.972Z] #45 DONE 3.4s [2022-12-01T00:07:19.972Z] [2022-12-01T00:07:19.972Z] #46 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-01T00:07:20.069Z] #38 70.06 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:07:20.069Z] #38 70.06 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:20.069Z] #38 70.06 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:20.069Z] #38 70.06 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:20.069Z] #38 70.06 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:07:20.069Z] #38 70.09 CC criu/arch/x86/crtools.o [2022-12-01T00:07:20.395Z] #34 153.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-12-01T00:07:20.396Z] #34 153.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-12-01T00:07:20.396Z] #34 153.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:07:20.396Z] #34 153.3 Selecting previously unselected package libapparmor1:amd64. [2022-12-01T00:07:20.652Z] #34 153.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-12-01T00:07:20.652Z] #34 153.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:07:20.908Z] #34 153.5 Selecting previously unselected package libapparmor-dev:amd64. [2022-12-01T00:07:20.908Z] #34 153.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-12-01T00:07:20.908Z] #34 153.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:07:20.908Z] #34 153.6 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:07:20.908Z] #34 153.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:07:20.908Z] #34 153.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:07:21.164Z] #34 153.8 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:07:21.164Z] #34 153.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:07:21.164Z] #34 153.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:07:21.420Z] #34 154.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-12-01T00:07:21.420Z] #34 154.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:07:21.420Z] #34 154.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:21.420Z] #34 154.1 Selecting previously unselected package libudev-dev:amd64. [2022-12-01T00:07:21.420Z] #34 154.1 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:07:21.420Z] #34 154.1 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:21.420Z] #34 154.3 Selecting previously unselected package libsepol1-dev:amd64. [2022-12-01T00:07:21.457Z] #38 71.28 CC criu/arch/x86/kerndat.o [2022-12-01T00:07:21.677Z] #34 154.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-12-01T00:07:21.677Z] #34 154.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:07:21.718Z] #38 71.69 CC criu/arch/x86/sigaction_compat.o [2022-12-01T00:07:21.933Z] #34 154.6 Selecting previously unselected package libpcre2-16-0:amd64. [2022-12-01T00:07:21.933Z] #34 154.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:21.933Z] #34 154.6 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:21.933Z] #34 154.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-12-01T00:07:21.933Z] #34 154.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:21.933Z] #34 154.8 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:21.980Z] #38 71.85 CC criu/arch/x86/sigframe.o [2022-12-01T00:07:21.980Z] #38 72.06 LINK criu/arch/x86/crtools.built-in.o [2022-12-01T00:07:22.193Z] #34 154.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-12-01T00:07:22.193Z] #34 154.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:22.193Z] #34 154.9 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:22.241Z] #38 72.12 DEP criu/pie/util-vdso-elf32.d [2022-12-01T00:07:22.241Z] #38 72.23 DEP criu/pie/util-vdso.d [2022-12-01T00:07:22.450Z] #34 155.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-12-01T00:07:22.450Z] #34 155.0 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:22.450Z] #34 155.0 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:22.472Z] #38 ... [2022-12-01T00:07:22.472Z] [2022-12-01T00:07:22.472Z] #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 [2022-12-01T00:07:22.472Z] #24 179.6 + dpkg --print-architecture [2022-12-01T00:07:22.492Z] #46 ... [2022-12-01T00:07:22.492Z] [2022-12-01T00:07:22.492Z] #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 [2022-12-01T00:07:22.492Z] #38 69.79 DEP criu/signalfd.d [2022-12-01T00:07:22.492Z] #38 69.92 DEP criu/sigframe.d [2022-12-01T00:07:22.492Z] #38 70.02 DEP criu/shmem.d [2022-12-01T00:07:22.492Z] #38 70.24 DEP criu/servicefd.d [2022-12-01T00:07:22.492Z] #38 70.40 DEP criu/seize.d [2022-12-01T00:07:22.492Z] #38 70.62 DEP criu/seccomp.d [2022-12-01T00:07:22.492Z] #38 70.89 DEP criu/rst-malloc.d [2022-12-01T00:07:22.492Z] #38 71.00 DEP criu/rbtree.d [2022-12-01T00:07:22.492Z] #38 71.08 DEP criu/pstree.d [2022-12-01T00:07:22.492Z] #38 71.33 DEP criu/protobuf.d [2022-12-01T00:07:22.492Z] #38 71.52 GEN criu/protobuf-desc-gen.h [2022-12-01T00:07:22.492Z] #38 73.10 DEP criu/protobuf-desc.d [2022-12-01T00:07:22.492Z] #38 73.22 DEP criu/proc_parse.d [2022-12-01T00:07:22.492Z] #38 73.42 DEP criu/plugin.d [2022-12-01T00:07:22.492Z] #38 73.52 DEP criu/pipes.d [2022-12-01T00:07:22.492Z] #38 73.71 DEP criu/pie-util.d [2022-12-01T00:07:22.492Z] #38 73.76 DEP criu/pie-util-vdso.d [2022-12-01T00:07:22.492Z] #38 73.95 DEP criu/pie-util-vdso-elf32.d [2022-12-01T00:07:22.492Z] #38 74.10 DEP criu/path.d [2022-12-01T00:07:22.492Z] #38 74.27 DEP criu/parasite-syscall.d [2022-12-01T00:07:22.492Z] #38 74.47 DEP criu/pagemap.d [2022-12-01T00:07:22.492Z] #38 74.68 DEP criu/pagemap-cache.d [2022-12-01T00:07:22.492Z] #38 74.86 DEP criu/page-xfer.d [2022-12-01T00:07:22.492Z] #38 75.07 DEP criu/page-pipe.d [2022-12-01T00:07:22.493Z] #38 75.18 DEP criu/netfilter.d [2022-12-01T00:07:22.493Z] #38 75.36 DEP criu/net.d [2022-12-01T00:07:22.493Z] #38 75.54 DEP criu/namespaces.d [2022-12-01T00:07:22.493Z] #38 75.79 DEP criu/mount.d [2022-12-01T00:07:22.493Z] #38 75.94 DEP criu/memfd.d [2022-12-01T00:07:22.493Z] #38 76.07 DEP criu/mem.d [2022-12-01T00:07:22.493Z] #38 76.24 DEP criu/lsm.d [2022-12-01T00:07:22.493Z] #38 76.38 DEP criu/log.d [2022-12-01T00:07:22.493Z] #38 76.49 DEP criu/libnetlink.d [2022-12-01T00:07:22.493Z] #38 76.67 DEP criu/kerndat.d [2022-12-01T00:07:22.493Z] #38 76.77 DEP criu/kcmp-ids.d [2022-12-01T00:07:22.493Z] #38 76.81 DEP criu/irmap.d [2022-12-01T00:07:22.493Z] #38 76.90 DEP criu/ipc_ns.d [2022-12-01T00:07:22.493Z] #38 77.06 DEP criu/image.d [2022-12-01T00:07:22.493Z] #38 77.32 DEP criu/image-desc.d [2022-12-01T00:07:22.493Z] #38 77.40 DEP criu/fsnotify.d [2022-12-01T00:07:22.493Z] #38 77.58 DEP criu/filesystems.d [2022-12-01T00:07:22.493Z] #38 77.76 DEP criu/files.d [2022-12-01T00:07:22.493Z] #38 77.93 DEP criu/files-reg.d [2022-12-01T00:07:22.493Z] #38 78.12 DEP criu/files-ext.d [2022-12-01T00:07:22.493Z] #38 78.26 DEP criu/file-lock.d [2022-12-01T00:07:22.493Z] #38 78.48 DEP criu/file-ids.d [2022-12-01T00:07:22.493Z] #38 78.64 DEP criu/fifo.d [2022-12-01T00:07:22.493Z] #38 78.78 DEP criu/fdstore.d [2022-12-01T00:07:22.493Z] #38 78.92 DEP criu/fault-injection.d [2022-12-01T00:07:22.493Z] #38 79.02 DEP criu/external.d [2022-12-01T00:07:22.493Z] #38 79.10 DEP criu/eventpoll.d [2022-12-01T00:07:22.493Z] #38 79.27 DEP criu/eventfd.d [2022-12-01T00:07:22.493Z] #38 79.39 DEP criu/crtools.d [2022-12-01T00:07:22.493Z] #38 79.57 DEP criu/cr-service.d [2022-12-01T00:07:22.493Z] #38 79.73 DEP criu/cr-restore.d [2022-12-01T00:07:22.493Z] #38 ... [2022-12-01T00:07:22.493Z] [2022-12-01T00:07:22.493Z] #46 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-01T00:07:22.493Z] #46 DONE 2.7s [2022-12-01T00:07:22.493Z] [2022-12-01T00:07:22.493Z] #47 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-12-01T00:07:22.501Z] #38 72.36 DEP criu/pie/util.d [2022-12-01T00:07:22.501Z] #38 72.51 CC criu/pie/util.o [2022-12-01T00:07:22.708Z] #34 155.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-12-01T00:07:22.708Z] #34 155.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-12-01T00:07:22.708Z] #34 155.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:07:22.731Z] #24 DONE 180.1s [2022-12-01T00:07:22.731Z] [2022-12-01T00:07:22.731Z] #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 [2022-12-01T00:07:22.731Z] #38 131.2 CC criu/protobuf-desc.o [2022-12-01T00:07:22.762Z] #38 72.89 CC criu/pie/util-vdso.o [2022-12-01T00:07:22.762Z] #38 ... [2022-12-01T00:07:22.762Z] [2022-12-01T00:07:22.762Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:22.762Z] #32 151.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-12-01T00:07:22.762Z] #32 151.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-12-01T00:07:22.762Z] #32 151.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:23.272Z] #34 156.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-12-01T00:07:23.272Z] #34 156.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:07:23.272Z] #34 156.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:23.272Z] #34 156.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-12-01T00:07:23.272Z] #34 156.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-12-01T00:07:23.819Z] #34 156.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:07:24.103Z] #38 132.8 CC criu/protobuf.o [2022-12-01T00:07:24.359Z] #38 133.2 CC criu/pstree.o [2022-12-01T00:07:24.427Z] #47 DONE 2.0s [2022-12-01T00:07:24.427Z] [2022-12-01T00:07:24.427Z] #48 [dev-systemd-false 6/26] RUN ldconfig [2022-12-01T00:07:24.756Z] #34 157.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-12-01T00:07:24.756Z] #34 157.3 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:07:24.756Z] #34 157.5 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:25.012Z] #34 ... [2022-12-01T00:07:25.012Z] [2022-12-01T00:07:25.012Z] #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 [2022-12-01T00:07:25.012Z] #38 69.60 DEP criu/pie/parasite.d [2022-12-01T00:07:25.012Z] #38 69.92 CC criu/pie/parasite.o [2022-12-01T00:07:25.012Z] #38 71.12 LINK criu/pie/parasite.built-in.o [2022-12-01T00:07:25.012Z] #38 71.13 GEN criu/pie/parasite-blob.h [2022-12-01T00:07:25.012Z] #38 71.16 CC criu/pie/parasite-vdso.o [2022-12-01T00:07:25.012Z] #38 71.85 CC criu/arch/x86/vdso-pie.o [2022-12-01T00:07:25.012Z] #38 72.04 CC criu/arch/x86/restorer.o [2022-12-01T00:07:25.012Z] #38 72.58 CC criu/arch/x86/restorer_unmap.o [2022-12-01T00:07:25.012Z] #38 72.63 CC criu/arch/x86/sigaction_compat_pie.o [2022-12-01T00:07:25.012Z] #38 72.92 CC criu/pie/restorer.o [2022-12-01T00:07:25.012Z] #38 75.63 LINK criu/pie/restorer.built-in.o [2022-12-01T00:07:25.012Z] #38 75.66 GEN criu/pie/restorer-blob.h [2022-12-01T00:07:25.012Z] #38 75.81 DEP criu/vdso.d [2022-12-01T00:07:25.012Z] #38 76.03 DEP criu/vdso-compat.d [2022-12-01T00:07:25.012Z] #38 76.21 DEP criu/uts_ns.d [2022-12-01T00:07:25.012Z] #38 76.35 DEP criu/util.d [2022-12-01T00:07:25.012Z] #38 76.59 DEP criu/uffd.d [2022-12-01T00:07:25.012Z] #38 76.76 DEP criu/tun.d [2022-12-01T00:07:25.012Z] #38 76.94 DEP criu/tty.d [2022-12-01T00:07:25.012Z] #38 77.17 DEP criu/timerfd.d [2022-12-01T00:07:25.012Z] #38 77.31 DEP criu/timens.d [2022-12-01T00:07:25.012Z] #38 77.47 DEP criu/sysfs_parse.d [2022-12-01T00:07:25.012Z] #38 77.56 DEP criu/sysctl.d [2022-12-01T00:07:25.012Z] #38 77.65 DEP criu/string.d [2022-12-01T00:07:25.012Z] #38 77.68 DEP criu/stats.d [2022-12-01T00:07:25.012Z] #38 77.76 DEP criu/sockets.d [2022-12-01T00:07:25.012Z] #38 77.94 DEP criu/sk-unix.d [2022-12-01T00:07:25.012Z] #38 78.16 DEP criu/sk-tcp.d [2022-12-01T00:07:25.012Z] #38 78.33 DEP criu/sk-queue.d [2022-12-01T00:07:25.012Z] #38 78.50 DEP criu/sk-packet.d [2022-12-01T00:07:25.012Z] #38 78.65 DEP criu/sk-netlink.d [2022-12-01T00:07:25.012Z] #38 78.79 DEP criu/sk-inet.d [2022-12-01T00:07:25.012Z] #38 78.99 DEP criu/signalfd.d [2022-12-01T00:07:25.012Z] #38 79.18 DEP criu/sigframe.d [2022-12-01T00:07:25.012Z] #38 79.26 DEP criu/shmem.d [2022-12-01T00:07:25.012Z] #38 79.40 DEP criu/servicefd.d [2022-12-01T00:07:25.012Z] #38 79.50 DEP criu/seize.d [2022-12-01T00:07:25.269Z] #38 79.67 DEP criu/seccomp.d [2022-12-01T00:07:25.269Z] #38 79.87 DEP criu/rst-malloc.d [2022-12-01T00:07:25.269Z] #38 79.92 DEP criu/rbtree.d [2022-12-01T00:07:25.525Z] #38 80.02 DEP criu/pstree.d [2022-12-01T00:07:25.525Z] #38 80.17 DEP criu/protobuf.d [2022-12-01T00:07:25.729Z] #38 134.1 CC criu/rbtree.o [2022-12-01T00:07:25.729Z] #38 134.4 CC criu/rst-malloc.o [2022-12-01T00:07:25.787Z] #38 80.28 GEN criu/protobuf-desc-gen.h [2022-12-01T00:07:25.787Z] #38 ... [2022-12-01T00:07:25.787Z] [2022-12-01T00:07:25.787Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:25.787Z] #34 158.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:07:25.787Z] #34 158.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:07:25.787Z] #34 158.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:07:25.987Z] #38 134.7 CC criu/seccomp.o [2022-12-01T00:07:26.046Z] #34 ... [2022-12-01T00:07:26.046Z] [2022-12-01T00:07:26.046Z] #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 [2022-12-01T00:07:26.046Z] #29 150.0 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:07:26.046Z] #29 150.0 + GOBIN=/build [2022-12-01T00:07:26.046Z] #29 150.0 + GO111MODULE=on [2022-12-01T00:07:26.046Z] #29 150.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-12-01T00:07:26.046Z] #29 DONE 158.7s [2022-12-01T00:07:26.046Z] [2022-12-01T00:07:26.046Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-12-01T00:07:26.046Z] #40 DONE 0.1s [2022-12-01T00:07:26.046Z] [2022-12-01T00:07:26.046Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:26.046Z] #34 158.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:07:26.046Z] #34 158.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:07:26.046Z] #34 158.7 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:26.046Z] #34 158.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:07:26.046Z] #34 ... [2022-12-01T00:07:26.046Z] [2022-12-01T00:07:26.046Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-12-01T00:07:26.046Z] #41 DONE 0.1s [2022-12-01T00:07:26.046Z] [2022-12-01T00:07:26.046Z] #34 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:26.046Z] #34 158.8 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:26.046Z] #34 158.8 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:26.046Z] #34 158.8 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:26.046Z] #34 158.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:07:26.046Z] #34 158.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:07:26.046Z] #34 158.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:26.302Z] #34 158.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:07:26.302Z] #34 158.9 Setting up mingw-w64-common (8.0.0-1) ... [2022-12-01T00:07:26.302Z] #34 158.9 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:26.302Z] #34 158.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:07:26.302Z] #34 159.0 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:26.302Z] #34 159.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:07:26.302Z] #34 159.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:26.302Z] #34 159.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:07:26.302Z] #34 159.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 [2022-12-01T00:07:26.302Z] #34 159.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:26.302Z] #34 159.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 [2022-12-01T00:07:26.302Z] #34 159.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:07:26.302Z] #34 159.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:26.302Z] #34 159.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-12-01T00:07:26.302Z] #34 159.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:07:26.302Z] #34 159.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:07:26.302Z] #34 159.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:26.321Z] #48 DONE 2.0s [2022-12-01T00:07:26.322Z] [2022-12-01T00:07:26.322Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:26.552Z] #38 135.2 CC criu/seize.o [2022-12-01T00:07:26.564Z] #34 159.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:07:26.564Z] #34 159.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:26.564Z] #34 159.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:26.564Z] #34 159.2 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:07:26.822Z] #34 DONE 159.5s [2022-12-01T00:07:26.822Z] [2022-12-01T00:07:26.822Z] #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 [2022-12-01T00:07:27.485Z] #38 136.1 CC criu/servicefd.o [2022-12-01T00:07:27.742Z] #38 136.5 CC criu/shmem.o [2022-12-01T00:07:28.053Z] #32 156.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-12-01T00:07:28.053Z] #32 156.5 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-12-01T00:07:28.054Z] #32 156.5 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:07:28.314Z] #32 156.6 Selecting previously unselected package libapparmor1:amd64. [2022-12-01T00:07:28.314Z] #32 156.6 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-12-01T00:07:28.314Z] #32 156.6 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:07:28.314Z] #32 156.7 Selecting previously unselected package libapparmor-dev:amd64. [2022-12-01T00:07:28.314Z] #32 156.7 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-12-01T00:07:28.314Z] #32 156.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:07:28.314Z] #32 156.9 Selecting previously unselected package libbtrfs0:amd64. [2022-12-01T00:07:28.574Z] #32 156.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-12-01T00:07:28.574Z] #32 156.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:07:28.574Z] #32 157.0 Selecting previously unselected package libbtrfs-dev:amd64. [2022-12-01T00:07:28.574Z] #32 157.0 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-12-01T00:07:28.575Z] #32 157.0 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:07:28.675Z] #38 137.4 CC criu/sigframe.o [2022-12-01T00:07:28.719Z] #42 2.029 + RM_GOPATH=0 [2022-12-01T00:07:28.719Z] #42 2.029 + TMP_GOPATH= [2022-12-01T00:07:28.719Z] #42 2.029 + : /build [2022-12-01T00:07:28.719Z] #42 2.029 + '[' -z '' ']' [2022-12-01T00:07:28.719Z] #42 2.029 ++ mktemp -d [2022-12-01T00:07:28.835Z] #32 157.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-12-01T00:07:28.835Z] #32 157.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:07:28.835Z] #32 157.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:28.845Z] #49 2.357 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:07:28.845Z] #49 2.388 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:07:28.845Z] #49 2.548 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:07:28.962Z] #38 137.5 CC criu/signalfd.o [2022-12-01T00:07:28.975Z] #42 ... [2022-12-01T00:07:28.975Z] [2022-12-01T00:07:28.975Z] #43 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-12-01T00:07:28.975Z] #43 DONE 2.1s [2022-12-01T00:07:28.975Z] [2022-12-01T00:07:28.975Z] #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 [2022-12-01T00:07:28.975Z] #42 2.038 + export GOPATH=/tmp/tmp.JDEFdNpzdv [2022-12-01T00:07:28.975Z] #42 2.038 + GOPATH=/tmp/tmp.JDEFdNpzdv [2022-12-01T00:07:28.975Z] #42 2.038 + RM_GOPATH=1 [2022-12-01T00:07:28.975Z] #42 2.038 + case "$(go env GOARCH)" in [2022-12-01T00:07:28.975Z] #42 2.038 ++ go env GOARCH [2022-12-01T00:07:28.975Z] #42 2.064 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:07:28.975Z] #42 2.064 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:07:28.975Z] #42 2.064 ++ dirname /tmp/install/install.sh [2022-12-01T00:07:28.975Z] #42 2.065 + dir=/tmp/install [2022-12-01T00:07:28.975Z] #42 2.065 + bin=runc [2022-12-01T00:07:28.975Z] #42 2.066 + shift [2022-12-01T00:07:28.975Z] #42 2.066 + '[' '!' -f /tmp/install/runc.installer ']' [2022-12-01T00:07:28.975Z] #42 2.066 + . /tmp/install/runc.installer [2022-12-01T00:07:28.975Z] #42 2.066 ++ set -e [2022-12-01T00:07:28.975Z] #42 2.066 ++ : v1.1.4 [2022-12-01T00:07:28.975Z] #42 2.066 + install_runc [2022-12-01T00:07:28.975Z] #42 2.066 + RUNC_BUILDTAGS=seccomp [2022-12-01T00:07:28.975Z] #42 2.066 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2022-12-01T00:07:28.975Z] #42 2.066 Install runc version v1.1.4 (build tags: seccomp) [2022-12-01T00:07:28.975Z] #42 2.073 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.JDEFdNpzdv/src/github.com/opencontainers/runc [2022-12-01T00:07:28.975Z] #42 2.073 Cloning into '/tmp/tmp.JDEFdNpzdv/src/github.com/opencontainers/runc'... [2022-12-01T00:07:29.095Z] #32 157.3 Selecting previously unselected package libudev-dev:amd64. [2022-12-01T00:07:29.095Z] #32 157.3 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:07:29.095Z] #32 157.3 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:29.103Z] #49 2.875 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:07:29.184Z] #35 ... [2022-12-01T00:07:29.184Z] [2022-12-01T00:07:29.184Z] #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 [2022-12-01T00:07:29.184Z] #38 180.3 CC criu/string.o [2022-12-01T00:07:29.184Z] #38 180.4 CC criu/sysctl.o [2022-12-01T00:07:29.184Z] #38 181.3 CC criu/sysfs_parse.o [2022-12-01T00:07:29.184Z] #38 181.7 CC criu/timens.o [2022-12-01T00:07:29.184Z] #38 182.2 CC criu/timerfd.o [2022-12-01T00:07:29.184Z] #38 182.5 CC criu/tty.o [2022-12-01T00:07:29.184Z] #38 184.8 CC criu/tun.o [2022-12-01T00:07:29.184Z] #38 185.5 CC criu/uffd.o [2022-12-01T00:07:29.184Z] #38 186.9 CC criu/util.o [2022-12-01T00:07:29.184Z] #38 188.6 CC criu/uts_ns.o [2022-12-01T00:07:29.184Z] #38 188.9 CC criu/vdso-compat.o [2022-12-01T00:07:29.184Z] #38 189.2 CC criu/vdso.o [2022-12-01T00:07:29.184Z] #38 190.0 LINK criu/built-in.o [2022-12-01T00:07:29.184Z] #38 190.2 LINK criu/criu [2022-12-01T00:07:29.226Z] #38 137.8 CC criu/sk-inet.o [2022-12-01T00:07:29.357Z] #32 157.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-12-01T00:07:29.357Z] #32 157.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-12-01T00:07:29.357Z] #32 157.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:07:29.442Z] #38 190.8 DEP lib/c/criu.d [2022-12-01T00:07:29.442Z] #38 190.9 CC images/rpc.pb-c.o [2022-12-01T00:07:29.618Z] #32 158.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-12-01T00:07:29.618Z] #32 158.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:29.618Z] #32 158.1 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:29.878Z] #32 158.3 Selecting previously unselected package libpcre2-32-0:amd64. [2022-12-01T00:07:29.878Z] #32 158.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:29.878Z] #32 158.3 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:30.141Z] #32 158.5 Selecting previously unselected package libpcre2-posix2:amd64. [2022-12-01T00:07:30.141Z] #32 158.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:30.141Z] #32 158.5 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:30.141Z] #32 158.5 Selecting previously unselected package libpcre2-dev:amd64. [2022-12-01T00:07:30.141Z] #32 158.5 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2022-12-01T00:07:30.141Z] #32 158.6 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:30.220Z] #38 138.7 CC criu/sk-netlink.o [2022-12-01T00:07:30.342Z] #42 ... [2022-12-01T00:07:30.342Z] [2022-12-01T00:07:30.342Z] #44 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-12-01T00:07:30.342Z] #44 DONE 1.4s [2022-12-01T00:07:30.342Z] [2022-12-01T00:07:30.342Z] #45 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-12-01T00:07:30.378Z] #38 191.7 CC lib/c/criu.o [2022-12-01T00:07:30.479Z] #38 139.1 CC criu/sk-packet.o [2022-12-01T00:07:30.483Z] #49 4.002 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:07:30.712Z] #32 159.1 Selecting previously unselected package libselinux1-dev:amd64. [2022-12-01T00:07:30.712Z] #32 159.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-12-01T00:07:30.712Z] #32 159.1 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:07:30.972Z] #32 159.4 Selecting previously unselected package libdevmapper-dev:amd64. [2022-12-01T00:07:30.972Z] #32 159.4 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-12-01T00:07:30.972Z] #32 159.4 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:30.972Z] #32 159.5 Selecting previously unselected package libseccomp-dev:amd64. [2022-12-01T00:07:30.972Z] #32 159.5 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-12-01T00:07:30.972Z] #32 159.5 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:07:31.042Z] #38 139.8 CC criu/sk-queue.o [2022-12-01T00:07:31.232Z] #32 159.6 Selecting previously unselected package libsystemd-dev:amd64. [2022-12-01T00:07:31.232Z] #32 159.6 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:07:31.232Z] #32 159.7 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:31.274Z] #45 0.968 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-12-01T00:07:31.274Z] #45 DONE 1.1s [2022-12-01T00:07:31.274Z] [2022-12-01T00:07:31.274Z] #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 [2022-12-01T00:07:31.274Z] #38 82.86 DEP criu/protobuf-desc.d [2022-12-01T00:07:31.274Z] #38 83.00 DEP criu/proc_parse.d [2022-12-01T00:07:31.274Z] #38 83.42 DEP criu/plugin.d [2022-12-01T00:07:31.274Z] #38 83.56 DEP criu/pipes.d [2022-12-01T00:07:31.274Z] #38 83.78 DEP criu/pie-util.d [2022-12-01T00:07:31.274Z] #38 84.00 DEP criu/pie-util-vdso.d [2022-12-01T00:07:31.274Z] #38 84.27 DEP criu/pie-util-vdso-elf32.d [2022-12-01T00:07:31.274Z] #38 84.41 DEP criu/path.d [2022-12-01T00:07:31.274Z] #38 84.62 DEP criu/parasite-syscall.d [2022-12-01T00:07:31.274Z] #38 85.02 DEP criu/pagemap.d [2022-12-01T00:07:31.274Z] #38 85.22 DEP criu/pagemap-cache.d [2022-12-01T00:07:31.274Z] #38 85.34 DEP criu/page-xfer.d [2022-12-01T00:07:31.274Z] #38 85.49 DEP criu/page-pipe.d [2022-12-01T00:07:31.274Z] #38 85.62 DEP criu/netfilter.d [2022-12-01T00:07:31.274Z] #38 85.80 DEP criu/net.d [2022-12-01T00:07:31.411Z] #49 5.247 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:07:31.530Z] #38 86.10 DEP criu/namespaces.d [2022-12-01T00:07:31.604Z] #38 140.2 CC criu/sk-tcp.o [2022-12-01T00:07:31.753Z] #38 193.1 LINK lib/c/built-in.o [2022-12-01T00:07:31.753Z] #38 193.1 LINK lib/c/libcriu.so [2022-12-01T00:07:31.753Z] #38 193.2 LINK lib/c/libcriu.a [2022-12-01T00:07:31.786Z] #38 86.31 DEP criu/mount.d [2022-12-01T00:07:31.802Z] #32 160.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-12-01T00:07:31.802Z] #32 160.2 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-12-01T00:07:31.802Z] #32 160.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:31.802Z] #32 160.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-12-01T00:07:31.802Z] #32 160.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-12-01T00:07:31.802Z] #32 160.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:31.803Z] #32 160.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-12-01T00:07:32.012Z] #38 193.4 GEN magic.py [2022-12-01T00:07:32.063Z] #32 160.4 Setting up mingw-w64-common (8.0.0-1) ... [2022-12-01T00:07:32.063Z] #32 160.4 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:07:32.063Z] #32 160.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-12-01T00:07:32.063Z] #32 160.4 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2022-12-01T00:07:32.063Z] #32 160.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-12-01T00:07:32.063Z] #32 160.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-12-01T00:07:32.063Z] #32 160.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:07:32.063Z] #32 160.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-12-01T00:07:32.063Z] #32 160.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:32.063Z] #32 160.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-12-01T00:07:32.063Z] #32 160.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-12-01T00:07:32.063Z] #32 160.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-12-01T00:07:32.063Z] #32 160.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-12-01T00:07:32.063Z] #32 160.5 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-12-01T00:07:32.063Z] #32 160.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-12-01T00:07:32.063Z] #32 160.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:32.166Z] #38 140.6 CC criu/sk-unix.o [2022-12-01T00:07:32.270Z] #38 193.6 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:07:32.270Z] #38 193.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:07:32.270Z] #38 193.6 Note: Building without GnuTLS support [2022-12-01T00:07:32.270Z] #38 193.6 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:07:32.270Z] #38 193.6 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:07:32.326Z] #32 160.6 Setting up dmsetup (2:1.02.175-2.1) ... [2022-12-01T00:07:32.326Z] #32 160.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:32.326Z] #32 160.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-12-01T00:07:32.326Z] #32 160.8 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:07:32.351Z] #38 86.67 DEP criu/memfd.d [2022-12-01T00:07:32.351Z] #38 ... [2022-12-01T00:07:32.351Z] [2022-12-01T00:07:32.351Z] #46 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-01T00:07:32.351Z] #46 DONE 1.1s [2022-12-01T00:07:32.612Z] [2022-12-01T00:07:32.612Z] #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 [2022-12-01T00:07:32.612Z] #38 86.92 DEP criu/mem.d [2022-12-01T00:07:32.778Z] #49 ... [2022-12-01T00:07:32.778Z] [2022-12-01T00:07:32.778Z] #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 [2022-12-01T00:07:32.778Z] #38 80.17 DEP criu/cr-errno.d [2022-12-01T00:07:32.778Z] #38 80.24 DEP criu/cr-dump.d [2022-12-01T00:07:32.778Z] #38 80.51 DEP criu/cr-dedup.d [2022-12-01T00:07:32.778Z] #38 80.76 DEP criu/cr-check.d [2022-12-01T00:07:32.778Z] #38 81.07 DEP criu/config.d [2022-12-01T00:07:32.778Z] #38 81.25 DEP criu/clone-noasan.d [2022-12-01T00:07:32.778Z] #38 81.37 DEP criu/cgroup.d [2022-12-01T00:07:32.778Z] #38 81.54 DEP criu/cgroup-props.d [2022-12-01T00:07:32.778Z] #38 81.64 DEP criu/bitmap.d [2022-12-01T00:07:32.778Z] #38 81.69 DEP criu/bfd.d [2022-12-01T00:07:32.778Z] #38 81.87 DEP criu/autofs.d [2022-12-01T00:07:32.778Z] #38 82.15 DEP criu/aio.d [2022-12-01T00:07:32.778Z] #38 82.38 DEP criu/action-scripts.d [2022-12-01T00:07:32.778Z] #38 82.77 CC criu/action-scripts.o [2022-12-01T00:07:32.778Z] #38 83.30 CC criu/aio.o [2022-12-01T00:07:32.778Z] #38 83.96 CC criu/autofs.o [2022-12-01T00:07:32.778Z] #38 85.70 CC criu/bfd.o [2022-12-01T00:07:32.778Z] #38 86.17 CC criu/bitmap.o [2022-12-01T00:07:32.778Z] #38 86.40 CC criu/cgroup-props.o [2022-12-01T00:07:32.778Z] #38 87.44 CC criu/cgroup.o [2022-12-01T00:07:32.778Z] #38 90.49 CC criu/clone-noasan.o [2022-12-01T00:07:32.778Z] #38 ... [2022-12-01T00:07:32.778Z] [2022-12-01T00:07:32.778Z] #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 [2022-12-01T00:07:32.778Z] #40 14.13 + cd /tmp/tmp.k3HlA3Fumg/src/github.com/opencontainers/runc [2022-12-01T00:07:32.778Z] #40 14.13 + git checkout -q v1.1.4 [2022-12-01T00:07:32.778Z] #40 14.88 + '[' -z '' ']' [2022-12-01T00:07:32.778Z] #40 14.88 + target=static [2022-12-01T00:07:32.778Z] #40 14.88 + make BUILDTAGS=seccomp static [2022-12-01T00:07:32.778Z] #40 15.38 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 . [2022-12-01T00:07:32.869Z] #38 87.35 DEP criu/lsm.d [2022-12-01T00:07:32.869Z] #38 87.48 DEP criu/log.d [2022-12-01T00:07:33.035Z] #40 ... [2022-12-01T00:07:33.035Z] [2022-12-01T00:07:33.035Z] #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 [2022-12-01T00:07:33.035Z] #38 90.72 CC criu/config.o [2022-12-01T00:07:33.135Z] #38 87.63 DEP criu/libnetlink.d [2022-12-01T00:07:33.136Z] #38 87.78 DEP criu/kerndat.d [2022-12-01T00:07:33.392Z] #38 ... [2022-12-01T00:07:33.392Z] [2022-12-01T00:07:33.392Z] #47 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-12-01T00:07:33.392Z] #47 DONE 1.1s [2022-12-01T00:07:33.392Z] [2022-12-01T00:07:33.392Z] #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 [2022-12-01T00:07:33.392Z] #38 88.02 DEP criu/kcmp-ids.d [2022-12-01T00:07:33.645Z] #38 194.9 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:07:33.649Z] #38 88.15 DEP criu/irmap.d [2022-12-01T00:07:33.758Z] #32 ... [2022-12-01T00:07:33.758Z] [2022-12-01T00:07:33.758Z] #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 [2022-12-01T00:07:33.758Z] #38 73.55 CC criu/pie/util-vdso-elf32.o [2022-12-01T00:07:33.758Z] #38 74.04 AR criu/pie/pie.lib.a [2022-12-01T00:07:33.758Z] #38 74.11 DEP criu/pie/restorer.d [2022-12-01T00:07:33.758Z] #38 74.47 DEP criu/arch/x86/sigaction_compat_pie.d [2022-12-01T00:07:33.758Z] #38 74.63 DEP criu/arch/x86/restorer_unmap.d [2022-12-01T00:07:33.758Z] #38 74.68 DEP criu/arch/x86/restorer.d [2022-12-01T00:07:33.758Z] #38 74.83 DEP criu/arch/x86/vdso-pie.d [2022-12-01T00:07:33.758Z] #38 74.98 DEP criu/pie/parasite-vdso.d [2022-12-01T00:07:33.758Z] #38 75.18 DEP criu/pie/parasite.d [2022-12-01T00:07:33.758Z] #38 75.43 CC criu/pie/parasite.o [2022-12-01T00:07:33.758Z] #38 76.63 LINK criu/pie/parasite.built-in.o [2022-12-01T00:07:33.758Z] #38 76.65 GEN criu/pie/parasite-blob.h [2022-12-01T00:07:33.758Z] #38 76.68 CC criu/pie/parasite-vdso.o [2022-12-01T00:07:33.758Z] #38 77.36 CC criu/arch/x86/vdso-pie.o [2022-12-01T00:07:33.758Z] #38 77.59 CC criu/arch/x86/restorer.o [2022-12-01T00:07:33.758Z] #38 78.09 CC criu/arch/x86/restorer_unmap.o [2022-12-01T00:07:33.758Z] #38 78.15 CC criu/arch/x86/sigaction_compat_pie.o [2022-12-01T00:07:33.758Z] #38 78.42 CC criu/pie/restorer.o [2022-12-01T00:07:33.758Z] #38 81.04 LINK criu/pie/restorer.built-in.o [2022-12-01T00:07:33.758Z] #38 81.06 GEN criu/pie/restorer-blob.h [2022-12-01T00:07:33.758Z] #38 81.14 DEP criu/vdso.d [2022-12-01T00:07:33.758Z] #38 81.36 DEP criu/vdso-compat.d [2022-12-01T00:07:33.758Z] #38 81.53 DEP criu/uts_ns.d [2022-12-01T00:07:33.758Z] #38 81.69 DEP criu/util.d [2022-12-01T00:07:33.758Z] #38 81.87 DEP criu/uffd.d [2022-12-01T00:07:33.758Z] #38 82.06 DEP criu/tun.d [2022-12-01T00:07:33.758Z] #38 82.35 DEP criu/tty.d [2022-12-01T00:07:33.758Z] #38 82.52 DEP criu/timerfd.d [2022-12-01T00:07:33.758Z] #38 82.74 DEP criu/timens.d [2022-12-01T00:07:33.758Z] #38 82.93 DEP criu/sysfs_parse.d [2022-12-01T00:07:33.758Z] #38 83.06 DEP criu/sysctl.d [2022-12-01T00:07:33.758Z] #38 83.20 DEP criu/string.d [2022-12-01T00:07:33.758Z] #38 83.25 DEP criu/stats.d [2022-12-01T00:07:33.758Z] #38 83.34 DEP criu/sockets.d [2022-12-01T00:07:33.758Z] #38 83.47 DEP criu/sk-unix.d [2022-12-01T00:07:33.758Z] #38 83.70 DEP criu/sk-tcp.d [2022-12-01T00:07:33.758Z] #38 83.89 DEP criu/sk-queue.d [2022-12-01T00:07:33.906Z] #38 88.35 DEP criu/ipc_ns.d [2022-12-01T00:07:33.963Z] #38 ... [2022-12-01T00:07:33.963Z] [2022-12-01T00:07:33.963Z] #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 [2022-12-01T00:07:33.963Z] #24 DONE 149.2s [2022-12-01T00:07:33.963Z] [2022-12-01T00:07:33.963Z] #25 [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 [2022-12-01T00:07:34.020Z] #38 84.04 DEP criu/sk-packet.d [2022-12-01T00:07:34.020Z] #38 84.16 DEP criu/sk-netlink.d [2022-12-01T00:07:34.057Z] #38 142.5 CC criu/sockets.o [2022-12-01T00:07:34.163Z] #38 88.54 DEP criu/image.d [2022-12-01T00:07:34.163Z] #38 88.73 DEP criu/image-desc.d [2022-12-01T00:07:34.298Z] #38 84.29 DEP criu/sk-inet.d [2022-12-01T00:07:34.298Z] #38 84.41 DEP criu/signalfd.d [2022-12-01T00:07:34.420Z] #38 88.86 DEP criu/fsnotify.d [2022-12-01T00:07:34.420Z] #38 88.98 DEP criu/filesystems.d [2022-12-01T00:07:34.561Z] #38 84.59 DEP criu/sigframe.d [2022-12-01T00:07:34.561Z] #38 84.67 DEP criu/shmem.d [2022-12-01T00:07:34.561Z] #38 84.78 DEP criu/servicefd.d [2022-12-01T00:07:34.582Z] #38 195.8 make[1]: Nothing to be done for 'all'. [2022-12-01T00:07:34.620Z] #38 143.3 CC criu/stats.o [2022-12-01T00:07:34.677Z] #38 ... [2022-12-01T00:07:34.677Z] [2022-12-01T00:07:34.677Z] #48 [dev-systemd-false 6/26] RUN ldconfig [2022-12-01T00:07:34.677Z] #48 DONE 1.2s [2022-12-01T00:07:34.677Z] [2022-12-01T00:07:34.677Z] #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 [2022-12-01T00:07:34.677Z] #38 89.21 DEP criu/files.d [2022-12-01T00:07:34.876Z] #38 143.6 CC criu/string.o [2022-12-01T00:07:34.934Z] #38 89.53 DEP criu/files-reg.d [2022-12-01T00:07:35.133Z] #38 143.7 CC criu/sysctl.o [2022-12-01T00:07:35.140Z] #38 84.94 DEP criu/seize.d [2022-12-01T00:07:35.140Z] #38 85.13 DEP criu/seccomp.d [2022-12-01T00:07:35.140Z] #38 85.21 DEP criu/rst-malloc.d [2022-12-01T00:07:35.140Z] #38 85.32 DEP criu/rbtree.d [2022-12-01T00:07:35.191Z] #38 89.75 DEP criu/files-ext.d [2022-12-01T00:07:35.329Z] #25 ... [2022-12-01T00:07:35.329Z] [2022-12-01T00:07:35.329Z] #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 [2022-12-01T00:07:35.329Z] #38 92.59 CC criu/cr-check.o [2022-12-01T00:07:35.403Z] #38 ... [2022-12-01T00:07:35.404Z] [2022-12-01T00:07:35.404Z] #28 [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 [2022-12-01T00:07:35.404Z] #28 154.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-12-01T00:07:35.404Z] #28 154.9 + GOBIN=/build [2022-12-01T00:07:35.404Z] #28 154.9 + GO111MODULE=on [2022-12-01T00:07:35.404Z] #28 154.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2022-12-01T00:07:35.404Z] #28 DONE 163.7s [2022-12-01T00:07:35.404Z] [2022-12-01T00:07:35.404Z] #32 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-01T00:07:35.404Z] #32 DONE 163.7s [2022-12-01T00:07:35.404Z] [2022-12-01T00:07:35.404Z] #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 [2022-12-01T00:07:35.404Z] #38 85.42 DEP criu/pstree.d [2022-12-01T00:07:35.404Z] #38 ... [2022-12-01T00:07:35.404Z] [2022-12-01T00:07:35.404Z] #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 [2022-12-01T00:07:35.404Z] #40 ... [2022-12-01T00:07:35.404Z] [2022-12-01T00:07:35.404Z] #41 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2022-12-01T00:07:35.404Z] #41 DONE 0.2s [2022-12-01T00:07:35.448Z] #38 89.95 DEP criu/file-lock.d [2022-12-01T00:07:35.518Z] #38 196.8 make[1]: 'images/built-in.o' is up to date. [2022-12-01T00:07:35.518Z] #38 196.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-12-01T00:07:35.518Z] #38 196.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-12-01T00:07:35.518Z] #38 196.9 make[1]: 'compel/libcompel.a' is up to date. [2022-12-01T00:07:35.518Z] #38 196.9 make[1]: 'compel/compel-host-bin' is up to date. [2022-12-01T00:07:35.664Z] [2022-12-01T00:07:35.664Z] #42 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-12-01T00:07:35.664Z] #42 DONE 0.1s [2022-12-01T00:07:35.664Z] [2022-12-01T00:07:35.664Z] #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 [2022-12-01T00:07:35.664Z] #38 85.76 DEP criu/protobuf.d [2022-12-01T00:07:35.697Z] #38 144.3 CC criu/sysfs_parse.o [2022-12-01T00:07:35.704Z] #38 90.13 DEP criu/file-ids.d [2022-12-01T00:07:35.704Z] #38 90.25 DEP criu/fifo.d [2022-12-01T00:07:35.777Z] #38 197.0 make[1]: Nothing to be done for 'all'. [2022-12-01T00:07:35.777Z] #38 197.0 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:07:35.777Z] #38 197.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:35.955Z] #38 144.6 CC criu/timens.o [2022-12-01T00:07:35.961Z] #38 90.39 DEP criu/fdstore.d [2022-12-01T00:07:35.961Z] #38 90.49 DEP criu/fault-injection.d [2022-12-01T00:07:36.036Z] #38 197.3 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:36.036Z] #38 197.3 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:36.036Z] #38 197.5 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:36.212Z] #38 144.9 CC criu/timerfd.o [2022-12-01T00:07:36.217Z] #38 90.55 DEP criu/external.d [2022-12-01T00:07:36.217Z] #38 90.72 DEP criu/eventpoll.d [2022-12-01T00:07:36.234Z] #38 86.16 GEN criu/protobuf-desc-gen.h [2022-12-01T00:07:36.294Z] #38 197.6 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:36.294Z] #38 197.6 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:36.294Z] #38 197.7 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:36.468Z] #38 145.2 CC criu/tty.o [2022-12-01T00:07:36.474Z] #38 90.90 DEP criu/eventfd.d [2022-12-01T00:07:36.553Z] #38 197.8 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:36.553Z] #38 197.8 INSTALL criu/criu [2022-12-01T00:07:36.731Z] #38 91.05 DEP criu/crtools.d [2022-12-01T00:07:36.731Z] #38 91.23 DEP criu/cr-service.d [2022-12-01T00:07:36.987Z] #38 91.39 DEP criu/cr-restore.d [2022-12-01T00:07:37.122Z] #38 DONE 198.6s [2022-12-01T00:07:37.122Z] [2022-12-01T00:07:37.122Z] #35 [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 [2022-12-01T00:07:37.221Z] #38 94.70 CC criu/cr-dedup.o [2022-12-01T00:07:37.244Z] #38 91.69 DEP criu/cr-errno.d [2022-12-01T00:07:37.244Z] #38 91.73 DEP criu/cr-dump.d [2022-12-01T00:07:37.476Z] #38 95.17 CC criu/cr-dump.o [2022-12-01T00:07:37.500Z] #38 91.89 DEP criu/cr-dedup.d [2022-12-01T00:07:37.500Z] #38 92.10 DEP criu/cr-check.d [2022-12-01T00:07:37.616Z] #38 ... [2022-12-01T00:07:37.616Z] [2022-12-01T00:07:37.616Z] #43 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-12-01T00:07:37.616Z] #43 DONE 2.2s [2022-12-01T00:07:37.616Z] [2022-12-01T00:07:37.616Z] #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 [2022-12-01T00:07:37.616Z] #40 1.967 + RM_GOPATH=0 [2022-12-01T00:07:37.616Z] #40 1.967 + TMP_GOPATH= [2022-12-01T00:07:37.616Z] #40 1.967 + : /build [2022-12-01T00:07:37.616Z] #40 1.967 + '[' -z '' ']' [2022-12-01T00:07:37.616Z] #40 1.967 ++ mktemp -d [2022-12-01T00:07:37.616Z] #40 1.974 + export GOPATH=/tmp/tmp.Ssacjxwt6x [2022-12-01T00:07:37.616Z] #40 1.974 + GOPATH=/tmp/tmp.Ssacjxwt6x [2022-12-01T00:07:37.616Z] #40 1.974 + RM_GOPATH=1 [2022-12-01T00:07:37.616Z] #40 1.974 + case "$(go env GOARCH)" in [2022-12-01T00:07:37.616Z] #40 1.974 ++ go env GOARCH [2022-12-01T00:07:37.616Z] #40 1.994 + export GO_BUILDMODE=-buildmode=pie [2022-12-01T00:07:37.616Z] #40 1.994 + GO_BUILDMODE=-buildmode=pie [2022-12-01T00:07:37.616Z] #40 1.997 ++ dirname /tmp/install/install.sh [2022-12-01T00:07:37.616Z] #40 2.001 + dir=/tmp/install [2022-12-01T00:07:37.616Z] #40 2.002 + bin=runc [2022-12-01T00:07:37.616Z] #40 2.003 + shift [2022-12-01T00:07:37.616Z] #40 2.004 + '[' '!' -f /tmp/install/runc.installer ']' [2022-12-01T00:07:37.616Z] #40 2.004 + . /tmp/install/runc.installer [2022-12-01T00:07:37.616Z] #40 2.004 ++ set -e [2022-12-01T00:07:37.616Z] #40 2.005 ++ : v1.1.4 [2022-12-01T00:07:37.616Z] #40 2.005 + install_runc [2022-12-01T00:07:37.616Z] #40 2.014 + RUNC_BUILDTAGS=seccomp [2022-12-01T00:07:37.616Z] #40 2.014 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2022-12-01T00:07:37.616Z] #40 2.014 Install runc version v1.1.4 (build tags: seccomp) [2022-12-01T00:07:37.616Z] #40 2.015 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Ssacjxwt6x/src/github.com/opencontainers/runc [2022-12-01T00:07:37.616Z] #40 2.018 Cloning into '/tmp/tmp.Ssacjxwt6x/src/github.com/opencontainers/runc'... [2022-12-01T00:07:37.756Z] #38 92.33 DEP criu/config.d [2022-12-01T00:07:38.013Z] #38 92.47 DEP criu/clone-noasan.d [2022-12-01T00:07:38.269Z] #38 92.55 DEP criu/cgroup.d [2022-12-01T00:07:38.269Z] #38 92.75 DEP criu/cgroup-props.d [2022-12-01T00:07:38.526Z] #38 92.87 DEP criu/bitmap.d [2022-12-01T00:07:38.526Z] #38 92.91 DEP criu/bfd.d [2022-12-01T00:07:38.526Z] #38 93.00 DEP criu/autofs.d [2022-12-01T00:07:38.782Z] #38 93.17 DEP criu/aio.d [2022-12-01T00:07:38.782Z] #38 93.37 DEP criu/action-scripts.d [2022-12-01T00:07:38.988Z] #38 147.3 CC criu/tun.o [2022-12-01T00:07:38.988Z] #38 147.8 CC criu/uffd.o [2022-12-01T00:07:39.001Z] #40 ... [2022-12-01T00:07:39.001Z] [2022-12-01T00:07:39.001Z] #44 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-12-01T00:07:39.001Z] #44 DONE 1.5s [2022-12-01T00:07:39.001Z] [2022-12-01T00:07:39.001Z] #45 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-12-01T00:07:39.344Z] #38 93.63 CC criu/action-scripts.o [2022-12-01T00:07:39.601Z] #38 94.03 CC criu/aio.o [2022-12-01T00:07:39.941Z] #45 0.961 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-12-01T00:07:39.941Z] #45 DONE 1.1s [2022-12-01T00:07:39.941Z] [2022-12-01T00:07:39.941Z] #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 [2022-12-01T00:07:39.941Z] #38 88.78 DEP criu/protobuf-desc.d [2022-12-01T00:07:39.941Z] #38 89.01 DEP criu/proc_parse.d [2022-12-01T00:07:39.941Z] #38 89.19 DEP criu/plugin.d [2022-12-01T00:07:39.941Z] #38 89.34 DEP criu/pipes.d [2022-12-01T00:07:39.941Z] #38 89.60 DEP criu/pie-util.d [2022-12-01T00:07:39.941Z] #38 89.69 DEP criu/pie-util-vdso.d [2022-12-01T00:07:39.941Z] #38 89.82 DEP criu/pie-util-vdso-elf32.d [2022-12-01T00:07:39.941Z] #38 90.02 DEP criu/path.d [2022-12-01T00:07:39.995Z] #38 97.62 CC criu/cr-errno.o [2022-12-01T00:07:39.995Z] #38 97.69 CC criu/cr-restore.o [2022-12-01T00:07:40.164Z] #38 94.67 CC criu/autofs.o [2022-12-01T00:07:40.201Z] #38 90.27 DEP criu/parasite-syscall.d [2022-12-01T00:07:40.353Z] #38 149.0 CC criu/util.o [2022-12-01T00:07:40.771Z] #38 90.63 DEP criu/pagemap.d [2022-12-01T00:07:41.032Z] #38 90.94 DEP criu/pagemap-cache.d [2022-12-01T00:07:41.032Z] #38 91.08 DEP criu/page-xfer.d [2022-12-01T00:07:41.293Z] #38 ... [2022-12-01T00:07:41.293Z] [2022-12-01T00:07:41.293Z] #46 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-01T00:07:41.293Z] #46 DONE 1.1s [2022-12-01T00:07:41.293Z] [2022-12-01T00:07:41.293Z] #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 [2022-12-01T00:07:41.293Z] #38 91.29 DEP criu/page-pipe.d [2022-12-01T00:07:41.553Z] #38 91.50 DEP criu/netfilter.d [2022-12-01T00:07:41.553Z] #38 91.67 DEP criu/net.d [2022-12-01T00:07:41.718Z] #38 150.2 CC criu/uts_ns.o [2022-12-01T00:07:41.718Z] #38 150.4 CC criu/vdso.o [2022-12-01T00:07:42.055Z] #38 96.19 CC criu/bfd.o [2022-12-01T00:07:42.128Z] #38 91.96 DEP criu/namespaces.d [2022-12-01T00:07:42.128Z] #38 ... [2022-12-01T00:07:42.128Z] [2022-12-01T00:07:42.128Z] #47 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-12-01T00:07:42.128Z] #47 DONE 1.1s [2022-12-01T00:07:42.128Z] [2022-12-01T00:07:42.128Z] #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 [2022-12-01T00:07:42.128Z] #38 92.24 DEP criu/mount.d [2022-12-01T00:07:42.281Z] #38 150.9 LINK criu/built-in.o [2022-12-01T00:07:42.281Z] #38 151.1 LINK criu/criu [2022-12-01T00:07:42.311Z] #38 96.74 CC criu/bitmap.o [2022-12-01T00:07:42.391Z] #38 92.55 DEP criu/memfd.d [2022-12-01T00:07:42.568Z] #38 96.91 CC criu/cgroup-props.o [2022-12-01T00:07:42.652Z] #38 92.74 DEP criu/mem.d [2022-12-01T00:07:42.844Z] #38 151.4 DEP lib/c/criu.d [2022-12-01T00:07:42.844Z] #38 151.5 CC images/rpc.pb-c.o [2022-12-01T00:07:43.225Z] #38 93.16 DEP criu/lsm.d [2022-12-01T00:07:43.265Z] #38 ... [2022-12-01T00:07:43.265Z] [2022-12-01T00:07:43.265Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:43.265Z] #49 9.486 Fetched 8615 kB in 7s (1155 kB/s) [2022-12-01T00:07:43.265Z] #49 9.486 Reading package lists... [2022-12-01T00:07:43.265Z] #49 12.37 Reading package lists... [2022-12-01T00:07:43.265Z] #49 14.90 Building dependency tree... [2022-12-01T00:07:43.265Z] #49 16.42 The following additional packages will be installed: [2022-12-01T00:07:43.265Z] #49 16.42 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:07:43.265Z] #49 16.42 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-12-01T00:07:43.265Z] #49 16.42 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-12-01T00:07:43.265Z] #49 16.43 python3-pkg-resources vim-runtime xxd [2022-12-01T00:07:43.265Z] #49 16.43 Suggested packages: [2022-12-01T00:07:43.266Z] #49 16.44 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-12-01T00:07:43.266Z] #49 16.44 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-12-01T00:07:43.266Z] #49 16.44 acl attr quota [2022-12-01T00:07:43.266Z] #49 16.44 Recommended packages: [2022-12-01T00:07:43.266Z] #49 16.44 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-12-01T00:07:43.407Z] #38 152.1 CC lib/c/criu.o [2022-12-01T00:07:43.486Z] #38 ... [2022-12-01T00:07:43.486Z] [2022-12-01T00:07:43.486Z] #48 [dev-systemd-false 6/26] RUN ldconfig [2022-12-01T00:07:43.486Z] #48 DONE 1.1s [2022-12-01T00:07:43.486Z] [2022-12-01T00:07:43.486Z] #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 [2022-12-01T00:07:43.486Z] #38 93.32 DEP criu/log.d [2022-12-01T00:07:43.486Z] #38 93.49 DEP criu/libnetlink.d [2022-12-01T00:07:43.497Z] #38 97.90 CC criu/cgroup.o [2022-12-01T00:07:43.747Z] #38 93.68 DEP criu/kerndat.d [2022-12-01T00:07:43.831Z] #49 17.72 The following NEW packages will be installed: [2022-12-01T00:07:43.831Z] #49 17.72 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-12-01T00:07:43.831Z] #49 17.73 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:07:44.009Z] #38 94.03 DEP criu/kcmp-ids.d [2022-12-01T00:07:44.009Z] #38 94.12 DEP criu/irmap.d [2022-12-01T00:07:44.088Z] #49 17.73 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-12-01T00:07:44.088Z] #49 17.73 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-12-01T00:07:44.088Z] #49 17.73 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-12-01T00:07:44.088Z] #49 17.73 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-12-01T00:07:44.088Z] #49 17.73 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-12-01T00:07:44.088Z] #49 17.73 xz-utils zip [2022-12-01T00:07:44.269Z] #38 94.29 DEP criu/ipc_ns.d [2022-12-01T00:07:44.345Z] #49 18.13 0 upgraded, 47 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:07:44.345Z] #49 18.13 Need to get 27.0 MB of archives. [2022-12-01T00:07:44.345Z] #49 18.13 After this operation, 104 MB of additional disk space will be used. [2022-12-01T00:07:44.345Z] #49 18.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-12-01T00:07:44.345Z] #49 18.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-12-01T00:07:44.345Z] #49 18.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-12-01T00:07:44.426Z] #38 ... [2022-12-01T00:07:44.426Z] [2022-12-01T00:07:44.426Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:44.426Z] #0 1.275 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:07:44.426Z] #0 1.299 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:07:44.426Z] #0 1.299 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:07:44.426Z] #0 1.816 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:07:44.426Z] #0 2.655 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:07:44.426Z] #0 3.774 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:07:44.426Z] #0 8.244 Fetched 8615 kB in 7s (1190 kB/s) [2022-12-01T00:07:44.530Z] #38 94.48 DEP criu/image.d [2022-12-01T00:07:44.530Z] #38 94.66 DEP criu/image-desc.d [2022-12-01T00:07:44.602Z] #49 18.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:07:44.602Z] #49 18.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-12-01T00:07:44.602Z] #49 18.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-12-01T00:07:44.602Z] #49 18.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-12-01T00:07:44.602Z] #49 18.30 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-12-01T00:07:44.602Z] #49 18.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:07:44.602Z] #49 18.35 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:07:44.602Z] #49 18.36 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-12-01T00:07:44.602Z] #49 18.37 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-12-01T00:07:44.602Z] #49 18.38 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-12-01T00:07:44.602Z] #49 18.38 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-12-01T00:07:44.602Z] #49 18.40 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2022-12-01T00:07:44.602Z] #49 18.41 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-12-01T00:07:44.602Z] #49 18.41 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-12-01T00:07:44.602Z] #49 18.41 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-12-01T00:07:44.602Z] #49 18.42 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-12-01T00:07:44.602Z] #49 18.43 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-12-01T00:07:44.602Z] #49 18.43 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-12-01T00:07:44.602Z] #49 18.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:07:44.602Z] #49 18.45 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:07:44.602Z] #49 18.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:07:44.602Z] #49 18.46 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-12-01T00:07:44.602Z] #49 18.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-12-01T00:07:44.602Z] #49 18.47 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:07:44.602Z] #49 ... [2022-12-01T00:07:44.602Z] [2022-12-01T00:07:44.602Z] #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 [2022-12-01T00:07:44.602Z] #38 102.2 CC criu/cr-service.o [2022-12-01T00:07:44.682Z] #0 8.244 Reading package lists... [2022-12-01T00:07:44.682Z] #49 ... [2022-12-01T00:07:44.682Z] [2022-12-01T00:07:44.682Z] #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 [2022-12-01T00:07:44.682Z] #42 13.57 + cd /tmp/tmp.JDEFdNpzdv/src/github.com/opencontainers/runc [2022-12-01T00:07:44.682Z] #42 13.57 + git checkout -q v1.1.4 [2022-12-01T00:07:44.682Z] #42 14.03 + '[' -z '' ']' [2022-12-01T00:07:44.682Z] #42 14.03 + target=static [2022-12-01T00:07:44.682Z] #42 14.03 + make BUILDTAGS=seccomp static [2022-12-01T00:07:44.682Z] #42 14.58 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 . [2022-12-01T00:07:44.774Z] #38 153.1 LINK lib/c/built-in.o [2022-12-01T00:07:44.774Z] #38 153.1 LINK lib/c/libcriu.so [2022-12-01T00:07:44.774Z] #38 153.2 LINK lib/c/libcriu.a [2022-12-01T00:07:44.774Z] #38 153.4 GEN magic.py [2022-12-01T00:07:44.790Z] #38 94.75 DEP criu/fsnotify.d [2022-12-01T00:07:44.790Z] #38 94.99 DEP criu/filesystems.d [2022-12-01T00:07:45.030Z] #38 153.6 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:07:45.030Z] #38 153.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:07:45.030Z] #38 153.6 Note: Building without GnuTLS support [2022-12-01T00:07:45.030Z] #38 153.6 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:07:45.030Z] #38 153.6 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:07:45.235Z] #35 DONE 287.0s [2022-12-01T00:07:45.235Z] [2022-12-01T00:07:45.235Z] #28 [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 [2022-12-01T00:07:45.359Z] #38 95.17 DEP criu/files.d [2022-12-01T00:07:45.359Z] #38 95.36 DEP criu/files-reg.d [2022-12-01T00:07:45.591Z] #38 154.4 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:07:45.612Z] #42 ... [2022-12-01T00:07:45.612Z] [2022-12-01T00:07:45.612Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:45.612Z] #0 8.244 Reading package lists... [2022-12-01T00:07:45.621Z] #38 95.58 DEP criu/files-ext.d [2022-12-01T00:07:45.881Z] #38 95.80 DEP criu/file-lock.d [2022-12-01T00:07:45.881Z] #38 95.95 DEP criu/file-ids.d [2022-12-01T00:07:46.141Z] #38 96.16 DEP criu/fifo.d [2022-12-01T00:07:46.170Z] #28 ... [2022-12-01T00:07:46.170Z] [2022-12-01T00:07:46.170Z] #57 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-12-01T00:07:46.401Z] #38 96.34 DEP criu/fdstore.d [2022-12-01T00:07:46.401Z] #38 96.44 DEP criu/fault-injection.d [2022-12-01T00:07:46.401Z] #38 96.53 DEP criu/external.d [2022-12-01T00:07:46.496Z] #38 104.1 CC criu/crtools.o [2022-12-01T00:07:46.520Z] #38 155.2 make[1]: Nothing to be done for 'all'. [2022-12-01T00:07:46.661Z] #38 96.64 DEP criu/eventpoll.d [2022-12-01T00:07:46.737Z] #57 DONE 0.4s [2022-12-01T00:07:46.737Z] [2022-12-01T00:07:46.737Z] #58 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-12-01T00:07:46.737Z] #58 DONE 0.2s [2022-12-01T00:07:46.737Z] [2022-12-01T00:07:46.737Z] #59 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-12-01T00:07:46.737Z] #59 DONE 0.1s [2022-12-01T00:07:46.737Z] [2022-12-01T00:07:46.737Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-12-01T00:07:46.737Z] #60 DONE 0.1s [2022-12-01T00:07:46.737Z] [2022-12-01T00:07:46.737Z] #28 [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 [2022-12-01T00:07:46.921Z] #38 96.79 DEP criu/eventfd.d [2022-12-01T00:07:46.921Z] #38 96.89 DEP criu/crtools.d [2022-12-01T00:07:46.921Z] #38 97.03 DEP criu/cr-service.d [2022-12-01T00:07:47.181Z] #38 97.19 DEP criu/cr-restore.d [2022-12-01T00:07:47.424Z] #38 104.7 CC criu/eventfd.o [2022-12-01T00:07:47.424Z] #38 105.1 CC criu/eventpoll.o [2022-12-01T00:07:47.441Z] #38 97.39 DEP criu/cr-errno.d [2022-12-01T00:07:47.441Z] #38 97.44 DEP criu/cr-dump.d [2022-12-01T00:07:47.449Z] #38 156.1 make[1]: 'images/built-in.o' is up to date. [2022-12-01T00:07:47.449Z] #38 156.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-12-01T00:07:47.449Z] #38 156.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-12-01T00:07:47.703Z] #38 97.72 DEP criu/cr-dedup.d [2022-12-01T00:07:47.705Z] #38 156.3 make[1]: 'compel/libcompel.a' is up to date. [2022-12-01T00:07:47.705Z] #38 156.4 make[1]: 'compel/compel-host-bin' is up to date. [2022-12-01T00:07:47.705Z] #38 156.4 make[1]: Nothing to be done for 'all'. [2022-12-01T00:07:47.705Z] #38 156.4 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:07:47.963Z] #38 97.89 DEP criu/cr-check.d [2022-12-01T00:07:47.963Z] #38 98.11 DEP criu/config.d [2022-12-01T00:07:48.267Z] #38 156.7 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.267Z] #38 156.7 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.267Z] #38 156.7 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.267Z] #38 156.9 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.354Z] #38 106.1 CC criu/external.o [2022-12-01T00:07:48.523Z] #38 157.0 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.523Z] #38 157.0 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.523Z] #38 157.0 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.523Z] #38 157.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:07:48.523Z] #38 157.2 INSTALL criu/criu [2022-12-01T00:07:48.533Z] #38 98.36 DEP criu/clone-noasan.d [2022-12-01T00:07:48.533Z] #38 98.50 DEP criu/cgroup.d [2022-12-01T00:07:48.533Z] #38 98.73 DEP criu/cgroup-props.d [2022-12-01T00:07:48.794Z] #38 98.82 DEP criu/bitmap.d [2022-12-01T00:07:48.794Z] #38 98.85 DEP criu/bfd.d [2022-12-01T00:07:48.794Z] #38 98.95 DEP criu/autofs.d [2022-12-01T00:07:48.882Z] #49 10.95 Reading package lists... [2022-12-01T00:07:48.882Z] #49 13.68 Building dependency tree... [2022-12-01T00:07:48.916Z] #38 106.4 CC criu/fault-injection.o [2022-12-01T00:07:48.916Z] #38 106.6 CC criu/fdstore.o [2022-12-01T00:07:49.054Z] #38 99.12 DEP criu/aio.d [2022-12-01T00:07:49.085Z] #38 DONE 157.8s [2022-12-01T00:07:49.085Z] [2022-12-01T00:07:49.085Z] #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 [2022-12-01T00:07:49.314Z] #38 99.31 DEP criu/action-scripts.d [2022-12-01T00:07:49.479Z] #38 106.9 CC criu/fifo.o [2022-12-01T00:07:49.574Z] #38 ... [2022-12-01T00:07:49.574Z] [2022-12-01T00:07:49.574Z] #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 [2022-12-01T00:07:49.574Z] #40 14.16 + cd /tmp/tmp.Ssacjxwt6x/src/github.com/opencontainers/runc [2022-12-01T00:07:49.574Z] #40 14.16 + git checkout -q v1.1.4 [2022-12-01T00:07:49.736Z] #38 107.2 CC criu/file-ids.o [2022-12-01T00:07:49.854Z] #49 14.99 The following additional packages will be installed: [2022-12-01T00:07:49.854Z] #49 14.99 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:07:49.854Z] #49 14.99 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-12-01T00:07:49.854Z] #49 14.99 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-12-01T00:07:49.854Z] #49 14.99 python3-pkg-resources vim-runtime xxd [2022-12-01T00:07:49.854Z] #49 14.99 Suggested packages: [2022-12-01T00:07:49.854Z] #49 15.00 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-12-01T00:07:49.854Z] #49 15.00 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-12-01T00:07:49.854Z] #49 15.00 acl attr quota [2022-12-01T00:07:49.854Z] #49 15.00 Recommended packages: [2022-12-01T00:07:49.854Z] #49 15.00 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-12-01T00:07:49.854Z] #49 ... [2022-12-01T00:07:49.854Z] [2022-12-01T00:07:49.854Z] #22 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-12-01T00:07:49.854Z] #22 DONE 182.4s [2022-12-01T00:07:49.854Z] [2022-12-01T00:07:49.854Z] #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 [2022-12-01T00:07:49.854Z] #38 101.0 CC criu/clone-noasan.o [2022-12-01T00:07:49.854Z] #38 101.2 CC criu/config.o [2022-12-01T00:07:49.854Z] #38 102.7 CC criu/cr-check.o [2022-12-01T00:07:49.994Z] #38 107.5 CC criu/file-lock.o [2022-12-01T00:07:50.144Z] #40 14.74 + '[' -z '' ']' [2022-12-01T00:07:50.144Z] #40 14.74 + target=static [2022-12-01T00:07:50.144Z] #40 14.75 + make BUILDTAGS=seccomp static [2022-12-01T00:07:50.257Z] #38 ... [2022-12-01T00:07:50.257Z] [2022-12-01T00:07:50.257Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:50.257Z] #49 18.73 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-12-01T00:07:50.257Z] #49 18.73 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:07:50.257Z] #49 18.73 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-12-01T00:07:50.257Z] #49 18.74 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:07:50.257Z] #49 18.74 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-12-01T00:07:50.257Z] #49 18.74 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-12-01T00:07:50.257Z] #49 18.75 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-12-01T00:07:50.257Z] #49 18.81 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-12-01T00:07:50.257Z] #49 18.81 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-12-01T00:07:50.257Z] #49 18.82 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:07:50.257Z] #49 18.83 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-12-01T00:07:50.257Z] #49 18.84 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-12-01T00:07:50.257Z] #49 18.84 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-12-01T00:07:50.257Z] #49 18.85 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-12-01T00:07:50.257Z] #49 18.88 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-12-01T00:07:50.257Z] #49 18.90 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-12-01T00:07:50.257Z] #49 18.91 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-12-01T00:07:50.257Z] #49 19.10 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-12-01T00:07:50.257Z] #49 19.13 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-12-01T00:07:50.257Z] #49 19.16 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-12-01T00:07:50.257Z] #49 19.73 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:07:50.257Z] #49 19.86 Fetched 27.0 MB in 1s (19.4 MB/s) [2022-12-01T00:07:50.257Z] #49 19.92 Selecting previously unselected package pigz. [2022-12-01T00:07:50.257Z] #49 19.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-12-01T00:07:50.257Z] #49 20.01 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.02 Unpacking pigz (2.6-1) ... [2022-12-01T00:07:50.257Z] #49 20.11 Selecting previously unselected package libelf1:amd64. [2022-12-01T00:07:50.257Z] #49 20.11 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.12 Unpacking libelf1:amd64 (0.183-1) ... [2022-12-01T00:07:50.257Z] #49 20.27 Selecting previously unselected package libbpf0:amd64. [2022-12-01T00:07:50.257Z] #49 20.29 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.29 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:07:50.257Z] #49 20.39 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:07:50.257Z] #49 20.39 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.41 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:07:50.257Z] #49 20.46 Selecting previously unselected package libmnl0:amd64. [2022-12-01T00:07:50.257Z] #49 20.48 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.48 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:07:50.257Z] #49 20.54 Selecting previously unselected package libxtables12:amd64. [2022-12-01T00:07:50.257Z] #49 20.56 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.56 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:07:50.257Z] #49 20.65 Selecting previously unselected package libcap2-bin. [2022-12-01T00:07:50.257Z] #49 20.67 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.69 Unpacking libcap2-bin (1:2.44-1) ... [2022-12-01T00:07:50.257Z] #49 20.78 Selecting previously unselected package iproute2. [2022-12-01T00:07:50.257Z] #49 20.78 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 20.79 Unpacking iproute2 (5.10.0-4) ... [2022-12-01T00:07:50.257Z] #49 21.27 Selecting previously unselected package xxd. [2022-12-01T00:07:50.257Z] #49 21.28 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 21.29 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:07:50.257Z] #49 21.42 Selecting previously unselected package vim-common. [2022-12-01T00:07:50.257Z] #49 21.42 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:07:50.257Z] #49 21.45 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:07:50.257Z] #49 21.62 Selecting previously unselected package bash-completion. [2022-12-01T00:07:50.257Z] #49 21.63 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-12-01T00:07:50.257Z] #49 23.57 Unpacking bash-completion (1:2.11-2) ... [2022-12-01T00:07:50.257Z] #49 24.12 Selecting previously unselected package bzip2. [2022-12-01T00:07:50.257Z] #49 24.13 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-12-01T00:07:50.257Z] #49 24.14 Unpacking bzip2 (1.0.8-4) ... [2022-12-01T00:07:50.257Z] #49 24.26 Selecting previously unselected package xz-utils. [2022-12-01T00:07:50.425Z] #38 105.0 CC criu/cr-dedup.o [2022-12-01T00:07:50.513Z] #49 24.26 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-12-01T00:07:50.513Z] #49 24.27 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:07:50.714Z] #40 15.29 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 . [2022-12-01T00:07:50.779Z] #49 24.48 Selecting previously unselected package apparmor. [2022-12-01T00:07:50.779Z] #49 24.48 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-12-01T00:07:50.779Z] #49 24.55 Unpacking apparmor (2.13.6-10) ... [2022-12-01T00:07:50.779Z] #49 ... [2022-12-01T00:07:50.779Z] [2022-12-01T00:07:50.779Z] #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 [2022-12-01T00:07:50.779Z] #38 108.5 CC criu/files-ext.o [2022-12-01T00:07:50.981Z] Running on azwin-2-323cf0 in d:\jenkins\workspace\moby_PR-44488 [Pipeline] { [Pipeline] ws [2022-12-01T00:07:50.998Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-12-01T00:07:51.342Z] #38 108.9 CC criu/files-reg.o [2022-12-01T00:07:51.355Z] #38 105.6 CC criu/cr-dump.o [2022-12-01T00:07:51.610Z] #38 ... [2022-12-01T00:07:51.610Z] [2022-12-01T00:07:51.610Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:51.610Z] #49 16.79 The following NEW packages will be installed: [2022-12-01T00:07:51.610Z] #49 16.79 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-12-01T00:07:51.610Z] #49 16.79 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:07:51.610Z] #49 16.79 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-12-01T00:07:51.610Z] #49 16.79 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-12-01T00:07:51.610Z] #49 16.79 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-12-01T00:07:51.610Z] #49 16.80 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-12-01T00:07:51.610Z] #49 16.80 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-12-01T00:07:51.610Z] #49 16.80 xz-utils zip [2022-12-01T00:07:51.610Z] #49 17.11 0 upgraded, 47 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:07:51.610Z] #49 17.11 Need to get 27.0 MB of archives. [2022-12-01T00:07:51.610Z] #49 17.11 After this operation, 104 MB of additional disk space will be used. [2022-12-01T00:07:51.610Z] #49 17.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-12-01T00:07:51.610Z] #49 17.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-12-01T00:07:51.610Z] #49 17.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-12-01T00:07:51.610Z] #49 17.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:07:51.610Z] #49 17.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-12-01T00:07:51.610Z] #49 17.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-12-01T00:07:51.610Z] #49 17.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-12-01T00:07:51.610Z] #49 17.13 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-12-01T00:07:51.610Z] #49 17.16 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:07:51.866Z] #49 17.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:07:51.866Z] #49 17.18 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-12-01T00:07:51.866Z] #49 17.19 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-12-01T00:07:51.866Z] #49 17.20 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-12-01T00:07:51.866Z] #49 17.21 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-12-01T00:07:51.866Z] #49 17.23 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2022-12-01T00:07:51.866Z] #49 17.23 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-12-01T00:07:51.866Z] #49 17.24 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-12-01T00:07:51.866Z] #49 17.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-12-01T00:07:51.866Z] #49 17.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-12-01T00:07:51.866Z] #49 17.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-12-01T00:07:51.866Z] #49 17.25 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-12-01T00:07:51.866Z] #49 17.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:07:51.866Z] #49 17.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:07:51.866Z] #49 17.28 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:07:51.866Z] #49 17.29 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-12-01T00:07:51.866Z] #49 17.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-12-01T00:07:51.866Z] #49 17.30 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:07:52.121Z] #49 17.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-12-01T00:07:52.378Z] #49 17.69 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:07:52.378Z] #49 17.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] [2022-12-01T00:07:52.378Z] #49 17.70 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:07:52.378Z] #49 17.70 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-12-01T00:07:52.378Z] #49 17.70 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-12-01T00:07:52.378Z] #49 17.71 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-12-01T00:07:52.378Z] #49 17.78 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-12-01T00:07:52.378Z] #49 17.78 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-12-01T00:07:52.378Z] #49 17.78 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:07:52.378Z] #49 17.79 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-12-01T00:07:52.378Z] #49 17.82 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-12-01T00:07:52.378Z] #49 17.82 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-12-01T00:07:52.378Z] #49 17.83 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-12-01T00:07:52.378Z] #49 17.87 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-12-01T00:07:52.378Z] #49 17.89 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-12-01T00:07:52.378Z] #49 17.89 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-12-01T00:07:52.634Z] #49 18.12 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-12-01T00:07:52.634Z] #49 18.15 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-12-01T00:07:52.634Z] #49 18.18 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-12-01T00:07:53.074Z] The recommended git tool is: git [2022-12-01T00:07:53.562Z] #49 18.77 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:07:53.562Z] #49 18.93 Fetched 27.0 MB in 1s (19.8 MB/s) [2022-12-01T00:07:53.562Z] #49 19.01 Selecting previously unselected package pigz. [2022-12-01T00:07:53.562Z] #49 19.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-12-01T00:07:53.562Z] #49 19.05 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-12-01T00:07:53.562Z] #49 19.07 Unpacking pigz (2.6-1) ... [2022-12-01T00:07:53.817Z] #49 19.15 Selecting previously unselected package libelf1:amd64. [2022-12-01T00:07:53.817Z] #49 19.16 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-12-01T00:07:53.817Z] #49 19.17 Unpacking libelf1:amd64 (0.183-1) ... [2022-12-01T00:07:53.863Z] #38 111.3 CC criu/files.o [2022-12-01T00:07:54.011Z] #40 ... [2022-12-01T00:07:54.011Z] [2022-12-01T00:07:54.011Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:54.011Z] #0 1.370 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-01T00:07:54.011Z] #0 1.469 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-01T00:07:54.011Z] #0 1.477 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-01T00:07:54.011Z] #0 1.952 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] [2022-12-01T00:07:54.011Z] #0 3.131 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [208 kB] [2022-12-01T00:07:54.011Z] #0 4.407 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2022-12-01T00:07:54.011Z] #0 8.940 Fetched 8615 kB in 8s (1098 kB/s) [2022-12-01T00:07:54.011Z] #0 8.940 Reading package lists... [2022-12-01T00:07:54.011Z] #49 ... [2022-12-01T00:07:54.011Z] [2022-12-01T00:07:54.011Z] #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 [2022-12-01T00:07:54.011Z] #38 99.58 CC criu/action-scripts.o [2022-12-01T00:07:54.011Z] #38 100.0 CC criu/aio.o [2022-12-01T00:07:54.011Z] #38 100.7 CC criu/autofs.o [2022-12-01T00:07:54.011Z] #38 102.5 CC criu/bfd.o [2022-12-01T00:07:54.011Z] #38 103.1 CC criu/bitmap.o [2022-12-01T00:07:54.011Z] #38 103.3 CC criu/cgroup-props.o [2022-12-01T00:07:54.072Z] #49 19.35 Selecting previously unselected package libbpf0:amd64. [2022-12-01T00:07:54.072Z] #49 19.35 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-12-01T00:07:54.072Z] #49 19.37 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:07:54.072Z] #49 19.47 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:07:54.072Z] #49 19.47 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:07:54.072Z] #49 19.48 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:07:54.072Z] #49 19.55 Selecting previously unselected package libmnl0:amd64. [2022-12-01T00:07:54.328Z] #49 19.55 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-12-01T00:07:54.328Z] #49 19.56 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:07:54.328Z] #49 19.62 Selecting previously unselected package libxtables12:amd64. [2022-12-01T00:07:54.328Z] #49 19.63 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-12-01T00:07:54.328Z] #49 19.64 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:07:54.328Z] #49 19.71 Selecting previously unselected package libcap2-bin. [2022-12-01T00:07:54.328Z] #49 19.73 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-12-01T00:07:54.328Z] #49 19.73 Unpacking libcap2-bin (1:2.44-1) ... [2022-12-01T00:07:54.328Z] #49 19.83 Selecting previously unselected package iproute2. [2022-12-01T00:07:54.581Z] #38 104.6 CC criu/cgroup.o [2022-12-01T00:07:54.583Z] #49 19.83 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-12-01T00:07:54.583Z] #49 19.84 Unpacking iproute2 (5.10.0-4) ... [2022-12-01T00:07:54.839Z] #49 20.32 Selecting previously unselected package xxd. [2022-12-01T00:07:54.839Z] #49 20.33 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:07:54.839Z] #49 20.34 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:07:55.094Z] #49 20.45 Selecting previously unselected package vim-common. [2022-12-01T00:07:55.094Z] #49 20.46 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:07:55.094Z] #49 20.47 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:07:55.351Z] #49 20.64 Selecting previously unselected package bash-completion. [2022-12-01T00:07:55.351Z] #49 20.64 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-12-01T00:07:55.964Z] #38 ... [2022-12-01T00:07:55.964Z] [2022-12-01T00:07:55.964Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:55.964Z] #0 8.940 Reading package lists... [2022-12-01T00:07:56.380Z] #38 113.6 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:07:56.380Z] #38 113.6 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2022-12-01T00:07:56.380Z] #38 113.8 CC criu/filesystems.o [2022-12-01T00:07:56.380Z] #38 ... [2022-12-01T00:07:56.380Z] [2022-12-01T00:07:56.380Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:07:56.380Z] #49 25.02 Selecting previously unselected package inetutils-ping. [2022-12-01T00:07:56.380Z] #49 25.02 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 25.03 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:07:56.380Z] #49 25.20 Selecting previously unselected package libip4tc2:amd64. [2022-12-01T00:07:56.380Z] #49 25.20 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 25.22 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:07:56.380Z] #49 25.29 Selecting previously unselected package libip6tc2:amd64. [2022-12-01T00:07:56.380Z] #49 25.29 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 25.30 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:07:56.380Z] #49 25.37 Selecting previously unselected package libnfnetlink0:amd64. [2022-12-01T00:07:56.380Z] #49 25.37 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 25.38 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:07:56.380Z] #49 25.45 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-12-01T00:07:56.380Z] #49 25.47 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 25.48 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:07:56.380Z] #49 25.60 Selecting previously unselected package libnftnl11:amd64. [2022-12-01T00:07:56.380Z] #49 25.61 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 25.62 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:07:56.380Z] #49 25.80 Selecting previously unselected package iptables. [2022-12-01T00:07:56.380Z] #49 25.80 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 25.81 Unpacking iptables (1.8.7-1) ... [2022-12-01T00:07:56.380Z] #49 26.10 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:07:56.380Z] #49 26.10 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 26.11 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:07:56.380Z] #49 26.30 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:07:56.380Z] #49 26.30 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 26.31 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:07:56.380Z] #49 26.39 Selecting previously unselected package jq. [2022-12-01T00:07:56.380Z] #49 26.40 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 26.40 Unpacking jq (1.6-2.1) ... [2022-12-01T00:07:56.380Z] #49 26.52 Selecting previously unselected package libaio1:amd64. [2022-12-01T00:07:56.380Z] #49 26.53 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 26.54 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:07:56.380Z] #49 26.60 Selecting previously unselected package libgpm2:amd64. [2022-12-01T00:07:56.380Z] #49 26.62 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 26.63 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:07:56.380Z] #49 26.71 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:07:56.380Z] #49 26.71 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 26.73 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:07:56.380Z] #49 30.11 Selecting previously unselected package libinih1:amd64. [2022-12-01T00:07:56.380Z] #49 30.12 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 30.13 Unpacking libinih1:amd64 (53-1+b2) ... [2022-12-01T00:07:56.380Z] #49 30.20 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:07:56.380Z] #49 30.20 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 30.20 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:07:56.380Z] #49 30.30 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:07:56.380Z] #49 30.30 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:07:56.380Z] #49 30.31 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:07:56.637Z] #49 30.39 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:07:56.637Z] #49 30.41 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:07:56.637Z] #49 30.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:07:56.637Z] #49 30.47 Selecting previously unselected package net-tools. [2022-12-01T00:07:56.637Z] #49 30.49 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-12-01T00:07:56.637Z] #49 30.50 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:07:56.893Z] #49 30.70 Selecting previously unselected package patch. [2022-12-01T00:07:56.893Z] #49 30.73 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-12-01T00:07:56.893Z] #49 30.73 Unpacking patch (2.7.6-7) ... [2022-12-01T00:07:57.149Z] #49 30.83 Selecting previously unselected package python-pip-whl. [2022-12-01T00:07:57.149Z] #49 30.86 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:07:57.149Z] #49 30.87 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:07:57.242Z] #49 22.59 Unpacking bash-completion (1:2.11-2) ... [2022-12-01T00:07:57.499Z] #49 22.98 Selecting previously unselected package bzip2. [2022-12-01T00:07:57.499Z] #49 22.99 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-12-01T00:07:57.499Z] #49 23.01 Unpacking bzip2 (1.0.8-4) ... [2022-12-01T00:07:57.711Z] #49 31.46 Selecting previously unselected package python3-lib2to3. [2022-12-01T00:07:57.711Z] #49 31.46 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-12-01T00:07:57.711Z] #49 31.46 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:07:57.711Z] #49 31.59 Selecting previously unselected package python3-distutils. [2022-12-01T00:07:57.711Z] #49 31.59 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-12-01T00:07:57.711Z] #49 31.60 Unpacking python3-distutils (3.9.2-1) ... [2022-12-01T00:07:57.756Z] #49 23.09 Selecting previously unselected package xz-utils. [2022-12-01T00:07:57.756Z] #49 23.11 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-12-01T00:07:57.756Z] #49 23.11 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:07:57.756Z] #49 23.27 Selecting previously unselected package apparmor. [2022-12-01T00:07:57.756Z] #49 23.28 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-12-01T00:07:57.967Z] #49 31.77 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:07:57.967Z] #49 31.77 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:07:57.967Z] #49 31.78 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:07:58.012Z] #49 23.35 Unpacking apparmor (2.13.6-10) ... [2022-12-01T00:07:58.224Z] #49 31.92 Selecting previously unselected package python3-setuptools. [2022-12-01T00:07:58.224Z] #49 31.94 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-12-01T00:07:58.224Z] #49 31.94 Unpacking python3-setuptools (52.0.0-4) ... [2022-12-01T00:07:58.481Z] #49 32.21 Selecting previously unselected package python3-wheel. [2022-12-01T00:07:58.481Z] #49 32.21 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-12-01T00:07:58.481Z] #49 32.22 Unpacking python3-wheel (0.34.2-1) ... [2022-12-01T00:07:58.481Z] #49 32.31 Selecting previously unselected package python3-pip. [2022-12-01T00:07:58.481Z] #49 32.31 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:07:58.481Z] #49 32.32 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:07:58.578Z] #49 23.87 Selecting previously unselected package inetutils-ping. [2022-12-01T00:07:58.578Z] #49 23.88 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2022-12-01T00:07:58.578Z] #49 23.89 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:07:58.578Z] #49 24.05 Selecting previously unselected package libip4tc2:amd64. [2022-12-01T00:07:58.737Z] #49 32.64 Selecting previously unselected package sudo. [2022-12-01T00:07:58.737Z] #49 32.64 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-12-01T00:07:58.737Z] #49 32.65 Unpacking sudo (1.9.5p2-3) ... [2022-12-01T00:07:58.835Z] #49 24.06 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:07:58.835Z] #49 24.07 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:07:58.835Z] #49 24.13 Selecting previously unselected package libip6tc2:amd64. [2022-12-01T00:07:58.835Z] #49 24.15 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:07:58.835Z] #49 24.16 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:07:58.835Z] #49 24.22 Selecting previously unselected package libnfnetlink0:amd64. [2022-12-01T00:07:58.835Z] #49 24.23 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-12-01T00:07:58.835Z] #49 24.23 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:07:58.835Z] #49 24.29 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-12-01T00:07:58.835Z] #49 24.29 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-12-01T00:07:58.835Z] #49 24.30 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:07:59.091Z] #49 24.37 Selecting previously unselected package libnftnl11:amd64. [2022-12-01T00:07:59.091Z] #49 24.38 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-12-01T00:07:59.091Z] #49 24.38 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:07:59.091Z] #49 24.46 Selecting previously unselected package iptables. [2022-12-01T00:07:59.091Z] #49 24.47 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-12-01T00:07:59.091Z] #49 24.47 Unpacking iptables (1.8.7-1) ... [2022-12-01T00:07:59.348Z] #49 24.83 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:07:59.348Z] #49 24.83 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:07:59.348Z] #49 24.84 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:07:59.529Z] #49 12.70 Reading package lists... [2022-12-01T00:07:59.529Z] #49 ... [2022-12-01T00:07:59.529Z] [2022-12-01T00:07:59.529Z] #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 [2022-12-01T00:07:59.529Z] #24 DONE 187.3s [2022-12-01T00:07:59.529Z] [2022-12-01T00:07:59.529Z] #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 [2022-12-01T00:07:59.529Z] #38 108.9 CC criu/clone-noasan.o [2022-12-01T00:07:59.529Z] #38 109.3 CC criu/config.o [2022-12-01T00:07:59.604Z] #49 25.00 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:07:59.604Z] #49 25.01 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:07:59.604Z] #49 25.01 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:07:59.604Z] #49 25.10 Selecting previously unselected package jq. [2022-12-01T00:07:59.605Z] #49 25.10 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:07:59.605Z] #49 25.11 Unpacking jq (1.6-2.1) ... [2022-12-01T00:07:59.665Z] #49 33.26 Selecting previously unselected package thin-provisioning-tools. [2022-12-01T00:07:59.666Z] #49 33.26 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-12-01T00:07:59.666Z] #49 33.29 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:07:59.666Z] #49 33.57 Selecting previously unselected package uidmap. [2022-12-01T00:07:59.666Z] #49 33.57 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-12-01T00:07:59.666Z] #49 33.58 Unpacking uidmap (1:4.8.1-1) ... [2022-12-01T00:07:59.861Z] #49 25.21 Selecting previously unselected package libaio1:amd64. [2022-12-01T00:07:59.861Z] #49 25.23 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-12-01T00:07:59.861Z] #49 25.24 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:07:59.861Z] #49 25.30 Selecting previously unselected package libgpm2:amd64. [2022-12-01T00:07:59.861Z] #49 25.32 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-12-01T00:07:59.861Z] #49 25.33 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:07:59.861Z] #49 25.40 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:07:59.861Z] #49 25.41 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:07:59.921Z] #49 33.72 Selecting previously unselected package vim-runtime. [2022-12-01T00:07:59.921Z] #49 33.72 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:07:59.921Z] #49 33.75 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-12-01T00:07:59.921Z] #49 33.80 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-12-01T00:07:59.921Z] #49 33.82 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:00.117Z] #49 25.43 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:08:02.091Z] #38 111.9 CC criu/cr-check.o [2022-12-01T00:08:03.388Z] #49 ... [2022-12-01T00:08:03.388Z] [2022-12-01T00:08:03.388Z] #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 [2022-12-01T00:08:03.388Z] #38 107.7 CC criu/cr-errno.o [2022-12-01T00:08:03.388Z] #38 107.7 CC criu/cr-restore.o [2022-12-01T00:08:03.388Z] #38 112.3 CC criu/cr-service.o [2022-12-01T00:08:03.388Z] #38 114.1 CC criu/crtools.o [2022-12-01T00:08:03.388Z] #38 114.7 CC criu/eventfd.o [2022-12-01T00:08:03.388Z] #38 115.1 CC criu/eventpoll.o [2022-12-01T00:08:03.388Z] #38 116.0 CC criu/external.o [2022-12-01T00:08:03.388Z] #38 116.3 CC criu/fault-injection.o [2022-12-01T00:08:03.388Z] #38 116.4 CC criu/fdstore.o [2022-12-01T00:08:03.388Z] #38 116.8 CC criu/fifo.o [2022-12-01T00:08:03.388Z] #38 117.2 CC criu/file-ids.o [2022-12-01T00:08:03.388Z] #38 117.6 CC criu/file-lock.o [2022-12-01T00:08:03.388Z] #38 ... [2022-12-01T00:08:03.388Z] [2022-12-01T00:08:03.388Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:08:03.388Z] #49 28.86 Selecting previously unselected package libinih1:amd64. [2022-12-01T00:08:03.388Z] #49 28.86 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-12-01T00:08:03.388Z] #49 28.89 Unpacking libinih1:amd64 (53-1+b2) ... [2022-12-01T00:08:03.388Z] #49 28.97 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:08:03.645Z] #49 28.97 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:08:03.645Z] #49 28.99 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:08:03.645Z] #49 29.08 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:08:03.645Z] #49 29.09 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:08:03.645Z] #49 29.10 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:08:03.645Z] #49 29.18 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:08:03.902Z] #49 29.19 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:08:03.902Z] #49 29.20 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:08:03.902Z] #49 29.25 Selecting previously unselected package net-tools. [2022-12-01T00:08:03.902Z] #49 29.26 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-12-01T00:08:03.902Z] #49 29.27 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:08:04.001Z] #38 113.9 CC criu/cr-dedup.o [2022-12-01T00:08:04.001Z] #38 114.1 CC criu/cr-dump.o [2022-12-01T00:08:04.089Z] #49 37.27 Selecting previously unselected package vim. [2022-12-01T00:08:04.089Z] #49 37.29 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:08:04.089Z] #49 37.30 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:04.089Z] #49 37.90 Selecting previously unselected package xfsprogs. [2022-12-01T00:08:04.089Z] #49 37.90 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-12-01T00:08:04.089Z] #49 37.91 Unpacking xfsprogs (5.10.0-4) ... [2022-12-01T00:08:04.161Z] #49 29.44 Selecting previously unselected package patch. [2022-12-01T00:08:04.161Z] #49 29.47 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-12-01T00:08:04.161Z] #49 29.47 Unpacking patch (2.7.6-7) ... [2022-12-01T00:08:04.161Z] #49 29.58 Selecting previously unselected package python-pip-whl. [2022-12-01T00:08:04.161Z] #49 29.58 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:08:04.161Z] #49 29.59 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:08:04.345Z] #49 38.29 Selecting previously unselected package zip. [2022-12-01T00:08:04.345Z] #49 38.30 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-12-01T00:08:04.345Z] #49 38.30 Unpacking zip (3.0-12) ... [2022-12-01T00:08:04.572Z] #38 ... [2022-12-01T00:08:04.572Z] [2022-12-01T00:08:04.572Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:08:04.572Z] #49 12.70 Reading package lists... [2022-12-01T00:08:04.572Z] #49 17.08 Building dependency tree... [2022-12-01T00:08:04.572Z] #49 19.50 The following additional packages will be installed: [2022-12-01T00:08:04.572Z] #49 19.50 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:08:04.572Z] #49 19.50 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-12-01T00:08:04.572Z] #49 19.50 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-12-01T00:08:04.572Z] #49 19.51 python3-pkg-resources vim-runtime xxd [2022-12-01T00:08:04.572Z] #49 19.51 Suggested packages: [2022-12-01T00:08:04.572Z] #49 19.51 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-12-01T00:08:04.572Z] #49 19.51 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-12-01T00:08:04.572Z] #49 19.51 acl attr quota [2022-12-01T00:08:04.572Z] #49 19.51 Recommended packages: [2022-12-01T00:08:04.572Z] #49 19.52 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-12-01T00:08:04.572Z] #49 20.99 The following NEW packages will be installed: [2022-12-01T00:08:04.572Z] #49 20.99 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-12-01T00:08:04.572Z] #49 20.99 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-12-01T00:08:04.572Z] #49 20.99 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-12-01T00:08:04.572Z] #49 20.99 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-12-01T00:08:04.572Z] #49 20.99 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-12-01T00:08:04.572Z] #49 20.99 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-12-01T00:08:04.572Z] #49 21.00 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-12-01T00:08:04.572Z] #49 21.00 xz-utils zip [2022-12-01T00:08:04.601Z] #49 38.48 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:08:04.726Z] #49 30.25 Selecting previously unselected package python3-lib2to3. [2022-12-01T00:08:04.832Z] #49 21.32 0 upgraded, 47 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:08:04.832Z] #49 21.32 Need to get 27.0 MB of archives. [2022-12-01T00:08:04.832Z] #49 21.32 After this operation, 104 MB of additional disk space will be used. [2022-12-01T00:08:04.832Z] #49 21.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-12-01T00:08:04.832Z] #49 21.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-12-01T00:08:04.832Z] #49 21.41 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-12-01T00:08:04.832Z] #49 21.42 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-12-01T00:08:04.832Z] #49 21.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-12-01T00:08:04.832Z] #49 21.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-12-01T00:08:04.832Z] #49 21.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-12-01T00:08:04.832Z] #49 21.44 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-12-01T00:08:04.832Z] #49 21.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-12-01T00:08:04.832Z] #49 21.46 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-12-01T00:08:04.832Z] #49 21.47 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-12-01T00:08:04.832Z] #49 21.50 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-12-01T00:08:04.832Z] #49 21.54 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-12-01T00:08:04.982Z] #49 30.26 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-12-01T00:08:04.982Z] #49 30.27 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:08:04.982Z] #49 30.40 Selecting previously unselected package python3-distutils. [2022-12-01T00:08:04.982Z] #49 30.41 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-12-01T00:08:04.982Z] #49 30.43 Unpacking python3-distutils (3.9.2-1) ... [2022-12-01T00:08:05.092Z] #49 21.54 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-12-01T00:08:05.092Z] #49 21.60 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2022-12-01T00:08:05.092Z] #49 21.62 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-12-01T00:08:05.092Z] #49 21.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-12-01T00:08:05.092Z] #49 21.63 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-12-01T00:08:05.092Z] #49 21.63 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-12-01T00:08:05.092Z] #49 21.63 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-12-01T00:08:05.092Z] #49 21.63 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-12-01T00:08:05.092Z] #49 21.67 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-12-01T00:08:05.092Z] #49 21.67 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-12-01T00:08:05.092Z] #49 21.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-12-01T00:08:05.092Z] #49 21.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-12-01T00:08:05.092Z] #49 21.71 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-12-01T00:08:05.092Z] #49 21.71 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-12-01T00:08:05.238Z] #49 30.60 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:08:05.238Z] #49 30.60 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:08:05.238Z] #49 30.61 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:08:05.495Z] #49 30.79 Selecting previously unselected package python3-setuptools. [2022-12-01T00:08:05.495Z] #49 30.79 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-12-01T00:08:05.495Z] #49 30.80 Unpacking python3-setuptools (52.0.0-4) ... [2022-12-01T00:08:05.530Z] #49 39.51 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:05.751Z] #49 31.09 Selecting previously unselected package python3-wheel. [2022-12-01T00:08:05.751Z] #49 31.10 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-12-01T00:08:05.751Z] #49 31.10 Unpacking python3-wheel (0.34.2-1) ... [2022-12-01T00:08:05.751Z] #49 31.16 Selecting previously unselected package python3-pip. [2022-12-01T00:08:05.751Z] #49 31.17 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:08:05.751Z] #49 31.18 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:08:05.786Z] #49 39.52 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:08:05.786Z] #49 39.54 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:08:05.786Z] #49 39.56 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:08:05.786Z] #49 39.57 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:05.786Z] #49 39.58 Setting up libinih1:amd64 (53-1+b2) ... [2022-12-01T00:08:05.786Z] #49 39.60 Setting up uidmap (1:4.8.1-1) ... [2022-12-01T00:08:05.786Z] #49 39.61 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:08:05.786Z] #49 39.62 Setting up bzip2 (1.0.8-4) ... [2022-12-01T00:08:05.786Z] #49 39.63 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:08:05.786Z] #49 39.64 Setting up python3-wheel (0.34.2-1) ... [2022-12-01T00:08:06.008Z] #49 31.43 Selecting previously unselected package sudo. [2022-12-01T00:08:06.008Z] #49 31.45 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-12-01T00:08:06.008Z] #49 31.46 Unpacking sudo (1.9.5p2-3) ... [2022-12-01T00:08:06.033Z] #49 22.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-12-01T00:08:06.033Z] #49 22.62 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-12-01T00:08:06.033Z] #49 22.63 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-12-01T00:08:06.033Z] #49 22.64 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-12-01T00:08:06.033Z] #49 22.64 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-12-01T00:08:06.033Z] #49 22.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-12-01T00:08:06.292Z] #49 22.65 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-12-01T00:08:06.292Z] #49 22.87 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-12-01T00:08:06.292Z] #49 22.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-12-01T00:08:06.292Z] #49 22.87 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-01T00:08:06.292Z] #49 22.93 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-12-01T00:08:06.551Z] #49 22.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-12-01T00:08:06.551Z] #49 22.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-12-01T00:08:06.551Z] #49 23.00 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-12-01T00:08:06.551Z] #49 23.06 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-12-01T00:08:06.551Z] #49 23.12 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-12-01T00:08:06.551Z] #49 23.12 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-12-01T00:08:06.715Z] #49 40.44 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:06.715Z] #49 40.45 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:08:06.715Z] #49 40.47 Setting up libcap2-bin (1:2.44-1) ... [2022-12-01T00:08:06.715Z] #49 40.48 Setting up apparmor (2.13.6-10) ... [2022-12-01T00:08:06.936Z] #49 32.07 Selecting previously unselected package thin-provisioning-tools. [2022-12-01T00:08:06.936Z] #49 32.07 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-12-01T00:08:06.936Z] #49 32.08 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:08:06.936Z] #49 32.29 Selecting previously unselected package uidmap. [2022-12-01T00:08:06.936Z] #49 32.29 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-12-01T00:08:06.936Z] #49 32.30 Unpacking uidmap (1:4.8.1-1) ... [2022-12-01T00:08:06.971Z] #49 ... [2022-12-01T00:08:06.971Z] [2022-12-01T00:08:06.971Z] #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 [2022-12-01T00:08:06.971Z] #38 114.5 CC criu/fsnotify.o [2022-12-01T00:08:06.971Z] #38 115.8 CC criu/image-desc.o [2022-12-01T00:08:06.971Z] #38 116.0 CC criu/image.o [2022-12-01T00:08:06.971Z] #38 117.0 CC criu/ipc_ns.o [2022-12-01T00:08:06.971Z] #38 118.3 CC criu/irmap.o [2022-12-01T00:08:06.971Z] #38 119.0 CC criu/kcmp-ids.o [2022-12-01T00:08:06.971Z] #38 119.4 CC criu/kerndat.o [2022-12-01T00:08:06.971Z] #38 120.6 CC criu/libnetlink.o [2022-12-01T00:08:06.971Z] #38 121.0 CC criu/log.o [2022-12-01T00:08:06.971Z] #38 121.6 CC criu/lsm.o [2022-12-01T00:08:06.971Z] #38 121.9 CC criu/mem.o [2022-12-01T00:08:06.971Z] #38 123.7 CC criu/memfd.o [2022-12-01T00:08:06.971Z] #38 124.3 CC criu/mount.o [2022-12-01T00:08:07.119Z] #49 23.52 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-12-01T00:08:07.119Z] #49 23.56 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-12-01T00:08:07.119Z] #49 23.60 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-12-01T00:08:07.193Z] #49 32.45 Selecting previously unselected package vim-runtime. [2022-12-01T00:08:07.193Z] #49 32.45 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:08:07.193Z] #49 32.49 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-12-01T00:08:07.193Z] #49 32.52 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-12-01T00:08:07.193Z] #49 32.52 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:08.057Z] #49 24.63 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:08:08.317Z] #49 24.77 Fetched 27.0 MB in 3s (10.4 MB/s) [2022-12-01T00:08:08.317Z] #49 24.83 Selecting previously unselected package pigz. [2022-12-01T00:08:08.317Z] #49 24.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-12-01T00:08:08.317Z] #49 24.88 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-12-01T00:08:08.317Z] #49 24.89 Unpacking pigz (2.6-1) ... [2022-12-01T00:08:08.577Z] #49 25.03 Selecting previously unselected package libelf1:amd64. [2022-12-01T00:08:08.577Z] #49 25.03 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-12-01T00:08:08.577Z] #49 25.05 Unpacking libelf1:amd64 (0.183-1) ... [2022-12-01T00:08:08.577Z] #49 25.19 Selecting previously unselected package libbpf0:amd64. [2022-12-01T00:08:08.577Z] #49 25.19 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-12-01T00:08:08.577Z] #49 25.20 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:08:08.837Z] #49 25.39 Selecting previously unselected package libcap2:amd64. [2022-12-01T00:08:08.837Z] #49 25.39 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-12-01T00:08:08.837Z] #49 25.40 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:08:08.837Z] #49 25.53 Selecting previously unselected package libmnl0:amd64. [2022-12-01T00:08:08.890Z] #38 ... [2022-12-01T00:08:08.890Z] [2022-12-01T00:08:08.890Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:08:08.890Z] #49 42.32 Setting up zip (3.0-12) ... [2022-12-01T00:08:08.890Z] #49 42.33 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:08.890Z] #49 42.38 Setting up bash-completion (1:2.11-2) ... [2022-12-01T00:08:09.097Z] #49 25.54 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-12-01T00:08:09.097Z] #49 25.56 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:08:09.097Z] #49 25.79 Selecting previously unselected package libxtables12:amd64. [2022-12-01T00:08:09.097Z] #49 25.79 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-12-01T00:08:09.358Z] #49 25.80 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:08:09.358Z] #49 25.99 Selecting previously unselected package libcap2-bin. [2022-12-01T00:08:09.358Z] #49 26.02 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-12-01T00:08:09.358Z] #49 26.03 Unpacking libcap2-bin (1:2.44-1) ... [2022-12-01T00:08:09.618Z] #49 26.17 Selecting previously unselected package iproute2. [2022-12-01T00:08:09.618Z] #49 26.19 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-12-01T00:08:09.618Z] #49 26.19 Unpacking iproute2 (5.10.0-4) ... [2022-12-01T00:08:10.469Z] #49 35.91 Selecting previously unselected package vim. [2022-12-01T00:08:10.469Z] #49 35.91 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:08:10.469Z] #49 35.93 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:10.559Z] #49 27.13 Selecting previously unselected package xxd. [2022-12-01T00:08:10.559Z] #49 27.14 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:08:10.559Z] #49 27.15 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:10.789Z] #49 44.42 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:08:10.789Z] #49 44.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-12-01T00:08:10.789Z] #49 44.46 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:08:10.789Z] #49 44.49 Setting up patch (2.7.6-7) ... [2022-12-01T00:08:10.789Z] #49 44.52 Setting up sudo (1.9.5p2-3) ... [2022-12-01T00:08:10.789Z] #49 44.58 invoke-rc.d: could not determine current runlevel [2022-12-01T00:08:10.789Z] #49 44.59 invoke-rc.d: policy-rc.d denied execution of start. [2022-12-01T00:08:10.789Z] #49 44.62 Setting up xfsprogs (5.10.0-4) ... [2022-12-01T00:08:10.789Z] #49 44.64 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:08:10.789Z] #49 44.65 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:08:10.789Z] #49 44.66 Setting up pigz (2.6-1) ... [2022-12-01T00:08:10.789Z] #49 44.67 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:08:10.789Z] #49 44.68 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:08:10.789Z] #49 44.71 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:08:10.789Z] #49 44.72 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:10.819Z] #49 27.44 Selecting previously unselected package vim-common. [2022-12-01T00:08:10.819Z] #49 27.45 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:08:10.819Z] #49 27.48 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:11.032Z] #49 36.54 Selecting previously unselected package xfsprogs. [2022-12-01T00:08:11.032Z] #49 36.56 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-12-01T00:08:11.079Z] #49 27.61 Selecting previously unselected package bash-completion. [2022-12-01T00:08:11.079Z] #49 27.62 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-12-01T00:08:11.289Z] #49 36.57 Unpacking xfsprogs (5.10.0-4) ... [2022-12-01T00:08:11.715Z] #49 45.44 Setting up libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:08:11.716Z] #49 45.45 Setting up python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:08:11.852Z] #49 37.07 Selecting previously unselected package zip. [2022-12-01T00:08:11.852Z] #49 37.07 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-12-01T00:08:11.852Z] #49 37.08 Unpacking zip (3.0-12) ... [2022-12-01T00:08:11.852Z] #49 37.29 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:08:11.971Z] #49 45.93 Setting up libelf1:amd64 (0.183-1) ... [2022-12-01T00:08:12.227Z] #49 45.96 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:08:12.227Z] #49 45.98 Setting up python3-distutils (3.9.2-1) ... [2022-12-01T00:08:12.789Z] #49 46.53 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:12.789Z] #49 46.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-12-01T00:08:12.789Z] #49 46.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-12-01T00:08:12.789Z] #49 46.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-12-01T00:08:12.789Z] #49 46.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-12-01T00:08:12.789Z] #49 46.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-12-01T00:08:12.789Z] #49 46.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-12-01T00:08:12.789Z] #49 46.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-12-01T00:08:12.789Z] #49 46.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-12-01T00:08:12.789Z] #49 46.60 Setting up python3-setuptools (52.0.0-4) ... [2022-12-01T00:08:13.038Z] #49 38.35 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:13.038Z] #49 38.37 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:08:13.038Z] #49 38.39 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:08:13.038Z] #49 38.42 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:08:13.038Z] #49 38.44 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:13.038Z] #49 38.45 Setting up libinih1:amd64 (53-1+b2) ... [2022-12-01T00:08:13.038Z] #49 38.47 Setting up uidmap (1:4.8.1-1) ... [2022-12-01T00:08:13.038Z] #49 38.48 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:08:13.038Z] #49 38.51 Setting up bzip2 (1.0.8-4) ... [2022-12-01T00:08:13.038Z] #49 38.52 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:08:13.038Z] #49 38.53 Setting up python3-wheel (0.34.2-1) ... [2022-12-01T00:08:13.619Z] #49 29.81 Unpacking bash-completion (1:2.11-2) ... [2022-12-01T00:08:13.619Z] #49 30.26 Selecting previously unselected package bzip2. [2022-12-01T00:08:13.619Z] #49 30.27 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-12-01T00:08:13.619Z] #49 30.28 Unpacking bzip2 (1.0.8-4) ... [2022-12-01T00:08:13.619Z] #49 30.37 Selecting previously unselected package xz-utils. [2022-12-01T00:08:13.879Z] #49 30.37 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-12-01T00:08:13.879Z] #49 30.38 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:08:13.970Z] #49 39.40 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:13.970Z] #49 39.46 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:08:13.970Z] #49 39.51 Setting up libcap2-bin (1:2.44-1) ... [2022-12-01T00:08:13.970Z] #49 39.58 Setting up apparmor (2.13.6-10) ... [2022-12-01T00:08:13.970Z] #49 ... [2022-12-01T00:08:13.970Z] [2022-12-01T00:08:13.970Z] #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 [2022-12-01T00:08:13.970Z] #38 118.6 CC criu/files-ext.o [2022-12-01T00:08:13.970Z] #38 118.9 CC criu/files-reg.o [2022-12-01T00:08:13.970Z] #38 121.2 CC criu/files.o [2022-12-01T00:08:13.970Z] #38 123.2 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:08:13.970Z] #38 123.2 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2022-12-01T00:08:13.970Z] #38 123.4 CC criu/filesystems.o [2022-12-01T00:08:13.970Z] #38 124.2 CC criu/fsnotify.o [2022-12-01T00:08:13.970Z] #38 125.5 CC criu/image-desc.o [2022-12-01T00:08:13.970Z] #38 125.7 CC criu/image.o [2022-12-01T00:08:13.970Z] #38 126.6 CC criu/ipc_ns.o [2022-12-01T00:08:13.970Z] #38 128.1 CC criu/irmap.o [2022-12-01T00:08:14.139Z] #49 30.57 Selecting previously unselected package apparmor. [2022-12-01T00:08:14.140Z] #49 30.57 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-12-01T00:08:14.140Z] #49 30.65 Unpacking apparmor (2.13.6-10) ... [2022-12-01T00:08:14.533Z] #38 129.1 CC criu/kcmp-ids.o [2022-12-01T00:08:14.678Z] #49 48.29 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:08:14.678Z] #49 48.31 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:08:14.678Z] #49 48.32 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:08:14.678Z] #49 48.34 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:08:14.709Z] #49 31.17 Selecting previously unselected package inetutils-ping. [2022-12-01T00:08:14.710Z] #49 31.18 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2022-12-01T00:08:14.710Z] #49 31.20 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:08:14.969Z] #49 31.36 Selecting previously unselected package libip4tc2:amd64. [2022-12-01T00:08:14.969Z] #49 31.36 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:08:14.969Z] #49 31.36 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:14.969Z] #49 31.43 Selecting previously unselected package libip6tc2:amd64. [2022-12-01T00:08:14.969Z] #49 31.43 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-12-01T00:08:14.969Z] #49 31.44 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:14.969Z] #49 31.52 Selecting previously unselected package libnfnetlink0:amd64. [2022-12-01T00:08:14.969Z] #49 31.53 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-12-01T00:08:14.969Z] #49 31.55 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:08:14.969Z] #49 31.61 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-12-01T00:08:14.969Z] #49 31.61 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-12-01T00:08:14.969Z] #49 31.62 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:08:14.969Z] #49 31.72 Selecting previously unselected package libnftnl11:amd64. [2022-12-01T00:08:15.096Z] #38 129.4 CC criu/kerndat.o [2022-12-01T00:08:15.229Z] #49 31.72 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-12-01T00:08:15.229Z] #49 31.73 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:08:15.229Z] #49 31.81 Selecting previously unselected package iptables. [2022-12-01T00:08:15.229Z] #49 31.81 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-12-01T00:08:15.229Z] #49 31.82 Unpacking iptables (1.8.7-1) ... [2022-12-01T00:08:15.489Z] #49 32.15 Selecting previously unselected package libonig5:amd64. [2022-12-01T00:08:15.749Z] #49 32.15 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-12-01T00:08:15.749Z] #49 32.16 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:08:15.749Z] #49 32.32 Selecting previously unselected package libjq1:amd64. [2022-12-01T00:08:15.749Z] #49 32.32 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-12-01T00:08:15.749Z] #49 32.33 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:08:15.749Z] #49 32.45 Selecting previously unselected package jq. [2022-12-01T00:08:16.009Z] #49 32.45 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-12-01T00:08:16.009Z] #49 32.46 Unpacking jq (1.6-2.1) ... [2022-12-01T00:08:16.009Z] #49 32.55 Selecting previously unselected package libaio1:amd64. [2022-12-01T00:08:16.009Z] #49 32.56 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-12-01T00:08:16.009Z] #49 32.57 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:08:16.009Z] #49 32.64 Selecting previously unselected package libgpm2:amd64. [2022-12-01T00:08:16.009Z] #49 32.65 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-12-01T00:08:16.009Z] #49 32.66 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:08:16.009Z] #49 32.76 Selecting previously unselected package libicu67:amd64. [2022-12-01T00:08:16.027Z] #38 ... [2022-12-01T00:08:16.027Z] [2022-12-01T00:08:16.027Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:08:16.027Z] #49 41.48 Setting up zip (3.0-12) ... [2022-12-01T00:08:16.027Z] #49 41.53 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:16.046Z] #49 49.78 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:08:16.046Z] #49 49.79 Setting up jq (1.6-2.1) ... [2022-12-01T00:08:16.046Z] #49 49.80 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:08:16.046Z] #49 49.81 Setting up iptables (1.8.7-1) ... [2022-12-01T00:08:16.046Z] #49 49.81 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:08:16.046Z] #49 49.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:08:16.046Z] #49 49.82 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:08:16.046Z] #49 49.83 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:08:16.046Z] #49 49.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-12-01T00:08:16.046Z] #49 49.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-12-01T00:08:16.046Z] #49 49.85 Setting up iproute2 (5.10.0-4) ... [2022-12-01T00:08:16.269Z] #49 32.76 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-12-01T00:08:16.269Z] #49 32.77 Unpacking libicu67:amd64 (67.1-7) ... [2022-12-01T00:08:16.284Z] #49 41.60 Setting up bash-completion (1:2.11-2) ... [2022-12-01T00:08:16.302Z] #49 50.16 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:08:16.873Z] #49 DONE 50.6s [2022-12-01T00:08:16.873Z] [2022-12-01T00:08:16.873Z] #50 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-12-01T00:08:17.208Z] #49 ... [2022-12-01T00:08:17.208Z] [2022-12-01T00:08:17.208Z] #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 [2022-12-01T00:08:17.208Z] #38 117.3 CC criu/cr-errno.o [2022-12-01T00:08:17.208Z] #38 117.5 CC criu/cr-restore.o [2022-12-01T00:08:17.208Z] #38 123.0 CC criu/cr-service.o [2022-12-01T00:08:17.208Z] #38 124.7 CC criu/crtools.o [2022-12-01T00:08:17.208Z] #38 125.2 CC criu/eventfd.o [2022-12-01T00:08:17.208Z] #38 125.5 CC criu/eventpoll.o [2022-12-01T00:08:17.208Z] #38 126.3 CC criu/external.o [2022-12-01T00:08:17.208Z] #38 126.6 CC criu/fault-injection.o [2022-12-01T00:08:17.208Z] #38 126.7 CC criu/fdstore.o [2022-12-01T00:08:17.208Z] #38 127.0 CC criu/fifo.o [2022-12-01T00:08:17.208Z] #38 127.4 CC criu/file-ids.o [2022-12-01T00:08:17.778Z] #38 127.8 CC criu/file-lock.o [2022-12-01T00:08:18.729Z] #38 128.9 CC criu/files-ext.o [2022-12-01T00:08:18.765Z] #50 1.713 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-12-01T00:08:18.765Z] #50 1.718 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-12-01T00:08:18.765Z] #50 1.723 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-12-01T00:08:18.765Z] #50 DONE 1.8s [2022-12-01T00:08:18.765Z] [2022-12-01T00:08:18.765Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:08:19.301Z] #38 129.3 CC criu/files-reg.o [2022-12-01T00:08:19.557Z] #49 44.83 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:08:19.557Z] #49 44.96 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-12-01T00:08:19.557Z] #49 44.97 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:08:19.557Z] #49 44.98 Setting up patch (2.7.6-7) ... [2022-12-01T00:08:19.557Z] #49 45.00 Setting up sudo (1.9.5p2-3) ... [2022-12-01T00:08:19.557Z] #49 45.07 invoke-rc.d: could not determine current runlevel [2022-12-01T00:08:19.814Z] #49 45.08 invoke-rc.d: policy-rc.d denied execution of start. [2022-12-01T00:08:19.814Z] #49 45.09 Setting up xfsprogs (5.10.0-4) ... [2022-12-01T00:08:19.814Z] #49 45.11 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:08:19.814Z] #49 45.11 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:08:19.814Z] #49 45.13 Setting up pigz (2.6-1) ... [2022-12-01T00:08:19.814Z] #49 45.14 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:08:19.814Z] #49 45.15 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:08:19.814Z] #49 45.18 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:08:19.814Z] #49 45.19 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:19.851Z] using credential docker-jenkins-github-credentials [2022-12-01T00:08:19.870Z] #38 ... [2022-12-01T00:08:19.870Z] [2022-12-01T00:08:19.870Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:08:19.931Z] Cloning the remote Git repository [2022-12-01T00:08:19.931Z] Cloning with configured refspecs honoured and without tags [2022-12-01T00:08:20.129Z] #49 36.59 Selecting previously unselected package libinih1:amd64. [2022-12-01T00:08:20.129Z] #49 36.60 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-12-01T00:08:20.129Z] #49 36.60 Unpacking libinih1:amd64 (53-1+b2) ... [2022-12-01T00:08:20.129Z] #49 36.69 Selecting previously unselected package libnet1:amd64. [2022-12-01T00:08:20.129Z] #49 36.70 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-12-01T00:08:20.129Z] #49 36.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:08:20.385Z] #49 45.90 Setting up libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:08:20.389Z] #49 36.79 Selecting previously unselected package libnl-3-200:amd64. [2022-12-01T00:08:20.389Z] #49 36.81 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-12-01T00:08:20.389Z] #49 36.82 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:08:20.389Z] #49 36.92 Selecting previously unselected package libprotobuf-c1:amd64. [2022-12-01T00:08:20.389Z] #49 36.92 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-12-01T00:08:20.389Z] #49 36.93 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:08:20.389Z] #49 36.99 Selecting previously unselected package net-tools. [2022-12-01T00:08:20.389Z] #49 37.00 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-12-01T00:08:20.389Z] #49 37.02 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:08:20.642Z] #49 45.90 Setting up python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:08:20.648Z] #49 37.23 Selecting previously unselected package patch. [2022-12-01T00:08:20.648Z] #49 37.25 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-12-01T00:08:20.648Z] #49 37.26 Unpacking patch (2.7.6-7) ... [2022-12-01T00:08:20.903Z] #49 46.42 Setting up libelf1:amd64 (0.183-1) ... [2022-12-01T00:08:20.908Z] #49 37.34 Selecting previously unselected package python-pip-whl. [2022-12-01T00:08:20.908Z] #49 37.36 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:08:20.908Z] #49 37.37 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:08:21.123Z] #42 ... [2022-12-01T00:08:21.123Z] [2022-12-01T00:08:21.123Z] #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 [2022-12-01T00:08:21.123Z] #21 236.7 + return [2022-12-01T00:08:21.123Z] #21 DONE 237.3s [2022-12-01T00:08:21.123Z] [2022-12-01T00:08:21.123Z] #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 [2022-12-01T00:08:21.123Z] #37 ... [2022-12-01T00:08:21.123Z] [2022-12-01T00:08:21.123Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-12-01T00:08:21.162Z] #49 46.47 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:08:21.162Z] #49 46.51 Setting up python3-distutils (3.9.2-1) ... [2022-12-01T00:08:20.091Z] Cloning repository https://github.com/moby/moby.git [2022-12-01T00:08:20.592Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-12-01T00:08:21.286Z] #51 ... [2022-12-01T00:08:21.286Z] [2022-12-01T00:08:21.286Z] #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 [2022-12-01T00:08:21.286Z] #38 128.9 CC criu/namespaces.o [2022-12-01T00:08:21.286Z] #38 130.9 CC criu/net.o [2022-12-01T00:08:21.286Z] #38 134.8 CC criu/netfilter.o [2022-12-01T00:08:21.286Z] #38 135.2 CC criu/page-pipe.o [2022-12-01T00:08:21.286Z] #38 136.0 CC criu/page-xfer.o [2022-12-01T00:08:21.286Z] #38 137.9 CC criu/pagemap-cache.o [2022-12-01T00:08:21.286Z] #38 138.3 CC criu/pagemap.o [2022-12-01T00:08:21.383Z] #52 DONE 0.1s [2022-12-01T00:08:21.383Z] [2022-12-01T00:08:21.383Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-12-01T00:08:21.478Z] #49 37.98 Selecting previously unselected package python3-lib2to3. [2022-12-01T00:08:21.478Z] #49 38.00 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-12-01T00:08:21.478Z] #49 38.01 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:08:21.639Z] #53 DONE 0.3s [2022-12-01T00:08:21.639Z] [2022-12-01T00:08:21.639Z] #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 [2022-12-01T00:08:21.639Z] #32 ... [2022-12-01T00:08:21.639Z] [2022-12-01T00:08:21.639Z] #54 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-12-01T00:08:21.736Z] #49 47.20 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:21.736Z] #49 47.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-12-01T00:08:21.736Z] #49 47.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-12-01T00:08:21.736Z] #49 47.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-12-01T00:08:21.736Z] #49 47.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-12-01T00:08:21.736Z] #49 47.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-12-01T00:08:21.736Z] #49 47.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-12-01T00:08:21.736Z] #49 47.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-12-01T00:08:21.736Z] #49 47.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-12-01T00:08:21.738Z] #49 38.18 Selecting previously unselected package python3-distutils. [2022-12-01T00:08:21.738Z] #49 38.20 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-12-01T00:08:21.738Z] #49 38.21 Unpacking python3-distutils (3.9.2-1) ... [2022-12-01T00:08:21.738Z] #49 38.36 Selecting previously unselected package python3-pkg-resources. [2022-12-01T00:08:21.738Z] #49 38.36 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-01T00:08:21.738Z] #49 38.37 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:08:21.849Z] #38 139.5 CC criu/parasite-syscall.o [2022-12-01T00:08:21.899Z] #54 DONE 0.3s [2022-12-01T00:08:21.899Z] [2022-12-01T00:08:21.899Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-12-01T00:08:21.899Z] #55 DONE 0.1s [2022-12-01T00:08:21.899Z] [2022-12-01T00:08:21.899Z] #56 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-12-01T00:08:21.998Z] #49 38.51 Selecting previously unselected package python3-setuptools. [2022-12-01T00:08:21.998Z] #49 38.52 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-12-01T00:08:21.998Z] #49 38.52 Unpacking python3-setuptools (52.0.0-4) ... [2022-12-01T00:08:22.001Z] #49 47.30 Setting up python3-setuptools (52.0.0-4) ... [2022-12-01T00:08:22.158Z] #56 DONE 0.1s [2022-12-01T00:08:22.158Z] [2022-12-01T00:08:22.158Z] #57 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-12-01T00:08:22.158Z] #57 DONE 0.1s [2022-12-01T00:08:22.158Z] [2022-12-01T00:08:22.158Z] #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 [2022-12-01T00:08:22.158Z] #42 ... [2022-12-01T00:08:22.158Z] [2022-12-01T00:08:22.158Z] #58 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-12-01T00:08:22.158Z] #58 DONE 0.1s [2022-12-01T00:08:22.158Z] [2022-12-01T00:08:22.158Z] #59 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-12-01T00:08:22.258Z] #49 38.82 Selecting previously unselected package python3-wheel. [2022-12-01T00:08:22.258Z] #49 38.82 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-12-01T00:08:22.258Z] #49 38.83 Unpacking python3-wheel (0.34.2-1) ... [2022-12-01T00:08:22.415Z] #59 DONE 0.2s [2022-12-01T00:08:22.415Z] [2022-12-01T00:08:22.415Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-12-01T00:08:22.415Z] #60 DONE 0.1s [2022-12-01T00:08:22.415Z] [2022-12-01T00:08:22.415Z] #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 [2022-12-01T00:08:22.517Z] #49 38.91 Selecting previously unselected package python3-pip. [2022-12-01T00:08:22.517Z] #49 38.91 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-12-01T00:08:22.517Z] #49 38.92 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:08:22.778Z] #49 39.21 Selecting previously unselected package sudo. [2022-12-01T00:08:22.778Z] #49 39.22 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-12-01T00:08:22.778Z] #49 39.22 Unpacking sudo (1.9.5p2-3) ... [2022-12-01T00:08:23.217Z] #38 140.5 CC criu/path.o [2022-12-01T00:08:23.344Z] #37 ... [2022-12-01T00:08:23.344Z] [2022-12-01T00:08:23.344Z] #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 [2022-12-01T00:08:23.344Z] #32 240.8 + /build/golangci-lint --version [2022-12-01T00:08:23.347Z] #49 39.91 Selecting previously unselected package thin-provisioning-tools. [2022-12-01T00:08:23.347Z] #49 39.92 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-12-01T00:08:23.347Z] #49 39.93 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:08:23.474Z] #38 140.9 CC criu/pie-util-vdso-elf32.o [2022-12-01T00:08:23.606Z] #49 40.18 Selecting previously unselected package uidmap. [2022-12-01T00:08:23.606Z] #49 40.20 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-12-01T00:08:23.606Z] #49 40.21 Unpacking uidmap (1:4.8.1-1) ... [2022-12-01T00:08:23.731Z] #38 141.5 CC criu/pie-util-vdso.o [2022-12-01T00:08:23.866Z] #49 40.34 Selecting previously unselected package vim-runtime. [2022-12-01T00:08:23.866Z] #49 40.34 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-12-01T00:08:23.866Z] #49 40.37 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-12-01T00:08:23.866Z] #49 40.39 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-12-01T00:08:23.866Z] #49 40.41 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:24.179Z] #49 49.52 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:08:24.179Z] #49 49.53 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:08:24.179Z] #49 49.54 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:08:24.179Z] #49 49.55 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:08:24.293Z] #38 142.0 CC criu/pie-util.o [2022-12-01T00:08:24.550Z] #38 142.3 CC criu/pipes.o [2022-12-01T00:08:25.236Z] #32 ... [2022-12-01T00:08:25.236Z] [2022-12-01T00:08:25.236Z] #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 [2022-12-01T00:08:25.236Z] #42 141.2 + mkdir -p /build [2022-12-01T00:08:25.236Z] #42 141.2 + cp runc /build/runc [2022-12-01T00:08:25.236Z] #42 DONE 141.4s [2022-12-01T00:08:25.236Z] [2022-12-01T00:08:25.236Z] #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 [2022-12-01T00:08:25.236Z] #32 242.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-12-01T00:08:25.236Z] #32 DONE 242.5s [2022-12-01T00:08:25.236Z] [2022-12-01T00:08:25.236Z] #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 [2022-12-01T00:08:25.479Z] #38 143.2 CC criu/plugin.o [2022-12-01T00:08:25.545Z] #49 50.96 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:08:25.545Z] #49 50.97 Setting up jq (1.6-2.1) ... [2022-12-01T00:08:25.545Z] #49 50.99 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:08:25.545Z] #49 51.00 Setting up iptables (1.8.7-1) ... [2022-12-01T00:08:25.545Z] #49 51.01 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:08:25.545Z] #49 51.01 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:08:25.545Z] #49 51.02 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:08:25.545Z] #49 51.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:08:25.545Z] #49 51.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-12-01T00:08:25.545Z] #49 51.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-12-01T00:08:25.545Z] #49 51.06 Setting up iproute2 (5.10.0-4) ... [2022-12-01T00:08:24.190Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:08:24.190Z] > git --version # timeout=10 [2022-12-01T00:08:24.235Z] > git --version # 'git version 2.24.1.windows.2' [2022-12-01T00:08:24.236Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:08:24.239Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:08:26.043Z] #38 143.6 CC criu/proc_parse.o [2022-12-01T00:08:26.108Z] #49 51.55 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:08:26.365Z] #49 ... [2022-12-01T00:08:26.365Z] [2022-12-01T00:08:26.365Z] #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 [2022-12-01T00:08:26.365Z] #38 130.8 CC criu/libnetlink.o [2022-12-01T00:08:26.365Z] #38 131.5 CC criu/log.o [2022-12-01T00:08:26.365Z] #38 132.3 CC criu/lsm.o [2022-12-01T00:08:26.365Z] #38 132.8 CC criu/mem.o [2022-12-01T00:08:26.365Z] #38 135.2 CC criu/memfd.o [2022-12-01T00:08:26.365Z] #38 136.3 CC criu/mount.o [2022-12-01T00:08:26.927Z] #38 141.4 CC criu/namespaces.o [2022-12-01T00:08:27.132Z] #37 ... [2022-12-01T00:08:27.132Z] [2022-12-01T00:08:27.132Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-12-01T00:08:27.389Z] #61 DONE 0.3s [2022-12-01T00:08:27.389Z] [2022-12-01T00:08:27.389Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-12-01T00:08:27.389Z] #62 DONE 0.1s [2022-12-01T00:08:27.389Z] [2022-12-01T00:08:27.389Z] #63 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-12-01T00:08:27.389Z] #63 DONE 0.1s [2022-12-01T00:08:27.389Z] [2022-12-01T00:08:27.389Z] #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 [2022-12-01T00:08:27.857Z] #38 ... [2022-12-01T00:08:27.857Z] [2022-12-01T00:08:27.857Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:08:27.857Z] #49 DONE 53.3s [2022-12-01T00:08:28.060Z] #49 43.96 Selecting previously unselected package vim. [2022-12-01T00:08:28.060Z] #49 43.97 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-12-01T00:08:28.060Z] #49 43.98 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:28.060Z] #49 44.64 Selecting previously unselected package xfsprogs. [2022-12-01T00:08:28.060Z] #49 44.64 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-12-01T00:08:28.060Z] #49 44.65 Unpacking xfsprogs (5.10.0-4) ... [2022-12-01T00:08:28.114Z] [2022-12-01T00:08:28.114Z] #50 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-12-01T00:08:28.630Z] #49 45.12 Selecting previously unselected package zip. [2022-12-01T00:08:28.630Z] #49 45.13 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-12-01T00:08:28.630Z] #49 45.13 Unpacking zip (3.0-12) ... [2022-12-01T00:08:28.889Z] #49 45.37 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-01T00:08:29.314Z] #38 146.5 CC criu/protobuf-desc.o [2022-12-01T00:08:29.481Z] #50 1.384 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-12-01T00:08:29.481Z] #50 1.394 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-12-01T00:08:29.481Z] #50 1.406 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-12-01T00:08:29.570Z] #38 ... [2022-12-01T00:08:29.570Z] [2022-12-01T00:08:29.570Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:08:29.570Z] #51 11.04 Collecting yamllint==1.26.1 [2022-12-01T00:08:29.828Z] #49 46.38 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:29.829Z] #49 46.39 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-12-01T00:08:29.829Z] #49 46.41 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-12-01T00:08:29.829Z] #49 46.42 Setting up libicu67:amd64 (67.1-7) ... [2022-12-01T00:08:29.829Z] #49 46.43 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-12-01T00:08:29.829Z] #49 46.45 Setting up libinih1:amd64 (53-1+b2) ... [2022-12-01T00:08:29.829Z] #49 46.48 Setting up uidmap (1:4.8.1-1) ... [2022-12-01T00:08:29.907Z] #37 214.5 + bin/containerd [2022-12-01T00:08:30.059Z] #50 DONE 2.1s [2022-12-01T00:08:30.059Z] [2022-12-01T00:08:30.059Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:08:30.088Z] #49 46.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-12-01T00:08:30.088Z] #49 46.54 Setting up bzip2 (1.0.8-4) ... [2022-12-01T00:08:30.088Z] #49 46.56 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-12-01T00:08:30.088Z] #49 46.57 Setting up python3-wheel (0.34.2-1) ... [2022-12-01T00:08:30.918Z] #49 47.38 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:30.918Z] #49 47.40 Setting up libcap2:amd64 (1:2.44-1) ... [2022-12-01T00:08:30.918Z] #49 47.41 Setting up libcap2-bin (1:2.44-1) ... [2022-12-01T00:08:30.918Z] #49 47.44 Setting up apparmor (2.13.6-10) ... [2022-12-01T00:08:30.937Z] #51 12.14 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-12-01T00:08:31.857Z] #49 ... [2022-12-01T00:08:31.857Z] [2022-12-01T00:08:31.857Z] #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 [2022-12-01T00:08:31.857Z] #38 131.8 CC criu/files.o [2022-12-01T00:08:31.857Z] #38 133.9 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:08:31.857Z] #38 133.9 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2022-12-01T00:08:31.857Z] #38 134.0 CC criu/filesystems.o [2022-12-01T00:08:31.857Z] #38 134.7 CC criu/fsnotify.o [2022-12-01T00:08:31.857Z] #38 135.9 CC criu/image-desc.o [2022-12-01T00:08:31.857Z] #38 136.1 CC criu/image.o [2022-12-01T00:08:31.857Z] #38 137.1 CC criu/ipc_ns.o [2022-12-01T00:08:31.857Z] #38 138.3 CC criu/irmap.o [2022-12-01T00:08:31.857Z] #38 138.9 CC criu/kcmp-ids.o [2022-12-01T00:08:31.857Z] #38 139.3 CC criu/kerndat.o [2022-12-01T00:08:31.857Z] #38 140.6 CC criu/libnetlink.o [2022-12-01T00:08:31.857Z] #38 141.0 CC criu/log.o [2022-12-01T00:08:31.857Z] #38 141.5 CC criu/lsm.o [2022-12-01T00:08:31.857Z] #38 141.9 CC criu/mem.o [2022-12-01T00:08:32.304Z] #51 13.50 Collecting pathspec>=0.5.3 [2022-12-01T00:08:32.304Z] #51 13.52 Downloading pathspec-0.10.2-py3-none-any.whl (28 kB) [2022-12-01T00:08:32.426Z] #38 ... [2022-12-01T00:08:32.426Z] [2022-12-01T00:08:32.426Z] #49 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor 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 [2022-12-01T00:08:32.426Z] #49 49.06 Setting up zip (3.0-12) ... [2022-12-01T00:08:32.426Z] #49 49.08 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:32.426Z] #49 49.10 Setting up bash-completion (1:2.11-2) ... [2022-12-01T00:08:32.560Z] #51 13.99 Collecting pyyaml [2022-12-01T00:08:32.560Z] #51 14.02 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-12-01T00:08:32.560Z] #51 14.09 Building wheels for collected packages: yamllint [2022-12-01T00:08:32.817Z] #51 14.09 Building wheel for yamllint (setup.py): started [2022-12-01T00:08:33.409Z] #28 ... [2022-12-01T00:08:33.409Z] [2022-12-01T00:08:33.409Z] #48 [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 [2022-12-01T00:08:33.409Z] #48 171.0 + mkdir -p /build [2022-12-01T00:08:33.409Z] #48 171.0 + cp runc /build/runc [2022-12-01T00:08:33.974Z] #48 DONE 173.0s [2022-12-01T00:08:33.974Z] [2022-12-01T00:08:33.974Z] #28 [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 [2022-12-01T00:08:34.184Z] #51 15.28 Building wheel for yamllint (setup.py): finished with status 'done' [2022-12-01T00:08:34.184Z] #51 15.28 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=1986d6e2de9372d75ceb2ef95b015c29c0865233a17708cc0e7bca3a323c0858 [2022-12-01T00:08:34.184Z] #51 15.28 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-12-01T00:08:34.184Z] #51 15.30 Successfully built yamllint [2022-12-01T00:08:34.184Z] #51 15.34 Installing collected packages: pyyaml, pathspec, yamllint [2022-12-01T00:08:34.442Z] #51 15.78 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.26.1 [2022-12-01T00:08:34.540Z] #28 336.9 + /build/golangci-lint --version [2022-12-01T00:08:34.966Z] #49 51.20 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-01T00:08:34.966Z] #49 51.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-12-01T00:08:34.966Z] #49 51.23 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-12-01T00:08:34.966Z] #49 51.26 Setting up patch (2.7.6-7) ... [2022-12-01T00:08:34.966Z] #49 51.27 Setting up sudo (1.9.5p2-3) ... [2022-12-01T00:08:34.966Z] #49 51.36 invoke-rc.d: could not determine current runlevel [2022-12-01T00:08:34.966Z] #49 51.37 invoke-rc.d: policy-rc.d denied execution of start. [2022-12-01T00:08:34.966Z] #49 51.38 Setting up xfsprogs (5.10.0-4) ... [2022-12-01T00:08:34.966Z] #49 51.39 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-12-01T00:08:34.966Z] #49 51.41 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-01T00:08:34.966Z] #49 51.42 Setting up pigz (2.6-1) ... [2022-12-01T00:08:34.966Z] #49 51.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-12-01T00:08:34.966Z] #49 51.45 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-12-01T00:08:34.966Z] #49 51.47 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-01T00:08:34.966Z] #49 51.49 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:35.006Z] #51 DONE 16.4s [2022-12-01T00:08:35.006Z] [2022-12-01T00:08:35.006Z] #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 [2022-12-01T00:08:35.006Z] #38 147.6 CC criu/protobuf.o [2022-12-01T00:08:35.006Z] #38 148.1 CC criu/pstree.o [2022-12-01T00:08:35.006Z] #38 149.6 CC criu/rbtree.o [2022-12-01T00:08:35.006Z] #38 150.0 CC criu/rst-malloc.o [2022-12-01T00:08:35.006Z] #38 150.4 CC criu/seccomp.o [2022-12-01T00:08:35.006Z] #38 151.2 CC criu/seize.o [2022-12-01T00:08:35.006Z] #38 152.4 CC criu/servicefd.o [2022-12-01T00:08:35.261Z] #38 ... [2022-12-01T00:08:35.261Z] [2022-12-01T00:08:35.261Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-12-01T00:08:35.261Z] #52 DONE 0.4s [2022-12-01T00:08:35.261Z] [2022-12-01T00:08:35.261Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-12-01T00:08:35.828Z] #53 DONE 0.5s [2022-12-01T00:08:35.828Z] [2022-12-01T00:08:35.828Z] #54 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-12-01T00:08:35.828Z] #54 DONE 0.2s [2022-12-01T00:08:35.828Z] [2022-12-01T00:08:35.828Z] #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 [2022-12-01T00:08:35.828Z] #38 153.2 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:08:35.828Z] #38 153.2 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:08:35.828Z] #38 153.3 CC criu/shmem.o [2022-12-01T00:08:35.904Z] #49 52.31 Setting up libaio1:amd64 (0.3.112-9) ... [2022-12-01T00:08:35.904Z] #49 52.32 Setting up python3-lib2to3 (3.9.2-1) ... [2022-12-01T00:08:36.086Z] #38 ... [2022-12-01T00:08:36.086Z] [2022-12-01T00:08:36.086Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-12-01T00:08:36.086Z] #55 DONE 0.1s [2022-12-01T00:08:36.164Z] #49 52.80 Setting up libelf1:amd64 (0.183-1) ... [2022-12-01T00:08:36.164Z] #49 52.84 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-12-01T00:08:36.164Z] #49 52.86 Setting up python3-distutils (3.9.2-1) ... [2022-12-01T00:08:36.342Z] [2022-12-01T00:08:36.342Z] #56 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-12-01T00:08:36.342Z] #56 DONE 0.1s [2022-12-01T00:08:36.342Z] [2022-12-01T00:08:36.342Z] #25 [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 [2022-12-01T00:08:36.442Z] #28 338.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-12-01T00:08:36.442Z] #28 DONE 338.8s [2022-12-01T00:08:36.442Z] [2022-12-01T00:08:36.442Z] #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 [2022-12-01T00:08:36.598Z] #51 ... [2022-12-01T00:08:36.598Z] [2022-12-01T00:08:36.598Z] #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 [2022-12-01T00:08:36.598Z] #38 143.3 CC criu/net.o [2022-12-01T00:08:36.598Z] #38 148.2 CC criu/netfilter.o [2022-12-01T00:08:36.598Z] #38 148.7 CC criu/page-pipe.o [2022-12-01T00:08:36.598Z] #38 149.3 CC criu/page-xfer.o [2022-12-01T00:08:36.598Z] #38 151.0 CC criu/pagemap-cache.o [2022-12-01T00:08:36.601Z] #25 ... [2022-12-01T00:08:36.602Z] [2022-12-01T00:08:36.602Z] #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 [2022-12-01T00:08:36.602Z] #38 154.3 CC criu/sigframe.o [2022-12-01T00:08:36.854Z] #38 151.3 CC criu/pagemap.o [2022-12-01T00:08:36.857Z] #38 154.5 CC criu/signalfd.o [2022-12-01T00:08:37.101Z] #49 53.39 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-12-01T00:08:37.101Z] #49 53.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-12-01T00:08:37.101Z] #49 53.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-12-01T00:08:37.101Z] #49 53.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-12-01T00:08:37.101Z] #49 53.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-12-01T00:08:37.101Z] #49 53.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-12-01T00:08:37.101Z] #49 53.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-12-01T00:08:37.101Z] #49 53.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-12-01T00:08:37.101Z] #49 53.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-12-01T00:08:37.101Z] #49 53.47 Setting up python3-setuptools (52.0.0-4) ... [2022-12-01T00:08:37.113Z] #38 154.7 CC criu/sk-inet.o [2022-12-01T00:08:37.779Z] #38 152.4 CC criu/parasite-syscall.o [2022-12-01T00:08:38.479Z] #38 155.9 CC criu/sk-netlink.o [2022-12-01T00:08:38.706Z] #38 153.3 CC criu/path.o [2022-12-01T00:08:38.736Z] #38 156.4 CC criu/sk-packet.o [2022-12-01T00:08:39.008Z] #49 55.23 Setting up libjq1:amd64 (1.6-2.1) ... [2022-12-01T00:08:39.008Z] #49 55.27 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-12-01T00:08:39.008Z] #49 55.29 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-12-01T00:08:39.008Z] #49 55.30 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-12-01T00:08:39.267Z] #38 153.5 CC criu/pie-util-vdso-elf32.o [2022-12-01T00:08:39.298Z] #38 157.1 CC criu/sk-queue.o [2022-12-01T00:08:39.523Z] #38 154.1 CC criu/pie-util-vdso.o [2022-12-01T00:08:39.726Z] #37 ... [2022-12-01T00:08:39.726Z] [2022-12-01T00:08:39.726Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-12-01T00:08:39.945Z] #49 56.48 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-12-01T00:08:39.946Z] #49 56.50 Setting up jq (1.6-2.1) ... [2022-12-01T00:08:39.946Z] #49 56.51 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-12-01T00:08:39.946Z] #49 56.52 Setting up iptables (1.8.7-1) ... [2022-12-01T00:08:39.946Z] #49 56.53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:08:39.946Z] #49 56.54 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:08:39.946Z] #49 56.54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-01T00:08:39.946Z] #49 56.55 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-01T00:08:39.946Z] #49 56.56 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-12-01T00:08:39.946Z] #49 56.56 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-12-01T00:08:39.946Z] #49 56.57 Setting up iproute2 (5.10.0-4) ... [2022-12-01T00:08:39.991Z] #61 DONE 0.6s [2022-12-01T00:08:39.991Z] [2022-12-01T00:08:39.991Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-12-01T00:08:39.991Z] #62 DONE 0.1s [2022-12-01T00:08:39.991Z] [2022-12-01T00:08:39.991Z] #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 [2022-12-01T00:08:39.991Z] #37 284.7 + bin/containerd [2022-12-01T00:08:40.084Z] #38 154.6 CC criu/pie-util.o [2022-12-01T00:08:40.227Z] #38 157.6 CC criu/sk-tcp.o [2022-12-01T00:08:40.340Z] #38 154.8 CC criu/pipes.o [2022-12-01T00:08:40.483Z] #38 158.1 CC criu/sk-unix.o [2022-12-01T00:08:40.514Z] #49 56.99 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:08:40.557Z] #37 ... [2022-12-01T00:08:40.557Z] [2022-12-01T00:08:40.557Z] #63 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-12-01T00:08:40.557Z] #63 DONE 0.2s [2022-12-01T00:08:40.557Z] [2022-12-01T00:08:40.557Z] #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 [2022-12-01T00:08:41.269Z] #38 155.6 CC criu/plugin.o [2022-12-01T00:08:41.526Z] #38 156.0 CC criu/proc_parse.o [2022-12-01T00:08:41.526Z] #38 ... [2022-12-01T00:08:41.526Z] [2022-12-01T00:08:41.526Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:08:41.526Z] #51 11.56 Collecting yamllint==1.26.1 [2022-12-01T00:08:41.897Z] #49 DONE 58.2s [2022-12-01T00:08:41.897Z] [2022-12-01T00:08:41.897Z] #50 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-12-01T00:08:42.473Z] #50 0.923 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-12-01T00:08:42.473Z] #50 0.926 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-12-01T00:08:42.473Z] #50 0.931 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-12-01T00:08:42.473Z] #50 DONE 1.0s [2022-12-01T00:08:42.473Z] [2022-12-01T00:08:42.473Z] #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 [2022-12-01T00:08:42.473Z] #38 143.7 CC criu/memfd.o [2022-12-01T00:08:42.473Z] #38 144.4 CC criu/mount.o [2022-12-01T00:08:42.473Z] #38 148.4 CC criu/namespaces.o [2022-12-01T00:08:42.473Z] #38 150.8 CC criu/net.o [2022-12-01T00:08:42.733Z] #38 ... [2022-12-01T00:08:42.733Z] [2022-12-01T00:08:42.733Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:08:42.893Z] #51 12.62 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-12-01T00:08:42.711Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:08:42.778Z] > git config --add remote.origin.fetch +refs/pull/44488/head:refs/remotes/origin/PR-44488 # timeout=10 [2022-12-01T00:08:42.822Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:08:43.002Z] #38 160.3 CC criu/sockets.o [2022-12-01T00:08:43.059Z] Fetching without tags [2022-12-01T00:08:43.798Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:08:43.819Z] #51 13.88 Collecting pathspec>=0.5.3 [2022-12-01T00:08:43.931Z] #38 161.4 CC criu/stats.o [2022-12-01T00:08:44.076Z] #51 13.89 Downloading pathspec-0.10.2-py3-none-any.whl (28 kB) [2022-12-01T00:08:44.187Z] #38 161.8 CC criu/string.o [2022-12-01T00:08:44.187Z] #38 161.9 CC criu/sysctl.o [2022-12-01T00:08:44.332Z] #51 14.32 Collecting pyyaml [2022-12-01T00:08:44.332Z] #51 14.32 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-12-01T00:08:44.332Z] #51 14.39 Building wheels for collected packages: yamllint [2022-12-01T00:08:44.332Z] #51 14.39 Building wheel for yamllint (setup.py): started [2022-12-01T00:08:45.116Z] #38 162.6 CC criu/sysfs_parse.o [2022-12-01T00:08:45.680Z] #38 163.1 CC criu/timens.o [2022-12-01T00:08:45.680Z] #38 163.4 CC criu/timerfd.o [2022-12-01T00:08:45.700Z] #51 15.64 Building wheel for yamllint (setup.py): finished with status 'done' [2022-12-01T00:08:45.700Z] #51 15.64 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=4457869451c82f49b7a3d66736af926a93fa72d911c2180406d7b8df441bf1c4 [2022-12-01T00:08:45.700Z] #51 15.64 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-12-01T00:08:45.700Z] #51 15.64 Successfully built yamllint [2022-12-01T00:08:45.700Z] #51 15.68 Installing collected packages: pyyaml, pathspec, yamllint [2022-12-01T00:08:46.243Z] #38 163.8 CC criu/tty.o [2022-12-01T00:08:46.263Z] #51 16.08 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.26.1 [2022-12-01T00:08:42.939Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-01T00:08:43.059Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-01T00:08:43.059Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:08:43.062Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44488/head:refs/remotes/origin/PR-44488 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2022-12-01T00:08:43.873Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:08:43.920Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:08:46.804Z] Merge succeeded, producing d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:08:46.805Z] Checking out Revision d2b734d12048443da140d62c94d612e5c026e77d (PR-44488) [2022-12-01T00:08:46.827Z] #51 DONE 16.7s [2022-12-01T00:08:46.827Z] [2022-12-01T00:08:46.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 [2022-12-01T00:08:46.827Z] #38 159.4 CC criu/protobuf-desc.o [2022-12-01T00:08:46.827Z] #38 160.8 CC criu/protobuf.o [2022-12-01T00:08:46.827Z] #38 161.3 CC criu/pstree.o [2022-12-01T00:08:47.088Z] #38 ... [2022-12-01T00:08:47.088Z] [2022-12-01T00:08:47.088Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-12-01T00:08:47.088Z] #52 DONE 0.4s [2022-12-01T00:08:47.088Z] [2022-12-01T00:08:47.088Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-12-01T00:08:47.173Z] #38 ... [2022-12-01T00:08:47.173Z] [2022-12-01T00:08:47.173Z] #25 [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 [2022-12-01T00:08:47.173Z] #25 222.6 + dpkg --print-architecture [2022-12-01T00:08:47.173Z] #25 222.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-12-01T00:08:47.685Z] #53 DONE 0.5s [2022-12-01T00:08:47.685Z] [2022-12-01T00:08:47.685Z] #54 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-12-01T00:08:47.943Z] #54 DONE 0.3s [2022-12-01T00:08:47.943Z] [2022-12-01T00:08:47.943Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-12-01T00:08:47.943Z] #55 DONE 0.0s [2022-12-01T00:08:47.943Z] [2022-12-01T00:08:47.943Z] #56 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-12-01T00:08:47.943Z] #56 DONE 0.0s [2022-12-01T00:08:47.943Z] [2022-12-01T00:08:47.943Z] #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 [2022-12-01T00:08:48.103Z] #25 223.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-12-01T00:08:48.103Z] #25 223.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-12-01T00:08:48.515Z] #24 ... [2022-12-01T00:08:48.515Z] [2022-12-01T00:08:48.516Z] #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 [2022-12-01T00:08:48.516Z] #38 163.0 CC criu/rbtree.o [2022-12-01T00:08:48.775Z] #38 163.4 CC criu/rst-malloc.o [2022-12-01T00:08:49.308Z] #51 ... [2022-12-01T00:08:49.308Z] [2022-12-01T00:08:49.308Z] #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 [2022-12-01T00:08:49.308Z] #38 155.0 CC criu/netfilter.o [2022-12-01T00:08:49.308Z] #38 155.4 CC criu/page-pipe.o [2022-12-01T00:08:49.308Z] #38 156.2 CC criu/page-xfer.o [2022-12-01T00:08:49.308Z] #38 157.9 CC criu/pagemap-cache.o [2022-12-01T00:08:49.308Z] #38 158.3 CC criu/pagemap.o [2022-12-01T00:08:49.308Z] #38 159.3 CC criu/parasite-syscall.o [2022-12-01T00:08:49.350Z] #38 163.7 CC criu/seccomp.o [2022-12-01T00:08:46.329Z] > git remote # timeout=10 [2022-12-01T00:08:46.480Z] > git config --get remote.origin.url # timeout=10 [2022-12-01T00:08:46.524Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-01T00:08:46.526Z] > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10 [2022-12-01T00:08:46.682Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-12-01T00:08:46.802Z] > git config core.sparsecheckout # timeout=10 [2022-12-01T00:08:46.849Z] > git checkout -f d2b734d12048443da140d62c94d612e5c026e77d # timeout=10 [2022-12-01T00:08:49.912Z] #38 164.5 CC criu/seize.o [2022-12-01T00:08:50.249Z] #38 160.3 CC criu/path.o [2022-12-01T00:08:50.509Z] #38 160.6 CC criu/pie-util-vdso-elf32.o [2022-12-01T00:08:50.841Z] #38 165.4 CC criu/servicefd.o [2022-12-01T00:08:51.086Z] #38 161.1 CC criu/pie-util-vdso.o [2022-12-01T00:08:51.404Z] #38 166.0 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:08:51.404Z] #38 166.0 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:08:51.404Z] #38 166.0 CC criu/shmem.o [2022-12-01T00:08:51.660Z] #38 161.5 CC criu/pie-util.o [2022-12-01T00:08:51.660Z] #38 161.8 CC criu/pipes.o [2022-12-01T00:08:52.605Z] #38 162.5 CC criu/plugin.o [2022-12-01T00:08:52.773Z] #38 166.9 CC criu/sigframe.o [2022-12-01T00:08:52.773Z] #38 167.2 CC criu/signalfd.o [2022-12-01T00:08:52.866Z] #38 162.9 CC criu/proc_parse.o [2022-12-01T00:08:52.867Z] #38 ... [2022-12-01T00:08:52.867Z] [2022-12-01T00:08:52.867Z] #51 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-12-01T00:08:52.867Z] #51 10.36 Collecting yamllint==1.26.1 [2022-12-01T00:08:53.030Z] #38 167.6 CC criu/sk-inet.o [2022-12-01T00:08:54.254Z] #51 11.47 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-12-01T00:08:54.401Z] #38 168.8 CC criu/sk-netlink.o [2022-12-01T00:08:54.966Z] #38 169.2 CC criu/sk-packet.o [2022-12-01T00:08:55.530Z] #38 169.9 CC criu/sk-queue.o [2022-12-01T00:08:55.641Z] #51 12.96 Collecting pathspec>=0.5.3 [2022-12-01T00:08:55.641Z] #51 12.98 Downloading pathspec-0.10.2-py3-none-any.whl (28 kB) [2022-12-01T00:08:56.096Z] #38 170.4 CC criu/sk-tcp.o [2022-12-01T00:08:56.214Z] #51 13.44 Collecting pyyaml [2022-12-01T00:08:56.214Z] #51 13.46 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-12-01T00:08:56.214Z] #51 13.54 Building wheels for collected packages: yamllint [2022-12-01T00:08:56.214Z] #51 13.55 Building wheel for yamllint (setup.py): started [2022-12-01T00:08:56.659Z] #38 171.0 CC criu/sk-unix.o [2022-12-01T00:08:57.157Z] #51 14.70 Building wheel for yamllint (setup.py): finished with status 'done' [2022-12-01T00:08:57.419Z] #51 14.70 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5fde325badb7e113e1ff11457b933f8b102e48d10c9c79798bd9355947ca17e1 [2022-12-01T00:08:57.419Z] #51 14.70 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-12-01T00:08:57.419Z] #51 14.71 Successfully built yamllint [2022-12-01T00:08:57.419Z] #51 14.75 Installing collected packages: pyyaml, pathspec, yamllint [2022-12-01T00:08:57.991Z] #51 15.17 Successfully installed pathspec-0.10.2 pyyaml-6.0 yamllint-1.26.1 [2022-12-01T00:08:58.062Z] #25 ... [2022-12-01T00:08:58.062Z] [2022-12-01T00:08:58.062Z] #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 [2022-12-01T00:08:58.062Z] #38 166.2 CC criu/tun.o [2022-12-01T00:08:58.062Z] #38 166.8 CC criu/uffd.o [2022-12-01T00:08:58.062Z] #38 168.3 CC criu/util.o [2022-12-01T00:08:58.062Z] #38 169.9 CC criu/uts_ns.o [2022-12-01T00:08:58.062Z] #38 170.2 CC criu/vdso-compat.o [2022-12-01T00:08:58.062Z] #38 170.5 CC criu/vdso.o [2022-12-01T00:08:58.062Z] #38 171.2 LINK criu/built-in.o [2022-12-01T00:08:58.062Z] #38 171.4 LINK criu/criu [2022-12-01T00:08:58.062Z] #38 171.9 DEP lib/c/criu.d [2022-12-01T00:08:58.062Z] #38 172.0 CC images/rpc.pb-c.o [2022-12-01T00:08:58.062Z] #38 172.7 CC lib/c/criu.o [2022-12-01T00:08:58.062Z] #38 174.0 LINK lib/c/built-in.o [2022-12-01T00:08:58.062Z] #38 174.0 LINK lib/c/libcriu.so [2022-12-01T00:08:58.062Z] #38 174.1 LINK lib/c/libcriu.a [2022-12-01T00:08:58.062Z] #38 174.2 GEN magic.py [2022-12-01T00:08:58.062Z] #38 174.4 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:08:58.062Z] #38 174.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:08:58.062Z] #38 174.4 Note: Building without GnuTLS support [2022-12-01T00:08:58.062Z] #38 174.4 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:08:58.062Z] #38 174.4 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:08:58.062Z] #38 175.6 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:08:58.254Z] #51 DONE 15.6s [2022-12-01T00:08:58.254Z] [2022-12-01T00:08:58.254Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-12-01T00:08:58.516Z] #52 DONE 0.4s [2022-12-01T00:08:58.516Z] [2022-12-01T00:08:58.516Z] #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 [2022-12-01T00:08:58.516Z] #38 166.2 CC criu/protobuf-desc.o [2022-12-01T00:08:58.516Z] #38 167.5 CC criu/protobuf.o [2022-12-01T00:08:58.516Z] #38 168.2 CC criu/pstree.o [2022-12-01T00:08:58.995Z] #38 176.5 make[1]: Nothing to be done for 'all'. [2022-12-01T00:08:59.089Z] #38 ... [2022-12-01T00:08:59.089Z] [2022-12-01T00:08:59.089Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-12-01T00:08:59.089Z] #53 DONE 0.6s [2022-12-01T00:08:59.227Z] #38 173.3 CC criu/sockets.o [2022-12-01T00:08:59.351Z] [2022-12-01T00:08:59.351Z] #54 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-12-01T00:08:59.613Z] #54 DONE 0.3s [2022-12-01T00:08:59.613Z] [2022-12-01T00:08:59.613Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2022-12-01T00:08:59.613Z] #55 DONE 0.1s [2022-12-01T00:08:59.613Z] [2022-12-01T00:08:59.613Z] #56 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2022-12-01T00:08:59.613Z] #56 DONE 0.0s [2022-12-01T00:08:59.613Z] [2022-12-01T00:08:59.613Z] #36 [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 [2022-12-01T00:08:59.613Z] #36 ... [2022-12-01T00:08:59.613Z] [2022-12-01T00:08:59.613Z] #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 [2022-12-01T00:08:59.613Z] #38 169.7 CC criu/rbtree.o [2022-12-01T00:08:59.731Z] Commit message: "[20.10] update gotestsum to v1.8.2" [2022-12-01T00:08:59.792Z] #38 174.4 CC criu/stats.o [2022-12-01T00:08:59.875Z] #38 170.1 CC criu/rst-malloc.o [2022-12-01T00:08:59.926Z] #38 177.3 make[1]: 'images/built-in.o' is up to date. [2022-12-01T00:08:59.926Z] #38 177.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-12-01T00:08:59.926Z] #38 177.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-12-01T00:08:59.926Z] #38 177.5 make[1]: 'compel/libcompel.a' is up to date. [2022-12-01T00:08:59.926Z] #38 177.5 make[1]: 'compel/compel-host-bin' is up to date. [2022-12-01T00:08:59.926Z] #38 177.6 make[1]: Nothing to be done for 'all'. [2022-12-01T00:08:59.926Z] #38 177.6 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:09:00.213Z] #38 177.9 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:00.213Z] #38 177.9 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:00.213Z] #38 178.0 make[2]: Nothing to be done for 'all'. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-12-01T00:09:00.359Z] #38 174.7 CC criu/string.o [2022-12-01T00:09:00.359Z] #38 174.8 CC criu/sysctl.o [Pipeline] sh [2022-12-01T00:09:00.447Z] #38 170.4 CC criu/seccomp.o [2022-12-01T00:09:00.475Z] #38 178.1 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:00.475Z] #38 178.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:00.475Z] #38 178.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:00.475Z] #38 178.3 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:01.061Z] #38 178.4 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:01.061Z] #38 178.5 INSTALL criu/criu [2022-12-01T00:09:01.291Z] #38 175.6 CC criu/sysfs_parse.o [2022-12-01T00:09:01.319Z] #38 DONE 178.9s [2022-12-01T00:09:01.319Z] [2022-12-01T00:09:01.319Z] #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 [2022-12-01T00:09:01.392Z] #38 171.2 CC criu/seize.o [2022-12-01T00:09:01.549Z] #38 176.1 CC criu/timens.o [2022-12-01T00:09:01.967Z] #38 172.2 CC criu/servicefd.o [2022-12-01T00:09:02.114Z] #38 176.5 CC criu/timerfd.o [2022-12-01T00:09:02.371Z] #38 176.8 CC criu/tty.o [2022-12-01T00:09:02.629Z] #38 ... [2022-12-01T00:09:02.629Z] [2022-12-01T00:09:02.629Z] #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 [2022-12-01T00:09:02.629Z] #24 255.2 + dpkg --print-architecture [2022-12-01T00:09:02.629Z] #24 255.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-12-01T00:09:02.885Z] #24 255.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-12-01T00:09:02.886Z] #24 255.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-12-01T00:09:02.911Z] #38 172.7 include/common/asm/bitops.h: Assembler messages: [2022-12-01T00:09:02.911Z] #38 172.7 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2022-12-01T00:09:02.911Z] #38 172.7 CC criu/shmem.o [2022-12-01T00:09:03.484Z] #38 173.6 CC criu/sigframe.o [2022-12-01T00:09:03.551Z] + docker version [2022-12-01T00:09:04.061Z] #38 173.8 CC criu/signalfd.o [2022-12-01T00:09:04.061Z] #38 174.1 CC criu/sk-inet.o [2022-12-01T00:09:05.448Z] #38 175.2 CC criu/sk-netlink.o [2022-12-01T00:09:05.448Z] #38 175.6 CC criu/sk-packet.o [2022-12-01T00:09:06.390Z] #38 176.3 CC criu/sk-queue.o [2022-12-01T00:09:06.963Z] #38 176.8 CC criu/sk-tcp.o [2022-12-01T00:09:07.542Z] #38 177.4 CC criu/sk-unix.o [2022-12-01T00:09:08.586Z] #37 251.6 # github.com/containerd/containerd/cmd/containerd [2022-12-01T00:09:08.586Z] #37 251.6 /usr/bin/ld: /tmp/go-link-3710980841/000019.o: in function `New': [2022-12-01T00:09:08.586Z] #37 251.6 /tmp/tmp.V9eBaDPCpq/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-12-01T00:09:08.586Z] #37 251.7 + bin/containerd-stress [2022-12-01T00:09:08.586Z] #37 252.7 + bin/containerd-shim [2022-12-01T00:09:10.112Z] #38 179.8 CC criu/sockets.o [2022-12-01T00:09:11.053Z] #38 181.0 CC criu/stats.o [2022-12-01T00:09:11.625Z] #38 181.5 CC criu/string.o [2022-12-01T00:09:11.884Z] #38 181.8 CC criu/sysctl.o [2022-12-01T00:09:12.454Z] #38 182.5 CC criu/sysfs_parse.o [2022-12-01T00:09:12.713Z] #38 ... [2022-12-01T00:09:12.713Z] [2022-12-01T00:09:12.713Z] #29 [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 [2022-12-01T00:09:12.713Z] #29 261.1 + dpkg --print-architecture [2022-12-01T00:09:12.713Z] #29 261.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2022-12-01T00:09:12.853Z] #24 ... [2022-12-01T00:09:12.853Z] [2022-12-01T00:09:12.853Z] #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 [2022-12-01T00:09:12.853Z] #38 179.0 CC criu/tun.o [2022-12-01T00:09:12.853Z] #38 179.7 CC criu/uffd.o [2022-12-01T00:09:12.853Z] #38 181.0 CC criu/util.o [2022-12-01T00:09:12.853Z] #38 182.5 CC criu/uts_ns.o [2022-12-01T00:09:12.853Z] #38 182.8 CC criu/vdso-compat.o [2022-12-01T00:09:12.853Z] #38 183.0 CC criu/vdso.o [2022-12-01T00:09:12.853Z] #38 183.7 LINK criu/built-in.o [2022-12-01T00:09:12.853Z] #38 183.9 LINK criu/criu [2022-12-01T00:09:12.853Z] #38 184.4 DEP lib/c/criu.d [2022-12-01T00:09:12.853Z] #38 184.6 CC images/rpc.pb-c.o [2022-12-01T00:09:12.853Z] #38 185.3 CC lib/c/criu.o [2022-12-01T00:09:12.853Z] #38 186.5 LINK lib/c/built-in.o [2022-12-01T00:09:12.853Z] #38 186.5 LINK lib/c/libcriu.so [2022-12-01T00:09:12.853Z] #38 186.6 LINK lib/c/libcriu.a [2022-12-01T00:09:12.853Z] #38 186.7 GEN magic.py [2022-12-01T00:09:12.853Z] #38 186.9 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:09:12.853Z] #38 186.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:09:12.853Z] #38 186.9 Note: Building without GnuTLS support [2022-12-01T00:09:12.853Z] #38 186.9 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:09:12.853Z] #38 186.9 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:09:13.232Z] #29 261.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-12-01T00:09:13.232Z] #29 261.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-12-01T00:09:13.419Z] #38 188.1 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:09:13.512Z] #40 ... [2022-12-01T00:09:13.512Z] [2022-12-01T00:09:13.512Z] #25 [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 [2022-12-01T00:09:13.512Z] #25 DONE 247.0s [2022-12-01T00:09:13.512Z] [2022-12-01T00:09:13.512Z] #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 [2022-12-01T00:09:13.778Z] #30 ... [2022-12-01T00:09:13.778Z] [2022-12-01T00:09:13.778Z] #57 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-12-01T00:09:13.778Z] #57 DONE 0.2s [2022-12-01T00:09:13.778Z] [2022-12-01T00:09:13.778Z] #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 [2022-12-01T00:09:13.778Z] #40 ... [2022-12-01T00:09:13.778Z] [2022-12-01T00:09:13.778Z] #58 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-12-01T00:09:13.778Z] #58 DONE 0.1s [2022-12-01T00:09:13.778Z] [2022-12-01T00:09:13.779Z] #59 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-12-01T00:09:14.035Z] #59 DONE 0.1s [2022-12-01T00:09:14.035Z] [2022-12-01T00:09:14.035Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-12-01T00:09:14.292Z] #60 DONE 0.1s [2022-12-01T00:09:14.292Z] [2022-12-01T00:09:14.292Z] #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 [2022-12-01T00:09:14.348Z] #38 188.9 make[1]: Nothing to be done for 'all'. [2022-12-01T00:09:15.276Z] #38 189.6 make[1]: 'images/built-in.o' is up to date. [2022-12-01T00:09:15.276Z] #38 189.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-12-01T00:09:15.276Z] #38 189.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-12-01T00:09:15.276Z] #38 189.7 make[1]: 'compel/libcompel.a' is up to date. [2022-12-01T00:09:15.276Z] #38 189.8 make[1]: 'compel/compel-host-bin' is up to date. [2022-12-01T00:09:15.276Z] #38 189.8 make[1]: Nothing to be done for 'all'. [2022-12-01T00:09:15.276Z] #38 189.9 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:09:15.533Z] #38 190.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:15.790Z] #38 190.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:15.790Z] #38 190.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:15.790Z] #38 190.4 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:15.790Z] #38 190.4 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:16.047Z] #38 190.5 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:16.047Z] #38 190.5 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:16.047Z] #38 190.6 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:16.047Z] #38 190.7 INSTALL criu/criu [2022-12-01T00:09:16.696Z] #37 261.0 + bin/containerd-shim-runc-v1 [2022-12-01T00:09:16.976Z] #38 DONE 191.4s [2022-12-01T00:09:16.976Z] [2022-12-01T00:09:16.976Z] #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 [2022-12-01T00:09:21.372Z] Client: [2022-12-01T00:09:21.372Z] Version: 20.10.9 [2022-12-01T00:09:21.372Z] API version: 1.41 [2022-12-01T00:09:21.372Z] Go version: go1.16.8 [2022-12-01T00:09:21.372Z] Git commit: c2ea9bc [2022-12-01T00:09:21.372Z] Built: Mon Oct 4 16:11:10 2021 [2022-12-01T00:09:21.372Z] OS/Arch: windows/amd64 [2022-12-01T00:09:21.372Z] Context: default [2022-12-01T00:09:21.372Z] Experimental: true [2022-12-01T00:09:21.372Z] [2022-12-01T00:09:21.372Z] Server: Docker Engine - Community [2022-12-01T00:09:21.372Z] Engine: [2022-12-01T00:09:21.372Z] Version: 20.10.9 [2022-12-01T00:09:21.372Z] API version: 1.41 (minimum version 1.24) [2022-12-01T00:09:21.372Z] Go version: go1.16.8 [2022-12-01T00:09:21.372Z] Git commit: 79ea9d3 [2022-12-01T00:09:21.372Z] Built: Mon Oct 4 16:06:39 2021 [2022-12-01T00:09:21.372Z] OS/Arch: windows/amd64 [2022-12-01T00:09:21.372Z] Experimental: true [2022-12-01T00:09:21.939Z] #37 265.8 + bin/containerd-shim-runc-v2 [2022-12-01T00:09:21.939Z] #37 266.5 + binaries [2022-12-01T00:09:21.939Z] #37 266.5 + install -D bin/containerd /build/containerd [2022-12-01T00:09:21.939Z] #37 266.5 + install -D bin/containerd-shim /build/containerd-shim [2022-12-01T00:09:21.939Z] #37 266.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-12-01T00:09:21.939Z] #37 266.5 + install -D bin/ctr /build/ctr [Pipeline] sh [2022-12-01T00:09:22.953Z] + docker info [2022-12-01T00:09:23.220Z] #29 ... [2022-12-01T00:09:23.220Z] [2022-12-01T00:09:23.220Z] #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 [2022-12-01T00:09:23.220Z] #38 183.0 CC criu/timens.o [2022-12-01T00:09:23.220Z] #38 183.5 CC criu/timerfd.o [2022-12-01T00:09:23.220Z] #38 183.8 CC criu/tty.o [2022-12-01T00:09:23.220Z] #38 186.0 CC criu/tun.o [2022-12-01T00:09:23.220Z] #38 186.6 CC criu/uffd.o [2022-12-01T00:09:23.220Z] #38 188.0 CC criu/util.o [2022-12-01T00:09:23.220Z] #38 189.6 CC criu/uts_ns.o [2022-12-01T00:09:23.220Z] #38 189.8 CC criu/vdso-compat.o [2022-12-01T00:09:23.220Z] #38 190.1 CC criu/vdso.o [2022-12-01T00:09:23.220Z] #38 190.8 LINK criu/built-in.o [2022-12-01T00:09:23.220Z] #38 191.0 LINK criu/criu [2022-12-01T00:09:23.220Z] #38 191.4 DEP lib/c/criu.d [2022-12-01T00:09:23.220Z] #38 191.6 CC images/rpc.pb-c.o [2022-12-01T00:09:23.220Z] #38 192.3 CC lib/c/criu.o [2022-12-01T00:09:23.304Z] #37 DONE 267.8s [2022-12-01T00:09:23.789Z] #38 193.7 LINK lib/c/built-in.o [2022-12-01T00:09:23.789Z] #38 193.7 LINK lib/c/libcriu.so [2022-12-01T00:09:23.789Z] #38 193.8 LINK lib/c/libcriu.a [2022-12-01T00:09:23.867Z] [2022-12-01T00:09:23.867Z] #64 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-12-01T00:09:24.048Z] #38 194.0 GEN magic.py [2022-12-01T00:09:24.048Z] #38 194.2 Note: Building without setproctitle() and strlcpy() support. [2022-12-01T00:09:24.048Z] #38 194.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2022-12-01T00:09:24.048Z] #38 194.2 Note: Building without GnuTLS support [2022-12-01T00:09:24.048Z] #38 194.2 Makefile.config:39: Warn: you have no libnftables installed [2022-12-01T00:09:24.048Z] #38 194.2 Makefile.config:40: Warn: Building without nftables support [2022-12-01T00:09:24.122Z] #64 DONE 0.2s [2022-12-01T00:09:24.122Z] [2022-12-01T00:09:24.122Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-12-01T00:09:24.122Z] #65 DONE 0.1s [2022-12-01T00:09:24.377Z] [2022-12-01T00:09:24.377Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-12-01T00:09:24.377Z] #66 DONE 0.2s [2022-12-01T00:09:24.377Z] [2022-12-01T00:09:24.377Z] #67 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-12-01T00:09:24.377Z] #67 DONE 0.1s [2022-12-01T00:09:24.634Z] [2022-12-01T00:09:24.634Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-12-01T00:09:24.634Z] #68 DONE 0.0s [2022-12-01T00:09:24.634Z] [2022-12-01T00:09:24.634Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-12-01T00:09:25.427Z] #38 195.3 fatal: not a git repository (or any of the parent directories): .git [2022-12-01T00:09:25.562Z] #69 DONE 1.1s [2022-12-01T00:09:25.562Z] [2022-12-01T00:09:25.562Z] #70 exporting to image [2022-12-01T00:09:25.562Z] #70 exporting layers [2022-12-01T00:09:25.995Z] #38 196.1 make[1]: Nothing to be done for 'all'. [2022-12-01T00:09:26.924Z] #42 ... [2022-12-01T00:09:26.924Z] [2022-12-01T00:09:26.924Z] #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 [2022-12-01T00:09:26.924Z] #24 DONE 279.0s [2022-12-01T00:09:26.924Z] [2022-12-01T00:09:26.924Z] #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 [2022-12-01T00:09:26.933Z] #38 197.0 make[1]: 'images/built-in.o' is up to date. [2022-12-01T00:09:26.933Z] #38 197.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2022-12-01T00:09:26.933Z] #38 197.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2022-12-01T00:09:26.933Z] #38 197.1 make[1]: 'compel/libcompel.a' is up to date. [2022-12-01T00:09:27.192Z] #38 197.2 make[1]: 'compel/compel-host-bin' is up to date. [2022-12-01T00:09:27.192Z] #38 197.2 make[1]: Nothing to be done for 'all'. [2022-12-01T00:09:27.192Z] #38 197.3 make[1]: 'soccr/libsoccr.a' is up to date. [2022-12-01T00:09:27.487Z] #30 ... [2022-12-01T00:09:27.487Z] [2022-12-01T00:09:27.487Z] #57 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-12-01T00:09:27.761Z] #38 197.6 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:27.761Z] #38 197.6 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:27.761Z] #38 197.7 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:27.761Z] #38 197.8 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:28.024Z] #38 197.9 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:28.024Z] #38 197.9 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:28.024Z] #38 198.0 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:28.050Z] #57 DONE 0.5s [2022-12-01T00:09:28.050Z] [2022-12-01T00:09:28.050Z] #58 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-12-01T00:09:28.050Z] #58 DONE 0.1s [2022-12-01T00:09:28.050Z] [2022-12-01T00:09:28.050Z] #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 [2022-12-01T00:09:28.050Z] #42 ... [2022-12-01T00:09:28.050Z] [2022-12-01T00:09:28.050Z] #59 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-12-01T00:09:28.050Z] #59 DONE 0.1s [2022-12-01T00:09:28.050Z] [2022-12-01T00:09:28.050Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-12-01T00:09:28.082Z] #70 exporting layers 2.5s done [2022-12-01T00:09:28.082Z] #70 writing image sha256:4cd60eaf19a2945a651b2ef41b70bc0b4229044759471fdc58551a1d0150a14a done [2022-12-01T00:09:28.082Z] #70 naming to docker.io/library/docker:d2b734d12048443da140d62c94d612e5c026e77d done [2022-12-01T00:09:28.082Z] #70 DONE 2.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-12-01T00:09:28.284Z] #38 198.2 make[2]: Nothing to be done for 'all'. [2022-12-01T00:09:28.284Z] #38 198.2 INSTALL criu/criu [2022-12-01T00:09:28.307Z] #60 DONE 0.1s [2022-12-01T00:09:28.307Z] [2022-12-01T00:09:28.307Z] #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 [2022-12-01T00:09:28.442Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/test/unit [2022-12-01T00:09:28.853Z] #38 DONE 198.9s [2022-12-01T00:09:28.853Z] [2022-12-01T00:09:28.853Z] #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 [2022-12-01T00:09:32.612Z] ? github.com/docker/docker/api [no test files] [2022-12-01T00:09:36.851Z] #37 337.5 # github.com/containerd/containerd/cmd/containerd [2022-12-01T00:09:36.851Z] #37 337.5 /usr/bin/ld: /tmp/go-link-298516599/000019.o: in function `New': [2022-12-01T00:09:36.851Z] #37 337.5 /tmp/tmp.XKkFomMJlo/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-12-01T00:09:36.851Z] #37 337.6 + bin/containerd-stress [2022-12-01T00:09:36.851Z] #37 338.7 + bin/containerd-shim [2022-12-01T00:09:36.976Z] #40 ... [2022-12-01T00:09:36.976Z] [2022-12-01T00:09:36.976Z] #29 [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 [2022-12-01T00:09:36.976Z] #29 DONE 285.2s [2022-12-01T00:09:37.235Z] [2022-12-01T00:09:37.235Z] #36 [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 [2022-12-01T00:09:38.173Z] #36 ... [2022-12-01T00:09:38.173Z] [2022-12-01T00:09:38.173Z] #57 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2022-12-01T00:09:38.435Z] #57 DONE 0.6s [2022-12-01T00:09:38.435Z] [2022-12-01T00:09:38.435Z] #36 [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 [2022-12-01T00:09:38.694Z] #36 ... [2022-12-01T00:09:38.694Z] [2022-12-01T00:09:38.694Z] #58 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2022-12-01T00:09:38.694Z] #58 DONE 0.1s [2022-12-01T00:09:38.694Z] [2022-12-01T00:09:38.694Z] #59 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2022-12-01T00:09:38.694Z] #59 DONE 0.1s [2022-12-01T00:09:38.694Z] [2022-12-01T00:09:38.694Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-12-01T00:09:38.694Z] #60 DONE 0.1s [2022-12-01T00:09:38.694Z] [2022-12-01T00:09:38.694Z] #36 [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 [2022-12-01T00:09:42.557Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-12-01T00:09:46.814Z] #37 350.2 + bin/containerd-shim-runc-v1 [2022-12-01T00:09:52.081Z] #37 356.6 + bin/containerd-shim-runc-v2 [2022-12-01T00:09:52.646Z] #37 357.4 + binaries [2022-12-01T00:09:52.646Z] #37 357.4 + install -D bin/containerd /build/containerd [2022-12-01T00:09:52.646Z] #37 357.4 + install -D bin/containerd-shim /build/containerd-shim [2022-12-01T00:09:52.903Z] #37 357.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-12-01T00:09:52.903Z] #37 357.5 + install -D bin/ctr /build/ctr [2022-12-01T00:09:54.799Z] #37 DONE 359.5s [2022-12-01T00:09:55.366Z] [2022-12-01T00:09:55.366Z] #64 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-12-01T00:09:56.297Z] #64 DONE 0.9s [2022-12-01T00:09:56.554Z] [2022-12-01T00:09:56.554Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-12-01T00:09:56.554Z] #65 DONE 0.2s [2022-12-01T00:09:56.554Z] [2022-12-01T00:09:56.554Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-12-01T00:09:57.486Z] #66 DONE 0.9s [2022-12-01T00:09:57.486Z] [2022-12-01T00:09:57.486Z] #67 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-12-01T00:09:57.486Z] #67 DONE 0.0s [2022-12-01T00:09:57.486Z] [2022-12-01T00:09:57.486Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-12-01T00:09:57.486Z] #68 DONE 0.0s [2022-12-01T00:09:57.486Z] [2022-12-01T00:09:57.486Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-12-01T00:09:59.384Z] #69 DONE 1.7s [2022-12-01T00:09:59.384Z] [2022-12-01T00:09:59.384Z] #70 exporting to image [2022-12-01T00:09:59.384Z] #70 exporting layers [2022-12-01T00:10:00.926Z] #40 165.9 + mkdir -p /build [2022-12-01T00:10:00.926Z] #40 165.9 + cp runc /build/runc [2022-12-01T00:10:00.926Z] #40 DONE 166.9s [2022-12-01T00:10:00.926Z] [2022-12-01T00:10:00.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 [2022-12-01T00:10:00.926Z] #30 292.9 + /build/golangci-lint --version [2022-12-01T00:10:00.926Z] #30 294.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-12-01T00:10:00.926Z] #30 DONE 294.3s [2022-12-01T00:10:00.926Z] [2022-12-01T00:10:00.926Z] #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 [2022-12-01T00:10:00.926Z] #37 ... [2022-12-01T00:10:00.926Z] [2022-12-01T00:10:00.926Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-12-01T00:10:00.926Z] #61 DONE 0.4s [2022-12-01T00:10:00.926Z] [2022-12-01T00:10:00.926Z] #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 [2022-12-01T00:10:00.926Z] #37 ... [2022-12-01T00:10:00.926Z] [2022-12-01T00:10:00.926Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-12-01T00:10:00.926Z] #62 DONE 0.1s [2022-12-01T00:10:00.926Z] [2022-12-01T00:10:00.926Z] #63 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-12-01T00:10:01.182Z] #63 DONE 0.1s [2022-12-01T00:10:01.182Z] [2022-12-01T00:10:01.182Z] #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 [2022-12-01T00:10:03.700Z] #37 256.4 + bin/containerd [2022-12-01T00:10:05.643Z] Client: [2022-12-01T00:10:05.643Z] Context: default [2022-12-01T00:10:05.643Z] Debug Mode: false [2022-12-01T00:10:05.643Z] Plugins: [2022-12-01T00:10:05.643Z] app: Docker Application (Docker Inc., v0.8.0) [2022-12-01T00:10:05.643Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-12-01T00:10:05.643Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-12-01T00:10:05.643Z] [2022-12-01T00:10:05.643Z] Server: [2022-12-01T00:10:05.643Z] Containers: 0 [2022-12-01T00:10:05.643Z] Running: 0 [2022-12-01T00:10:05.643Z] Paused: 0 [2022-12-01T00:10:05.643Z] Stopped: 0 [2022-12-01T00:10:05.643Z] Images: 0 [2022-12-01T00:10:05.643Z] Server Version: 20.10.9 [2022-12-01T00:10:05.643Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-12-01T00:10:05.643Z] Windows: [2022-12-01T00:10:05.643Z] LCOW: [2022-12-01T00:10:05.643Z] Logging Driver: json-file [2022-12-01T00:10:05.643Z] Plugins: [2022-12-01T00:10:05.643Z] Volume: local [2022-12-01T00:10:05.643Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-12-01T00:10:05.643Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-12-01T00:10:05.643Z] Swarm: inactive [2022-12-01T00:10:05.643Z] Default Isolation: process [2022-12-01T00:10:05.643Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-12-01T00:10:05.643Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-12-01T00:10:05.643Z] OSType: windows [2022-12-01T00:10:05.643Z] Architecture: x86_64 [2022-12-01T00:10:05.643Z] CPUs: 4 [2022-12-01T00:10:05.643Z] Total Memory: 32GiB [2022-12-01T00:10:05.643Z] Name: azwin-2-323cf0 [2022-12-01T00:10:05.644Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-12-01T00:10:05.644Z] Docker Root Dir: D:\docker [2022-12-01T00:10:05.644Z] Debug Mode: false [2022-12-01T00:10:05.644Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:10:05.644Z] Labels: [2022-12-01T00:10:05.644Z] Experimental: true [2022-12-01T00:10:05.644Z] Insecure Registries: [2022-12-01T00:10:05.644Z] 10.0.0.4:5000 [2022-12-01T00:10:05.644Z] 127.0.0.0/8 [2022-12-01T00:10:05.644Z] Registry Mirrors: [2022-12-01T00:10:05.644Z] http://10.0.0.4:5000/ [2022-12-01T00:10:05.644Z] Live Restore Enabled: false [2022-12-01T00:10:05.644Z] Product License: Community Engine [2022-12-01T00:10:05.644Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-12-01T00:10:05.942Z] #70 exporting layers 5.7s done [2022-12-01T00:10:05.942Z] #70 writing image sha256:ba54906630821e395f543a3a6c95df498f4efbd9ff7344186923d2df50fef33c done [2022-12-01T00:10:05.942Z] #70 naming to docker.io/library/docker:d2b734d12048443da140d62c94d612e5c026e77d done [2022-12-01T00:10:05.942Z] #70 DONE 5.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-12-01T00:10:06.686Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44488/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/validate/default [2022-12-01T00:10:07.252Z] Congratulations! All commits are properly signed with the DCO! [2022-12-01T00:10:08.626Z] Congratulations! Seccomp profile generation is done correctly. [2022-12-01T00:10:08.626Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-12-01T00:10:14.936Z] #42 163.3 + mkdir -p /build [2022-12-01T00:10:14.936Z] #42 163.3 + cp runc /build/runc [2022-12-01T00:10:14.936Z] #42 DONE 164.4s [2022-12-01T00:10:14.936Z] [2022-12-01T00:10:14.936Z] #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 [2022-12-01T00:10:14.936Z] #30 323.8 + /build/golangci-lint --version [2022-12-01T00:10:14.936Z] #30 325.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-12-01T00:10:14.936Z] #30 DONE 325.7s [2022-12-01T00:10:14.936Z] [2022-12-01T00:10:14.936Z] #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 [2022-12-01T00:10:16.305Z] #37 ... [2022-12-01T00:10:16.305Z] [2022-12-01T00:10:16.305Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-12-01T00:10:16.739Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-12-01T00:10:17.231Z] #61 DONE 1.0s [2022-12-01T00:10:17.231Z] [2022-12-01T00:10:17.231Z] #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 [2022-12-01T00:10:17.231Z] #37 274.1 + bin/containerd [2022-12-01T00:10:17.488Z] #37 ... [2022-12-01T00:10:17.488Z] [2022-12-01T00:10:17.488Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-12-01T00:10:17.488Z] #62 DONE 0.1s [2022-12-01T00:10:17.488Z] [2022-12-01T00:10:17.488Z] #63 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-12-01T00:10:17.488Z] #63 DONE 0.2s [2022-12-01T00:10:17.488Z] [2022-12-01T00:10:17.488Z] #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 [2022-12-01T00:10:17.671Z] Congratulations! All API changes are done the right way. [2022-12-01T00:10:17.671Z] Congratulations! All TOML source files changed here have valid syntax. [2022-12-01T00:10:17.671Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-12-01T00:10:17.671Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-12-01T00:10:17.671Z] Congratulations! No new tests were added to integration-cli. [2022-12-01T00:10:17.671Z] [2022-12-01T00:10:17.671Z] INFO Start validation with golang-ci-lint [2022-12-01T00:10:18.238Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-12-01T00:10:18.238Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-12-01T00:10:18.238Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-12-01T00:10:25.395Z] #36 ... [2022-12-01T00:10:25.395Z] [2022-12-01T00:10:25.395Z] #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 [2022-12-01T00:10:25.395Z] #40 166.1 + mkdir -p /build [2022-12-01T00:10:25.395Z] #40 166.1 + cp runc /build/runc [2022-12-01T00:10:25.395Z] #40 DONE 168.4s [2022-12-01T00:10:25.395Z] [2022-12-01T00:10:25.395Z] #36 [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 [2022-12-01T00:10:25.395Z] #36 331.6 + /build/golangci-lint --version [2022-12-01T00:10:25.395Z] #36 333.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-12-01T00:10:25.395Z] #36 DONE 333.6s [2022-12-01T00:10:25.395Z] [2022-12-01T00:10:25.395Z] #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 [2022-12-01T00:10:27.584Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-12-01T00:10:27.584Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-4e2d93f5\powershellScript.ps1'; exit $LASTEXITCODE; [2022-12-01T00:10:27.584Z] ---------------------------------------------------------------------------- [2022-12-01T00:10:27.584Z] [2022-12-01T00:10:27.584Z] INFO: executeCI.ps1 starting at Thu Dec 1 00:10:26 CUT 2022 [2022-12-01T00:10:27.584Z] [2022-12-01T00:10:27.584Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-12-01T00:10:27.584Z] INFO: Running git version 2.24.1.windows.2 [2022-12-01T00:10:27.584Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-12-01T00:10:27.584Z] INFO: Environment variables: [2022-12-01T00:10:27.584Z] [2022-12-01T00:10:27.584Z] Name Value [2022-12-01T00:10:27.584Z] ---- ----- [2022-12-01T00:10:27.584Z] ALLUSERSPROFILE C:\ProgramData [2022-12-01T00:10:27.584Z] amd64 true [2022-12-01T00:10:27.584Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-12-01T00:10:27.584Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-12-01T00:10:27.584Z] arm64 true [2022-12-01T00:10:27.584Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-12-01T00:10:27.584Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-12-01T00:10:27.584Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-12-01T00:10:27.584Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-12-01T00:10:27.584Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-12-01T00:10:27.584Z] BRANCH_NAME PR-44488 [2022-12-01T00:10:27.584Z] BUILD_DISPLAY_NAME #7 [2022-12-01T00:10:27.584Z] BUILD_ID 7 [2022-12-01T00:10:27.584Z] BUILD_NUMBER 7 [2022-12-01T00:10:27.584Z] BUILD_TAG jenkins-moby-PR-44488-7 [2022-12-01T00:10:27.584Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-44488/7/ [2022-12-01T00:10:27.584Z] cgroup2 true [2022-12-01T00:10:27.584Z] CHANGE_AUTHOR thaJeztah [2022-12-01T00:10:27.584Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-12-01T00:10:27.584Z] CHANGE_BRANCH 20.10_backport_update_gotestsum [2022-12-01T00:10:27.584Z] CHANGE_FORK thaJeztah/docker [2022-12-01T00:10:27.584Z] CHANGE_ID 44488 [2022-12-01T00:10:27.584Z] CHANGE_TARGET 20.10 [2022-12-01T00:10:27.584Z] CHANGE_TITLE [20.10] update gotestsum to v1.8.2 [2022-12-01T00:10:27.584Z] CHANGE_URL https://github.com/moby/moby/pull/44488 [2022-12-01T00:10:27.584Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2022-12-01T00:10:27.584Z] CommonProgramFiles C:\Program Files\Common Files [2022-12-01T00:10:27.584Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-12-01T00:10:27.584Z] CommonProgramW6432 C:\Program Files\Common Files [2022-12-01T00:10:27.584Z] COMPUTERNAME azwin-2-323cf0 [2022-12-01T00:10:27.584Z] ComSpec C:\Windows\system32\cmd.exe [2022-12-01T00:10:27.584Z] ConfigSequenceNumber 0 [2022-12-01T00:10:27.584Z] dco true [2022-12-01T00:10:27.584Z] DOCKER_BUILDKIT 0 [2022-12-01T00:10:27.584Z] DOCKER_DUT_DEBUG 1 [2022-12-01T00:10:27.584Z] DOCKER_EXPERIMENTAL 1 [2022-12-01T00:10:27.584Z] DOCKER_GRAPHDRIVER overlay2 [2022-12-01T00:10:27.584Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-12-01T00:10:27.584Z] EXECUTOR_NUMBER 0 [2022-12-01T00:10:27.584Z] FQDN azwin-2-323cf0.westus.cloudapp.azure.com [2022-12-01T00:10:27.584Z] GIT_BRANCH PR-44488 [2022-12-01T00:10:27.584Z] GIT_COMMIT d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:10:27.584Z] GIT_PREVIOUS_COMMIT d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:10:27.584Z] GIT_URL https://github.com/moby/moby.git [2022-12-01T00:10:27.584Z] HUDSON_COOKIE e10f52ca-abdb-43c7-a6de-00b1a3dcee56 [2022-12-01T00:10:27.584Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-12-01T00:10:27.584Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-12-01T00:10:27.584Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-12-01T00:10:27.584Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-12-01T00:10:27.584Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-12-01T00:10:27.585Z] JENKINS_NODE_COOKIE f69c3fdb-ca91-435f-a5c6-d03dec1de278 [2022-12-01T00:10:27.585Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-12-01T00:10:27.585Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-12-01T00:10:27.585Z] JOB_BASE_NAME PR-44488 [2022-12-01T00:10:27.585Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44488/display/redirect [2022-12-01T00:10:27.585Z] JOB_NAME moby/PR-44488 [2022-12-01T00:10:27.585Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-44488/ [2022-12-01T00:10:27.585Z] library.jps.version master [2022-12-01T00:10:27.585Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-12-01T00:10:27.585Z] NODE_LABELS amd64 azure azwin-2-323cf0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-12-01T00:10:27.585Z] NODE_NAME azwin-2-323cf0 [2022-12-01T00:10:27.585Z] NUMBER_OF_PROCESSORS 4 [2022-12-01T00:10:27.585Z] OS Windows_NT [2022-12-01T00:10:27.585Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-12-01T00:10:27.585Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-12-01T00:10:27.585Z] ppc64le false [2022-12-01T00:10:27.585Z] PROCESSOR_ARCHITECTURE AMD64 [2022-12-01T00:10:27.585Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-12-01T00:10:27.585Z] PROCESSOR_LEVEL 6 [2022-12-01T00:10:27.585Z] PROCESSOR_REVISION 5504 [2022-12-01T00:10:27.585Z] ProgramData C:\ProgramData [2022-12-01T00:10:27.585Z] ProgramFiles C:\Program Files [2022-12-01T00:10:27.585Z] ProgramFiles(x86) C:\Program Files (x86) [2022-12-01T00:10:27.585Z] ProgramW6432 C:\Program Files [2022-12-01T00:10:27.585Z] PROMPT $P$G [2022-12-01T00:10:27.585Z] PSExecutionPolicyPreference Bypass [2022-12-01T00:10:27.585Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-12-01T00:10:27.585Z] PUBLIC C:\Users\Public [2022-12-01T00:10:27.585Z] rootless true [2022-12-01T00:10:27.585Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44488/7/display/redirect?page=artif... [2022-12-01T00:10:27.585Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44488/7/display/redirect?page=changes [2022-12-01T00:10:27.585Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44488/7/display/redirect [2022-12-01T00:10:27.585Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-44488/7/display/redirect?page=tests [2022-12-01T00:10:27.585Z] s390x false [2022-12-01T00:10:27.585Z] SKIP_VALIDATION_TESTS 1 [2022-12-01T00:10:27.585Z] SOURCES_DRIVE d [2022-12-01T00:10:27.585Z] SOURCES_SUBDIR gopath [2022-12-01T00:10:27.585Z] STAGE_NAME Run tests [2022-12-01T00:10:27.585Z] SystemDrive C: [2022-12-01T00:10:27.585Z] SystemRoot C:\Windows [2022-12-01T00:10:27.585Z] TEMP C:\Windows\TEMP [2022-12-01T00:10:27.585Z] TESTDEBUG 0 [2022-12-01T00:10:27.585Z] TESTRUN_DRIVE d [2022-12-01T00:10:27.585Z] TESTRUN_SUBDIR CI [2022-12-01T00:10:27.585Z] TIMEOUT 120m [2022-12-01T00:10:27.585Z] TMP C:\Windows\TEMP [2022-12-01T00:10:27.585Z] unit_validate true [2022-12-01T00:10:27.585Z] USERDOMAIN WORKGROUP [2022-12-01T00:10:27.585Z] USERNAME azwin-2-323cf0$ [2022-12-01T00:10:27.585Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-12-01T00:10:27.585Z] validate_force false [2022-12-01T00:10:27.585Z] windir C:\Windows [2022-12-01T00:10:27.585Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-12-01T00:10:27.585Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-12-01T00:10:27.585Z] windowsRS5 true [2022-12-01T00:10:27.585Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-12-01T00:10:27.585Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-12-01T00:10:27.585Z] [2022-12-01T00:10:27.585Z] [2022-12-01T00:10:27.585Z] [2022-12-01T00:10:28.693Z] #37 280.3 + bin/containerd [2022-12-01T00:10:29.265Z] #37 ... [2022-12-01T00:10:29.265Z] [2022-12-01T00:10:29.265Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-12-01T00:10:29.265Z] #61 DONE 0.7s [2022-12-01T00:10:29.265Z] [2022-12-01T00:10:29.265Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-12-01T00:10:29.265Z] #62 DONE 0.1s [2022-12-01T00:10:29.265Z] [2022-12-01T00:10:29.265Z] #63 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2022-12-01T00:10:29.525Z] #63 DONE 0.3s [2022-12-01T00:10:29.525Z] [2022-12-01T00:10:29.525Z] #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 [2022-12-01T00:10:30.538Z] INFO: Sources under d:\gopath\... [2022-12-01T00:10:30.538Z] INFO: Test run under d:\CI\... [2022-12-01T00:10:30.538Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-12-01T00:10:30.538Z] INFO: docker/docker repository was found [2022-12-01T00:10:30.538Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-12-01T00:10:31.007Z] ltsc2019: Pulling from windows/servercore [2022-12-01T00:10:31.007Z] b111c3320c94: Pulling fs layer [2022-12-01T00:10:31.007Z] d3e1bcee8808: Pulling fs layer [2022-12-01T00:10:45.948Z] d3e1bcee8808: Verifying Checksum [2022-12-01T00:10:45.948Z] d3e1bcee8808: Download complete [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 16.2% of statements [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/container [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/events [no test files] [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/image [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/network [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/builder/remotecontext 0.138s coverage: 13.7% of statements [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/builder/dockerfile 0.201s coverage: 48.5% of statements [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/builder/remotecontext/git 2.704s coverage: 83.5% of statements [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/cli [no test files] [2022-12-01T00:10:50.192Z] ? github.com/docker/docker/cli/config [no test files] [2022-12-01T00:10:50.192Z] ok github.com/docker/docker/client 0.105s coverage: 75.4% of statements [2022-12-01T00:10:50.707Z] b111c3320c94: Verifying Checksum [2022-12-01T00:10:50.707Z] b111c3320c94: Download complete [2022-12-01T00:10:59.879Z] #37 307.4 # github.com/containerd/containerd/cmd/containerd [2022-12-01T00:10:59.879Z] #37 307.4 /usr/bin/ld: /tmp/go-link-1800929241/000019.o: in function `New': [2022-12-01T00:10:59.879Z] #37 307.4 /tmp/tmp.HKM4eMFHWD/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-12-01T00:10:59.879Z] #37 307.5 + bin/containerd-stress [2022-12-01T00:10:59.879Z] #37 308.7 + bin/containerd-shim [2022-12-01T00:11:07.975Z] #37 320.1 + bin/containerd-shim-runc-v1 [2022-12-01T00:11:13.660Z] #37 324.3 # github.com/containerd/containerd/cmd/containerd [2022-12-01T00:11:13.660Z] #37 324.3 /usr/bin/ld: /tmp/go-link-174493215/000019.o: in function `New': [2022-12-01T00:11:13.660Z] #37 324.3 /tmp/tmp.6858SLAPGw/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-12-01T00:11:13.660Z] #37 324.4 + bin/containerd-stress [2022-12-01T00:11:13.660Z] #37 325.5 + bin/containerd-shim [2022-12-01T00:11:14.520Z] #37 326.4 + bin/containerd-shim-runc-v2 [2022-12-01T00:11:14.520Z] #37 327.2 + binaries [2022-12-01T00:11:14.520Z] #37 327.2 + install -D bin/containerd /build/containerd [2022-12-01T00:11:14.520Z] #37 327.2 + install -D bin/containerd-shim /build/containerd-shim [2022-12-01T00:11:14.520Z] #37 327.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-12-01T00:11:14.520Z] #37 327.2 + install -D bin/ctr /build/ctr [2022-12-01T00:11:15.450Z] #37 DONE 328.4s [2022-12-01T00:11:16.379Z] [2022-12-01T00:11:16.379Z] #64 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-12-01T00:11:16.635Z] #64 DONE 0.3s [2022-12-01T00:11:16.635Z] [2022-12-01T00:11:16.635Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-12-01T00:11:16.892Z] #65 DONE 0.1s [2022-12-01T00:11:16.892Z] [2022-12-01T00:11:16.892Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-12-01T00:11:16.892Z] #66 DONE 0.2s [2022-12-01T00:11:17.149Z] [2022-12-01T00:11:17.149Z] #67 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-12-01T00:11:17.149Z] #67 DONE 0.1s [2022-12-01T00:11:17.149Z] [2022-12-01T00:11:17.149Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-12-01T00:11:17.149Z] #68 DONE 0.0s [2022-12-01T00:11:17.149Z] [2022-12-01T00:11:17.149Z] #69 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-12-01T00:11:18.078Z] #69 0.739 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-12-01T00:11:18.078Z] #69 0.819 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-12-01T00:11:18.078Z] #69 0.924 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-12-01T00:11:18.641Z] #69 1.002 Reading package lists... [2022-12-01T00:11:19.204Z] #69 1.512 Reading package lists... [2022-12-01T00:11:19.204Z] #69 2.014 Building dependency tree... [2022-12-01T00:11:19.204Z] #69 2.130 Reading state information... [2022-12-01T00:11:19.461Z] #69 2.251 The following additional packages will be installed: [2022-12-01T00:11:19.461Z] #69 2.251 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-12-01T00:11:19.461Z] #69 2.252 Suggested packages: [2022-12-01T00:11:19.461Z] #69 2.252 systemd-container policykit-1 [2022-12-01T00:11:19.461Z] #69 2.252 Recommended packages: [2022-12-01T00:11:19.461Z] #69 2.252 systemd-timesyncd | time-daemon libnss-systemd [2022-12-01T00:11:19.461Z] #69 2.315 The following NEW packages will be installed: [2022-12-01T00:11:19.461Z] #69 2.315 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-12-01T00:11:19.461Z] #69 2.316 libkmod2 libpam-systemd systemd systemd-sysv [2022-12-01T00:11:19.716Z] #69 2.583 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded. [2022-12-01T00:11:19.716Z] #69 2.583 Need to get 5828 kB of archives. [2022-12-01T00:11:19.716Z] #69 2.583 After this operation, 19.3 MB of additional disk space will be used. [2022-12-01T00:11:19.716Z] #69 2.583 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-12-01T00:11:19.716Z] #69 2.586 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-12-01T00:11:19.717Z] #69 2.588 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-12-01T00:11:19.972Z] #69 2.763 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-12-01T00:11:19.972Z] #69 2.786 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u1 [4501 kB] [2022-12-01T00:11:19.972Z] #69 2.827 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u1 [113 kB] [2022-12-01T00:11:19.972Z] #69 2.828 Get:7 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB] [2022-12-01T00:11:19.972Z] #69 2.830 Get:8 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB] [2022-12-01T00:11:19.972Z] #69 2.831 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u1 [283 kB] [2022-12-01T00:11:19.972Z] #69 2.833 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dbus-user-session amd64 1.12.24-0+deb11u1 [99.7 kB] [2022-12-01T00:11:19.972Z] #69 2.959 debconf: delaying package configuration, since apt-utils is not installed [2022-12-01T00:11:20.207Z] #37 336.7 + bin/containerd-shim-runc-v1 [2022-12-01T00:11:20.228Z] #69 2.994 Fetched 5828 kB in 1s (11.4 MB/s) [2022-12-01T00:11:20.228Z] #69 3.032 Selecting previously unselected package libargon2-1:amd64. [2022-12-01T00:11:20.228Z] #69 3.032 (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 ... 28609 files and directories currently installed.) [2022-12-01T00:11:20.228Z] #69 3.047 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-12-01T00:11:20.228Z] #69 3.056 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-12-01T00:11:20.228Z] #69 3.096 Selecting previously unselected package libjson-c5:amd64. [2022-12-01T00:11:20.228Z] #69 3.099 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-12-01T00:11:20.228Z] #69 3.105 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-12-01T00:11:20.228Z] #69 3.157 Selecting previously unselected package libcryptsetup12:amd64. [2022-12-01T00:11:20.228Z] #69 3.160 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-12-01T00:11:20.228Z] #69 3.165 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-12-01T00:11:20.228Z] #69 3.217 Selecting previously unselected package libkmod2:amd64. [2022-12-01T00:11:20.484Z] #69 3.220 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-12-01T00:11:20.484Z] #69 3.225 Unpacking libkmod2:amd64 (28-1) ... [2022-12-01T00:11:20.484Z] #69 3.276 Selecting previously unselected package systemd. [2022-12-01T00:11:20.484Z] #69 3.276 Preparing to unpack .../systemd_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:11:20.484Z] #69 3.309 Unpacking systemd (247.3-7+deb11u1) ... [2022-12-01T00:11:21.045Z] #69 3.789 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-12-01T00:11:21.045Z] #69 3.801 Setting up libjson-c5:amd64 (0.15-2) ... [2022-12-01T00:11:21.045Z] #69 3.812 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-12-01T00:11:21.045Z] #69 3.827 Setting up libkmod2:amd64 (28-1) ... [2022-12-01T00:11:21.045Z] #69 3.838 Setting up systemd (247.3-7+deb11u1) ... [2022-12-01T00:11:21.045Z] #69 3.886 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-12-01T00:11:21.045Z] #69 3.887 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-12-01T00:11:21.045Z] #69 3.890 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-12-01T00:11:21.045Z] #69 3.913 Initializing machine ID from KVM UUID. [2022-12-01T00:11:21.302Z] #69 4.271 Selecting previously unselected package systemd-sysv. [2022-12-01T00:11:21.302Z] #69 4.271 (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 ... 29420 files and directories currently installed.) [2022-12-01T00:11:21.302Z] #69 4.287 Preparing to unpack .../systemd-sysv_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:11:21.302Z] #69 4.290 Unpacking systemd-sysv (247.3-7+deb11u1) ... [2022-12-01T00:11:21.302Z] #69 4.337 Selecting previously unselected package libdbus-1-3:amd64. [2022-12-01T00:11:21.559Z] #69 4.342 Preparing to unpack .../libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ... [2022-12-01T00:11:21.559Z] #69 4.346 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ... [2022-12-01T00:11:21.559Z] #69 4.407 Selecting previously unselected package dbus. [2022-12-01T00:11:21.559Z] #69 4.410 Preparing to unpack .../dbus_1.12.24-0+deb11u1_amd64.deb ... [2022-12-01T00:11:21.559Z] #69 4.420 Unpacking dbus (1.12.24-0+deb11u1) ... [2022-12-01T00:11:21.816Z] #69 4.489 Selecting previously unselected package libpam-systemd:amd64. [2022-12-01T00:11:21.816Z] #69 4.492 Preparing to unpack .../libpam-systemd_247.3-7+deb11u1_amd64.deb ... [2022-12-01T00:11:21.816Z] #69 4.500 Unpacking libpam-systemd:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:11:21.816Z] #69 4.552 Selecting previously unselected package dbus-user-session. [2022-12-01T00:11:21.816Z] #69 4.555 Preparing to unpack .../dbus-user-session_1.12.24-0+deb11u1_amd64.deb ... [2022-12-01T00:11:21.816Z] #69 4.558 Unpacking dbus-user-session (1.12.24-0+deb11u1) ... [2022-12-01T00:11:21.816Z] #69 4.603 Setting up systemd-sysv (247.3-7+deb11u1) ... [2022-12-01T00:11:21.816Z] #69 4.620 Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ... [2022-12-01T00:11:21.816Z] #69 4.633 Setting up dbus (1.12.24-0+deb11u1) ... [2022-12-01T00:11:21.816Z] #69 4.749 invoke-rc.d: could not determine current runlevel [2022-12-01T00:11:22.072Z] #69 4.752 invoke-rc.d: policy-rc.d denied execution of start. [2022-12-01T00:11:22.072Z] #69 4.756 Setting up libpam-systemd:amd64 (247.3-7+deb11u1) ... [2022-12-01T00:11:22.072Z] #69 4.869 Setting up dbus-user-session (1.12.24-0+deb11u1) ... [2022-12-01T00:11:22.072Z] #69 4.888 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-01T00:11:22.072Z] #69 DONE 5.0s [2022-12-01T00:11:22.227Z] ok github.com/docker/docker/cmd/dockerd 0.099s coverage: 29.1% of statements [2022-12-01T00:11:22.227Z] ok github.com/docker/docker/container 0.131s coverage: 34.3% of statements [2022-12-01T00:11:22.227Z] ? github.com/docker/docker/container/stream [no test files] [2022-12-01T00:11:22.227Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-12-01T00:11:22.227Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-12-01T00:11:22.227Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-12-01T00:11:22.330Z] [2022-12-01T00:11:22.331Z] #70 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-12-01T00:11:22.587Z] #70 0.445 % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-01T00:11:22.587Z] #70 0.447 Dload Upload Total Spent Left Speed [2022-12-01T00:11:22.791Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2022-12-01T00:11:23.150Z] #70 0.449 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5805 0 --:--:-- --:--:-- --:--:-- 5805 [2022-12-01T00:11:23.150Z] #70 DONE 0.8s [2022-12-01T00:11:23.150Z] [2022-12-01T00:11:23.150Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-12-01T00:11:24.080Z] #71 DONE 1.0s [2022-12-01T00:11:24.080Z] [2022-12-01T00:11:24.080Z] #72 exporting to image [2022-12-01T00:11:24.080Z] #72 exporting layers [2022-12-01T00:11:24.158Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2022-12-01T00:11:25.088Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-12-01T00:11:25.775Z] #37 331.2 # github.com/containerd/containerd/cmd/containerd [2022-12-01T00:11:25.775Z] #37 331.2 /usr/bin/ld: /tmp/go-link-2358685590/000019.o: in function `New': [2022-12-01T00:11:25.775Z] #37 331.2 /tmp/tmp.AJh9jL0thw/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-12-01T00:11:25.775Z] #37 331.3 + bin/containerd-stress [2022-12-01T00:11:25.775Z] #37 332.4 + bin/containerd-shim [2022-12-01T00:11:26.751Z] #37 342.9 + bin/containerd-shim-runc-v2 [2022-12-01T00:11:27.006Z] #37 343.7 + binaries [2022-12-01T00:11:27.006Z] #37 343.7 + install -D bin/containerd /build/containerd [2022-12-01T00:11:27.006Z] #37 343.7 + install -D bin/containerd-shim /build/containerd-shim [2022-12-01T00:11:27.006Z] #37 343.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-12-01T00:11:27.006Z] #37 343.8 + install -D bin/ctr /build/ctr [2022-12-01T00:11:28.892Z] #37 DONE 345.7s [2022-12-01T00:11:29.820Z] [2022-12-01T00:11:29.820Z] #64 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-12-01T00:11:30.631Z] #72 exporting layers 5.7s done [2022-12-01T00:11:30.631Z] #72 writing image sha256:d73926ee5f4d4e8ffa2a711bd1f08a6a6d9e8c963e1543090c63a597bcaf34ff done [2022-12-01T00:11:30.631Z] #72 naming to docker.io/library/docker:d2b734d12048443da140d62c94d612e5c026e77d done [2022-12-01T00:11:30.631Z] #72 DONE 5.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-01T00:11:30.746Z] #64 DONE 0.9s [2022-12-01T00:11:30.746Z] [2022-12-01T00:11:30.746Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-12-01T00:11:30.746Z] #65 DONE 0.2s [2022-12-01T00:11:30.746Z] [2022-12-01T00:11:30.746Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-12-01T00:11:31.031Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -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:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh dynbinary test-integration [2022-12-01T00:11:31.626Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.440s coverage: 13.8% of statements [2022-12-01T00:11:32.108Z] #66 DONE 1.0s [2022-12-01T00:11:32.108Z] [2022-12-01T00:11:32.108Z] #67 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-12-01T00:11:32.108Z] #67 DONE 0.0s [2022-12-01T00:11:32.108Z] [2022-12-01T00:11:32.108Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-12-01T00:11:32.108Z] #68 DONE 0.0s [2022-12-01T00:11:32.108Z] [2022-12-01T00:11:32.108Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-12-01T00:11:32.187Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 81.8% of statements [2022-12-01T00:11:32.350Z] #37 343.7 + bin/containerd-shim-runc-v1 [2022-12-01T00:11:32.749Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2022-12-01T00:11:33.006Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-12-01T00:11:33.564Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-12-01T00:11:33.564Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-12-01T00:11:33.564Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-12-01T00:11:33.564Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-12-01T00:11:33.564Z] 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) [2022-12-01T00:11:33.564Z] Detected virtualization docker. [2022-12-01T00:11:33.564Z] Detected architecture x86-64. [2022-12-01T00:11:33.564Z] Set hostname to <450184b1f9b4>. [2022-12-01T00:11:33.564Z] modprobe@configfs.service: Succeeded. [2022-12-01T00:11:33.564Z] modprobe@drm.service: Succeeded. [2022-12-01T00:11:33.564Z] modprobe@fuse.service: Succeeded. [2022-12-01T00:11:33.564Z] + source /etc/docker-entrypoint-cmd [2022-12-01T00:11:33.564Z] ++ hack/make.sh dynbinary test-integration [2022-12-01T00:11:33.564Z] [2022-12-01T00:11:33.564Z] Removing bundles/ [2022-12-01T00:11:33.564Z] [2022-12-01T00:11:33.564Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-12-01T00:11:33.564Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:11:33.564Z] GOOS="" GOARCH="" GOARM="" [2022-12-01T00:11:33.567Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-12-01T00:11:34.694Z] #69 DONE 2.9s [2022-12-01T00:11:34.933Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.535s coverage: 74.6% of statements [2022-12-01T00:11:34.960Z] [2022-12-01T00:11:34.960Z] #70 exporting to image [2022-12-01T00:11:34.960Z] #70 exporting layers [2022-12-01T00:11:36.298Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2022-12-01T00:11:36.555Z] ok github.com/docker/docker/daemon 12.101s coverage: 17.1% of statements [2022-12-01T00:11:36.555Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-12-01T00:11:36.555Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-12-01T00:11:36.555Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-12-01T00:11:36.555Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-12-01T00:11:37.118Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.299s coverage: 60.7% of statements [2022-12-01T00:11:38.518Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-12-01T00:11:38.925Z] #37 350.0 + bin/containerd-shim-runc-v2 [2022-12-01T00:11:38.925Z] #37 350.8 + binaries [2022-12-01T00:11:38.925Z] #37 350.8 + install -D bin/containerd /build/containerd [2022-12-01T00:11:38.925Z] #37 350.8 + install -D bin/containerd-shim /build/containerd-shim [2022-12-01T00:11:38.925Z] #37 350.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-12-01T00:11:38.925Z] #37 350.9 + install -D bin/ctr /build/ctr [2022-12-01T00:11:39.460Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.217s coverage: 50.5% of statements [2022-12-01T00:11:40.826Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.435s coverage: 45.9% of statements [2022-12-01T00:11:40.826Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-12-01T00:11:41.459Z] #37 DONE 352.8s [2022-12-01T00:11:41.493Z] #70 exporting layers 5.7s done [2022-12-01T00:11:41.493Z] #70 writing image sha256:2e4fb542a91d08ba1d55c0fc312e15ec2cda79e6ca9a0241982f3b99af7c611a done [2022-12-01T00:11:41.493Z] #70 naming to docker.io/library/docker:d2b734d12048443da140d62c94d612e5c026e77d done [2022-12-01T00:11:41.493Z] #70 DONE 5.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-01T00:11:41.754Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-12-01T00:11:41.754Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.823s coverage: 58.0% of statements [2022-12-01T00:11:41.754Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-12-01T00:11:41.754Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-12-01T00:11:41.878Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -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:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh dynbinary test-integration [2022-12-01T00:11:42.052Z] [2022-12-01T00:11:42.052Z] #64 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-12-01T00:11:42.683Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-12-01T00:11:43.007Z] #64 DONE 0.9s [2022-12-01T00:11:43.007Z] [2022-12-01T00:11:43.007Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-12-01T00:11:43.007Z] #65 DONE 0.2s [2022-12-01T00:11:43.007Z] [2022-12-01T00:11:43.007Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-12-01T00:11:43.245Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-12-01T00:11:43.500Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.6% of statements [2022-12-01T00:11:43.500Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-12-01T00:11:43.500Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-12-01T00:11:43.768Z] [2022-12-01T00:11:43.768Z] Removing bundles/ [2022-12-01T00:11:43.768Z] [2022-12-01T00:11:43.768Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-12-01T00:11:43.768Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:11:43.768Z] GOOS="" GOARCH="" GOARM="" [2022-12-01T00:11:43.943Z] #66 DONE 0.9s [2022-12-01T00:11:43.943Z] [2022-12-01T00:11:43.943Z] #67 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2022-12-01T00:11:43.943Z] #67 DONE 0.0s [2022-12-01T00:11:44.202Z] [2022-12-01T00:11:44.202Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-12-01T00:11:44.202Z] #68 DONE 0.0s [2022-12-01T00:11:44.202Z] [2022-12-01T00:11:44.202Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-12-01T00:11:44.428Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.2% of statements [2022-12-01T00:11:44.684Z] ok github.com/docker/docker/daemon/logger/awslogs 0.144s coverage: 77.8% of statements [2022-12-01T00:11:44.684Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-12-01T00:11:44.684Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-12-01T00:11:44.940Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-12-01T00:11:45.197Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2022-12-01T00:11:45.759Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 87.2% of statements [2022-12-01T00:11:45.759Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2022-12-01T00:11:46.108Z] #69 DONE 1.8s [2022-12-01T00:11:46.108Z] [2022-12-01T00:11:46.108Z] #70 exporting to image [2022-12-01T00:11:46.108Z] #70 exporting layers [2022-12-01T00:11:46.323Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 78.7% of statements [2022-12-01T00:11:46.323Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-12-01T00:11:46.580Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.038s coverage: 54.7% of statements [2022-12-01T00:11:46.835Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2022-12-01T00:11:47.764Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-12-01T00:11:47.764Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2022-12-01T00:11:48.326Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-12-01T00:11:48.888Z] ok github.com/docker/docker/daemon/logger/splunk 1.506s coverage: 82.5% of statements [2022-12-01T00:11:48.888Z] ? github.com/docker/docker/daemon/names [no test files] [2022-12-01T00:11:48.888Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-12-01T00:11:49.817Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 48.2% of statements [2022-12-01T00:11:51.183Z] ok github.com/docker/docker/distribution 1.486s coverage: 29.0% of statements [2022-12-01T00:11:51.183Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-12-01T00:11:51.388Z] #70 exporting layers 5.6s done [2022-12-01T00:11:51.388Z] #70 writing image sha256:4b019702c91c01fbb1c6416ce9acd144024697af282d163cb5dde57118f34331 [2022-12-01T00:11:51.388Z] #70 writing image sha256:4b019702c91c01fbb1c6416ce9acd144024697af282d163cb5dde57118f34331 done [2022-12-01T00:11:51.388Z] #70 naming to docker.io/library/docker:d2b734d12048443da140d62c94d612e5c026e77d done [2022-12-01T00:11:51.388Z] #70 DONE 5.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-12-01T00:11:51.440Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-12-01T00:11:51.732Z] + trap exit INT TERM [2022-12-01T00:11:51.732Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-12-01T00:11:51.732Z] + CONTAINER_NAME=docker-pr7 [2022-12-01T00:11:51.732Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44488/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER docker:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh dynbinary-daemon [2022-12-01T00:11:52.003Z] ok github.com/docker/docker/image 0.014s coverage: 86.8% of statements [2022-12-01T00:11:52.260Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 84.6% of statements [2022-12-01T00:11:52.260Z] ? github.com/docker/docker/dockerversion [no test files] [2022-12-01T00:11:52.516Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-12-01T00:11:52.517Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-12-01T00:11:52.773Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2022-12-01T00:11:52.773Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-12-01T00:11:53.030Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-12-01T00:11:53.116Z] [2022-12-01T00:11:53.116Z] Removing bundles/ [2022-12-01T00:11:53.116Z] [2022-12-01T00:11:53.116Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2022-12-01T00:11:53.116Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:11:53.116Z] GOOS="" GOARCH="" GOARM="" [2022-12-01T00:11:53.961Z] ok github.com/docker/docker/oci 0.008s coverage: 40.6% of statements [2022-12-01T00:11:54.217Z] ok github.com/docker/docker/opts 0.017s coverage: 67.1% of statements [2022-12-01T00:11:54.472Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-12-01T00:11:55.838Z] ok github.com/docker/docker/pkg/archive 0.274s coverage: 81.9% of statements [2022-12-01T00:11:57.207Z] ok github.com/docker/docker/pkg/authorization 0.632s coverage: 68.3% of statements [2022-12-01T00:11:57.207Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-12-01T00:11:57.207Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-12-01T00:12:00.477Z] ok github.com/docker/docker/pkg/chrootarchive 2.505s coverage: 43.5% of statements [2022-12-01T00:12:00.477Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-12-01T00:12:00.734Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2022-12-01T00:12:00.990Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2022-12-01T00:12:01.247Z] ok github.com/docker/docker/layer 7.263s coverage: 68.8% of statements [2022-12-01T00:12:01.247Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-12-01T00:12:01.247Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-12-01T00:12:01.247Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-12-01T00:12:01.247Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-12-01T00:12:01.247Z] ? github.com/docker/docker/oci/caps [no test files] [2022-12-01T00:12:01.247Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-12-01T00:12:01.247Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-12-01T00:12:01.504Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2022-12-01T00:12:01.761Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2022-12-01T00:12:02.017Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2022-12-01T00:12:02.946Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2022-12-01T00:12:03.510Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 86.5% of statements [2022-12-01T00:12:04.074Z] ok github.com/docker/docker/pkg/fsutils 0.168s coverage: 85.1% of statements [2022-12-01T00:12:04.074Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2022-12-01T00:12:04.637Z] ok github.com/docker/docker/pkg/discovery/kv 3.025s coverage: 84.1% of statements [2022-12-01T00:12:05.202Z] ok github.com/docker/docker/pkg/idtools 0.376s coverage: 69.5% of statements [2022-12-01T00:12:05.458Z] ok github.com/docker/docker/pkg/ioutils 0.362s coverage: 70.6% of statements [2022-12-01T00:12:05.458Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2022-12-01T00:12:05.458Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-12-01T00:12:05.715Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-12-01T00:12:05.715Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-12-01T00:12:05.715Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-12-01T00:12:05.715Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-12-01T00:12:05.715Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-12-01T00:12:05.971Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2022-12-01T00:12:05.971Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2022-12-01T00:12:06.227Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2022-12-01T00:12:06.228Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-12-01T00:12:06.228Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-12-01T00:12:06.228Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-12-01T00:12:06.790Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2022-12-01T00:12:07.047Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-12-01T00:12:07.303Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-12-01T00:12:07.560Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-12-01T00:12:08.925Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2022-12-01T00:12:08.925Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-12-01T00:12:13.093Z] ok github.com/docker/docker/pkg/signal 3.348s coverage: 62.3% of statements [2022-12-01T00:12:13.093Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-12-01T00:12:13.093Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-12-01T00:12:13.349Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-12-01T00:12:13.911Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.5% of statements [2022-12-01T00:12:14.168Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2022-12-01T00:12:14.424Z] ok github.com/docker/docker/pkg/tailfile 0.054s coverage: 88.6% of statements [2022-12-01T00:12:14.987Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-12-01T00:12:14.987Z] coverage: [no statements] [2022-12-01T00:12:14.987Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-12-01T00:12:15.549Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2022-12-01T00:12:15.549Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-12-01T00:12:15.805Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-12-01T00:12:17.173Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-12-01T00:12:17.737Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-12-01T00:12:17.994Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.6% of statements [2022-12-01T00:12:19.362Z] ok github.com/docker/docker/quota 0.134s coverage: 71.4% of statements [2022-12-01T00:12:19.362Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2022-12-01T00:12:20.290Z] ok github.com/docker/docker/registry 0.077s coverage: 57.3% of statements [2022-12-01T00:12:20.873Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-12-01T00:12:20.873Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 45.3% of statements [2022-12-01T00:12:21.449Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2022-12-01T00:12:21.727Z] ok github.com/docker/docker/testutil 0.004s coverage: 62.5% of statements [2022-12-01T00:12:23.102Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-12-01T00:12:23.664Z] ok github.com/docker/docker/volume/local 0.054s coverage: 76.4% of statements [2022-12-01T00:12:24.225Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2022-12-01T00:12:25.153Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2022-12-01T00:12:43.196Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.6% of statements [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/pkg/term [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/rootless [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/testutil/request [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/volume [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-12-01T00:12:43.196Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === Skipped [2022-12-01T00:12:43.196Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2022-12-01T00:12:43.196Z] exec_linux_test.go:19: requires AppArmor to be enabled [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2022-12-01T00:12:43.196Z] exec_linux_test.go:39: requires AppArmor to be enabled [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-12-01T00:12:43.196Z] graphtest_unix.go:74: No driver to put! [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-12-01T00:12:43.196Z] time="2022-12-01T00:11:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-12-01T00:12:43.196Z] time="2022-12-01T00:11:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-12-01T00:12:43.196Z] time="2022-12-01T00:11:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-12-01T00:12:43.196Z] time="2022-12-01T00:11:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-12-01T00:12:43.196Z] time="2022-12-01T00:11:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:12:43.196Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:12:43.196Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:12:43.196Z] [2022-12-01T00:12:43.196Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:74: No driver to put! [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-12-01T00:12:43.197Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-12-01T00:12:43.197Z] overlay_test.go:50: Fails to compute changes intermittently [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-12-01T00:12:43.197Z] overlay_test.go:66: Cannot run test with naive change algorithm [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.197Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.197Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.197Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.197Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:12:43.197Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-12-01T00:12:43.197Z] graphtest_unix.go:74: No driver to put! [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-12-01T00:12:43.197Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-12-01T00:12:43.197Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2022-12-01T00:12:43.197Z] [2022-12-01T00:12:43.197Z] DONE 2265 tests, 26 skipped in 189.253s Post stage [Pipeline] junit [2022-12-01T00:12:43.207Z] Recording test results [2022-12-01T00:12:44.596Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-01T00:12:45.007Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -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:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh dynbinary test-integration [2022-12-01T00:12:45.263Z] [2022-12-01T00:12:45.522Z] Removing bundles/ [2022-12-01T00:12:45.522Z] [2022-12-01T00:12:45.522Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-12-01T00:12:45.522Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:12:45.522Z] GOOS="" GOARCH="" GOARM="" [2022-12-01T00:12:54.706Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|deps|exports_file|imports|compiled_files|files) took 2m30.620365929s [2022-12-01T00:12:54.707Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-12-01T00:12:54.707Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 407.153657ms [2022-12-01T00:13:02.615Z] b111c3320c94: Pull complete [2022-12-01T00:13:24.966Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:13:24.966Z] [2022-12-01T00:13:24.966Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-01T00:13:24.966Z] DOCKER_SYSTEMD=1 [2022-12-01T00:13:24.966Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-01T00:13:24.966Z] HOSTNAME=450184b1f9b4 [2022-12-01T00:13:24.966Z] DEST=bundles/test-integration [2022-12-01T00:13:24.966Z] PWD=/go/src/github.com/docker/docker [2022-12-01T00:13:24.966Z] DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:13:24.966Z] container=docker [2022-12-01T00:13:24.966Z] HOME=/root [2022-12-01T00:13:24.966Z] LANG=C.UTF-8 [2022-12-01T00:13:24.966Z] INVOCATION_ID=3ed424087e494ba3abb09d7c16ccadf6 [2022-12-01T00:13:24.966Z] GOLANG_VERSION=1.18.8 [2022-12-01T00:13:24.966Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-01T00:13:24.966Z] VALIDATE_BRANCH=20.10 [2022-12-01T00:13:24.966Z] TERM=xterm [2022-12-01T00:13:24.966Z] DOCKER_PKG=github.com/docker/docker [2022-12-01T00:13:24.966Z] SHLVL=3 [2022-12-01T00:13:24.966Z] TIMEOUT=120m [2022-12-01T00:13:24.966Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-12-01T00:13:24.966Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-01T00:13:24.966Z] GO111MODULE=off [2022-12-01T00:13:24.966Z] DOCKER_EXPERIMENTAL=1 [2022-12-01T00:13:24.966Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-12-01T00:13:24.966Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-01T00:13:24.966Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-01T00:13:24.966Z] GOPATH=/go [2022-12-01T00:13:24.966Z] PKG_CONFIG=pkg-config [2022-12-01T00:13:24.966Z] _=/usr/bin/env [2022-12-01T00:13:24.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-12-01T00:13:35.163Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:13:35.163Z] [2022-12-01T00:13:35.163Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-01T00:13:35.163Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-01T00:13:35.163Z] HOSTNAME=6d8e69d55062 [2022-12-01T00:13:35.163Z] DEST=bundles/test-integration [2022-12-01T00:13:35.163Z] PWD=/go/src/github.com/docker/docker [2022-12-01T00:13:35.163Z] DOCKER_ROOTLESS=1 [2022-12-01T00:13:35.163Z] DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:13:35.163Z] container=docker [2022-12-01T00:13:35.163Z] HOME=/root [2022-12-01T00:13:35.163Z] GOLANG_VERSION=1.18.8 [2022-12-01T00:13:35.163Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-01T00:13:35.163Z] VALIDATE_BRANCH=20.10 [2022-12-01T00:13:35.163Z] TERM=xterm [2022-12-01T00:13:35.163Z] DOCKER_PKG=github.com/docker/docker [2022-12-01T00:13:35.163Z] SHLVL=1 [2022-12-01T00:13:35.163Z] TIMEOUT=120m [2022-12-01T00:13:35.163Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-12-01T00:13:35.163Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-01T00:13:35.163Z] GO111MODULE=off [2022-12-01T00:13:35.163Z] DOCKER_EXPERIMENTAL=1 [2022-12-01T00:13:35.163Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-12-01T00:13:35.163Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-01T00:13:35.163Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-01T00:13:35.163Z] GOPATH=/go [2022-12-01T00:13:35.163Z] PKG_CONFIG=pkg-config [2022-12-01T00:13:35.163Z] _=/usr/bin/env [2022-12-01T00:13:35.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-12-01T00:13:44.599Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:13:44.599Z] [2022-12-01T00:13:44.599Z] + c=0 [2022-12-01T00:13:44.599Z] ++ jobs -p [2022-12-01T00:13:44.599Z] + for job in $(jobs -p) [2022-12-01T00:13:44.599Z] + wait 18637 [2022-12-01T00:13:44.599Z] + TEST_INTEGRATION_DEST=3 [2022-12-01T00:13:44.599Z] + CONTAINER_NAME=docker-pr7-3 [2022-12-01T00:13:44.599Z] + TEST_SKIP_INTEGRATION=1 [2022-12-01T00:13:44.599Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-12-01T00:13:44.599Z] + run_tests [2022-12-01T00:13:44.599Z] + '[' -n 0 ']' [2022-12-01T00:13:44.599Z] + rm= [2022-12-01T00:13:44.599Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44488/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44488/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh '' test-integration [2022-12-01T00:13:44.599Z] + TEST_INTEGRATION_DEST=1 [2022-12-01T00:13:44.599Z] + CONTAINER_NAME=docker-pr7-1 [2022-12-01T00:13:44.599Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-12-01T00:13:44.599Z] + run_tests test-integration-flaky [2022-12-01T00:13:44.599Z] + '[' -n 0 ']' [2022-12-01T00:13:44.599Z] + rm= [2022-12-01T00:13:44.599Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44488/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44488/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh test-integration-flaky test-integration [2022-12-01T00:13:44.599Z] + TEST_INTEGRATION_DEST=2 [2022-12-01T00:13:44.599Z] + CONTAINER_NAME=docker-pr7-2 [2022-12-01T00:13:44.599Z] + TEST_SKIP_INTEGRATION=1 [2022-12-01T00:13:44.599Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-12-01T00:13:44.599Z] + run_tests [2022-12-01T00:13:44.599Z] + '[' -n 0 ']' [2022-12-01T00:13:44.599Z] + rm= [2022-12-01T00:13:44.599Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44488/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44488/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh '' test-integration [2022-12-01T00:13:44.599Z] [2022-12-01T00:13:44.599Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-01T00:13:44.599Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-01T00:13:44.599Z] HOSTNAME=9100d6ed9788 [2022-12-01T00:13:44.599Z] TEST_SKIP_INTEGRATION=1 [2022-12-01T00:13:44.599Z] TESTDEBUG=0 [2022-12-01T00:13:44.599Z] DEST=bundles/test-integration [2022-12-01T00:13:44.599Z] PWD=/go/src/github.com/docker/docker [2022-12-01T00:13:44.599Z] KEEPBUNDLE=1 [2022-12-01T00:13:44.599Z] DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:13:44.599Z] container=docker [2022-12-01T00:13:44.599Z] HOME=/root [2022-12-01T00:13:44.599Z] GOLANG_VERSION=1.18.8 [2022-12-01T00:13:44.599Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-01T00:13:44.599Z] VALIDATE_BRANCH=20.10 [2022-12-01T00:13:44.599Z] TERM=xterm [2022-12-01T00:13:44.599Z] DOCKER_PKG=github.com/docker/docker [2022-12-01T00:13:44.599Z] SHLVL=1 [2022-12-01T00:13:44.599Z] TIMEOUT=120m [2022-12-01T00:13:44.599Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-12-01T00:13:44.599Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-01T00:13:44.599Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-12-01T00:13:44.599Z] GO111MODULE=off [2022-12-01T00:13:44.599Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-01T00:13:44.599Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-01T00:13:44.599Z] GOPATH=/go [2022-12-01T00:13:44.599Z] PKG_CONFIG=pkg-config [2022-12-01T00:13:44.599Z] _=/usr/bin/env [2022-12-01T00:13:44.599Z] Building test suite binary ./integration-cli/test.main [2022-12-01T00:13:44.599Z] [2022-12-01T00:13:44.599Z] [2022-12-01T00:13:44.599Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-01T00:13:44.599Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-01T00:13:44.599Z] HOSTNAME=8c9bfc72cc9a [2022-12-01T00:13:44.599Z] TEST_SKIP_INTEGRATION=1 [2022-12-01T00:13:44.599Z] TESTDEBUG=0 [2022-12-01T00:13:44.599Z] DEST=bundles/test-integration [2022-12-01T00:13:44.599Z] PWD=/go/src/github.com/docker/docker [2022-12-01T00:13:44.599Z] KEEPBUNDLE=1 [2022-12-01T00:13:44.599Z] DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:13:44.599Z] container=docker [2022-12-01T00:13:44.599Z] HOME=/root [2022-12-01T00:13:44.599Z] GOLANG_VERSION=1.18.8 [2022-12-01T00:13:44.599Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-01T00:13:44.599Z] VALIDATE_BRANCH=20.10 [2022-12-01T00:13:44.599Z] TERM=xterm [2022-12-01T00:13:44.599Z] DOCKER_PKG=github.com/docker/docker [2022-12-01T00:13:44.599Z] SHLVL=1 [2022-12-01T00:13:44.599Z] TIMEOUT=120m [2022-12-01T00:13:44.599Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-12-01T00:13:44.599Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-01T00:13:44.599Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-12-01T00:13:44.599Z] GO111MODULE=off [2022-12-01T00:13:44.599Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-01T00:13:44.599Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-01T00:13:44.599Z] GOPATH=/go [2022-12-01T00:13:44.599Z] PKG_CONFIG=pkg-config [2022-12-01T00:13:44.599Z] _=/usr/bin/env [2022-12-01T00:13:44.599Z] Building test suite binary ./integration-cli/test.main [2022-12-01T00:13:44.599Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-12-01T00:13:44.599Z] No new tests added to integration. [2022-12-01T00:13:44.599Z] [2022-12-01T00:13:44.599Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-01T00:13:44.599Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-01T00:13:44.599Z] HOSTNAME=878c21df47a1 [2022-12-01T00:13:44.599Z] TESTDEBUG=0 [2022-12-01T00:13:44.599Z] DEST=bundles/test-integration [2022-12-01T00:13:44.599Z] PWD=/go/src/github.com/docker/docker [2022-12-01T00:13:44.599Z] KEEPBUNDLE=1 [2022-12-01T00:13:44.599Z] DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:13:44.599Z] container=docker [2022-12-01T00:13:44.599Z] HOME=/root [2022-12-01T00:13:44.599Z] GOLANG_VERSION=1.18.8 [2022-12-01T00:13:44.599Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-01T00:13:44.599Z] VALIDATE_BRANCH=20.10 [2022-12-01T00:13:44.599Z] TERM=xterm [2022-12-01T00:13:44.599Z] DOCKER_PKG=github.com/docker/docker [2022-12-01T00:13:44.599Z] SHLVL=1 [2022-12-01T00:13:44.599Z] TIMEOUT=120m [2022-12-01T00:13:44.599Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-12-01T00:13:44.599Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-01T00:13:44.599Z] GO111MODULE=off [2022-12-01T00:13:44.599Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-12-01T00:13:44.599Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-01T00:13:44.599Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-01T00:13:44.599Z] GOPATH=/go [2022-12-01T00:13:44.599Z] PKG_CONFIG=pkg-config [2022-12-01T00:13:44.599Z] _=/usr/bin/env [2022-12-01T00:13:44.599Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-12-01T00:14:06.908Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:14:06.908Z] [2022-12-01T00:14:06.908Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-01T00:14:06.908Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-01T00:14:06.908Z] HOSTNAME=a4f857913494 [2022-12-01T00:14:06.908Z] TESTDEBUG=0 [2022-12-01T00:14:06.908Z] DEST=bundles/test-integration [2022-12-01T00:14:06.908Z] PWD=/go/src/github.com/docker/docker [2022-12-01T00:14:06.908Z] DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d [2022-12-01T00:14:06.908Z] container=docker [2022-12-01T00:14:06.908Z] HOME=/root [2022-12-01T00:14:06.908Z] GOLANG_VERSION=1.18.8 [2022-12-01T00:14:06.908Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-01T00:14:06.908Z] VALIDATE_BRANCH=20.10 [2022-12-01T00:14:06.908Z] TERM=xterm [2022-12-01T00:14:06.908Z] DOCKER_PKG=github.com/docker/docker [2022-12-01T00:14:06.908Z] SHLVL=1 [2022-12-01T00:14:06.908Z] TIMEOUT=120m [2022-12-01T00:14:06.908Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-12-01T00:14:06.908Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-01T00:14:06.908Z] GO111MODULE=off [2022-12-01T00:14:06.908Z] DOCKER_EXPERIMENTAL=1 [2022-12-01T00:14:06.908Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-12-01T00:14:06.908Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-01T00:14:06.908Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-01T00:14:06.908Z] GOPATH=/go [2022-12-01T00:14:06.908Z] PKG_CONFIG=pkg-config [2022-12-01T00:14:06.908Z] _=/usr/bin/env [2022-12-01T00:14:06.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-12-01T00:14:11.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-12-01T00:14:11.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-12-01T00:14:13.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-12-01T00:14:13.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-12-01T00:14:16.181Z] INFO [linters context/goanalysis] analyzers took 4m8.821514208s with top 10 stages: buildir: 1m42.732608268s, goimports: 20.786437826s, unconvert: 15.07249243s, gosec: 14.080824921s, golint: 7.036943266s, S1038: 6.976789998s, misspell: 5.782003117s, inspect: 3.937847617s, nilness: 3.877438278s, S1039: 3.606148277s [2022-12-01T00:14:16.181Z] INFO [runner] Issues before processing: 2495, after processing: 0 [2022-12-01T00:14:16.181Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1772/1772, nolint: 0/78, exclude-rules: 78/1772, filename_unadjuster: 1877/1877, exclude: 1772/1772, cgo: 1877/2495, path_prettifier: 1877/1877, skip_files: 1877/1877, skip_dirs: 1877/1877, autogenerated_exclude: 1772/1877 [2022-12-01T00:14:16.181Z] INFO [runner] processing took 75.290461ms with stages: nolint: 27.113267ms, identifier_marker: 21.60525ms, path_prettifier: 9.02299ms, autogenerated_exclude: 7.687303ms, exclude-rules: 7.384237ms, skip_dirs: 1.988671ms, cgo: 339.413µs, filename_unadjuster: 144.053µs, max_same_issues: 1.647µs, uniq_by_line: 696ns, skip_files: 559ns, max_from_linter: 355ns, diff: 336ns, exclude: 271ns, max_per_file_from_linter: 267ns, path_shortener: 253ns, source_code: 242ns, sort_results: 232ns, severity-rules: 232ns, path_prefixer: 187ns [2022-12-01T00:14:16.181Z] INFO [runner] linters took 1m19.933814451s with stages: goanalysis_metalinter: 1m19.858331398s [2022-12-01T00:14:16.181Z] INFO File cache stats: 1458 entries of total size 6.9MiB [2022-12-01T00:14:16.181Z] INFO Memory: 2311 samples, avg is 283.2MB, max is 1066.6MB [2022-12-01T00:14:16.181Z] INFO Execution took 3m50.970268118s [2022-12-01T00:14:16.181Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-12-01T00:14:16.511Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh dynbinary-daemon test-docker-py [2022-12-01T00:14:17.076Z] [2022-12-01T00:14:17.077Z] Removing bundles/ [2022-12-01T00:14:17.077Z] [2022-12-01T00:14:17.077Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2022-12-01T00:14:17.077Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:14:17.077Z] GOOS="" GOARCH="" GOARM="" [2022-12-01T00:14:28.861Z] d3e1bcee8808: Pull complete [2022-12-01T00:14:28.861Z] Digest: sha256:cbb8b0a709b4e0868cd2e30b1485358197b1021bb0dd4261e36b3af3ca48fd0b [2022-12-01T00:14:28.861Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:14:28.861Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:14:28.861Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-12-01T00:14:28.861Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-12-01T00:14:28.861Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.3650' [2022-12-01T00:14:28.861Z] INFO: Docker version of control daemon [2022-12-01T00:14:28.861Z] [2022-12-01T00:14:28.861Z] Client: [2022-12-01T00:14:28.861Z] Version: 20.10.9 [2022-12-01T00:14:28.861Z] API version: 1.41 [2022-12-01T00:14:28.861Z] Go version: go1.16.8 [2022-12-01T00:14:28.861Z] Git commit: c2ea9bc [2022-12-01T00:14:28.861Z] Built: Mon Oct 4 16:11:10 2021 [2022-12-01T00:14:28.861Z] OS/Arch: windows/amd64 [2022-12-01T00:14:28.861Z] Context: default [2022-12-01T00:14:28.861Z] Experimental: true [2022-12-01T00:14:28.861Z] [2022-12-01T00:14:28.861Z] Server: Docker Engine - Community [2022-12-01T00:14:28.861Z] Engine: [2022-12-01T00:14:28.861Z] Version: 20.10.9 [2022-12-01T00:14:28.861Z] API version: 1.41 (minimum version 1.24) [2022-12-01T00:14:28.861Z] Go version: go1.16.8 [2022-12-01T00:14:28.861Z] Git commit: 79ea9d3 [2022-12-01T00:14:28.861Z] Built: Mon Oct 4 16:06:39 2021 [2022-12-01T00:14:28.861Z] OS/Arch: windows/amd64 [2022-12-01T00:14:28.861Z] Experimental: true [2022-12-01T00:14:28.861Z] [2022-12-01T00:14:28.861Z] INFO: Docker info of control daemon [2022-12-01T00:14:28.861Z] [2022-12-01T00:14:28.861Z] Client: [2022-12-01T00:14:28.861Z] Context: default [2022-12-01T00:14:28.861Z] Debug Mode: false [2022-12-01T00:14:28.861Z] Plugins: [2022-12-01T00:14:28.861Z] app: Docker Application (Docker Inc., v0.8.0) [2022-12-01T00:14:28.861Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-12-01T00:14:28.861Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-12-01T00:14:28.861Z] [2022-12-01T00:14:28.861Z] Server: [2022-12-01T00:14:28.861Z] Containers: 0 [2022-12-01T00:14:28.861Z] Running: 0 [2022-12-01T00:14:28.861Z] Paused: 0 [2022-12-01T00:14:28.861Z] Stopped: 0 [2022-12-01T00:14:28.861Z] Images: 1 [2022-12-01T00:14:28.861Z] Server Version: 20.10.9 [2022-12-01T00:14:28.861Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-12-01T00:14:28.861Z] Windows: [2022-12-01T00:14:28.861Z] LCOW: [2022-12-01T00:14:28.861Z] Logging Driver: json-file [2022-12-01T00:14:28.861Z] Plugins: [2022-12-01T00:14:28.861Z] Volume: local [2022-12-01T00:14:28.861Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-12-01T00:14:28.861Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-12-01T00:14:28.861Z] Swarm: inactive [2022-12-01T00:14:28.861Z] Default Isolation: process [2022-12-01T00:14:28.861Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-12-01T00:14:28.861Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-12-01T00:14:28.861Z] OSType: windows [2022-12-01T00:14:28.861Z] Architecture: x86_64 [2022-12-01T00:14:28.861Z] CPUs: 4 [2022-12-01T00:14:28.861Z] Total Memory: 32GiB [2022-12-01T00:14:28.861Z] Name: azwin-2-323cf0 [2022-12-01T00:14:28.861Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-12-01T00:14:28.861Z] Docker Root Dir: D:\docker [2022-12-01T00:14:28.861Z] Debug Mode: false [2022-12-01T00:14:28.861Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:14:28.861Z] Labels: [2022-12-01T00:14:28.861Z] Experimental: true [2022-12-01T00:14:28.861Z] Insecure Registries: [2022-12-01T00:14:28.861Z] 10.0.0.4:5000 [2022-12-01T00:14:28.861Z] 127.0.0.0/8 [2022-12-01T00:14:28.861Z] Registry Mirrors: [2022-12-01T00:14:28.861Z] http://10.0.0.4:5000/ [2022-12-01T00:14:28.861Z] Live Restore Enabled: false [2022-12-01T00:14:28.861Z] Product License: Community Engine [2022-12-01T00:14:28.861Z] [2022-12-01T00:14:28.861Z] [2022-12-01T00:14:28.861Z] INFO: Commit hash is d2b734d120 [2022-12-01T00:14:28.861Z] INFO: Nuke-Everything... [2022-12-01T00:14:28.861Z] INFO: Container count on control daemon to delete is 0 [2022-12-01T00:14:29.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-12-01T00:14:29.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-12-01T00:14:29.846Z] INFO: Nuking d:\CI [2022-12-01T00:14:30.314Z] INFO: Zapped successfully [2022-12-01T00:14:30.314Z] INFO: Location for testing is d:\CI\PR-44488\7 [2022-12-01T00:14:30.314Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-12-01T00:14:30.314Z] [2022-12-01T00:14:30.314Z] [2022-12-01T00:14:30.314Z] INFO: Building the image from Dockerfile.windows at 12/01/2022 00:14:29... [2022-12-01T00:14:30.314Z] [2022-12-01T00:14:33.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-12-01T00:14:33.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-12-01T00:14:35.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-12-01T00:14:35.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-12-01T00:14:36.175Z] Sending build context to Docker daemon 58.53MB [2022-12-01T00:14:36.175Z] [2022-12-01T00:14:36.175Z] Step 1/10 : FROM microsoft/windowsservercore [2022-12-01T00:14:36.175Z] ---> 4503e186c64d [2022-12-01T00:14:36.175Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-12-01T00:14:36.175Z] ---> Running in b1a309648c06 [2022-12-01T00:14:36.175Z] Removing intermediate container b1a309648c06 [2022-12-01T00:14:36.175Z] ---> a4f758debc50 [2022-12-01T00:14:36.175Z] Step 3/10 : ARG GO_VERSION=1.18.8 [2022-12-01T00:14:36.175Z] ---> Running in 5fca136bbf68 [2022-12-01T00:14:36.175Z] Removing intermediate container 5fca136bbf68 [2022-12-01T00:14:36.175Z] ---> c47c4835d725 [2022-12-01T00:14:36.175Z] Step 4/10 : ARG GOTESTSUM_VERSION=v1.8.2 [2022-12-01T00:14:36.175Z] ---> Running in 41f80d3f1a06 [2022-12-01T00:14:36.642Z] Removing intermediate container 41f80d3f1a06 [2022-12-01T00:14:36.642Z] ---> f5a3b30cb7d4 [2022-12-01T00:14:36.642Z] 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} [2022-12-01T00:14:36.642Z] ---> Running in 1c75738637b0 [2022-12-01T00:14:37.111Z] Removing intermediate container 1c75738637b0 [2022-12-01T00:14:37.111Z] ---> b637e1cacef8 [2022-12-01T00:14:37.111Z] 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; [2022-12-01T00:14:37.111Z] ---> Running in 8c4951466fa7 [2022-12-01T00:14:47.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-12-01T00:14:48.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-12-01T00:14:48.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-12-01T00:14:48.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-12-01T00:14:49.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-12-01T00:14:49.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-12-01T00:14:49.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-12-01T00:14:50.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-12-01T00:14:52.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-12-01T00:14:53.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-12-01T00:14:53.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-12-01T00:14:53.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-12-01T00:14:54.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-12-01T00:14:54.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-12-01T00:14:54.915Z] [2022-12-01T00:14:54.915Z] SUCCESS: Specified value was saved. [2022-12-01T00:14:54.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-12-01T00:14:54.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-12-01T00:14:54.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-12-01T00:14:55.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-12-01T00:14:55.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-12-01T00:14:56.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-12-01T00:14:56.480Z] INFO: Downloading git... [2022-12-01T00:14:57.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-12-01T00:14:57.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-12-01T00:14:58.058Z] INFO: Downloading go... [2022-12-01T00:14:58.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-12-01T00:14:58.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-12-01T00:14:59.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-12-01T00:14:59.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-12-01T00:14:59.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-12-01T00:14:59.844Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-01T00:14:59.844Z] Using test binary docker [2022-12-01T00:14:59.844Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-12-01T00:14:59.844Z] Starting apparmor (via systemctl): apparmor.service. [2022-12-01T00:14:59.844Z] INFO: Waiting for daemon to start... [2022-12-01T00:14:59.844Z] Starting dockerd [2022-12-01T00:15:00.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-12-01T00:15:01.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-12-01T00:15:02.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-12-01T00:15:03.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-12-01T00:15:03.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-12-01T00:15:03.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-12-01T00:15:03.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-12-01T00:15:03.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-12-01T00:15:03.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-12-01T00:15:03.735Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-12-01T00:15:04.005Z] . [2022-12-01T00:15:04.005Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-01T00:15:04.005Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-01T00:15:04.005Z] Error: No such image: emptyfs [2022-12-01T00:15:04.005Z] Running integration-test (iteration 1) [2022-12-01T00:15:04.005Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-12-01T00:15:04.261Z] Loaded image: busybox:latest [2022-12-01T00:15:04.261Z] Loaded image: busybox:glibc [2022-12-01T00:15:04.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-12-01T00:15:04.662Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-01T00:15:04.662Z] Using test binary docker [2022-12-01T00:15:04.662Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-12-01T00:15:04.662Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-12-01T00:15:04.662Z] INFO: Waiting for daemon to start... [2022-12-01T00:15:04.662Z] Starting dockerd [2022-12-01T00:15:05.204Z] INFO: Downloading compiler 1 of 3... [2022-12-01T00:15:05.689Z] Loaded image: debian:bullseye-slim [2022-12-01T00:15:05.690Z] Loaded image: hello-world:latest [2022-12-01T00:15:05.690Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:15:05.690Z] INFO: Testing against a local daemon [2022-12-01T00:15:05.690Z] === RUN TestCgroupNamespacesBuild [2022-12-01T00:15:05.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-12-01T00:15:06.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-12-01T00:15:07.174Z] . [2022-12-01T00:15:07.174Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-01T00:15:07.174Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-01T00:15:07.174Z] Error: No such image: emptyfs [2022-12-01T00:15:07.174Z] Running integration-test (iteration 1) [2022-12-01T00:15:07.174Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-12-01T00:15:07.431Z] Loaded image: busybox:latest [2022-12-01T00:15:07.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-12-01T00:15:07.687Z] Loaded image: busybox:glibc [2022-12-01T00:15:07.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-12-01T00:15:08.209Z] --- PASS: TestCgroupNamespacesBuild (2.02s) [2022-12-01T00:15:08.210Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-12-01T00:15:08.559Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-12-01T00:15:08.995Z] INFO: Downloading compiler 2 of 3... [2022-12-01T00:15:08.995Z] INFO: Downloading compiler 3 of 3... [2022-12-01T00:15:09.049Z] Loaded image: debian:bullseye-slim [2022-12-01T00:15:09.049Z] Loaded image: hello-world:latest [2022-12-01T00:15:09.049Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:15:09.049Z] INFO: Testing against a local daemon [2022-12-01T00:15:09.049Z] === RUN TestCgroupNamespacesBuild [2022-12-01T00:15:09.137Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.23s) [2022-12-01T00:15:09.137Z] === RUN TestBuildWithSession [2022-12-01T00:15:09.137Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:15:09.137Z] --- SKIP: TestBuildWithSession (0.00s) [2022-12-01T00:15:09.137Z] === RUN TestBuildSquashParent [2022-12-01T00:15:09.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-12-01T00:15:09.982Z] INFO: Extracting git... [2022-12-01T00:15:10.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-12-01T00:15:10.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-12-01T00:15:11.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-12-01T00:15:11.562Z] --- PASS: TestCgroupNamespacesBuild (2.16s) [2022-12-01T00:15:11.562Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-12-01T00:15:12.100Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-01T00:15:12.100Z] Using test binary docker [2022-12-01T00:15:12.356Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-12-01T00:15:12.356Z] +++ /etc/init.d/apparmor start [2022-12-01T00:15:12.356Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-12-01T00:15:12.356Z] INFO: Waiting for daemon to start... [2022-12-01T00:15:12.356Z] Starting dockerd [2022-12-01T00:15:12.356Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-12-01T00:15:13.448Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.10s) [2022-12-01T00:15:13.448Z] === RUN TestBuildWithSession [2022-12-01T00:15:13.448Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:15:13.448Z] --- SKIP: TestBuildWithSession (0.00s) [2022-12-01T00:15:13.448Z] === RUN TestBuildSquashParent [2022-12-01T00:15:14.244Z] . [2022-12-01T00:15:14.244Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-01T00:15:14.244Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-01T00:15:14.244Z] Error: No such image: emptyfs [2022-12-01T00:15:14.244Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-12-01T00:15:14.244Z] ++++ docker load [2022-12-01T00:15:14.377Z] --- PASS: TestBuildSquashParent (4.43s) [2022-12-01T00:15:14.377Z] === RUN TestBuildWithRemoveAndForceRemove [2022-12-01T00:15:14.377Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:14.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:14.377Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:14.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:14.377Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:14.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:14.377Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:14.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:14.377Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:14.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:14.377Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:14.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:14.377Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:14.377Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:14.500Z] Running integration-test (iteration 1) [2022-12-01T00:15:14.500Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-12-01T00:15:14.500Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:15:14.500Z] ++ set -e [2022-12-01T00:15:14.500Z] ++ '[' -n 0 ']' [2022-12-01T00:15:14.500Z] ++ set -x [2022-12-01T00:15:14.500Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:15:14.756Z] Loaded image: busybox:latest [2022-12-01T00:15:14.756Z] Loaded image: busybox:glibc [2022-12-01T00:15:15.304Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:15.559Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:15.683Z] Loaded image: debian:bullseye-slim [2022-12-01T00:15:15.939Z] Loaded image: hello-world:latest [2022-12-01T00:15:15.939Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:15:15.939Z] INFO: Testing against a local daemon [2022-12-01T00:15:15.939Z] === RUN TestCgroupNamespacesBuild [2022-12-01T00:15:16.931Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:16.931Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:17.828Z] --- PASS: TestCgroupNamespacesBuild (2.05s) [2022-12-01T00:15:17.828Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-12-01T00:15:18.296Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-12-01T00:15:18.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.72s) [2022-12-01T00:15:18.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.00s) [2022-12-01T00:15:18.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.45s) [2022-12-01T00:15:18.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.46s) [2022-12-01T00:15:18.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.51s) [2022-12-01T00:15:18.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.43s) [2022-12-01T00:15:18.296Z] === RUN TestBuildMultiStageCopy [2022-12-01T00:15:18.296Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-12-01T00:15:19.193Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s) [2022-12-01T00:15:19.193Z] === RUN TestBuildWithSession [2022-12-01T00:15:19.193Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:15:19.193Z] --- SKIP: TestBuildWithSession (0.00s) [2022-12-01T00:15:19.193Z] === RUN TestBuildSquashParent [2022-12-01T00:15:19.658Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-12-01T00:15:19.914Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-12-01T00:15:19.978Z] --- PASS: TestBuildSquashParent (6.81s) [2022-12-01T00:15:19.978Z] === RUN TestBuildWithRemoveAndForceRemove [2022-12-01T00:15:19.978Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:19.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:19.978Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:19.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:19.978Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:19.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:19.978Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:19.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:19.978Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:19.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:19.978Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:19.978Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:19.978Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:19.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:20.170Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-12-01T00:15:20.426Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-12-01T00:15:20.426Z] --- PASS: TestBuildMultiStageCopy (2.19s) [2022-12-01T00:15:20.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.37s) [2022-12-01T00:15:20.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-12-01T00:15:20.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-12-01T00:15:20.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-12-01T00:15:20.426Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2022-12-01T00:15:20.426Z] === RUN TestBuildMultiStageParentConfig [2022-12-01T00:15:21.352Z] --- PASS: TestBuildMultiStageParentConfig (0.58s) [2022-12-01T00:15:21.352Z] === RUN TestBuildLabelWithTargets [2022-12-01T00:15:21.866Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:21.866Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:21.916Z] --- PASS: TestBuildLabelWithTargets (0.91s) [2022-12-01T00:15:21.916Z] === RUN TestBuildWithEmptyLayers [2022-12-01T00:15:22.460Z] --- PASS: TestBuildSquashParent (3.20s) [2022-12-01T00:15:22.460Z] === RUN TestBuildWithRemoveAndForceRemove [2022-12-01T00:15:22.460Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:22.460Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:22.460Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:22.460Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:22.460Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:22.460Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:22.460Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:22.460Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:22.460Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:22.460Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:22.460Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:22.460Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:22.460Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:15:22.460Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:15:22.527Z] --- PASS: TestBuildWithEmptyLayers (0.38s) [2022-12-01T00:15:22.527Z] === RUN TestBuildMultiStageOnBuild [2022-12-01T00:15:23.388Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:15:23.388Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:15:23.816Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:23.816Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:23.891Z] --- PASS: TestBuildMultiStageOnBuild (1.55s) [2022-12-01T00:15:23.892Z] === RUN TestBuildUncleanTarFilenames [2022-12-01T00:15:24.453Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-12-01T00:15:24.453Z] === RUN TestBuildMultiStageLayerLeak [2022-12-01T00:15:24.753Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:15:24.753Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:15:24.901Z] INFO: Expanding go... [2022-12-01T00:15:25.717Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-12-01T00:15:25.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.60s) [2022-12-01T00:15:25.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.71s) [2022-12-01T00:15:25.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.00s) [2022-12-01T00:15:25.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.92s) [2022-12-01T00:15:25.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s) [2022-12-01T00:15:25.717Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2022-12-01T00:15:25.717Z] === RUN TestBuildMultiStageCopy [2022-12-01T00:15:25.717Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-12-01T00:15:26.119Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-12-01T00:15:26.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.20s) [2022-12-01T00:15:26.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.25s) [2022-12-01T00:15:26.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.05s) [2022-12-01T00:15:26.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.25s) [2022-12-01T00:15:26.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.17s) [2022-12-01T00:15:26.119Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.09s) [2022-12-01T00:15:26.119Z] === RUN TestBuildMultiStageCopy [2022-12-01T00:15:26.119Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-12-01T00:15:26.340Z] --- PASS: TestBuildMultiStageLayerLeak (1.68s) [2022-12-01T00:15:26.340Z] === RUN TestBuildWithHugeFile [2022-12-01T00:15:27.046Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-12-01T00:15:27.046Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-12-01T00:15:27.302Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-12-01T00:15:27.558Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-12-01T00:15:27.558Z] --- PASS: TestBuildMultiStageCopy (1.79s) [2022-12-01T00:15:27.558Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.07s) [2022-12-01T00:15:27.558Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-12-01T00:15:27.558Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-12-01T00:15:27.558Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2022-12-01T00:15:27.558Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2022-12-01T00:15:27.558Z] === RUN TestBuildMultiStageParentConfig [2022-12-01T00:15:28.121Z] --- PASS: TestBuildMultiStageParentConfig (0.55s) [2022-12-01T00:15:28.121Z] === RUN TestBuildLabelWithTargets [2022-12-01T00:15:29.048Z] --- PASS: TestBuildLabelWithTargets (0.87s) [2022-12-01T00:15:29.048Z] === RUN TestBuildWithEmptyLayers [2022-12-01T00:15:29.610Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2022-12-01T00:15:29.610Z] === RUN TestBuildMultiStageOnBuild [2022-12-01T00:15:29.878Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-12-01T00:15:30.134Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-12-01T00:15:30.537Z] --- PASS: TestBuildMultiStageOnBuild (1.22s) [2022-12-01T00:15:30.538Z] === RUN TestBuildUncleanTarFilenames [2022-12-01T00:15:31.060Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-12-01T00:15:31.099Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2022-12-01T00:15:31.099Z] === RUN TestBuildMultiStageLayerLeak [2022-12-01T00:15:31.986Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-12-01T00:15:32.465Z] --- PASS: TestBuildMultiStageLayerLeak (1.28s) [2022-12-01T00:15:32.465Z] === RUN TestBuildWithHugeFile [2022-12-01T00:15:33.349Z] --- PASS: TestBuildMultiStageCopy (7.33s) [2022-12-01T00:15:33.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2022-12-01T00:15:33.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-12-01T00:15:33.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-12-01T00:15:33.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-12-01T00:15:33.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-12-01T00:15:33.349Z] === RUN TestBuildMultiStageParentConfig [2022-12-01T00:15:38.586Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-12-01T00:15:38.586Z] === RUN TestBuildLabelWithTargets [2022-12-01T00:15:46.662Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-12-01T00:15:46.662Z] === RUN TestBuildWithEmptyLayers [2022-12-01T00:15:49.175Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-12-01T00:15:49.175Z] === RUN TestBuildMultiStageOnBuild [2022-12-01T00:15:50.175Z] INFO: Expanding compiler 1 of 3... [2022-12-01T00:15:50.643Z] INFO: Expanding compiler 2 of 3... [2022-12-01T00:15:54.414Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-12-01T00:15:54.414Z] === RUN TestBuildUncleanTarFilenames [2022-12-01T00:15:54.669Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-12-01T00:15:54.669Z] === RUN TestBuildMultiStageLayerLeak [2022-12-01T00:15:56.503Z] INFO: Expanding compiler 3 of 3... [2022-12-01T00:15:56.503Z] INFO: Removing downloaded files... [2022-12-01T00:15:56.503Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-12-01T00:15:56.503Z] INFO: Configuring git core.autocrlf... [2022-12-01T00:15:59.911Z] --- PASS: TestBuildMultiStageLayerLeak (4.48s) [2022-12-01T00:15:59.912Z] === RUN TestBuildWithHugeFile [2022-12-01T00:16:06.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-12-01T00:16:06.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-12-01T00:16:08.513Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-12-01T00:16:08.513Z] [2022-12-01T00:16:08.513Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-12-01T00:16:08.513Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-12-01T00:16:08.513Z] Using test binary docker [2022-12-01T00:16:08.513Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-12-01T00:16:08.513Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-12-01T00:16:08.513Z] INFO: Waiting for daemon to start... [2022-12-01T00:16:08.513Z] Starting dockerd [2022-12-01T00:16:08.513Z] . [2022-12-01T00:16:08.513Z] INFO: Building docker-sdk-python3:4.4.1... [2022-12-01T00:16:11.137Z] --- PASS: TestBuildWithHugeFile (34.94s) [2022-12-01T00:16:11.137Z] === RUN TestBuildWithEmptyDockerfile [2022-12-01T00:16:11.137Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:11.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:11.137Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:11.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:11.137Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:11.137Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:11.137Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:11.137Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:11.137Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:11.137Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-12-01T00:16:11.137Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.06s) [2022-12-01T00:16:11.137Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.06s) [2022-12-01T00:16:11.137Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-12-01T00:16:11.137Z] === RUN TestBuildPreserveOwnership [2022-12-01T00:16:11.137Z] === RUN TestBuildPreserveOwnership/copy_from [2022-12-01T00:16:11.137Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-12-01T00:16:11.137Z] --- PASS: TestBuildPreserveOwnership (2.75s) [2022-12-01T00:16:11.137Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.87s) [2022-12-01T00:16:11.137Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.88s) [2022-12-01T00:16:11.137Z] === RUN TestBuildPlatformInvalid [2022-12-01T00:16:11.137Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-12-01T00:16:11.137Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-12-01T00:16:11.137Z] Loaded image: busybox:latest [2022-12-01T00:16:11.137Z] Loaded image: busybox:glibc [2022-12-01T00:16:12.066Z] Loaded image: debian:bullseye-slim [2022-12-01T00:16:12.321Z] Loaded image: hello-world:latest [2022-12-01T00:16:12.321Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:16:20.464Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.92s) [2022-12-01T00:16:20.464Z] PASS [2022-12-01T00:16:20.464Z] [2022-12-01T00:16:20.464Z] === Skipped [2022-12-01T00:16:20.464Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-12-01T00:16:20.464Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:16:20.464Z] [2022-12-01T00:16:20.464Z] DONE 33 tests, 1 skipped in 64.835s [2022-12-01T00:16:20.464Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-12-01T00:16:20.464Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:16:20.464Z] ++ set -e [2022-12-01T00:16:20.464Z] ++ '[' -n 0 ']' [2022-12-01T00:16:20.464Z] ++ set -x [2022-12-01T00:16:20.464Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:16:20.464Z] INFO: Testing against a local daemon [2022-12-01T00:16:20.464Z] === RUN TestConfigInspect [2022-12-01T00:16:21.831Z] --- PASS: TestConfigInspect (2.34s) [2022-12-01T00:16:21.832Z] === RUN TestConfigList [2022-12-01T00:16:22.513Z] --- PASS: TestBuildWithHugeFile (51.34s) [2022-12-01T00:16:22.513Z] === RUN TestBuildWithEmptyDockerfile [2022-12-01T00:16:22.513Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:22.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:22.513Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:22.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:22.513Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:22.513Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:22.513Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:22.513Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:22.513Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:22.513Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-12-01T00:16:22.513Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s) [2022-12-01T00:16:22.513Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-12-01T00:16:22.513Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-12-01T00:16:22.513Z] === RUN TestBuildPreserveOwnership [2022-12-01T00:16:22.513Z] === RUN TestBuildPreserveOwnership/copy_from [2022-12-01T00:16:22.513Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-12-01T00:16:22.513Z] --- PASS: TestBuildPreserveOwnership (3.41s) [2022-12-01T00:16:22.513Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.31s) [2022-12-01T00:16:22.513Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.09s) [2022-12-01T00:16:22.513Z] === RUN TestBuildPlatformInvalid [2022-12-01T00:16:22.513Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-12-01T00:16:22.513Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-12-01T00:16:22.513Z] Loaded image: busybox:latest [2022-12-01T00:16:22.513Z] Loaded image: busybox:glibc [2022-12-01T00:16:23.440Z] Loaded image: debian:bullseye-slim [2022-12-01T00:16:23.440Z] Loaded image: hello-world:latest [2022-12-01T00:16:23.440Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:16:24.347Z] --- PASS: TestConfigList (2.13s) [2022-12-01T00:16:24.347Z] === RUN TestConfigsCreateAndDelete [2022-12-01T00:16:26.237Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-12-01T00:16:26.237Z] === RUN TestConfigsUpdate [2022-12-01T00:16:28.127Z] --- PASS: TestConfigsUpdate (2.10s) [2022-12-01T00:16:28.127Z] === RUN TestTemplatedConfig [2022-12-01T00:16:30.643Z] --- PASS: TestTemplatedConfig (2.37s) [2022-12-01T00:16:30.643Z] === RUN TestConfigCreateResolve [2022-12-01T00:16:32.537Z] --- PASS: TestConfigCreateResolve (2.09s) [2022-12-01T00:16:32.537Z] === RUN TestConfigDaemonLibtrustID [2022-12-01T00:16:33.098Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-12-01T00:16:33.098Z] PASS [2022-12-01T00:16:33.098Z] [2022-12-01T00:16:33.098Z] DONE 7 tests in 13.818s [2022-12-01T00:16:33.098Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-12-01T00:16:33.098Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:16:33.098Z] ++ set -e [2022-12-01T00:16:33.098Z] ++ '[' -n 0 ']' [2022-12-01T00:16:33.098Z] ++ set -x [2022-12-01T00:16:33.098Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:16:33.354Z] INFO: Testing against a local daemon [2022-12-01T00:16:33.354Z] === RUN TestCheckpoint [2022-12-01T00:16:33.354Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:16:33.354Z] --- SKIP: TestCheckpoint (0.00s) [2022-12-01T00:16:33.354Z] === RUN TestContainerInvalidJSON [2022-12-01T00:16:33.354Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:16:33.354Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:16:33.354Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:16:33.354Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:16:33.354Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:16:33.354Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:16:33.354Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:16:33.354Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:16:33.354Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:16:33.354Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-12-01T00:16:33.354Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-12-01T00:16:33.354Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-12-01T00:16:33.354Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-12-01T00:16:33.354Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-12-01T00:16:33.354Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-12-01T00:16:33.354Z] === RUN TestCopyFromContainerPathIsNotDir [2022-12-01T00:16:33.354Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-12-01T00:16:33.354Z] === RUN TestCopyToContainerPathDoesNotExist [2022-12-01T00:16:33.354Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-12-01T00:16:33.354Z] === RUN TestCopyToContainerPathIsNotDir [2022-12-01T00:16:33.383Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.70s) [2022-12-01T00:16:33.383Z] PASS [2022-12-01T00:16:33.383Z] [2022-12-01T00:16:33.383Z] === Skipped [2022-12-01T00:16:33.383Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-12-01T00:16:33.383Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:16:33.383Z] [2022-12-01T00:16:33.383Z] DONE 33 tests, 1 skipped in 88.950s [2022-12-01T00:16:33.383Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-12-01T00:16:33.383Z] INFO: Testing against a local daemon [2022-12-01T00:16:33.383Z] === RUN TestConfigInspect [2022-12-01T00:16:33.610Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-12-01T00:16:33.611Z] === RUN TestCopyFromContainer [2022-12-01T00:16:34.538Z] === RUN TestCopyFromContainer// [2022-12-01T00:16:34.538Z] === RUN TestCopyFromContainer//bar/root [2022-12-01T00:16:34.538Z] === RUN TestCopyFromContainer//bar/root/ [2022-12-01T00:16:34.538Z] === RUN TestCopyFromContainer/bar/quux [2022-12-01T00:16:34.538Z] === RUN TestCopyFromContainer/bar/quux/ [2022-12-01T00:16:34.538Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-12-01T00:16:34.538Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-12-01T00:16:34.794Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-12-01T00:16:34.794Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-12-01T00:16:34.794Z] === RUN TestCopyFromContainer/bar/notarget [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer (1.34s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-12-01T00:16:34.794Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-12-01T00:16:34.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-12-01T00:16:34.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:16:34.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:16:34.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:16:34.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:16:34.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:16:34.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:16:34.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:16:34.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:16:34.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:16:34.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-12-01T00:16:34.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-12-01T00:16:34.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-12-01T00:16:34.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-12-01T00:16:34.794Z] === RUN TestCreateLinkToNonExistingContainer [2022-12-01T00:16:34.794Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-12-01T00:16:34.794Z] === RUN TestCreateWithInvalidEnv [2022-12-01T00:16:34.794Z] === RUN TestCreateWithInvalidEnv/0 [2022-12-01T00:16:34.794Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-12-01T00:16:34.794Z] === RUN TestCreateWithInvalidEnv/1 [2022-12-01T00:16:34.794Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-12-01T00:16:34.794Z] === RUN TestCreateWithInvalidEnv/2 [2022-12-01T00:16:34.794Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-12-01T00:16:34.794Z] === CONT TestCreateWithInvalidEnv/0 [2022-12-01T00:16:34.794Z] === CONT TestCreateWithInvalidEnv/2 [2022-12-01T00:16:34.794Z] === CONT TestCreateWithInvalidEnv/1 [2022-12-01T00:16:34.794Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-12-01T00:16:34.794Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-12-01T00:16:34.794Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-12-01T00:16:34.794Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-12-01T00:16:34.794Z] === RUN TestCreateTmpfsMountsTarget [2022-12-01T00:16:35.050Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-12-01T00:16:35.050Z] === RUN TestCreateWithCustomMaskedPaths [2022-12-01T00:16:35.270Z] --- PASS: TestConfigInspect (2.37s) [2022-12-01T00:16:35.270Z] === RUN TestConfigList [2022-12-01T00:16:36.416Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2022-12-01T00:16:36.416Z] === RUN TestCreateWithCustomReadonlyPaths [2022-12-01T00:16:37.344Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s) [2022-12-01T00:16:37.344Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-12-01T00:16:37.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:16:37.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:16:37.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:16:37.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:16:37.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:16:37.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:16:37.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:16:37.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:16:37.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:16:37.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:16:37.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:16:37.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:16:37.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:16:37.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:16:37.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:16:37.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-12-01T00:16:37.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-12-01T00:16:37.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-12-01T00:16:37.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-12-01T00:16:37.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-12-01T00:16:37.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-12-01T00:16:37.344Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-12-01T00:16:37.600Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-12-01T00:16:37.600Z] === RUN TestCreateDifferentPlatform [2022-12-01T00:16:37.600Z] === RUN TestCreateDifferentPlatform/different_os [2022-12-01T00:16:37.600Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-12-01T00:16:37.788Z] --- PASS: TestConfigList (2.11s) [2022-12-01T00:16:37.788Z] === RUN TestConfigsCreateAndDelete [2022-12-01T00:16:37.856Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-12-01T00:16:37.856Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-12-01T00:16:37.856Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-12-01T00:16:37.856Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-12-01T00:16:37.856Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-12-01T00:16:37.856Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-12-01T00:16:37.856Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-12-01T00:16:37.856Z] === RUN TestContainerStartOnDaemonRestart [2022-12-01T00:16:37.856Z] === PAUSE TestContainerStartOnDaemonRestart [2022-12-01T00:16:37.856Z] === RUN TestDaemonRestartIpcMode [2022-12-01T00:16:37.856Z] === PAUSE TestDaemonRestartIpcMode [2022-12-01T00:16:37.856Z] === RUN TestDaemonHostGatewayIP [2022-12-01T00:16:37.856Z] === PAUSE TestDaemonHostGatewayIP [2022-12-01T00:16:37.856Z] === RUN TestRestartDaemonWithRestartingContainer [2022-12-01T00:16:37.856Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-12-01T00:16:37.856Z] === RUN TestContainerKillOnDaemonStart [2022-12-01T00:16:37.856Z] === PAUSE TestContainerKillOnDaemonStart [2022-12-01T00:16:37.856Z] === RUN TestDiff [2022-12-01T00:16:38.112Z] --- PASS: TestDiff (0.39s) [2022-12-01T00:16:38.112Z] === RUN TestExecWithCloseStdin [2022-12-01T00:16:38.680Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-12-01T00:16:38.680Z] === RUN TestExec [2022-12-01T00:16:39.241Z] --- PASS: TestExec (0.46s) [2022-12-01T00:16:39.241Z] === RUN TestExecUser [2022-12-01T00:16:39.497Z] --- PASS: TestExecUser (0.45s) [2022-12-01T00:16:39.497Z] === RUN TestExportContainerAndImportImage [2022-12-01T00:16:39.675Z] --- PASS: TestConfigsCreateAndDelete (2.08s) [2022-12-01T00:16:39.675Z] === RUN TestConfigsUpdate [2022-12-01T00:16:40.068Z] --- PASS: TestExportContainerAndImportImage (0.53s) [2022-12-01T00:16:40.068Z] === RUN TestExportContainerAfterDaemonRestart [2022-12-01T00:16:41.433Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2022-12-01T00:16:41.433Z] === RUN TestHealthCheckWorkdir [2022-12-01T00:16:41.562Z] --- PASS: TestConfigsUpdate (2.09s) [2022-12-01T00:16:41.562Z] === RUN TestTemplatedConfig [2022-12-01T00:16:41.994Z] --- PASS: TestHealthCheckWorkdir (0.49s) [2022-12-01T00:16:41.994Z] === RUN TestHealthKillContainer [2022-12-01T00:16:44.826Z] --- PASS: TestTemplatedConfig (2.69s) [2022-12-01T00:16:44.826Z] === RUN TestConfigCreateResolve [2022-12-01T00:16:46.713Z] --- PASS: TestConfigCreateResolve (2.10s) [2022-12-01T00:16:46.713Z] === RUN TestConfigDaemonLibtrustID [2022-12-01T00:16:46.969Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-12-01T00:16:46.969Z] PASS [2022-12-01T00:16:46.969Z] [2022-12-01T00:16:46.969Z] DONE 7 tests in 14.023s [2022-12-01T00:16:46.969Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-12-01T00:16:46.969Z] INFO: Testing against a local daemon [2022-12-01T00:16:46.969Z] === RUN TestCheckpoint [2022-12-01T00:16:46.969Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:16:46.969Z] --- SKIP: TestCheckpoint (0.00s) [2022-12-01T00:16:46.969Z] === RUN TestContainerInvalidJSON [2022-12-01T00:16:46.969Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:16:46.969Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:16:46.969Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:16:46.969Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:16:46.969Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:16:46.969Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:16:46.969Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:16:46.969Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:16:46.969Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:16:46.969Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-12-01T00:16:46.969Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-12-01T00:16:46.969Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-12-01T00:16:46.969Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-12-01T00:16:46.969Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-12-01T00:16:46.969Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-12-01T00:16:46.969Z] === RUN TestCopyFromContainerPathIsNotDir [2022-12-01T00:16:47.224Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-12-01T00:16:47.224Z] === RUN TestCopyToContainerPathDoesNotExist [2022-12-01T00:16:47.224Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-12-01T00:16:47.224Z] === RUN TestCopyToContainerPathIsNotDir [2022-12-01T00:16:47.224Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-12-01T00:16:47.224Z] === RUN TestCopyFromContainer [2022-12-01T00:16:48.152Z] === RUN TestCopyFromContainer// [2022-12-01T00:16:48.152Z] === RUN TestCopyFromContainer//bar/root [2022-12-01T00:16:48.408Z] === RUN TestCopyFromContainer//bar/root/ [2022-12-01T00:16:48.408Z] === RUN TestCopyFromContainer/bar/quux [2022-12-01T00:16:48.408Z] === RUN TestCopyFromContainer/bar/quux/ [2022-12-01T00:16:48.408Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-12-01T00:16:48.408Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-12-01T00:16:48.664Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-12-01T00:16:48.664Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-12-01T00:16:48.664Z] === RUN TestCopyFromContainer/bar/notarget [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer (1.55s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-12-01T00:16:48.664Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-12-01T00:16:48.664Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-12-01T00:16:48.664Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:16:48.664Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:16:48.664Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:16:48.664Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:16:48.664Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:16:48.664Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:16:48.664Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:16:48.664Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:16:48.664Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:16:48.664Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-12-01T00:16:48.664Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-12-01T00:16:48.664Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-12-01T00:16:48.664Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-12-01T00:16:48.664Z] === RUN TestCreateLinkToNonExistingContainer [2022-12-01T00:16:48.920Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-12-01T00:16:48.920Z] === RUN TestCreateWithInvalidEnv [2022-12-01T00:16:48.920Z] === RUN TestCreateWithInvalidEnv/0 [2022-12-01T00:16:48.920Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-12-01T00:16:48.920Z] === RUN TestCreateWithInvalidEnv/1 [2022-12-01T00:16:48.920Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-12-01T00:16:48.920Z] === RUN TestCreateWithInvalidEnv/2 [2022-12-01T00:16:48.920Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-12-01T00:16:48.920Z] === CONT TestCreateWithInvalidEnv/0 [2022-12-01T00:16:48.920Z] === CONT TestCreateWithInvalidEnv/2 [2022-12-01T00:16:48.920Z] === CONT TestCreateWithInvalidEnv/1 [2022-12-01T00:16:48.920Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-12-01T00:16:48.920Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-12-01T00:16:48.920Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-12-01T00:16:48.920Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-12-01T00:16:48.920Z] === RUN TestCreateTmpfsMountsTarget [2022-12-01T00:16:48.920Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-12-01T00:16:48.920Z] === RUN TestCreateWithCustomMaskedPaths [2022-12-01T00:16:50.084Z] --- PASS: TestHealthKillContainer (7.87s) [2022-12-01T00:16:50.084Z] === RUN TestHealthCheckProcessKilled [2022-12-01T00:16:50.314Z] --- PASS: TestCreateWithCustomMaskedPaths (1.40s) [2022-12-01T00:16:50.314Z] === RUN TestCreateWithCustomReadonlyPaths [2022-12-01T00:16:50.340Z] --- PASS: TestHealthCheckProcessKilled (0.65s) [2022-12-01T00:16:50.340Z] === RUN TestInspectCpusetInConfigPre120 [2022-12-01T00:16:50.596Z] --- PASS: TestInspectCpusetInConfigPre120 (0.37s) [2022-12-01T00:16:50.596Z] === RUN TestIpcModeNone [2022-12-01T00:16:51.158Z] --- PASS: TestIpcModeNone (0.45s) [2022-12-01T00:16:51.158Z] === RUN TestIpcModePrivate [2022-12-01T00:16:51.415Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-12-01T00:16:51.671Z] --- PASS: TestIpcModePrivate (0.46s) [2022-12-01T00:16:51.671Z] === RUN TestIpcModeShareable [2022-12-01T00:16:51.712Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.49s) [2022-12-01T00:16:51.712Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-12-01T00:16:51.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:16:51.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:16:51.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:16:51.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:16:51.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:16:51.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:16:51.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:16:51.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:16:51.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:16:51.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:16:51.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:16:51.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:16:51.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:16:51.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:16:51.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:16:51.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-12-01T00:16:51.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-12-01T00:16:51.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-12-01T00:16:51.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-12-01T00:16:51.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-12-01T00:16:51.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-12-01T00:16:51.712Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-12-01T00:16:51.927Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-12-01T00:16:52.183Z] --- PASS: TestIpcModeShareable (0.48s) [2022-12-01T00:16:52.183Z] === RUN TestAPIIpcModeShareableAndContainer [2022-12-01T00:16:52.273Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s) [2022-12-01T00:16:52.273Z] === RUN TestCreateDifferentPlatform [2022-12-01T00:16:52.273Z] === RUN TestCreateDifferentPlatform/different_os [2022-12-01T00:16:52.273Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-12-01T00:16:52.273Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-12-01T00:16:52.273Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-12-01T00:16:52.273Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-12-01T00:16:52.273Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-12-01T00:16:52.273Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2022-12-01T00:16:52.273Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-12-01T00:16:52.529Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-12-01T00:16:52.529Z] === RUN TestContainerStartOnDaemonRestart [2022-12-01T00:16:52.529Z] === PAUSE TestContainerStartOnDaemonRestart [2022-12-01T00:16:52.529Z] === RUN TestDaemonRestartIpcMode [2022-12-01T00:16:52.529Z] === PAUSE TestDaemonRestartIpcMode [2022-12-01T00:16:52.529Z] === RUN TestDaemonHostGatewayIP [2022-12-01T00:16:52.529Z] === PAUSE TestDaemonHostGatewayIP [2022-12-01T00:16:52.529Z] === RUN TestRestartDaemonWithRestartingContainer [2022-12-01T00:16:52.529Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-12-01T00:16:52.529Z] === RUN TestContainerKillOnDaemonStart [2022-12-01T00:16:52.529Z] === PAUSE TestContainerKillOnDaemonStart [2022-12-01T00:16:52.529Z] === RUN TestDiff [2022-12-01T00:16:53.090Z] --- PASS: TestDiff (0.58s) [2022-12-01T00:16:53.090Z] === RUN TestExecWithCloseStdin [2022-12-01T00:16:53.550Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2022-12-01T00:16:53.550Z] === RUN TestAPIIpcModeHost [2022-12-01T00:16:53.651Z] --- PASS: TestExecWithCloseStdin (0.60s) [2022-12-01T00:16:53.651Z] === RUN TestExec [2022-12-01T00:16:53.806Z] --- PASS: TestAPIIpcModeHost (0.34s) [2022-12-01T00:16:53.806Z] === RUN TestDaemonIpcModeShareable [2022-12-01T00:16:54.213Z] --- PASS: TestExec (0.61s) [2022-12-01T00:16:54.213Z] === RUN TestExecUser [2022-12-01T00:16:54.775Z] --- PASS: TestExecUser (0.60s) [2022-12-01T00:16:54.775Z] === RUN TestExportContainerAndImportImage [2022-12-01T00:16:55.172Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-12-01T00:16:55.172Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2022-12-01T00:16:55.172Z] === RUN TestDaemonIpcModePrivate [2022-12-01T00:16:55.175Z] sha256:a5739039213c4f59c26a3f9db532993b90cd62004df82bd87a92a9cfb24593dd [2022-12-01T00:16:55.175Z] INFO: Starting docker-py tests... [2022-12-01T00:16:55.175Z] ============================= test session starts ============================== [2022-12-01T00:16:55.175Z] platform linux -- Python 3.7.15, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-12-01T00:16:55.175Z] rootdir: /src, inifile: pytest.ini [2022-12-01T00:16:55.175Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-12-01T00:16:55.436Z] collected 389 items / 1 deselected / 388 selected [2022-12-01T00:16:55.436Z] [2022-12-01T00:16:55.702Z] --- PASS: TestExportContainerAndImportImage (0.66s) [2022-12-01T00:16:55.702Z] === RUN TestExportContainerAfterDaemonRestart [2022-12-01T00:16:56.080Z] --- PASS: TestBuildWithHugeFile (50.85s) [2022-12-01T00:16:56.080Z] === RUN TestBuildWithEmptyDockerfile [2022-12-01T00:16:56.080Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:56.080Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:56.080Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:56.080Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:56.080Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:56.080Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:56.080Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:16:56.080Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:16:56.080Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:16:56.080Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-12-01T00:16:56.080Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-12-01T00:16:56.080Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-12-01T00:16:56.080Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-12-01T00:16:56.080Z] === RUN TestBuildPreserveOwnership [2022-12-01T00:16:56.080Z] === RUN TestBuildPreserveOwnership/copy_from [2022-12-01T00:16:56.080Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-12-01T00:16:56.102Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-12-01T00:16:56.102Z] --- PASS: TestDaemonIpcModePrivate (1.10s) [2022-12-01T00:16:56.102Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-12-01T00:16:56.629Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-12-01T00:16:56.629Z] === RUN TestHealthCheckWorkdir [2022-12-01T00:16:57.029Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-12-01T00:16:57.285Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.09s) [2022-12-01T00:16:57.285Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-12-01T00:16:57.556Z] --- PASS: TestHealthCheckWorkdir (0.70s) [2022-12-01T00:16:57.556Z] === RUN TestHealthKillContainer [2022-12-01T00:16:58.213Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-12-01T00:16:58.213Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.09s) [2022-12-01T00:16:58.213Z] === RUN TestIpcModeOlderClient [2022-12-01T00:16:58.213Z] === PAUSE TestIpcModeOlderClient [2022-12-01T00:16:58.213Z] === RUN TestKillContainerInvalidSignal [2022-12-01T00:16:58.775Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-12-01T00:16:58.775Z] === RUN TestKillContainer [2022-12-01T00:16:58.775Z] === RUN TestKillContainer/no_signal [2022-12-01T00:16:59.032Z] === RUN TestKillContainer/non_killing_signal [2022-12-01T00:16:59.288Z] === RUN TestKillContainer/killing_signal [2022-12-01T00:16:59.849Z] --- PASS: TestKillContainer (1.17s) [2022-12-01T00:16:59.849Z] --- PASS: TestKillContainer/no_signal (0.36s) [2022-12-01T00:16:59.849Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-12-01T00:16:59.849Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-12-01T00:16:59.849Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-12-01T00:16:59.849Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-12-01T00:17:00.244Z] --- PASS: TestBuildPreserveOwnership (9.94s) [2022-12-01T00:17:00.244Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.93s) [2022-12-01T00:17:00.244Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-12-01T00:17:00.244Z] === RUN TestBuildPlatformInvalid [2022-12-01T00:17:00.244Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-12-01T00:17:00.244Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-12-01T00:17:00.244Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2022-12-01T00:17:00.244Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-12-01T00:17:00.244Z] PASS [2022-12-01T00:17:00.244Z] [2022-12-01T00:17:00.244Z] === Skipped [2022-12-01T00:17:00.244Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-12-01T00:17:00.244Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:17:00.244Z] [2022-12-01T00:17:00.244Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-12-01T00:17:00.244Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2022-12-01T00:17:00.244Z] [2022-12-01T00:17:00.244Z] DONE 33 tests, 2 skipped in 112.977s [2022-12-01T00:17:00.244Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-12-01T00:17:00.244Z] INFO: Testing against a local daemon [2022-12-01T00:17:00.244Z] === RUN TestConfigInspect [2022-12-01T00:17:00.244Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:00.244Z] --- SKIP: TestConfigInspect (0.02s) [2022-12-01T00:17:00.244Z] === RUN TestConfigList [2022-12-01T00:17:00.244Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:00.411Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-12-01T00:17:00.499Z] --- SKIP: TestConfigList (0.02s) [2022-12-01T00:17:00.499Z] === RUN TestConfigsCreateAndDelete [2022-12-01T00:17:00.499Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:00.499Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-12-01T00:17:00.499Z] === RUN TestConfigsUpdate [2022-12-01T00:17:00.499Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:00.499Z] --- SKIP: TestConfigsUpdate (0.02s) [2022-12-01T00:17:00.499Z] === RUN TestTemplatedConfig [2022-12-01T00:17:00.499Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:00.499Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-12-01T00:17:00.499Z] === RUN TestConfigCreateResolve [2022-12-01T00:17:00.499Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:00.499Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-12-01T00:17:00.499Z] === RUN TestConfigDaemonLibtrustID [2022-12-01T00:17:00.972Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s) [2022-12-01T00:17:00.972Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-12-01T00:17:00.972Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2022-12-01T00:17:00.972Z] === RUN TestKillStoppedContainer [2022-12-01T00:17:00.972Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-12-01T00:17:00.972Z] === RUN TestKillStoppedContainerAPIPre120 [2022-12-01T00:17:00.972Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-12-01T00:17:00.972Z] === RUN TestKillDifferentUserContainer [2022-12-01T00:17:01.534Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-12-01T00:17:01.534Z] === RUN TestInspectOomKilledTrue [2022-12-01T00:17:01.863Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2022-12-01T00:17:01.863Z] PASS [2022-12-01T00:17:01.863Z] [2022-12-01T00:17:01.863Z] === Skipped [2022-12-01T00:17:01.864Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-12-01T00:17:01.864Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:01.864Z] [2022-12-01T00:17:01.864Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-12-01T00:17:01.864Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:01.864Z] [2022-12-01T00:17:01.864Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-12-01T00:17:01.864Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:01.864Z] [2022-12-01T00:17:01.864Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2022-12-01T00:17:01.864Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:01.864Z] [2022-12-01T00:17:01.864Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-12-01T00:17:01.864Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:01.864Z] [2022-12-01T00:17:01.864Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-12-01T00:17:01.864Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:17:01.864Z] [2022-12-01T00:17:01.864Z] DONE 7 tests, 6 skipped in 1.736s [2022-12-01T00:17:01.864Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-12-01T00:17:02.095Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-12-01T00:17:02.095Z] === RUN TestInspectOomKilledFalse [2022-12-01T00:17:02.119Z] INFO: Testing against a local daemon [2022-12-01T00:17:02.119Z] === RUN TestCheckpoint [2022-12-01T00:17:02.119Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:17:02.119Z] --- SKIP: TestCheckpoint (0.00s) [2022-12-01T00:17:02.119Z] === RUN TestContainerInvalidJSON [2022-12-01T00:17:02.119Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:17:02.119Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:17:02.119Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:17:02.119Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:17:02.119Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:17:02.119Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:17:02.119Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:17:02.119Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:17:02.119Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:17:02.119Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-12-01T00:17:02.119Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-12-01T00:17:02.119Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-12-01T00:17:02.119Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-12-01T00:17:02.119Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-12-01T00:17:02.119Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-12-01T00:17:02.119Z] === RUN TestCopyFromContainerPathIsNotDir [2022-12-01T00:17:02.119Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-12-01T00:17:02.351Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2022-12-01T00:17:02.351Z] === RUN TestLinksEtcHostsContentMatch [2022-12-01T00:17:02.374Z] === RUN TestCopyToContainerPathDoesNotExist [2022-12-01T00:17:02.374Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-12-01T00:17:02.374Z] === RUN TestCopyToContainerPathIsNotDir [2022-12-01T00:17:02.374Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-12-01T00:17:02.374Z] === RUN TestCopyFromContainer [2022-12-01T00:17:02.607Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-12-01T00:17:02.607Z] === RUN TestLinksContainerNames [2022-12-01T00:17:03.535Z] --- PASS: TestLinksContainerNames (0.83s) [2022-12-01T00:17:03.535Z] === RUN TestLogsFollowTailEmpty [2022-12-01T00:17:03.791Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-12-01T00:17:03.791Z] === RUN TestContainerNetworkMountsNoChown [2022-12-01T00:17:04.352Z] --- PASS: TestContainerNetworkMountsNoChown (0.36s) [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/default [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/default [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/private [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/private [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rprivate [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rprivate [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/slave [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/slave [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rslave [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rslave [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/shared [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/shared [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rshared [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rshared [2022-12-01T00:17:04.352Z] === CONT TestMountDaemonRoot/default [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:04.352Z] === CONT TestMountDaemonRoot/rslave [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:04.352Z] === CONT TestMountDaemonRoot/slave [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:04.352Z] === CONT TestMountDaemonRoot/rprivate [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:04.352Z] === CONT TestMountDaemonRoot/private [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:04.352Z] === CONT TestMountDaemonRoot/rshared [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:04.352Z] === CONT TestMountDaemonRoot/shared [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:04.352Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:04.352Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:04.353Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:04.610Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-12-01T00:17:04.876Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-12-01T00:17:04.876Z] === RUN TestContainerBindMountNonRecursive [2022-12-01T00:17:05.636Z] --- PASS: TestHealthKillContainer (8.25s) [2022-12-01T00:17:05.636Z] === RUN TestHealthCheckProcessKilled [2022-12-01T00:17:06.285Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-12-01T00:17:06.285Z] === RUN TestContainerVolumesMountedAsShared [2022-12-01T00:17:06.541Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s) [2022-12-01T00:17:06.541Z] === RUN TestContainerVolumesMountedAsSlave [2022-12-01T00:17:06.562Z] --- PASS: TestHealthCheckProcessKilled (0.85s) [2022-12-01T00:17:06.562Z] === RUN TestInspectCpusetInConfigPre120 [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer// [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer//bar/root [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer//bar/root/ [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer/bar/quux [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer/bar/quux/ [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-12-01T00:17:06.580Z] === RUN TestCopyFromContainer/bar/notarget [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer (4.27s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.04s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.04s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.04s) [2022-12-01T00:17:06.580Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2022-12-01T00:17:06.580Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-12-01T00:17:06.580Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:17:06.580Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:17:06.580Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:17:06.580Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:17:06.580Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:17:06.580Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:17:06.580Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:17:06.580Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:17:06.580Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:17:06.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-12-01T00:17:06.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-12-01T00:17:06.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-12-01T00:17:06.580Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-12-01T00:17:06.580Z] === RUN TestCreateLinkToNonExistingContainer [2022-12-01T00:17:06.580Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-12-01T00:17:06.580Z] === RUN TestCreateWithInvalidEnv [2022-12-01T00:17:06.580Z] === RUN TestCreateWithInvalidEnv/0 [2022-12-01T00:17:06.580Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-12-01T00:17:06.580Z] === RUN TestCreateWithInvalidEnv/1 [2022-12-01T00:17:06.580Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-12-01T00:17:06.580Z] === RUN TestCreateWithInvalidEnv/2 [2022-12-01T00:17:06.580Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-12-01T00:17:06.580Z] === CONT TestCreateWithInvalidEnv/0 [2022-12-01T00:17:06.580Z] === CONT TestCreateWithInvalidEnv/2 [2022-12-01T00:17:06.580Z] === CONT TestCreateWithInvalidEnv/1 [2022-12-01T00:17:06.580Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-12-01T00:17:06.580Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-12-01T00:17:06.580Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-12-01T00:17:06.580Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-12-01T00:17:06.580Z] === RUN TestCreateTmpfsMountsTarget [2022-12-01T00:17:06.580Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-12-01T00:17:06.580Z] === RUN TestCreateWithCustomMaskedPaths [2022-12-01T00:17:06.797Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-12-01T00:17:06.798Z] === RUN TestNetworkNat [2022-12-01T00:17:07.123Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-12-01T00:17:07.123Z] === RUN TestIpcModeNone [2022-12-01T00:17:07.359Z] --- PASS: TestNetworkNat (0.45s) [2022-12-01T00:17:07.359Z] === RUN TestNetworkLocalhostTCPNat [2022-12-01T00:17:07.615Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-12-01T00:17:07.615Z] === RUN TestNetworkLoopbackNat [2022-12-01T00:17:07.684Z] --- PASS: TestIpcModeNone (0.64s) [2022-12-01T00:17:07.684Z] === RUN TestIpcModePrivate [2022-12-01T00:17:07.946Z] --- PASS: TestCreateWithCustomMaskedPaths (1.04s) [2022-12-01T00:17:07.946Z] === RUN TestCreateWithCustomReadonlyPaths [2022-12-01T00:17:08.246Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-12-01T00:17:08.501Z] --- PASS: TestIpcModePrivate (0.66s) [2022-12-01T00:17:08.501Z] === RUN TestIpcModeShareable [2022-12-01T00:17:08.756Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-12-01T00:17:08.814Z] Removing intermediate container 8c4951466fa7 [2022-12-01T00:17:08.814Z] ---> ab25e34011e2 [2022-12-01T00:17:08.814Z] 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 [2022-12-01T00:17:08.814Z] ---> Running in d8b310129c4b [2022-12-01T00:17:08.873Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.06s) [2022-12-01T00:17:08.873Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-12-01T00:17:08.873Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:17:08.873Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:17:08.873Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:17:08.873Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:17:08.873Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:17:08.873Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:17:08.873Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:17:08.873Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:17:08.873Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:17:08.873Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:17:08.873Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:17:08.873Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:17:08.873Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:17:08.873Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:17:08.873Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:17:08.873Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-12-01T00:17:08.873Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-12-01T00:17:08.873Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-12-01T00:17:08.873Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-12-01T00:17:08.873Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-12-01T00:17:08.873Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-12-01T00:17:08.873Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-12-01T00:17:09.013Z] --- PASS: TestIpcModeShareable (0.57s) [2022-12-01T00:17:09.013Z] === RUN TestAPIIpcModeShareableAndContainer [2022-12-01T00:17:09.128Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-12-01T00:17:09.128Z] === RUN TestCreateDifferentPlatform [2022-12-01T00:17:09.128Z] === RUN TestCreateDifferentPlatform/different_os [2022-12-01T00:17:09.128Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-12-01T00:17:09.128Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-12-01T00:17:09.128Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-12-01T00:17:09.128Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-12-01T00:17:09.128Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-12-01T00:17:09.128Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-12-01T00:17:09.128Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-12-01T00:17:09.384Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-12-01T00:17:09.384Z] === RUN TestContainerStartOnDaemonRestart [2022-12-01T00:17:09.384Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-12-01T00:17:09.384Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-12-01T00:17:09.384Z] === RUN TestDaemonRestartIpcMode [2022-12-01T00:17:09.384Z] === PAUSE TestDaemonRestartIpcMode [2022-12-01T00:17:09.384Z] === RUN TestDaemonHostGatewayIP [2022-12-01T00:17:09.384Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:17:09.384Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-12-01T00:17:09.384Z] === RUN TestRestartDaemonWithRestartingContainer [2022-12-01T00:17:09.384Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-12-01T00:17:09.384Z] === RUN TestContainerKillOnDaemonStart [2022-12-01T00:17:09.384Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-12-01T00:17:09.384Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-12-01T00:17:09.384Z] === RUN TestDiff [2022-12-01T00:17:09.640Z] --- PASS: TestDiff (0.37s) [2022-12-01T00:17:09.640Z] === RUN TestExecWithCloseStdin [2022-12-01T00:17:10.131Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-12-01T00:17:10.131Z] === RUN TestPause [2022-12-01T00:17:10.203Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-12-01T00:17:10.203Z] === RUN TestExec [2022-12-01T00:17:10.459Z] --- PASS: TestExec (0.42s) [2022-12-01T00:17:10.459Z] === RUN TestExecUser [2022-12-01T00:17:10.693Z] --- PASS: TestPause (0.45s) [2022-12-01T00:17:10.693Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-12-01T00:17:10.693Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:17:10.693Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:17:10.693Z] === RUN TestPauseStopPausedContainer [2022-12-01T00:17:10.901Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s) [2022-12-01T00:17:10.901Z] === RUN TestAPIIpcModeHost [2022-12-01T00:17:10.949Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2022-12-01T00:17:10.949Z] === RUN TestPsFilter [2022-12-01T00:17:11.020Z] --- PASS: TestExecUser (0.40s) [2022-12-01T00:17:11.020Z] === RUN TestExportContainerAndImportImage [2022-12-01T00:17:11.156Z] --- PASS: TestAPIIpcModeHost (0.37s) [2022-12-01T00:17:11.156Z] === RUN TestDaemonIpcModeShareable [2022-12-01T00:17:11.165Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-12-01T00:17:11.205Z] --- PASS: TestPsFilter (0.11s) [2022-12-01T00:17:11.205Z] === RUN TestRemoveContainerWithRemovedVolume [2022-12-01T00:17:11.462Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-12-01T00:17:11.462Z] === RUN TestRemoveContainerWithVolume [2022-12-01T00:17:11.581Z] --- PASS: TestExportContainerAndImportImage (0.50s) [2022-12-01T00:17:11.581Z] === RUN TestExportContainerAfterDaemonRestart [2022-12-01T00:17:11.987Z] tests/integration/api_client_test.py ..... [ 7%] [2022-12-01T00:17:12.024Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-12-01T00:17:12.024Z] === RUN TestRemoveContainerRunning [2022-12-01T00:17:12.083Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-12-01T00:17:12.280Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-12-01T00:17:12.280Z] === RUN TestRemoveContainerForceRemoveRunning [2022-12-01T00:17:12.339Z] --- PASS: TestDaemonIpcModeShareable (1.15s) [2022-12-01T00:17:12.339Z] === RUN TestDaemonIpcModePrivate [2022-12-01T00:17:12.841Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-12-01T00:17:12.841Z] === RUN TestRemoveInvalidContainer [2022-12-01T00:17:12.841Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-12-01T00:17:12.841Z] === RUN TestRenameLinkedContainer [2022-12-01T00:17:13.266Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-12-01T00:17:13.523Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-12-01T00:17:13.523Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-12-01T00:17:13.562Z] INFO: Installing gotestsum version v1.8.2 in C:\gopath\bin [2022-12-01T00:17:13.562Z] go: downloading gotest.tools/gotestsum v1.8.2 [2022-12-01T00:17:13.741Z] tests/integration/api_config_test.py ..... [ 8%] [2022-12-01T00:17:13.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-12-01T00:17:13.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-12-01T00:17:14.030Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-12-01T00:17:14.030Z] go: downloading github.com/fatih/color v1.13.0 [2022-12-01T00:17:14.030Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-12-01T00:17:14.030Z] go: downloading golang.org/x/tools v0.1.11 [2022-12-01T00:17:14.030Z] go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-12-01T00:17:14.030Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-01T00:17:14.030Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-01T00:17:14.030Z] go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2022-12-01T00:17:14.030Z] go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2022-12-01T00:17:14.451Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-12-01T00:17:14.451Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2022-12-01T00:17:14.451Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-12-01T00:17:14.498Z] go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2022-12-01T00:17:14.732Z] --- PASS: TestRenameLinkedContainer (1.64s) [2022-12-01T00:17:14.732Z] === RUN TestRenameStoppedContainer [2022-12-01T00:17:14.732Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-12-01T00:17:14.732Z] === RUN TestRenameRunningContainerAndReuse [2022-12-01T00:17:14.844Z] --- PASS: TestExportContainerAfterDaemonRestart (3.29s) [2022-12-01T00:17:14.844Z] === RUN TestHealthCheckWorkdir [2022-12-01T00:17:15.102Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-12-01T00:17:15.102Z] === RUN TestHealthKillContainer [2022-12-01T00:17:15.484Z] go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2022-12-01T00:17:15.664Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2022-12-01T00:17:15.664Z] === RUN TestRenameInvalidName [2022-12-01T00:17:15.817Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-12-01T00:17:15.817Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-12-01T00:17:15.817Z] === RUN TestIpcModeOlderClient [2022-12-01T00:17:15.817Z] === PAUSE TestIpcModeOlderClient [2022-12-01T00:17:15.817Z] === RUN TestKillContainerInvalidSignal [2022-12-01T00:17:16.073Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-12-01T00:17:16.073Z] === RUN TestKillContainer [2022-12-01T00:17:16.073Z] === RUN TestKillContainer/no_signal [2022-12-01T00:17:16.226Z] --- PASS: TestRenameInvalidName (0.41s) [2022-12-01T00:17:16.226Z] === RUN TestRenameAnonymousContainer [2022-12-01T00:17:16.635Z] === RUN TestKillContainer/non_killing_signal [2022-12-01T00:17:16.892Z] === RUN TestKillContainer/killing_signal [2022-12-01T00:17:17.454Z] --- PASS: TestKillContainer (1.26s) [2022-12-01T00:17:17.454Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-12-01T00:17:17.454Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-12-01T00:17:17.454Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-12-01T00:17:17.454Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-12-01T00:17:17.454Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-12-01T00:17:17.593Z] --- PASS: TestRenameAnonymousContainer (1.43s) [2022-12-01T00:17:17.593Z] === RUN TestRenameContainerWithSameName [2022-12-01T00:17:17.849Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-12-01T00:17:17.849Z] === RUN TestRenameContainerWithLinkedContainer [2022-12-01T00:17:18.016Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-12-01T00:17:18.578Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.21s) [2022-12-01T00:17:18.578Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-12-01T00:17:18.578Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2022-12-01T00:17:18.578Z] === RUN TestKillStoppedContainer [2022-12-01T00:17:18.578Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-12-01T00:17:18.578Z] === RUN TestKillStoppedContainerAPIPre120 [2022-12-01T00:17:18.777Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2022-12-01T00:17:18.777Z] === RUN TestResize [2022-12-01T00:17:18.833Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-12-01T00:17:18.833Z] === RUN TestKillDifferentUserContainer [2022-12-01T00:17:19.035Z] --- PASS: TestResize (0.40s) [2022-12-01T00:17:19.035Z] === RUN TestResizeWithInvalidSize [2022-12-01T00:17:19.089Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2022-12-01T00:17:19.089Z] === RUN TestInspectOomKilledTrue [2022-12-01T00:17:19.089Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-12-01T00:17:19.089Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-12-01T00:17:19.089Z] === RUN TestInspectOomKilledFalse [2022-12-01T00:17:19.598Z] --- PASS: TestResizeWithInvalidSize (0.38s) [2022-12-01T00:17:19.598Z] === RUN TestResizeWhenContainerNotStarted [2022-12-01T00:17:19.650Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-12-01T00:17:19.650Z] === RUN TestLinksEtcHostsContentMatch [2022-12-01T00:17:19.854Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-12-01T00:17:19.854Z] === RUN TestDaemonRestartKillContainers [2022-12-01T00:17:19.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:17:19.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:17:19.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:17:19.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:19.855Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:19.855Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:19.855Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:17:19.855Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:17:19.905Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s) [2022-12-01T00:17:19.905Z] === RUN TestLinksContainerNames [2022-12-01T00:17:20.832Z] --- PASS: TestLinksContainerNames (0.86s) [2022-12-01T00:17:20.832Z] === RUN TestLogsFollowTailEmpty [2022-12-01T00:17:21.393Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-12-01T00:17:21.393Z] === RUN TestContainerNetworkMountsNoChown [2022-12-01T00:17:21.649Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/default [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/default [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/private [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/private [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/rprivate [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/rprivate [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/slave [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/slave [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/rslave [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/rslave [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/shared [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/shared [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/rshared [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/rshared [2022-12-01T00:17:21.649Z] === CONT TestMountDaemonRoot/default [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:21.649Z] === CONT TestMountDaemonRoot/rshared [2022-12-01T00:17:21.649Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:21.649Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/slave [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/shared [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/rslave [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/rprivate [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/private [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:21.650Z] === RUN TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:21.650Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:21.650Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:21.745Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:21.745Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:21.906Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:22.163Z] === CONT TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-12-01T00:17:22.163Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-12-01T00:17:22.163Z] === RUN TestContainerBindMountNonRecursive [2022-12-01T00:17:22.673Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:22.929Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:23.185Z] --- PASS: TestHealthKillContainer (7.84s) [2022-12-01T00:17:23.185Z] === RUN TestHealthCheckProcessKilled [2022-12-01T00:17:23.528Z] --- PASS: TestContainerBindMountNonRecursive (1.19s) [2022-12-01T00:17:23.528Z] === RUN TestContainerVolumesMountedAsShared [2022-12-01T00:17:23.746Z] --- PASS: TestHealthCheckProcessKilled (0.61s) [2022-12-01T00:17:23.746Z] === RUN TestInspectCpusetInConfigPre120 [2022-12-01T00:17:23.746Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-12-01T00:17:23.746Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-12-01T00:17:23.746Z] === RUN TestIpcModeNone [2022-12-01T00:17:23.784Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-12-01T00:17:23.784Z] === RUN TestContainerVolumesMountedAsSlave [2022-12-01T00:17:23.858Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:17:24.001Z] --- PASS: TestIpcModeNone (0.42s) [2022-12-01T00:17:24.001Z] === RUN TestIpcModePrivate [2022-12-01T00:17:24.113Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:17:24.258Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-12-01T00:17:24.346Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-12-01T00:17:24.346Z] === RUN TestNetworkNat [2022-12-01T00:17:24.514Z] --- PASS: TestIpcModePrivate (0.42s) [2022-12-01T00:17:24.514Z] === RUN TestIpcModeShareable [2022-12-01T00:17:24.514Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:17:24.514Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-12-01T00:17:24.514Z] === RUN TestAPIIpcModeShareableAndContainer [2022-12-01T00:17:24.603Z] --- PASS: TestNetworkNat (0.43s) [2022-12-01T00:17:24.603Z] === RUN TestNetworkLocalhostTCPNat [2022-12-01T00:17:25.163Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-12-01T00:17:25.163Z] === RUN TestNetworkLoopbackNat [2022-12-01T00:17:25.480Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:17:25.880Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.32s) [2022-12-01T00:17:25.880Z] === RUN TestAPIIpcModeHost [2022-12-01T00:17:25.880Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:17:25.881Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-12-01T00:17:25.881Z] === RUN TestDaemonIpcModeShareable [2022-12-01T00:17:25.881Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:17:25.881Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-12-01T00:17:25.881Z] === RUN TestDaemonIpcModePrivate [2022-12-01T00:17:26.042Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:17:26.808Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-12-01T00:17:27.411Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:17:27.667Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:17:27.678Z] --- PASS: TestNetworkLoopbackNat (2.60s) [2022-12-01T00:17:27.678Z] === RUN TestPause [2022-12-01T00:17:28.171Z] --- PASS: TestDaemonIpcModePrivate (2.08s) [2022-12-01T00:17:28.172Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-12-01T00:17:28.172Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:17:28.172Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-12-01T00:17:28.172Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-12-01T00:17:28.172Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:17:28.172Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-12-01T00:17:28.172Z] === RUN TestIpcModeOlderClient [2022-12-01T00:17:28.172Z] === PAUSE TestIpcModeOlderClient [2022-12-01T00:17:28.172Z] === RUN TestKillContainerInvalidSignal [2022-12-01T00:17:28.241Z] --- PASS: TestPause (0.57s) [2022-12-01T00:17:28.241Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-12-01T00:17:28.241Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:17:28.241Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:17:28.241Z] === RUN TestPauseStopPausedContainer [2022-12-01T00:17:28.427Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-12-01T00:17:28.427Z] === RUN TestKillContainer [2022-12-01T00:17:28.427Z] === RUN TestKillContainer/no_signal [2022-12-01T00:17:28.497Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2022-12-01T00:17:28.497Z] === RUN TestPsFilter [2022-12-01T00:17:28.684Z] === RUN TestKillContainer/non_killing_signal [2022-12-01T00:17:28.752Z] --- PASS: TestPsFilter (0.15s) [2022-12-01T00:17:28.752Z] === RUN TestRemoveContainerWithRemovedVolume [2022-12-01T00:17:28.940Z] === RUN TestKillContainer/killing_signal [2022-12-01T00:17:29.313Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-12-01T00:17:29.313Z] === RUN TestRemoveContainerWithVolume [2022-12-01T00:17:29.504Z] --- PASS: TestKillContainer (1.19s) [2022-12-01T00:17:29.505Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-12-01T00:17:29.505Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-12-01T00:17:29.505Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-12-01T00:17:29.505Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-12-01T00:17:29.505Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.62s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.64s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.76s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.80s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.66s) [2022-12-01T00:17:29.560Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.72s) [2022-12-01T00:17:29.560Z] === RUN TestCgroupNamespacesRun [2022-12-01T00:17:29.570Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-12-01T00:17:29.570Z] === RUN TestRemoveContainerRunning [2022-12-01T00:17:30.076Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-12-01T00:17:30.175Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-12-01T00:17:30.175Z] === RUN TestRemoveContainerForceRemoveRunning [2022-12-01T00:17:30.350Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-12-01T00:17:30.350Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-12-01T00:17:30.350Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2022-12-01T00:17:30.350Z] === RUN TestKillStoppedContainer [2022-12-01T00:17:30.350Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-12-01T00:17:30.350Z] === RUN TestKillStoppedContainerAPIPre120 [2022-12-01T00:17:30.350Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s) [2022-12-01T00:17:30.350Z] === RUN TestKillDifferentUserContainer [2022-12-01T00:17:30.432Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-12-01T00:17:30.432Z] === RUN TestRemoveInvalidContainer [2022-12-01T00:17:30.432Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-12-01T00:17:30.432Z] === RUN TestRenameLinkedContainer [2022-12-01T00:17:30.489Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-12-01T00:17:30.489Z] === RUN TestCgroupNamespacesRunPrivileged [2022-12-01T00:17:30.935Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-12-01T00:17:30.935Z] === RUN TestInspectOomKilledTrue [2022-12-01T00:17:30.935Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:17:30.935Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-12-01T00:17:30.935Z] === RUN TestInspectOomKilledFalse [2022-12-01T00:17:30.935Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:17:30.935Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-12-01T00:17:30.935Z] === RUN TestLinksEtcHostsContentMatch [2022-12-01T00:17:30.935Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-12-01T00:17:30.935Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-12-01T00:17:30.935Z] === RUN TestLinksContainerNames [2022-12-01T00:17:31.855Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-12-01T00:17:31.855Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-12-01T00:17:31.915Z] --- PASS: TestLinksContainerNames (0.89s) [2022-12-01T00:17:31.915Z] === RUN TestLogsFollowTailEmpty [2022-12-01T00:17:32.171Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-12-01T00:17:32.171Z] === RUN TestContainerNetworkMountsNoChown [2022-12-01T00:17:32.322Z] --- PASS: TestRenameLinkedContainer (1.75s) [2022-12-01T00:17:32.322Z] === RUN TestRenameStoppedContainer [2022-12-01T00:17:32.426Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/default [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/default [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/private [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/private [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rprivate [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rprivate [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/slave [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/slave [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rslave [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rslave [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/shared [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/shared [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rshared [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rshared [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/default [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/rshared [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/shared [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/rslave [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/slave [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/rprivate [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/private [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:32.426Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:32.426Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/default/mount_root [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/default/bind_root [2022-12-01T00:17:32.426Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:17:32.579Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-12-01T00:17:32.579Z] === RUN TestRenameRunningContainerAndReuse [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/private/bind_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:17:32.682Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:17:32.784Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s) [2022-12-01T00:17:32.784Z] === RUN TestCgroupNamespacesRunHostMode [2022-12-01T00:17:32.938Z] === CONT TestMountDaemonRoot/private/mount_root [2022-12-01T00:17:32.938Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-12-01T00:17:32.938Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-12-01T00:17:32.938Z] === RUN TestContainerBindMountNonRecursive [2022-12-01T00:17:32.938Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-12-01T00:17:32.938Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-12-01T00:17:32.938Z] === RUN TestContainerVolumesMountedAsShared [2022-12-01T00:17:32.938Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-12-01T00:17:32.938Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-12-01T00:17:32.938Z] === RUN TestContainerVolumesMountedAsSlave [2022-12-01T00:17:32.938Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-12-01T00:17:32.938Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-12-01T00:17:32.938Z] === RUN TestNetworkNat [2022-12-01T00:17:33.500Z] --- PASS: TestNetworkNat (0.52s) [2022-12-01T00:17:33.500Z] === RUN TestNetworkLocalhostTCPNat [2022-12-01T00:17:33.712Z] --- PASS: TestCgroupNamespacesRunHostMode (1.07s) [2022-12-01T00:17:33.712Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-12-01T00:17:33.756Z] --- PASS: TestNetworkLocalhostTCPNat (0.39s) [2022-12-01T00:17:33.756Z] === RUN TestNetworkLoopbackNat [2022-12-01T00:17:33.978Z] --- PASS: TestRenameRunningContainerAndReuse (1.16s) [2022-12-01T00:17:33.978Z] === RUN TestRenameInvalidName [2022-12-01T00:17:34.234Z] --- PASS: TestRenameInvalidName (0.45s) [2022-12-01T00:17:34.234Z] === RUN TestRenameAnonymousContainer [2022-12-01T00:17:35.079Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2022-12-01T00:17:35.079Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-12-01T00:17:36.008Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s) [2022-12-01T00:17:36.008Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-12-01T00:17:36.135Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2022-12-01T00:17:36.135Z] === RUN TestRenameContainerWithSameName [2022-12-01T00:17:36.135Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-12-01T00:17:36.135Z] === RUN TestRenameContainerWithLinkedContainer [2022-12-01T00:17:36.268Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-12-01T00:17:36.268Z] === RUN TestPause [2022-12-01T00:17:36.268Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:17:36.268Z] --- SKIP: TestPause (0.00s) [2022-12-01T00:17:36.268Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-12-01T00:17:36.268Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:17:36.268Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:17:36.268Z] === RUN TestPauseStopPausedContainer [2022-12-01T00:17:36.268Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:17:36.268Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-12-01T00:17:36.268Z] === RUN TestPsFilter [2022-12-01T00:17:36.268Z] --- PASS: TestPsFilter (0.12s) [2022-12-01T00:17:36.268Z] === RUN TestRemoveContainerWithRemovedVolume [2022-12-01T00:17:36.576Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-12-01T00:17:36.576Z] === RUN TestCgroupNamespacesRunOlderClient [2022-12-01T00:17:36.707Z] Removing intermediate container d8b310129c4b [2022-12-01T00:17:36.707Z] ---> 1c57a3af9291 [2022-12-01T00:17:36.707Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2022-12-01T00:17:36.707Z] ---> Running in 318ed8064a25 [2022-12-01T00:17:36.707Z] Removing intermediate container 318ed8064a25 [2022-12-01T00:17:36.707Z] ---> 6c09caa0747e [2022-12-01T00:17:36.707Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-12-01T00:17:36.707Z] ---> Running in 5d53be5708c1 [2022-12-01T00:17:36.707Z] Removing intermediate container 5d53be5708c1 [2022-12-01T00:17:36.707Z] ---> 326f4327d000 [2022-12-01T00:17:36.707Z] Step 10/10 : COPY . . [2022-12-01T00:17:36.830Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-12-01T00:17:36.830Z] === RUN TestRemoveContainerWithVolume [2022-12-01T00:17:37.079Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-12-01T00:17:37.079Z] === RUN TestResize [2022-12-01T00:17:37.085Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-12-01T00:17:37.085Z] === RUN TestRemoveContainerRunning [2022-12-01T00:17:37.641Z] --- PASS: TestResize (0.42s) [2022-12-01T00:17:37.641Z] === RUN TestResizeWithInvalidSize [2022-12-01T00:17:37.647Z] --- PASS: TestRemoveContainerRunning (0.37s) [2022-12-01T00:17:37.647Z] === RUN TestRemoveContainerForceRemoveRunning [2022-12-01T00:17:37.897Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-12-01T00:17:37.897Z] === RUN TestResizeWhenContainerNotStarted [2022-12-01T00:17:37.903Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.38s) [2022-12-01T00:17:37.903Z] === RUN TestRemoveInvalidContainer [2022-12-01T00:17:37.903Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-12-01T00:17:37.903Z] === RUN TestRenameLinkedContainer [2022-12-01T00:17:37.943Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-12-01T00:17:37.943Z] === RUN TestNISDomainname [2022-12-01T00:17:38.199Z] --- PASS: TestNISDomainname (0.48s) [2022-12-01T00:17:38.199Z] === RUN TestHostnameDnsResolution [2022-12-01T00:17:38.458Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-12-01T00:17:38.458Z] === RUN TestDaemonRestartKillContainers [2022-12-01T00:17:38.458Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:17:38.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:17:38.458Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:17:38.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:17:38.458Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:17:38.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:38.459Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:38.459Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:38.459Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:17:38.459Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:17:39.127Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-12-01T00:17:39.127Z] === RUN TestUnprivilegedPortsAndPing [2022-12-01T00:17:39.383Z] --- PASS: TestUnprivilegedPortsAndPing (0.49s) [2022-12-01T00:17:39.383Z] === RUN TestStats [2022-12-01T00:17:39.794Z] --- PASS: TestRenameLinkedContainer (1.58s) [2022-12-01T00:17:39.794Z] === RUN TestRenameStoppedContainer [2022-12-01T00:17:39.794Z] --- PASS: TestRenameStoppedContainer (0.37s) [2022-12-01T00:17:39.794Z] === RUN TestRenameRunningContainerAndReuse [2022-12-01T00:17:40.370Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:40.370Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:40.724Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2022-12-01T00:17:40.724Z] === RUN TestRenameInvalidName [2022-12-01T00:17:40.980Z] --- PASS: TestRenameInvalidName (0.39s) [2022-12-01T00:17:40.980Z] === RUN TestRenameAnonymousContainer [2022-12-01T00:17:41.299Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:17:41.555Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:17:41.899Z] --- PASS: TestStats (2.43s) [2022-12-01T00:17:41.899Z] === RUN TestStopContainerWithTimeout [2022-12-01T00:17:41.899Z] === RUN TestStopContainerWithTimeout/0 [2022-12-01T00:17:41.899Z] === PAUSE TestStopContainerWithTimeout/0 [2022-12-01T00:17:41.899Z] === RUN TestStopContainerWithTimeout/1 [2022-12-01T00:17:41.899Z] === PAUSE TestStopContainerWithTimeout/1 [2022-12-01T00:17:41.899Z] === RUN TestStopContainerWithTimeout/3 [2022-12-01T00:17:41.899Z] === PAUSE TestStopContainerWithTimeout/3 [2022-12-01T00:17:41.899Z] === RUN TestStopContainerWithTimeout/-1 [2022-12-01T00:17:41.900Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-12-01T00:17:41.900Z] === CONT TestStopContainerWithTimeout/0 [2022-12-01T00:17:41.900Z] === CONT TestStopContainerWithTimeout/-1 [2022-12-01T00:17:42.462Z] === CONT TestStopContainerWithTimeout/3 [2022-12-01T00:17:42.481Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:17:42.870Z] --- PASS: TestRenameAnonymousContainer (1.39s) [2022-12-01T00:17:42.870Z] === RUN TestRenameContainerWithSameName [2022-12-01T00:17:42.870Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2022-12-01T00:17:42.870Z] === RUN TestRenameContainerWithLinkedContainer [2022-12-01T00:17:43.042Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:17:43.164Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2022-12-01T00:17:43.797Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2022-12-01T00:17:43.797Z] === RUN TestResize [2022-12-01T00:17:44.052Z] --- PASS: TestResize (0.39s) [2022-12-01T00:17:44.052Z] === RUN TestResizeWithInvalidSize [2022-12-01T00:17:44.308Z] --- PASS: TestResizeWithInvalidSize (0.38s) [2022-12-01T00:17:44.308Z] === RUN TestResizeWhenContainerNotStarted [2022-12-01T00:17:44.354Z] === CONT TestStopContainerWithTimeout/1 [2022-12-01T00:17:44.415Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:17:44.671Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:17:44.869Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-12-01T00:17:44.869Z] === RUN TestDaemonRestartKillContainers [2022-12-01T00:17:44.869Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-12-01T00:17:44.869Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-12-01T00:17:44.869Z] === RUN TestCgroupNamespacesRun [2022-12-01T00:17:46.244Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-12-01T00:17:46.244Z] --- PASS: TestStopContainerWithTimeout/0 (0.56s) [2022-12-01T00:17:46.244Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-12-01T00:17:46.244Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-12-01T00:17:46.244Z] --- PASS: TestStopContainerWithTimeout/1 (1.50s) [2022-12-01T00:17:46.244Z] === RUN TestDeleteDevicemapper [2022-12-01T00:17:46.244Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:17:46.244Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-12-01T00:17:46.244Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-12-01T00:17:46.561Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:17:46.816Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:17:47.384Z] --- PASS: TestCgroupNamespacesRun (2.10s) [2022-12-01T00:17:47.384Z] === RUN TestCgroupNamespacesRunPrivileged [2022-12-01T00:17:47.610Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.48s) [2022-12-01T00:17:47.610Z] === RUN TestUpdateMemory [2022-12-01T00:17:47.865Z] --- PASS: TestUpdateMemory (0.52s) [2022-12-01T00:17:47.866Z] === RUN TestUpdateCPUQuota [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.93s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.75s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.77s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.91s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.04s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s) [2022-12-01T00:17:48.752Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.78s) [2022-12-01T00:17:48.752Z] === RUN TestCgroupNamespacesRun [2022-12-01T00:17:48.793Z] --- PASS: TestUpdateCPUQuota (0.72s) [2022-12-01T00:17:48.793Z] === RUN TestUpdatePidsLimit [2022-12-01T00:17:48.793Z] === RUN TestUpdatePidsLimit/update_from_none [2022-12-01T00:17:48.793Z] === RUN TestUpdatePidsLimit/no_change [2022-12-01T00:17:49.049Z] === RUN TestUpdatePidsLimit/update_lower [2022-12-01T00:17:49.274Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.07s) [2022-12-01T00:17:49.274Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-12-01T00:17:49.305Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-12-01T00:17:49.305Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-12-01T00:17:49.561Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-12-01T00:17:49.681Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-12-01T00:17:49.681Z] === RUN TestCgroupNamespacesRunPrivileged [2022-12-01T00:17:49.681Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-12-01T00:17:49.681Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-12-01T00:17:49.681Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-12-01T00:17:49.817Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit (1.87s) [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-12-01T00:17:50.750Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-12-01T00:17:50.750Z] === RUN TestUpdateRestartPolicy [2022-12-01T00:17:51.046Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-12-01T00:17:51.046Z] === RUN TestCgroupNamespacesRunHostMode [2022-12-01T00:17:51.163Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.13s) [2022-12-01T00:17:51.163Z] === RUN TestCgroupNamespacesRunHostMode [2022-12-01T00:17:51.981Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-12-01T00:17:51.981Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-12-01T00:17:53.344Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2022-12-01T00:17:53.344Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-12-01T00:17:53.679Z] --- PASS: TestCgroupNamespacesRunHostMode (2.09s) [2022-12-01T00:17:53.679Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-12-01T00:17:54.271Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2022-12-01T00:17:54.271Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-12-01T00:17:54.833Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-12-01T00:17:54.833Z] === RUN TestCgroupNamespacesRunOlderClient [2022-12-01T00:17:55.566Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.09s) [2022-12-01T00:17:55.566Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-12-01T00:17:56.198Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s) [2022-12-01T00:17:56.198Z] === RUN TestNISDomainname [2022-12-01T00:17:56.455Z] --- PASS: TestNISDomainname (0.54s) [2022-12-01T00:17:56.711Z] === RUN TestHostnameDnsResolution [2022-12-01T00:17:57.273Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-12-01T00:17:57.273Z] === RUN TestUnprivilegedPortsAndPing [2022-12-01T00:17:57.454Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.11s) [2022-12-01T00:17:57.454Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-12-01T00:17:57.835Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-12-01T00:17:57.835Z] === RUN TestStats [2022-12-01T00:17:57.951Z] ---> 38c7e5841616 [2022-12-01T00:17:57.951Z] Successfully built 38c7e5841616 [2022-12-01T00:17:57.951Z] Successfully tagged docker:latest [2022-12-01T00:17:57.951Z] INFO: Image build ended at 12/01/2022 00:17:57. Duration:00:03:27.8352030 [2022-12-01T00:17:57.951Z] [2022-12-01T00:17:57.951Z] [2022-12-01T00:17:57.951Z] INFO: Building the test binaries at 12/01/2022 00:17:57... [2022-12-01T00:17:59.340Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.68s) [2022-12-01T00:17:59.340Z] === RUN TestCgroupNamespacesRunOlderClient [2022-12-01T00:18:00.349Z] --- PASS: TestStats (2.47s) [2022-12-01T00:18:00.349Z] === RUN TestStopContainerWithTimeout [2022-12-01T00:18:00.349Z] === RUN TestStopContainerWithTimeout/0 [2022-12-01T00:18:00.349Z] === PAUSE TestStopContainerWithTimeout/0 [2022-12-01T00:18:00.349Z] === RUN TestStopContainerWithTimeout/1 [2022-12-01T00:18:00.349Z] === PAUSE TestStopContainerWithTimeout/1 [2022-12-01T00:18:00.349Z] === RUN TestStopContainerWithTimeout/3 [2022-12-01T00:18:00.349Z] === PAUSE TestStopContainerWithTimeout/3 [2022-12-01T00:18:00.349Z] === RUN TestStopContainerWithTimeout/-1 [2022-12-01T00:18:00.349Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-12-01T00:18:00.349Z] === CONT TestStopContainerWithTimeout/0 [2022-12-01T00:18:00.349Z] === CONT TestStopContainerWithTimeout/-1 [2022-12-01T00:18:00.911Z] === CONT TestStopContainerWithTimeout/3 [2022-12-01T00:18:01.230Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.11s) [2022-12-01T00:18:01.231Z] === RUN TestNISDomainname [2022-12-01T00:18:01.231Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-12-01T00:18:01.231Z] --- SKIP: TestNISDomainname (0.01s) [2022-12-01T00:18:01.231Z] === RUN TestHostnameDnsResolution [2022-12-01T00:18:01.793Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-12-01T00:18:01.793Z] === RUN TestUnprivilegedPortsAndPing [2022-12-01T00:18:01.793Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-12-01T00:18:01.793Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-12-01T00:18:01.793Z] === RUN TestStats [2022-12-01T00:18:01.793Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:01.793Z] --- SKIP: TestStats (0.00s) [2022-12-01T00:18:01.793Z] === RUN TestStopContainerWithTimeout [2022-12-01T00:18:01.793Z] === RUN TestStopContainerWithTimeout/0 [2022-12-01T00:18:01.793Z] === PAUSE TestStopContainerWithTimeout/0 [2022-12-01T00:18:01.793Z] === RUN TestStopContainerWithTimeout/1 [2022-12-01T00:18:01.793Z] === PAUSE TestStopContainerWithTimeout/1 [2022-12-01T00:18:01.793Z] === RUN TestStopContainerWithTimeout/3 [2022-12-01T00:18:01.793Z] === PAUSE TestStopContainerWithTimeout/3 [2022-12-01T00:18:01.793Z] === RUN TestStopContainerWithTimeout/-1 [2022-12-01T00:18:01.793Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-12-01T00:18:01.793Z] === CONT TestStopContainerWithTimeout/0 [2022-12-01T00:18:01.793Z] === CONT TestStopContainerWithTimeout/3 [2022-12-01T00:18:02.736Z] === CONT TestStopContainerWithTimeout/-1 [2022-12-01T00:18:02.800Z] === CONT TestStopContainerWithTimeout/1 [2022-12-01T00:18:02.960Z] --- PASS: TestUpdateRestartPolicy (10.74s) [2022-12-01T00:18:02.960Z] === RUN TestUpdateRestartWithAutoRemove [2022-12-01T00:18:02.960Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-12-01T00:18:02.960Z] === RUN TestWaitNonBlocked [2022-12-01T00:18:02.960Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:02.960Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:02.960Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:02.960Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:02.960Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:02.960Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:02.960Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-12-01T00:18:02.960Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.58s) [2022-12-01T00:18:02.960Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2022-12-01T00:18:02.960Z] === RUN TestWaitBlocked [2022-12-01T00:18:02.960Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:02.960Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:02.960Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:02.960Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:02.960Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:02.960Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:02.960Z] --- PASS: TestWaitBlocked (0.01s) [2022-12-01T00:18:02.960Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.60s) [2022-12-01T00:18:02.960Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-12-01T00:18:02.960Z] === CONT TestContainerStartOnDaemonRestart [2022-12-01T00:18:02.960Z] === CONT TestRestartDaemonWithRestartingContainer [2022-12-01T00:18:03.819Z] INFO: make.ps1 starting at 12/01/2022 00:18:03 [2022-12-01T00:18:04.163Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-12-01T00:18:04.163Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-12-01T00:18:04.163Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-12-01T00:18:04.163Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-12-01T00:18:04.163Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-12-01T00:18:04.163Z] === RUN TestDeleteDevicemapper [2022-12-01T00:18:04.163Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:18:04.163Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-12-01T00:18:04.163Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-12-01T00:18:04.288Z] INFO: Git commit (d2b734d120) assumed from DOCKER_GITCOMMIT environment variable [2022-12-01T00:18:04.288Z] INFO: Invoking autogen... [2022-12-01T00:18:04.622Z] === CONT TestStopContainerWithTimeout/1 [2022-12-01T00:18:04.771Z] INFO: Building daemon... [2022-12-01T00:18:05.476Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.03s) [2022-12-01T00:18:05.476Z] === CONT TestIpcModeOlderClient [2022-12-01T00:18:05.476Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-12-01T00:18:05.476Z] === CONT TestContainerKillOnDaemonStart [2022-12-01T00:18:05.476Z] --- PASS: TestContainerStartOnDaemonRestart (2.16s) [2022-12-01T00:18:05.476Z] === CONT TestDaemonHostGatewayIP [2022-12-01T00:18:05.531Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.31s) [2022-12-01T00:18:05.531Z] === RUN TestUpdateMemory [2022-12-01T00:18:05.986Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-12-01T00:18:05.986Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-12-01T00:18:05.986Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-12-01T00:18:05.986Z] --- PASS: TestStopContainerWithTimeout/-1 (2.33s) [2022-12-01T00:18:05.986Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-12-01T00:18:05.986Z] === RUN TestDeleteDevicemapper [2022-12-01T00:18:05.986Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:18:05.986Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-12-01T00:18:05.986Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-12-01T00:18:06.093Z] --- PASS: TestUpdateMemory (0.59s) [2022-12-01T00:18:06.093Z] === RUN TestUpdateCPUQuota [2022-12-01T00:18:07.021Z] --- PASS: TestUpdateCPUQuota (0.91s) [2022-12-01T00:18:07.021Z] === RUN TestUpdatePidsLimit [2022-12-01T00:18:07.021Z] === RUN TestUpdatePidsLimit/update_from_none [2022-12-01T00:18:07.277Z] === RUN TestUpdatePidsLimit/no_change [2022-12-01T00:18:07.350Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.47s) [2022-12-01T00:18:07.350Z] === RUN TestUpdateMemory [2022-12-01T00:18:07.350Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:07.350Z] --- SKIP: TestUpdateMemory (0.00s) [2022-12-01T00:18:07.350Z] === RUN TestUpdateCPUQuota [2022-12-01T00:18:07.350Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:07.350Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-12-01T00:18:07.350Z] === RUN TestUpdatePidsLimit [2022-12-01T00:18:07.350Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:07.350Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-12-01T00:18:07.350Z] === RUN TestUpdateRestartPolicy [2022-12-01T00:18:07.365Z] --- PASS: TestDaemonHostGatewayIP (2.29s) [2022-12-01T00:18:07.365Z] === CONT TestDaemonRestartIpcMode [2022-12-01T00:18:07.534Z] === RUN TestUpdatePidsLimit/update_lower [2022-12-01T00:18:07.790Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-12-01T00:18:08.046Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-12-01T00:18:08.046Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-12-01T00:18:08.302Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit (2.06s) [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-12-01T00:18:09.231Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-12-01T00:18:09.231Z] === RUN TestUpdateRestartPolicy [2022-12-01T00:18:09.881Z] --- PASS: TestDaemonRestartIpcMode (2.08s) [2022-12-01T00:18:10.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-12-01T00:18:11.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-12-01T00:18:14.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-12-01T00:18:16.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-12-01T00:18:17.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-12-01T00:18:17.966Z] --- PASS: TestContainerKillOnDaemonStart (11.61s) [2022-12-01T00:18:17.966Z] PASS [2022-12-01T00:18:17.966Z] [2022-12-01T00:18:17.966Z] === Skipped [2022-12-01T00:18:17.966Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-12-01T00:18:17.966Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:18:17.966Z] [2022-12-01T00:18:17.966Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:18:17.966Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:18:17.966Z] [2022-12-01T00:18:17.966Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-12-01T00:18:17.966Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:18:17.966Z] [2022-12-01T00:18:17.966Z] DONE 197 tests, 3 skipped in 103.588s [2022-12-01T00:18:17.966Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-12-01T00:18:17.966Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:17.966Z] ++ set -e [2022-12-01T00:18:17.966Z] ++ '[' -n 0 ']' [2022-12-01T00:18:17.966Z] ++ set -x [2022-12-01T00:18:17.966Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:17.966Z] INFO: Testing against a local daemon [2022-12-01T00:18:17.966Z] === RUN TestLiveRestore [2022-12-01T00:18:17.966Z] === RUN TestLiveRestore/volume_references [2022-12-01T00:18:17.966Z] === PAUSE TestLiveRestore/volume_references [2022-12-01T00:18:17.966Z] === CONT TestLiveRestore/volume_references [2022-12-01T00:18:17.966Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-12-01T00:18:17.966Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-12-01T00:18:18.528Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-12-01T00:18:19.456Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-12-01T00:18:19.512Z] --- PASS: TestUpdateRestartPolicy (10.73s) [2022-12-01T00:18:19.513Z] === RUN TestUpdateRestartWithAutoRemove [2022-12-01T00:18:19.513Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-12-01T00:18:19.513Z] === RUN TestWaitNonBlocked [2022-12-01T00:18:19.513Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:19.513Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:19.513Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:19.513Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:19.513Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:19.513Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:19.513Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-12-01T00:18:19.513Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s) [2022-12-01T00:18:19.513Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s) [2022-12-01T00:18:19.513Z] === RUN TestWaitBlocked [2022-12-01T00:18:19.513Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:19.513Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:19.513Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:19.513Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:19.513Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:19.513Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:19.769Z] --- PASS: TestWaitBlocked (0.01s) [2022-12-01T00:18:19.769Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.58s) [2022-12-01T00:18:19.769Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s) [2022-12-01T00:18:19.769Z] === CONT TestDaemonRestartIpcMode [2022-12-01T00:18:19.769Z] === CONT TestIpcModeOlderClient [2022-12-01T00:18:20.024Z] --- PASS: TestIpcModeOlderClient (0.21s) [2022-12-01T00:18:20.024Z] === CONT TestRestartDaemonWithRestartingContainer [2022-12-01T00:18:20.387Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-12-01T00:18:20.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-12-01T00:18:21.315Z] --- PASS: TestLiveRestore (0.00s) [2022-12-01T00:18:21.315Z] --- PASS: TestLiveRestore/volume_references (4.34s) [2022-12-01T00:18:21.315Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.69s) [2022-12-01T00:18:21.315Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.91s) [2022-12-01T00:18:21.315Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.92s) [2022-12-01T00:18:21.315Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.91s) [2022-12-01T00:18:21.315Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s) [2022-12-01T00:18:21.315Z] PASS [2022-12-01T00:18:21.315Z] [2022-12-01T00:18:21.315Z] DONE 7 tests in 4.441s [2022-12-01T00:18:21.315Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-12-01T00:18:21.315Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:21.315Z] ++ set -e [2022-12-01T00:18:21.315Z] ++ '[' -n 0 ']' [2022-12-01T00:18:21.315Z] ++ set -x [2022-12-01T00:18:21.315Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:21.315Z] INFO: Testing against a local daemon [2022-12-01T00:18:21.315Z] === RUN TestCommitInheritsEnv [2022-12-01T00:18:21.395Z] --- PASS: TestUpdateRestartPolicy (10.99s) [2022-12-01T00:18:21.395Z] === RUN TestUpdateRestartWithAutoRemove [2022-12-01T00:18:21.395Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2022-12-01T00:18:21.395Z] === RUN TestWaitNonBlocked [2022-12-01T00:18:21.395Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:21.395Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:21.395Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:21.395Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:21.395Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:18:21.395Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:18:21.395Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-12-01T00:18:21.395Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s) [2022-12-01T00:18:21.395Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2022-12-01T00:18:21.395Z] === RUN TestWaitBlocked [2022-12-01T00:18:21.395Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:21.395Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:21.395Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:21.395Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:21.395Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:18:21.395Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:18:21.571Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-12-01T00:18:21.571Z] === RUN TestImportExtremelyLargeImageWorks [2022-12-01T00:18:21.571Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-12-01T00:18:21.571Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-12-01T00:18:21.571Z] === RUN TestImagesFilterMultiReference [2022-12-01T00:18:21.829Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-12-01T00:18:21.829Z] === RUN TestImagePullPlatformInvalid [2022-12-01T00:18:21.829Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-12-01T00:18:21.829Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-12-01T00:18:21.829Z] time="2022-12-01T00:18:21Z" 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.18.8 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.829Z] time="2022-12-01T00:18:21Z" level=info msg="redis not configured" go.version=go1.18.8 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.829Z] time="2022-12-01T00:18:21Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.18.8 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.829Z] time="2022-12-01T00:18:21Z" level=info msg="Starting upload purge in 49m0s" go.version=go1.18.8 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.829Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2e7ee692-e678-476c-b3b9-cfb3f0c02c94 http.request.method=GET http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2e7ee692-e678-476c-b3b9-cfb3f0c02c94 http.request.method=GET http.request.remoteaddr="127.0.0.1:44162" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.994559ms http.response.status=200 http.response.written=2 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8fe21671-5119-4789-9017-4fa51a8886cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8fe21671-5119-4789-9017-4fa51a8886cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=34b1118d-5b4b-40cd-963f-d332c87cee8c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=34b1118d-5b4b-40cd-963f-d332c87cee8c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=34b1118d-5b4b-40cd-963f-d332c87cee8c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=40.196µ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=0daf14f7-4df8-47bd-9ce3-f47df84f31c9 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=34b1118d-5b4b-40cd-963f-d332c87cee8c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" 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.887524ms http.response.status=404 http.response.written=157 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8fe21671-5119-4789-9017-4fa51a8886cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=41.262µ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=8f33b3db-9ceb-4056-9b88-fa590c005e33 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8fe21671-5119-4789-9017-4fa51a8886cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44190" 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=6.080542ms http.response.status=404 http.response.written=157 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=1ca35991-683c-41b6-8829-39a33962c065 http.request.method=POST http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=486de878-523b-4348-a299-114c9d8dd0fd http.request.method=POST http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=486de878-523b-4348-a299-114c9d8dd0fd http.request.method=POST http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=1ca35991-683c-41b6-8829-39a33962c065 http.request.method=POST http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/startedat\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=1ca35991-683c-41b6-8829-39a33962c065 http.request.method=POST http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=102.42µ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=adf40fba-f645-421b-8f75-7fde14cc730a trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=1ca35991-683c-41b6-8829-39a33962c065 http.request.method=POST http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=11.2µ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=076f22fa-c055-4b03-ad97-694ad7fa77c5 trace.line=141 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/startedat\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=486de878-523b-4348-a299-114c9d8dd0fd http.request.method=POST http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=432.688µ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=59001900-1127-40a5-a7d4-5b051c4994d5 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=486de878-523b-4348-a299-114c9d8dd0fd http.request.method=POST http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=11.159µ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=e769f15f-ea2a-4cad-b3a5-fdc854c9dc87 trace.line=141 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/hashstates/sha256/0\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=1ca35991-683c-41b6-8829-39a33962c065 http.request.method=POST http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=145.381µ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=d4fec967-2765-4e26-984e-d14ec93bde05 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=1ca35991-683c-41b6-8829-39a33962c065 http.request.method=POST http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=3.426089ms http.response.status=202 http.response.written=0 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/hashstates/sha256/0\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=486de878-523b-4348-a299-114c9d8dd0fd http.request.method=POST http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=363.899µ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=51b8a604-f623-4888-b239-e2056ebb1392 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=486de878-523b-4348-a299-114c9d8dd0fd http.request.method=POST http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=4.981199ms http.response.status=202 http.response.written=0 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/startedat\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=79.275µ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=081583a4-9861-490d-b0f0-0a48ddf87e97 trace.line=82 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=58.648µ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=38c18449-0932-4222-a161-e3d23142e7e9 trace.line=141 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/data\", 0)" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=91.836µ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=9275a042-47fd-4499-b2ab-be8379f75ac9 trace.line=124 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="(*blobWriter).Commit" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=11.741µ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=fbaafe8c-c9f8-4533-af65-48d9b2a2f860 trace.line=141 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.830Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/startedat\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=66.524µ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=6b67ab21-4d09-46f2-86d3-f64a666c8d03 trace.line=82 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=13.555µ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=ce86ccd3-24d4-4545-9b29-416faba530dc trace.line=141 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=11.068µ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=831fe25d-b225-4298-8dbc-ee4318bf07d6 trace.line=141 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=15.639µ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=1e39e1a7-2558-4022-90c5-cfe108b03948 trace.line=141 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=319.536µ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=6f6dc5e7-0257-4521-8666-c82f638ab0cd trace.line=167 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=292.886µ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=a2031ff2-8be7-43d4-8411-f434f1407ffe trace.line=95 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/data\", 0)" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=965.449µ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=89aa1cf1-623e-4823-b839-02f174df9669 trace.line=124 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=956.785µ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=3cf54690-1621-489b-aa51-13dc4e1f5667 trace.line=181 vars.name=test vars.uuid=dbac20ca-a193-4ed4-a064-1aacfa25df56 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="(*blobWriter).Commit" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=17.476µ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=5d5b5cc9-2eb3-498a-b320-b7df53d82f2b trace.line=141 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=046a1825-83ab-4a25-881d-81557cc7acbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44190" http.request.uri="/v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=6.055132ms http.response.status=201 http.response.written=0 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "PUT /v2/test/blobs/uploads/dbac20ca-a193-4ed4-a064-1aacfa25df56?_state=3Dw6xb1jJMf1vejBFGDvtp6t23o_GIWLnvuSEgq5FDx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiYWMyMGNhLWExOTMtNGVkNC1hMDY0LTFhYWNmYTI1ZGY1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzUzNzY3MjVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=16.713µ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=1ce51849-abe3-44c7-9589-8dc46c1dab02 trace.line=141 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=38.283µ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=ef295c42-73ad-4156-be75-c0a6ba228643 trace.line=141 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=329.085µ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=5c9209ff-1900-4877-9162-0d5e7bb295ae trace.line=167 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=344.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).PutContent" trace.id=5ea639a7-83cf-4b51-8df2-6983fa4a9f6c trace.line=95 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=375.238µ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=03cb2f8c-6658-4e17-a54c-45a1e3aa5df0 trace.line=181 vars.name=test vars.uuid=cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ff006597-ba6a-40a0-8e31-60b4db868f8f http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=10.302864ms http.response.status=201 http.response.written=0 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "PUT /v2/test/blobs/uploads/cc1acd89-7fec-4f2b-a9ef-1c23c7a985d0?_state=LTkHKsR9hsv6pLI713lQVjJRAqiIYQCSph5UaawIB6V7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNjMWFjZDg5LTdmZWMtNGYyYi1hOWVmLTFjMjNjN2E5ODVkMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODoyMS43NzU0NjkyODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cb8d57e2-cb1c-4fa8-8a9f-490a3e672eff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cb8d57e2-cb1c-4fa8-8a9f-490a3e672eff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cb8d57e2-cb1c-4fa8-8a9f-490a3e672eff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=28.586µ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=059d1350-4b74-4009-a357-3db740bc258f trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cb8d57e2-cb1c-4fa8-8a9f-490a3e672eff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44178" 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.218862ms http.response.status=404 http.response.written=96 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg=PutImageManifest go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="(*manifestStore).Put" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=93.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).GetContent" trace.id=bde68970-e18b-4809-bc01-88326d36f65d trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.831Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=90.474µ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=b2ac2afa-104c-408b-b965-5ce493fa8093 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=28.142µ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=52b394a4-b170-4ec5-b981-0a681022a3e2 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=17.115µ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=c62ced71-b916-45ad-b480-2e0cecd2409f trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=20.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).Stat" trace.id=fda66ce3-3469-4f39-b4e8-34c52d454da5 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=144.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).PutContent" trace.id=3e9b6bf6-6edc-446e-a18c-b0c9d09fda4f trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=64.555µ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=4c7139be-ca55-4521-883e-ec1170db5d3a trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=40.491µ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=2cecdc27-8896-4619-acfa-ebd8841306ad trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=94.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).PutContent" trace.id=9afee6df-eef4-4cd4-ae19-9fedbb38f550 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=30.899µ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=e9105d6f-095b-4304-8a10-bfac1248a883 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=db403f92-d9c5-4c2c-8fc5-e85ac056b723 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44178" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=4.331487ms http.response.status=201 http.response.written=0 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97903491-46f8-4bb0-8c1f-9fb4bc8cb427 http.request.method=GET http.request.remoteaddr="127.0.0.1:44214" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97903491-46f8-4bb0-8c1f-9fb4bc8cb427 http.request.method=GET http.request.remoteaddr="127.0.0.1:44214" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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="828.273µs" http.response.status=200 http.response.written=2 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=39.186µ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=4eceac29-593c-4836-ad13-5be0f167144d trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=19.979µ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=30b17ed2-fe52-401f-85ea-e1ef75ad2ec1 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=25.993µ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=16a9aa52-75c0-42b5-ad90-3113b4e017b3 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=27.552µ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=39275033-6318-44b6-9316-09fa26c152eb trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=2b35c2cd-7a99-4f80-9f9b-c80cb598fa07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44228" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=1.836854ms http.response.status=200 http.response.written=417 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=59.731µ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=70aac607-a248-4d31-a035-4a9c740ccae4 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=20.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=5f0de3bf-61ee-481e-a6aa-d41d6cb45ffd trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=37.603µ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=106202c0-93f1-4312-b01e-81b6d006434c trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=bdcd63cb-85a0-44e0-b07d-3b74a31a197a http.request.method=GET http.request.remoteaddr="127.0.0.1:44240" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.403739ms http.response.status=200 http.response.written=417 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:21.832Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=43.248µ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=83aa4b86-838e-4101-a89c-296866f9faf6 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=16.156µ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=a3d4754e-034a-413f-bcd1-5dea9881908d trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=26.083µ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=90ba1ecb-b30b-429b-87e9-d1ac326b8ab1 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=16.311µ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=03b1191c-dc4e-4bef-8590-de3fef7ad1f4 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=13.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=69ad4723-888b-432d-b928-7df4c58802e9 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=7.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).URLFor" trace.id=87148d17-ee32-4086-9de5-e1f837e2aaa3 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=22.038µ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=969a21ec-9b9d-4c41-91d4-36eecf5ea66b trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=190.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=030cb996-c884-4d20-9d02-b3f8beb2bb98 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.833Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=55.391µ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=71c19f4c-6e30-4c62-959e-1e353b92d71f trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:21.956Z] --- PASS: TestWaitBlocked (0.02s) [2022-12-01T00:18:21.956Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s) [2022-12-01T00:18:21.956Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2022-12-01T00:18:21.956Z] === CONT TestContainerStartOnDaemonRestart [2022-12-01T00:18:21.956Z] === CONT TestContainerKillOnDaemonStart [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ed914501-6bec-4725-8a7d-c667e98a5379 http.request.method=GET http.request.remoteaddr="127.0.0.1:44256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=5.465536ms http.response.status=200 http.response.written=68 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=35.264µ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=a3fc2aab-738c-4d3b-a944-e6693e749c51 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=17.377µ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=d2e9323a-9570-45bf-8fd3-f1561f779f10 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=30.021µ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=c476d28d-1f7a-485f-b572-e09d47f29a18 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=14.252µ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=49c5ab4f-f709-4063-a0ce-2497113e6563 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=13.374µ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=42282ac1-7c21-4bb2-8fdb-bf90bfe0c092 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=7.327µ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=72ca2cc2-7f7d-4759-a513-6c3ea5a28b61 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=32.975µ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=ce00d60f-4cea-4289-ac59-4320878b6190 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=56.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=21802b1c-88e7-4c9a-9162-6234a4b2f600 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=15.696µ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=fc74da87-fe34-4afe-9197-0b5606857f1b trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=4a3d5240-72dd-47b0-a977-b92bda8d8b33 http.request.method=GET http.request.remoteaddr="127.0.0.1:44242" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=14.169566ms http.response.status=200 http.response.written=179 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=10f19ae1-fcbb-4a74-8cdf-04b7ec845d1a http.request.method=GET http.request.remoteaddr="127.0.0.1:44274" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=10f19ae1-fcbb-4a74-8cdf-04b7ec845d1a http.request.method=GET http.request.remoteaddr="127.0.0.1:44274" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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="813.16µs" http.response.status=200 http.response.written=2 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=733408c0-9dc6-4c1a-8e84-e4526890361d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44276" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.090Z] time="2022-12-01T00:18:21Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=733408c0-9dc6-4c1a-8e84-e4526890361d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44276" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=733408c0-9dc6-4c1a-8e84-e4526890361d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44276" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=733408c0-9dc6-4c1a-8e84-e4526890361d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44276" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=353.364µ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=21e5de95-da22-42da-9740-c3896ecffda0 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=733408c0-9dc6-4c1a-8e84-e4526890361d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44276" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=50.46µ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=7f1767b9-292c-405a-9dd5-d7ac1164c9b6 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" 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.18.8 http.request.host="127.0.0.1:5000" http.request.id=733408c0-9dc6-4c1a-8e84-e4526890361d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44276" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.858565ms http.response.status=404 http.response.written=181 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c884388c-c7aa-4f25-8491-ce7ed4ebcbfa http.request.method=GET http.request.remoteaddr="127.0.0.1:44278" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c884388c-c7aa-4f25-8491-ce7ed4ebcbfa http.request.method=GET http.request.remoteaddr="127.0.0.1:44278" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c884388c-c7aa-4f25-8491-ce7ed4ebcbfa http.request.method=GET http.request.remoteaddr="127.0.0.1:44278" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c884388c-c7aa-4f25-8491-ce7ed4ebcbfa http.request.method=GET http.request.remoteaddr="127.0.0.1:44278" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=23.851µ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=414e0605-5c57-402a-91f5-564f047b1492 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c884388c-c7aa-4f25-8491-ce7ed4ebcbfa http.request.method=GET http.request.remoteaddr="127.0.0.1:44278" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 trace.duration=11.873µ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=10a679ff-6ad2-4689-bb1b-0b65e026db49 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] time="2022-12-01T00:18:21Z" 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.18.8 http.request.host="127.0.0.1:5000" http.request.id=c884388c-c7aa-4f25-8491-ce7ed4ebcbfa http.request.method=GET http.request.remoteaddr="127.0.0.1:44278" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.201919ms http.response.status=404 http.response.written=181 instance.id=95ec5289-e949-4d8e-94cb-292827ac0196 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2022-12-01T00:18:22.091Z] 127.0.0.1 - - [01/Dec/2022:00:18:21 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:22.091Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.28s) [2022-12-01T00:18:22.091Z] === RUN TestRemoveImageOrphaning [2022-12-01T00:18:22.347Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-12-01T00:18:22.347Z] === RUN TestRemoveImageGarbageCollector [2022-12-01T00:18:22.347Z] remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:18:22.347Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-12-01T00:18:22.347Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-12-01T00:18:22.347Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-12-01T00:18:22.347Z] === RUN TestTagInvalidReference [2022-12-01T00:18:22.347Z] --- PASS: TestTagInvalidReference (0.02s) [2022-12-01T00:18:22.347Z] === RUN TestTagValidPrefixedRepo [2022-12-01T00:18:22.347Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-12-01T00:18:22.347Z] === RUN TestTagExistedNameWithoutForce [2022-12-01T00:18:22.347Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-12-01T00:18:22.347Z] === RUN TestTagOfficialNames [2022-12-01T00:18:22.603Z] --- PASS: TestTagOfficialNames (0.05s) [2022-12-01T00:18:22.603Z] === RUN TestTagMatchesDigest [2022-12-01T00:18:22.603Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-12-01T00:18:22.603Z] PASS [2022-12-01T00:18:22.603Z] [2022-12-01T00:18:22.603Z] === Skipped [2022-12-01T00:18:22.603Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-12-01T00:18:22.603Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-12-01T00:18:22.603Z] [2022-12-01T00:18:22.603Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-12-01T00:18:22.603Z] remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:18:22.603Z] [2022-12-01T00:18:22.603Z] DONE 13 tests, 2 skipped in 1.272s [2022-12-01T00:18:22.603Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-12-01T00:18:22.603Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:22.603Z] ++ set -e [2022-12-01T00:18:22.603Z] ++ '[' -n 0 ']' [2022-12-01T00:18:22.603Z] ++ set -x [2022-12-01T00:18:22.603Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:22.603Z] INFO: Testing against a local daemon [2022-12-01T00:18:22.603Z] === RUN TestNetworkCreateDelete [2022-12-01T00:18:22.860Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-12-01T00:18:22.860Z] === RUN TestDockerNetworkDeletePreferID [2022-12-01T00:18:23.116Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-12-01T00:18:23.116Z] === RUN TestDaemonDNSFallback [2022-12-01T00:18:24.187Z] --- PASS: TestDaemonRestartIpcMode (4.51s) [2022-12-01T00:18:24.443Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.36s) [2022-12-01T00:18:24.443Z] PASS [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === Skipped [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-12-01T00:18:24.443Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-12-01T00:18:24.443Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-12-01T00:18:24.443Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-12-01T00:18:24.443Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-12-01T00:18:24.443Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-12-01T00:18:24.443Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-12-01T00:18:24.443Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-12-01T00:18:24.443Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-12-01T00:18:24.443Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-12-01T00:18:24.443Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-12-01T00:18:24.443Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-12-01T00:18:24.443Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-12-01T00:18:24.443Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-12-01T00:18:24.443Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-12-01T00:18:24.443Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-12-01T00:18:24.443Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-12-01T00:18:24.443Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:18:24.443Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-12-01T00:18:24.443Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-12-01T00:18:24.443Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-12-01T00:18:24.443Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-12-01T00:18:24.443Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-12-01T00:18:24.443Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-12-01T00:18:24.443Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:18:24.443Z] [2022-12-01T00:18:24.443Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-12-01T00:18:24.443Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:24.444Z] [2022-12-01T00:18:24.444Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-12-01T00:18:24.444Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:24.444Z] [2022-12-01T00:18:24.444Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-12-01T00:18:24.444Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-12-01T00:18:24.444Z] [2022-12-01T00:18:24.444Z] DONE 178 tests, 27 skipped in 82.347s [2022-12-01T00:18:24.444Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-12-01T00:18:24.444Z] INFO: Testing against a local daemon [2022-12-01T00:18:24.444Z] === RUN TestLiveRestore [2022-12-01T00:18:24.444Z] === RUN TestLiveRestore/volume_references [2022-12-01T00:18:24.444Z] === PAUSE TestLiveRestore/volume_references [2022-12-01T00:18:24.444Z] === CONT TestLiveRestore/volume_references [2022-12-01T00:18:24.472Z] === CONT TestIpcModeOlderClient [2022-12-01T00:18:24.472Z] --- PASS: TestContainerStartOnDaemonRestart (2.16s) [2022-12-01T00:18:24.472Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-12-01T00:18:24.472Z] === CONT TestDaemonHostGatewayIP [2022-12-01T00:18:25.004Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-12-01T00:18:25.004Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-12-01T00:18:25.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-12-01T00:18:26.361Z] --- PASS: TestDaemonHostGatewayIP (2.27s) [2022-12-01T00:18:26.361Z] === CONT TestRestartDaemonWithRestartingContainer [2022-12-01T00:18:27.517Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-12-01T00:18:28.248Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.71s) [2022-12-01T00:18:28.248Z] === CONT TestDaemonRestartIpcMode [2022-12-01T00:18:28.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-12-01T00:18:29.402Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-12-01T00:18:29.652Z] --- PASS: TestDaemonDNSFallback (6.25s) [2022-12-01T00:18:29.652Z] === RUN TestInspectNetwork [2022-12-01T00:18:30.814Z] --- PASS: TestDaemonRestartIpcMode (2.18s) [2022-12-01T00:18:31.288Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-12-01T00:18:31.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-12-01T00:18:32.169Z] === RUN TestInspectNetwork/full_network_id [2022-12-01T00:18:32.169Z] === RUN TestInspectNetwork/partial_network_id [2022-12-01T00:18:32.169Z] === RUN TestInspectNetwork/network_name [2022-12-01T00:18:32.169Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-12-01T00:18:32.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-12-01T00:18:34.093Z] --- PASS: TestContainerKillOnDaemonStart (11.78s) [2022-12-01T00:18:34.093Z] PASS [2022-12-01T00:18:34.093Z] [2022-12-01T00:18:34.093Z] === Skipped [2022-12-01T00:18:34.093Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-12-01T00:18:34.093Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:18:34.093Z] [2022-12-01T00:18:34.093Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-12-01T00:18:34.093Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-12-01T00:18:34.093Z] [2022-12-01T00:18:34.093Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:18:34.093Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:18:34.093Z] [2022-12-01T00:18:34.093Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-12-01T00:18:34.093Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-12-01T00:18:34.093Z] [2022-12-01T00:18:34.093Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-12-01T00:18:34.093Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:18:34.093Z] [2022-12-01T00:18:34.093Z] DONE 197 tests, 5 skipped in 106.799s [2022-12-01T00:18:34.093Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-12-01T00:18:34.093Z] INFO: Testing against a local daemon [2022-12-01T00:18:34.093Z] === RUN TestLiveRestore [2022-12-01T00:18:34.093Z] === RUN TestLiveRestore/volume_references [2022-12-01T00:18:34.093Z] === PAUSE TestLiveRestore/volume_references [2022-12-01T00:18:34.093Z] === CONT TestLiveRestore/volume_references [2022-12-01T00:18:34.348Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-12-01T00:18:34.348Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-12-01T00:18:34.550Z] --- PASS: TestLiveRestore (0.00s) [2022-12-01T00:18:34.551Z] --- PASS: TestLiveRestore/volume_references (9.61s) [2022-12-01T00:18:34.551Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (7.93s) [2022-12-01T00:18:34.551Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (2.06s) [2022-12-01T00:18:34.551Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (2.06s) [2022-12-01T00:18:34.551Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (2.05s) [2022-12-01T00:18:34.551Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.77s) [2022-12-01T00:18:34.551Z] PASS [2022-12-01T00:18:34.551Z] [2022-12-01T00:18:34.551Z] DONE 7 tests in 9.702s [2022-12-01T00:18:34.551Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-12-01T00:18:34.551Z] INFO: Testing against a local daemon [2022-12-01T00:18:34.551Z] === RUN TestCommitInheritsEnv [2022-12-01T00:18:35.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-12-01T00:18:35.274Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-12-01T00:18:36.270Z] ..........................xx.................... [ 29%] [2022-12-01T00:18:36.334Z] --- PASS: TestInspectNetwork (6.85s) [2022-12-01T00:18:36.334Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-12-01T00:18:36.334Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-12-01T00:18:36.334Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-12-01T00:18:36.334Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-12-01T00:18:36.334Z] === RUN TestRunContainerWithBridgeNone [2022-12-01T00:18:36.437Z] --- PASS: TestCommitInheritsEnv (1.88s) [2022-12-01T00:18:36.437Z] === RUN TestImportExtremelyLargeImageWorks [2022-12-01T00:18:36.437Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-12-01T00:18:36.437Z] === RUN TestImagesFilterMultiReference [2022-12-01T00:18:36.437Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-12-01T00:18:36.437Z] === RUN TestImagePullPlatformInvalid [2022-12-01T00:18:36.437Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-12-01T00:18:36.437Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-12-01T00:18:36.438Z] pull_test.go:123: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-12-01T00:18:36.438Z] --- SKIP: TestImagePullStoredfDigestForOtherRepo (0.00s) [2022-12-01T00:18:36.438Z] === RUN TestRemoveImageOrphaning [2022-12-01T00:18:36.638Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-12-01T00:18:37.201Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-12-01T00:18:37.699Z] --- PASS: TestRunContainerWithBridgeNone (1.46s) [2022-12-01T00:18:37.699Z] === RUN TestNetworkInvalidJSON [2022-12-01T00:18:37.699Z] === RUN TestNetworkInvalidJSON//networks/create [2022-12-01T00:18:37.699Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-12-01T00:18:37.699Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:18:37.699Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:18:37.699Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:18:37.699Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:18:37.699Z] === CONT TestNetworkInvalidJSON//networks/create [2022-12-01T00:18:37.699Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:18:37.699Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:18:37.699Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-12-01T00:18:37.699Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-12-01T00:18:37.699Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-12-01T00:18:37.699Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-12-01T00:18:37.699Z] === RUN TestNetworkList [2022-12-01T00:18:37.699Z] === RUN TestNetworkList//networks [2022-12-01T00:18:37.699Z] === PAUSE TestNetworkList//networks [2022-12-01T00:18:37.699Z] === RUN TestNetworkList//networks/ [2022-12-01T00:18:37.699Z] === PAUSE TestNetworkList//networks/ [2022-12-01T00:18:37.699Z] === CONT TestNetworkList//networks [2022-12-01T00:18:37.699Z] === CONT TestNetworkList//networks/ [2022-12-01T00:18:37.699Z] --- PASS: TestNetworkList (0.01s) [2022-12-01T00:18:37.699Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-12-01T00:18:37.699Z] --- PASS: TestNetworkList//networks (0.00s) [2022-12-01T00:18:37.699Z] === RUN TestHostIPv4BridgeLabel [2022-12-01T00:18:37.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-12-01T00:18:38.128Z] --- PASS: TestLiveRestore (0.00s) [2022-12-01T00:18:38.128Z] --- PASS: TestLiveRestore/volume_references (4.48s) [2022-12-01T00:18:38.128Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.81s) [2022-12-01T00:18:38.128Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.97s) [2022-12-01T00:18:38.128Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.96s) [2022-12-01T00:18:38.128Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.95s) [2022-12-01T00:18:38.128Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.93s) [2022-12-01T00:18:38.128Z] PASS [2022-12-01T00:18:38.128Z] [2022-12-01T00:18:38.128Z] DONE 7 tests in 4.517s [2022-12-01T00:18:38.262Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-12-01T00:18:38.262Z] === RUN TestDaemonRestartWithLiveRestore [2022-12-01T00:18:38.329Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2022-12-01T00:18:38.329Z] === RUN TestRemoveImageGarbageCollector [2022-12-01T00:18:38.329Z] remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-12-01T00:18:38.329Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-12-01T00:18:38.329Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-12-01T00:18:38.329Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-12-01T00:18:38.329Z] === RUN TestTagInvalidReference [2022-12-01T00:18:38.329Z] --- PASS: TestTagInvalidReference (0.02s) [2022-12-01T00:18:38.329Z] === RUN TestTagValidPrefixedRepo [2022-12-01T00:18:38.329Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-12-01T00:18:38.329Z] === RUN TestTagExistedNameWithoutForce [2022-12-01T00:18:38.329Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-12-01T00:18:38.329Z] === RUN TestTagOfficialNames [2022-12-01T00:18:38.329Z] --- PASS: TestTagOfficialNames (0.04s) [2022-12-01T00:18:38.329Z] === RUN TestTagMatchesDigest [2022-12-01T00:18:38.329Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-12-01T00:18:38.329Z] === CONT TestImportExtremelyLargeImageWorks [2022-12-01T00:18:38.384Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-12-01T00:18:38.384Z] INFO: Testing against a local daemon [2022-12-01T00:18:38.384Z] === RUN TestCommitInheritsEnv [2022-12-01T00:18:38.640Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-12-01T00:18:38.640Z] === RUN TestImportExtremelyLargeImageWorks [2022-12-01T00:18:38.640Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-12-01T00:18:38.640Z] === RUN TestImagesFilterMultiReference [2022-12-01T00:18:38.640Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-12-01T00:18:38.640Z] === RUN TestImagePullPlatformInvalid [2022-12-01T00:18:38.640Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-12-01T00:18:38.640Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-12-01T00:18:38.897Z] time="2022-12-01T00:18:38Z" 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.18.8 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=info msg="Starting upload purge in 14m0s" go.version=go1.18.8 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=info msg="redis not configured" go.version=go1.18.8 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.18.8 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=3cd2238d-005a-48af-95cd-24ca78e69e48 http.request.method=GET http.request.remoteaddr="127.0.0.1:46490" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=3cd2238d-005a-48af-95cd-24ca78e69e48 http.request.method=GET http.request.remoteaddr="127.0.0.1:46490" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.179542ms http.response.status=200 http.response.written=2 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=072c86ef-bb53-48fb-919a-b125fa05f079 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=072c86ef-bb53-48fb-919a-b125fa05f079 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=072c86ef-bb53-48fb-919a-b125fa05f079 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=28.241µ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=c9cb85e9-7b16-4c37-ad31-f8557eb65035 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=0b7da4ef-6fb8-4e4d-bb1e-018413e1e193 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=0b7da4ef-6fb8-4e4d-bb1e-018413e1e193 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=0b7da4ef-6fb8-4e4d-bb1e-018413e1e193 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=20.893µ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=38ed433d-87e6-4eb5-9e5c-c8abac17fb55 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 err.message="blob unknown to registry" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=0b7da4ef-6fb8-4e4d-bb1e-018413e1e193 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" 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=4.898348ms http.response.status=404 http.response.written=157 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "HEAD /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=072c86ef-bb53-48fb-919a-b125fa05f079 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46494" 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.293287ms http.response.status=404 http.response.written=157 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ea8366ed-4f1b-4373-b1f7-91e53970a9ad http.request.method=POST http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ea8366ed-4f1b-4373-b1f7-91e53970a9ad http.request.method=POST http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a1a1fd4c-bf6a-4f7c-b808-f41283283e98 http.request.method=POST http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/startedat\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ea8366ed-4f1b-4373-b1f7-91e53970a9ad http.request.method=POST http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=711.197µ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=1456f2cd-8ca9-4be3-a64d-1f7cc247ce26 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ea8366ed-4f1b-4373-b1f7-91e53970a9ad http.request.method=POST http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=22.306µ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=a4a03b7b-ed84-4f05-b3d3-136d7c841b91 trace.line=141 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a1a1fd4c-bf6a-4f7c-b808-f41283283e98 http.request.method=POST http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/startedat\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a1a1fd4c-bf6a-4f7c-b808-f41283283e98 http.request.method=POST http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=243.743µ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=412bfa4c-b5f5-4ee4-80d7-675f2684c21c trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a1a1fd4c-bf6a-4f7c-b808-f41283283e98 http.request.method=POST http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=300.63µ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=7f6159a7-77f8-4e21-8e3b-4c98eae1593b trace.line=141 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/hashstates/sha256/0\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ea8366ed-4f1b-4373-b1f7-91e53970a9ad http.request.method=POST http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=166.174µ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=253afffa-9cbf-4ec7-8998-7dc9e557cdb9 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=ea8366ed-4f1b-4373-b1f7-91e53970a9ad http.request.method=POST http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=7.070833ms http.response.status=202 http.response.written=0 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/startedat\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=73.667µ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=57867e93-75db-414b-aa14-72309b4727f8 trace.line=82 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=29.085µ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=c014b933-c23a-4b88-b909-e81ddbf80181 trace.line=141 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/data\", 0)" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=194.418µ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=935e9611-43e4-47ba-a1bf-061ccc61e09d trace.line=124 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="(*blobWriter).Commit" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=51.903µ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=dc7bd376-ebf7-401b-957c-b959ce98a58b trace.line=141 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=66.834µ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=e06312a7-71b8-470d-863e-15e0ad32e84c trace.line=141 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=56.516µ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=b18b794a-9c2c-46b6-b32b-91b9b1854f9b trace.line=141 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.898Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=393.481µ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=e048295c-94df-4e1a-b65a-9e22fdeaf01d trace.line=167 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=417.629µ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=f7592453-19f6-4938-abd2-39dabf6dee0e trace.line=95 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/36ff531c-6d1c-4402-819f-acf7277e998e\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=525.603µ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=9cef64ec-9183-4df9-a7dc-2b453a680e91 trace.line=181 vars.name=test vars.uuid=36ff531c-6d1c-4402-819f-acf7277e998e version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=05f6aa43-b79c-4a92-9f25-528fb59d2527 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46494" http.request.uri="/v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=5.085397ms http.response.status=201 http.response.written=0 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "PUT /v2/test/blobs/uploads/36ff531c-6d1c-4402-819f-acf7277e998e?_state=2CcnYfHDE_UkBfqJ-usBCqsNQ9zO4X6xd47UiF_ndk17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM2ZmY1MzFjLTZkMWMtNDQwMi04MTlmLWFjZjcyNzdlOTk4ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDE3NjEzNTdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/hashstates/sha256/0\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a1a1fd4c-bf6a-4f7c-b808-f41283283e98 http.request.method=POST http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=5.533887ms 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=e2e44d05-c817-4c57-b13a-87db9686175a trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a1a1fd4c-bf6a-4f7c-b808-f41283283e98 http.request.method=POST http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=13.632017ms http.response.status=202 http.response.written=0 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/startedat\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=40.187µ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=01bbbe36-d2cf-42b9-85f6-77632eb30a5e trace.line=82 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=17.272µ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=285c8059-22cc-4c94-a92d-4a29ee8759bf trace.line=141 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/data\", 0)" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=99.415µ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=b3344dfc-1c5f-4bd4-9509-503da5fa8af1 trace.line=124 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="(*blobWriter).Commit" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=16.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).Stat" trace.id=0e9652c5-c71f-4fa5-9638-e27b08242b61 trace.line=141 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=23.831µ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=74786e07-b999-4657-82f1-879cc1b8311e trace.line=141 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=17.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=0fa699bd-c704-4372-8123-a7fc4423fa57 trace.line=141 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae/data\", \"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\"" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=136.417µ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=25face2d-ecc8-47d8-b377-afd064d4895c trace.line=167 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=133.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=ed543009-bb81-4a60-a42a-97a8db752e3d trace.line=95 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=305.177µ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=9373822f-eab8-49d3-8c04-3771faf410aa trace.line=181 vars.name=test vars.uuid=e94d60ea-8c18-4abd-ac9f-d9a9409795ae version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=ec6ab860-5bc2-4526-b102-a0ceddb69de6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=3.691975ms http.response.status=201 http.response.written=0 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "PUT /v2/test/blobs/uploads/e94d60ea-8c18-4abd-ac9f-d9a9409795ae?_state=QIj6j0I-HsizFnHN0IN7joDOXVGL_cUhAXH_yibOnpl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImU5NGQ2MGVhLThjMTgtNGFiZC1hYzlmLWQ5YTk0MDk3OTVhZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoxODozOC44NDM1NjU2MjJaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=9a939543-6c12-460c-9448-9907dea82e40 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=9a939543-6c12-460c-9448-9907dea82e40 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=9a939543-6c12-460c-9448-9907dea82e40 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=26.766µ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=08e0143b-9de2-494c-b597-ee36dbf15fbb trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=9a939543-6c12-460c-9448-9907dea82e40 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46496" 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.118537ms http.response.status=404 http.response.written=96 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg=PutImageManifest go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="(*manifestStore).Put" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.899Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=40.834µ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=4a72472e-a916-4063-a9f4-c27ccce7bf3b trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=23.347µ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=0336d4f3-1ba1-4c0d-bc48-a9a76e953295 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=134.894µ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=9d68e752-78bc-4874-9cae-0de6a0eb5edc trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=71.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=df07e43a-884a-4289-a349-192ea63f0bec trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=116.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).Stat" trace.id=640fb586-f531-4a80-b297-b382dcd8c39f trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=266.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).PutContent" trace.id=f89a8abb-bffd-4196-8115-ce0296908f2b trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=265.918µ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=a44e076d-a977-42da-80cc-d29603c3f391 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=60.831µ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=88fd13ab-cc2e-4a1e-95d3-82e97e043c55 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=215.37µ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=5b75e4a3-b5fe-46d2-9fb4-7c2bf43c3f1b trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=300.955µ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=9b1a6064-4512-4215-983d-9ee67be95483 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=98ac7b92-5828-48a2-85ce-cf24377e3ac8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46496" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=4.376199ms http.response.status=201 http.response.written=0 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=b3a5d0f0-2874-4ba6-b0c7-5aca3d6b97ce http.request.method=GET http.request.remoteaddr="127.0.0.1:46514" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=b3a5d0f0-2874-4ba6-b0c7-5aca3d6b97ce http.request.method=GET http.request.remoteaddr="127.0.0.1:46514" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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="796.292µs" http.response.status=200 http.response.written=2 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=40.518µ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=1b6334b4-9e15-4fcb-b06f-af8773721988 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=40.545µ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=515fb3f2-27ab-4c6e-a42d-cc56ce949c18 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=78.689µ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=c9e267c7-56fe-404b-adb4-57f59b1bbe01 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=48.555µ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=1c7d15bf-565e-4d12-9bdf-b3d022322689 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d244313c-66c7-4eb8-8d2c-a010987900d5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.608635ms http.response.status=200 http.response.written=417 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=106.103µ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=1d76f78d-efda-40e5-af3c-fbcd6cd752b2 trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=21.375µ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=18d73e35-a8ae-47f7-9546-23994c12ba46 trace.line=141 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=36.034µ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=a5026d00-e1f4-465c-acaf-4acdfaea3a83 trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:38.900Z] time="2022-12-01T00:18:38Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=af57a8fe-4c21-433c-8bc4-d4c0356cd783 http.request.method=GET http.request.remoteaddr="127.0.0.1:46538" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.684867ms http.response.status=200 http.response.written=417 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "GET /v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 200 417 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=241.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).GetContent" trace.id=3324af93-ba43-4f71-a474-66f73c2e9a65 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=137.253µ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=0e07a3d5-59f0-449e-a56b-2ebc3fad1932 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=32.092µ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=de135d90-a3d8-49b5-ac39-ffc87231a3e3 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=23.024µ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=20eb77bc-7d08-4c48-b4a9-37cb9372f80c trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=30.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).Stat" trace.id=68326a55-21fb-4da5-a818-a00a75c830e6 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=8.659µ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=e394d51d-e407-4993-a8dc-fc993562dcd2 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=25.755µ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=5a388c5e-aa2f-4187-96e7-2a8622844839 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=42.447µ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=7ddcd98b-0713-440d-813d-b24483e31191 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=54.647µ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=1431b2bb-4cd0-4f50-870a-df05fca9713c trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=39.076µ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=d1d07e40-a8ed-4354-a334-976a9b90d8e7 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=23.164µ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=6bde78cf-6a89-458b-82a3-1c5c7ac1e7ac trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=19.498µ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=c8a6d214-6cfa-40d8-86ce-ad5b8fd05f32 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=9.62µ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=a4d8da28-e6a9-4d0f-bcb8-93fe1eacf0ae trace.line=193 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\", 0)" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=108.314µ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=250a5156-375e-4fa1-b543-6f6bbd1deb38 trace.line=107 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=24.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).GetContent" trace.id=1c341ac6-15ba-49b3-bef3-e16752402796 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=17.442µ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=97b46942-a60c-4e9c-8eb9-720be419f7e6 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=cc889ba3-e01b-4f45-964b-46d836c12707 http.request.method=GET http.request.remoteaddr="127.0.0.1:46546" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=6.274907ms http.response.status=200 http.response.written=179 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "GET /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 200 179 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=34.138µ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=318bb018-dbea-445d-90ec-9631aa3e2e90 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=18.644µ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=308d677f-281b-4bd7-9cfe-377b00500df1 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e5cae135-5387-4692-8da0-b4582436c009 http.request.method=GET http.request.remoteaddr="127.0.0.1:46556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=8.759551ms http.response.status=200 http.response.written=68 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:38.901Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=f4c47117-50fa-403e-8979-1ea0df782fd7 http.request.method=GET http.request.remoteaddr="127.0.0.1:46574" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=f4c47117-50fa-403e-8979-1ea0df782fd7 http.request.method=GET http.request.remoteaddr="127.0.0.1:46574" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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="862.708µs" http.response.status=200 http.response.written=2 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=da0b0821-2347-4bc9-b679-4860637f335d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46584" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=da0b0821-2347-4bc9-b679-4860637f335d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46584" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=da0b0821-2347-4bc9-b679-4860637f335d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46584" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=da0b0821-2347-4bc9-b679-4860637f335d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46584" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=39.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).GetContent" trace.id=fc46748b-ece9-477a-b66e-4979d7302c7a trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=da0b0821-2347-4bc9-b679-4860637f335d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46584" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=17.315µ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=82323fba-9370-4733-bb32-c2167e11174b trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" 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.18.8 http.request.host="127.0.0.1:5000" http.request.id=da0b0821-2347-4bc9-b679-4860637f335d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46584" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.165649ms http.response.status=404 http.response.written=181 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "HEAD /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=03e70863-5560-4f5e-9361-3ccff524f4b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46586" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=03e70863-5560-4f5e-9361-3ccff524f4b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46586" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=03e70863-5560-4f5e-9361-3ccff524f4b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46586" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=03e70863-5560-4f5e-9361-3ccff524f4b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46586" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=22.479µ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=2586b657-ebb5-4407-b1b9-bccb6f5adaac trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=03e70863-5560-4f5e-9361-3ccff524f4b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46586" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 trace.duration=15.456µ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=af864689-afb6-4f5d-96b4-a88a1de237d6 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] time="2022-12-01T00:18:38Z" 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.18.8 http.request.host="127.0.0.1:5000" http.request.id=03e70863-5560-4f5e-9361-3ccff524f4b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46586" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.093884ms http.response.status=404 http.response.written=181 instance.id=bda382c2-c9d0-4fea-939a-86effe8d77a1 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:18:39.158Z] 127.0.0.1 - - [01/Dec/2022:00:18:38 +0000] "GET /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.15.0-1022-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:18:39.158Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.40s) [2022-12-01T00:18:39.158Z] === RUN TestRemoveImageOrphaning [2022-12-01T00:18:39.414Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-12-01T00:18:39.414Z] === RUN TestRemoveImageGarbageCollector [2022-12-01T00:18:39.634Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-12-01T00:18:39.634Z] === RUN TestDaemonDefaultNetworkPools [2022-12-01T00:18:40.195Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-12-01T00:18:40.195Z] === RUN TestDaemonRestartWithExistingNetwork [2022-12-01T00:18:41.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-12-01T00:18:41.123Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-12-01T00:18:41.123Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-12-01T00:18:41.301Z] --- PASS: TestRemoveImageGarbageCollector (1.81s) [2022-12-01T00:18:41.301Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-12-01T00:18:41.301Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-12-01T00:18:41.301Z] === RUN TestTagInvalidReference [2022-12-01T00:18:41.301Z] --- PASS: TestTagInvalidReference (0.01s) [2022-12-01T00:18:41.301Z] === RUN TestTagValidPrefixedRepo [2022-12-01T00:18:41.301Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-12-01T00:18:41.301Z] === RUN TestTagExistedNameWithoutForce [2022-12-01T00:18:41.301Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-12-01T00:18:41.301Z] === RUN TestTagOfficialNames [2022-12-01T00:18:41.301Z] --- PASS: TestTagOfficialNames (0.04s) [2022-12-01T00:18:41.301Z] === RUN TestTagMatchesDigest [2022-12-01T00:18:41.301Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-12-01T00:18:41.301Z] === CONT TestImportExtremelyLargeImageWorks [2022-12-01T00:18:42.488Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-12-01T00:18:42.488Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-12-01T00:18:42.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-12-01T00:18:43.049Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-12-01T00:18:43.049Z] === RUN TestServiceWithPredefinedNetwork [2022-12-01T00:18:45.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-12-01T00:18:45.564Z] --- PASS: TestServiceWithPredefinedNetwork (2.22s) [2022-12-01T00:18:45.564Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-12-01T00:18:45.564Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:18:45.564Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:18:45.564Z] === RUN TestServiceWithDataPathPortInit [2022-12-01T00:18:47.991Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-01T00:18:47.991Z] Using test binary docker [2022-12-01T00:18:47.991Z] +++ /etc/init.d/apparmor start [2022-12-01T00:18:47.991Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-12-01T00:18:47.991Z] INFO: Waiting for daemon to start... [2022-12-01T00:18:47.991Z] Starting dockerd [2022-12-01T00:18:47.991Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-12-01T00:18:50.532Z] . [2022-12-01T00:18:50.532Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-01T00:18:50.532Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-01T00:18:50.532Z] Error: No such image: emptyfs [2022-12-01T00:18:50.532Z] ++++ docker load [2022-12-01T00:18:50.532Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-12-01T00:18:50.792Z] Running integration-test (iteration 1) [2022-12-01T00:18:50.792Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-12-01T00:18:50.792Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:50.792Z] ++ set -e [2022-12-01T00:18:50.792Z] ++ '[' -n 0 ']' [2022-12-01T00:18:50.792Z] ++ set -x [2022-12-01T00:18:50.792Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:18:51.732Z] Loaded image: busybox:latest [2022-12-01T00:18:51.992Z] Loaded image: busybox:glibc [2022-12-01T00:18:52.075Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-12-01T00:18:57.278Z] Loaded image: debian:bullseye-slim [2022-12-01T00:18:57.278Z] Loaded image: hello-world:latest [2022-12-01T00:18:57.278Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:18:57.278Z] INFO: Testing against a local daemon [2022-12-01T00:18:57.278Z] === RUN TestCgroupNamespacesBuild [2022-12-01T00:18:59.189Z] --- PASS: TestCgroupNamespacesBuild (2.29s) [2022-12-01T00:18:59.189Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-12-01T00:18:59.518Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-12-01T00:19:00.403Z] --- PASS: TestServiceWithDataPathPortInit (13.63s) [2022-12-01T00:19:00.403Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-12-01T00:19:01.332Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vcoq5ducrnwe8tok5z58vgeak Created:2022-12-01 00:19:00.167655827 +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[b2ee3bcbfa57a46035e11dfca4d6aa981342cf36fc06fd5ce5fe8fee50356e72:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zmimwi04jp1nfni33fmk2w34n EndpointID:6f5ad3bcee6bfa635932822982acde4c9e9adbd5891f407f236528142f7da0a6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6d01f226ab2f11376f5bdd30f3c03b5455a332fac547eb8a71fc6834cf221628 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:9929e75c2896 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zmimwi04jp1nfni33fmk2w34n EndpointID:6f5ad3bcee6bfa635932822982acde4c9e9adbd5891f407f236528142f7da0a6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-12-01T00:19:01.730Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s) [2022-12-01T00:19:01.730Z] === RUN TestBuildWithSession [2022-12-01T00:19:01.730Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:19:01.730Z] --- SKIP: TestBuildWithSession (0.00s) [2022-12-01T00:19:01.730Z] === RUN TestBuildSquashParent [2022-12-01T00:19:04.104Z] tests/integration/api_image_test.py ............s..... [ 40%] [2022-12-01T00:19:06.601Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.83s) [2022-12-01T00:19:06.601Z] PASS [2022-12-01T00:19:06.601Z] [2022-12-01T00:19:06.601Z] === Skipped [2022-12-01T00:19:06.601Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:19:06.601Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:19:06.601Z] [2022-12-01T00:19:06.601Z] DONE 26 tests, 1 skipped in 43.133s [2022-12-01T00:19:06.601Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:19:06.601Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:06.601Z] ++ set -e [2022-12-01T00:19:06.601Z] ++ '[' -n 0 ']' [2022-12-01T00:19:06.601Z] ++ set -x [2022-12-01T00:19:06.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:06.601Z] INFO: Testing against a local daemon [2022-12-01T00:19:06.601Z] === RUN TestDockerNetworkIpvlanPersistance [2022-12-01T00:19:06.601Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:19:06.601Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:19:06.601Z] === RUN TestDockerNetworkIpvlan [2022-12-01T00:19:06.601Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:19:06.601Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:19:06.601Z] PASS [2022-12-01T00:19:06.601Z] [2022-12-01T00:19:06.601Z] === Skipped [2022-12-01T00:19:06.601Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:19:06.601Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:19:06.601Z] [2022-12-01T00:19:06.601Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:19:06.601Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:19:06.601Z] [2022-12-01T00:19:06.601Z] DONE 2 tests, 2 skipped in 0.098s [2022-12-01T00:19:06.601Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:19:06.601Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:06.601Z] ++ set -e [2022-12-01T00:19:06.601Z] ++ '[' -n 0 ']' [2022-12-01T00:19:06.601Z] ++ set -x [2022-12-01T00:19:06.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:06.601Z] INFO: Testing against a local daemon [2022-12-01T00:19:06.601Z] === RUN TestDockerNetworkMacvlanPersistance [2022-12-01T00:19:07.166Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-12-01T00:19:07.166Z] === RUN TestDockerNetworkMacvlan [2022-12-01T00:19:07.731Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-12-01T00:19:08.660Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-12-01T00:19:09.222Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-12-01T00:19:09.868Z] --- PASS: TestBuildSquashParent (8.00s) [2022-12-01T00:19:09.868Z] === RUN TestBuildWithRemoveAndForceRemove [2022-12-01T00:19:09.868Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:19:09.868Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:19:09.868Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:19:09.868Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:19:09.868Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:19:09.868Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:19:09.868Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:19:09.868Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:19:09.868Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:19:09.868Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:19:09.868Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:19:09.868Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:19:09.868Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:19:09.868Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:19:11.110Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-12-01T00:19:12.414Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:19:12.414Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:19:12.475Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-12-01T00:19:15.716Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:19:15.716Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:19:15.742Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-12-01T00:19:15.997Z] --- PASS: TestDockerNetworkMacvlan (8.91s) [2022-12-01T00:19:15.997Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-12-01T00:19:15.997Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-12-01T00:19:15.997Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s) [2022-12-01T00:19:15.997Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.73s) [2022-12-01T00:19:15.997Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.80s) [2022-12-01T00:19:15.997Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.53s) [2022-12-01T00:19:15.997Z] PASS [2022-12-01T00:19:15.997Z] [2022-12-01T00:19:15.997Z] DONE 8 tests in 10.258s [2022-12-01T00:19:15.997Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-12-01T00:19:15.998Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:15.998Z] ++ set -e [2022-12-01T00:19:15.998Z] ++ '[' -n 0 ']' [2022-12-01T00:19:15.998Z] ++ set -x [2022-12-01T00:19:15.998Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:15.998Z] testing: warning: no tests to run [2022-12-01T00:19:15.998Z] PASS [2022-12-01T00:19:15.998Z] [2022-12-01T00:19:15.998Z] DONE 0 tests in 0.024s [2022-12-01T00:19:15.998Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-12-01T00:19:15.998Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:15.998Z] ++ set -e [2022-12-01T00:19:15.998Z] ++ '[' -n 0 ']' [2022-12-01T00:19:15.998Z] ++ set -x [2022-12-01T00:19:15.998Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:16.253Z] INFO: Testing against a local daemon [2022-12-01T00:19:16.254Z] === RUN TestAuthZPluginAllowRequest [2022-12-01T00:19:17.618Z] --- PASS: TestAuthZPluginAllowRequest (1.14s) [2022-12-01T00:19:17.618Z] === RUN TestAuthZPluginTLS [2022-12-01T00:19:17.874Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-12-01T00:19:17.874Z] === RUN TestAuthZPluginDenyRequest [2022-12-01T00:19:18.436Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-12-01T00:19:18.436Z] === RUN TestAuthZPluginAPIDenyResponse [2022-12-01T00:19:18.998Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-12-01T00:19:18.998Z] === RUN TestAuthZPluginDenyResponse [2022-12-01T00:19:19.012Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-12-01T00:19:19.012Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.06s) [2022-12-01T00:19:19.012Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.21s) [2022-12-01T00:19:19.012Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.05s) [2022-12-01T00:19:19.012Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.03s) [2022-12-01T00:19:19.012Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.19s) [2022-12-01T00:19:19.012Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.06s) [2022-12-01T00:19:19.012Z] === RUN TestBuildMultiStageCopy [2022-12-01T00:19:19.012Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-12-01T00:19:19.560Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-12-01T00:19:19.560Z] === RUN TestAuthZPluginAllowEventStream [2022-12-01T00:19:20.156Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-12-01T00:19:20.488Z] --- PASS: TestAuthZPluginAllowEventStream (1.06s) [2022-12-01T00:19:20.488Z] === RUN TestAuthZPluginErrorResponse [2022-12-01T00:19:20.929Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-12-01T00:19:21.050Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-12-01T00:19:21.050Z] === RUN TestAuthZPluginErrorRequest [2022-12-01T00:19:21.499Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-12-01T00:19:21.611Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-12-01T00:19:21.612Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-12-01T00:19:21.763Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-12-01T00:19:22.173Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-12-01T00:19:22.173Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-12-01T00:19:22.333Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-12-01T00:19:22.903Z] --- PASS: TestBuildMultiStageCopy (4.17s) [2022-12-01T00:19:22.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.29s) [2022-12-01T00:19:22.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2022-12-01T00:19:22.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.46s) [2022-12-01T00:19:22.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.48s) [2022-12-01T00:19:22.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.47s) [2022-12-01T00:19:22.903Z] === RUN TestBuildMultiStageParentConfig [2022-12-01T00:19:23.538Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.36s) [2022-12-01T00:19:23.539Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-12-01T00:19:23.870Z] --- PASS: TestBuildMultiStageParentConfig (1.15s) [2022-12-01T00:19:23.870Z] === RUN TestBuildLabelWithTargets [2022-12-01T00:19:24.904Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.27s) [2022-12-01T00:19:24.904Z] === RUN TestAuthZPluginHeader [2022-12-01T00:19:25.465Z] --- PASS: TestAuthZPluginHeader (0.67s) [2022-12-01T00:19:25.465Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-12-01T00:19:25.465Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:25.465Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-12-01T00:19:25.465Z] === RUN TestAuthZPluginV2Disable [2022-12-01T00:19:25.465Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:25.465Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-12-01T00:19:25.465Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-12-01T00:19:25.465Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:25.465Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-12-01T00:19:25.465Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-12-01T00:19:25.465Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:25.465Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-12-01T00:19:25.465Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-12-01T00:19:26.424Z] --- PASS: TestBuildLabelWithTargets (2.12s) [2022-12-01T00:19:26.424Z] === RUN TestBuildWithEmptyLayers [2022-12-01T00:19:27.364Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2022-12-01T00:19:27.364Z] === RUN TestBuildMultiStageOnBuild [2022-12-01T00:19:29.797Z] tests/integration/api_plugin_test.py ........... [ 50%] [2022-12-01T00:19:29.908Z] --- PASS: TestBuildMultiStageOnBuild (2.79s) [2022-12-01T00:19:29.908Z] === RUN TestBuildUncleanTarFilenames [2022-12-01T00:19:31.019Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-12-01T00:19:31.019Z] [2022-12-01T00:19:31.019Z] ________ ____ __. [2022-12-01T00:19:31.019Z] \_____ \ | |/ _| [2022-12-01T00:19:31.019Z] / | \| < [2022-12-01T00:19:31.019Z] / | \ | \ [2022-12-01T00:19:31.019Z] \_______ /____|__ \ [2022-12-01T00:19:31.019Z] \/ \/ [2022-12-01T00:19:31.019Z] [2022-12-01T00:19:31.019Z] INFO: make.ps1 ended at 12/01/2022 00:19:22 [2022-12-01T00:19:31.019Z] INFO: Binaries build ended at 12/01/2022 00:19:24. Duration:00:01:26.0963131 [2022-12-01T00:19:31.019Z] INFO: Copying the built daemon binary to d:\CI\PR-44488\7\binary\dockerd-d2b734d120.exe... [2022-12-01T00:19:31.019Z] INFO: Copying the built client binary to d:\CI\PR-44488\7\binary\docker-d2b734d120.exe... [2022-12-01T00:19:31.019Z] INFO: Copying dockerversion from the container... [2022-12-01T00:19:31.019Z] INFO: Copying the golang package from the container to d:\CI\PR-44488\7\installer\go.zip... [2022-12-01T00:19:31.019Z] INFO: Extracting go.zip to d:\CI\PR-44488\7\go [2022-12-01T00:19:31.294Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-12-01T00:19:31.820Z] --- PASS: TestBuildUncleanTarFilenames (1.62s) [2022-12-01T00:19:31.820Z] === RUN TestBuildMultiStageLayerLeak [2022-12-01T00:19:35.116Z] --- PASS: TestBuildMultiStageLayerLeak (2.91s) [2022-12-01T00:19:35.116Z] === RUN TestBuildWithHugeFile [2022-12-01T00:19:36.314Z] tests/integration/api_service_test.py .................................. [ 60%] [2022-12-01T00:19:43.506Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2022-12-01T00:19:43.506Z] PASS [2022-12-01T00:19:43.506Z] [2022-12-01T00:19:43.506Z] === Skipped [2022-12-01T00:19:43.506Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-12-01T00:19:43.506Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:43.506Z] [2022-12-01T00:19:43.506Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-12-01T00:19:43.506Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:43.506Z] [2022-12-01T00:19:43.506Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-12-01T00:19:43.506Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:43.506Z] [2022-12-01T00:19:43.506Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-12-01T00:19:43.506Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:43.506Z] [2022-12-01T00:19:43.506Z] DONE 17 tests, 4 skipped in 26.248s [2022-12-01T00:19:43.506Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-12-01T00:19:43.506Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:43.506Z] ++ set -e [2022-12-01T00:19:43.506Z] ++ '[' -n 0 ']' [2022-12-01T00:19:43.506Z] ++ set -x [2022-12-01T00:19:43.506Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:43.506Z] INFO: Testing against a local daemon [2022-12-01T00:19:43.506Z] === RUN TestPluginInvalidJSON [2022-12-01T00:19:43.506Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:19:43.506Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:19:43.506Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:19:43.506Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-12-01T00:19:43.506Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-12-01T00:19:43.506Z] === RUN TestPluginInstall [2022-12-01T00:19:43.506Z] === RUN TestPluginInstall/no_auth [2022-12-01T00:19:43.506Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:19:43.506Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:255ea288d7dbbe674a2a21b31adbe016a15715ac8d172d11787a7a08d6b8d85a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:19:43.506Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:19:43.506Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:255ea288d7dbbe674a2a21b31adbe016a15715ac8d172d11787a7a08d6b8d85a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:19:43.506Z] === RUN TestPluginInstall/with_htpasswd [2022-12-01T00:19:43.762Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:19:43.762Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0597a038b67b9b8a3802c293e2ee515ee17af80869fabf13488115f057529102" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:19:43.762Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:19:43.762Z] time="2022-12-01T00:19:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0597a038b67b9b8a3802c293e2ee515ee17af80869fabf13488115f057529102" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:19:44.018Z] === RUN TestPluginInstall/with_insecure [2022-12-01T00:19:44.947Z] time="2022-12-01T00:19:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:19:44.947Z] time="2022-12-01T00:19:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cd5c426b0bf53b78dc9ed2dcedbea9c49b0ee8a024d758190cabaa0388faa1a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:19:44.947Z] time="2022-12-01T00:19:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:19:44.947Z] time="2022-12-01T00:19:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cd5c426b0bf53b78dc9ed2dcedbea9c49b0ee8a024d758190cabaa0388faa1a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:19:45.203Z] plugin_test.go:165: [db92e840c73b4] daemon is not started [2022-12-01T00:19:45.203Z] --- PASS: TestPluginInstall (2.58s) [2022-12-01T00:19:45.203Z] --- PASS: TestPluginInstall/no_auth (0.91s) [2022-12-01T00:19:45.203Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-12-01T00:19:45.203Z] --- PASS: TestPluginInstall/with_insecure (1.12s) [2022-12-01T00:19:45.203Z] === RUN TestPluginsWithRuntimes [2022-12-01T00:19:46.569Z] === RUN TestPluginsWithRuntimes/No_Args [2022-12-01T00:19:47.497Z] === RUN TestPluginsWithRuntimes/With_Args [2022-12-01T00:19:48.425Z] --- PASS: TestPluginsWithRuntimes (3.25s) [2022-12-01T00:19:48.425Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-12-01T00:19:48.425Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-12-01T00:19:48.425Z] === RUN TestPluginBackCompatMediaTypes [2022-12-01T00:19:48.987Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-12-01T00:19:48.987Z] PASS [2022-12-01T00:19:48.987Z] [2022-12-01T00:19:48.987Z] DONE 10 tests in 6.525s [2022-12-01T00:19:48.987Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-12-01T00:19:48.987Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:48.987Z] ++ set -e [2022-12-01T00:19:48.987Z] ++ '[' -n 0 ']' [2022-12-01T00:19:48.987Z] ++ set -x [2022-12-01T00:19:48.987Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:48.987Z] INFO: Testing against a local daemon [2022-12-01T00:19:48.987Z] === RUN TestExternalGraphDriver [2022-12-01T00:19:49.243Z] === RUN TestExternalGraphDriver/json [2022-12-01T00:19:50.950Z] ......................... [ 67%] [2022-12-01T00:19:51.133Z] === RUN TestExternalGraphDriver/spec [2022-12-01T00:19:52.498Z] === RUN TestExternalGraphDriver/pull [2022-12-01T00:19:54.386Z] --- PASS: TestExternalGraphDriver (5.07s) [2022-12-01T00:19:54.386Z] --- PASS: TestExternalGraphDriver/json (1.57s) [2022-12-01T00:19:54.386Z] --- PASS: TestExternalGraphDriver/spec (1.56s) [2022-12-01T00:19:54.386Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2022-12-01T00:19:54.386Z] === RUN TestGraphdriverPluginV2 [2022-12-01T00:19:54.386Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:54.386Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-12-01T00:19:54.386Z] PASS [2022-12-01T00:19:54.386Z] [2022-12-01T00:19:54.386Z] === Skipped [2022-12-01T00:19:54.386Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-12-01T00:19:54.386Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:19:54.386Z] [2022-12-01T00:19:54.386Z] DONE 5 tests, 1 skipped in 5.505s [2022-12-01T00:19:54.386Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-12-01T00:19:54.386Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:54.386Z] ++ set -e [2022-12-01T00:19:54.386Z] ++ '[' -n 0 ']' [2022-12-01T00:19:54.386Z] ++ set -x [2022-12-01T00:19:54.386Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:19:54.641Z] INFO: Testing against a local daemon [2022-12-01T00:19:54.641Z] === RUN TestContinueAfterPluginCrash [2022-12-01T00:19:54.641Z] === PAUSE TestContinueAfterPluginCrash [2022-12-01T00:19:54.641Z] === RUN TestReadPluginNoRead [2022-12-01T00:19:54.641Z] === PAUSE TestReadPluginNoRead [2022-12-01T00:19:54.641Z] === RUN TestDaemonStartWithLogOpt [2022-12-01T00:19:54.641Z] === PAUSE TestDaemonStartWithLogOpt [2022-12-01T00:19:54.641Z] === CONT TestContinueAfterPluginCrash [2022-12-01T00:19:54.641Z] === CONT TestDaemonStartWithLogOpt [2022-12-01T00:19:56.297Z] INFO: Extraction ended at 12/01/2022 00:19:54. Duration:00:00:28.6950865 [2022-12-01T00:19:56.297Z] INFO: Updating the golang and path environment variables [2022-12-01T00:19:56.297Z] INFO: GOPATH=d:\gopath [2022-12-01T00:19:56.297Z] INFO: go version go1.18.8 windows/amd64 [2022-12-01T00:19:56.297Z] INFO: Running the daemon under test in debug mode [2022-12-01T00:19:56.297Z] INFO: Starting a daemon under test... [2022-12-01T00:19:56.297Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-44488\7\daemon --pidfile d:\CI\PR-44488\7\docker.pid -D [2022-12-01T00:19:56.297Z] INFO: Process started successfully. [2022-12-01T00:19:56.297Z] INFO: Start tailing logs of the daemon under tests [2022-12-01T00:19:56.297Z] INFO: Waiting for the daemon under test to start... [2022-12-01T00:19:57.905Z] --- PASS: TestDaemonStartWithLogOpt (2.98s) [2022-12-01T00:19:57.905Z] === CONT TestReadPluginNoRead [2022-12-01T00:19:59.793Z] === RUN TestReadPluginNoRead/default [2022-12-01T00:20:00.722Z] === RUN TestReadPluginNoRead/disabled_caching [2022-12-01T00:20:02.089Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-12-01T00:20:02.345Z] --- PASS: TestContinueAfterPluginCrash (7.92s) [2022-12-01T00:20:03.272Z] === CONT TestReadPluginNoRead [2022-12-01T00:20:03.272Z] read_test.go:92: [daed9c2704cbc] daemon is not started [2022-12-01T00:20:03.272Z] --- PASS: TestReadPluginNoRead (5.58s) [2022-12-01T00:20:03.272Z] --- PASS: TestReadPluginNoRead/default (1.16s) [2022-12-01T00:20:03.272Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2022-12-01T00:20:03.272Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2022-12-01T00:20:03.272Z] PASS [2022-12-01T00:20:03.272Z] [2022-12-01T00:20:03.272Z] DONE 6 tests in 8.684s [2022-12-01T00:20:03.272Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-12-01T00:20:03.272Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:03.272Z] ++ set -e [2022-12-01T00:20:03.272Z] ++ '[' -n 0 ']' [2022-12-01T00:20:03.272Z] ++ set -x [2022-12-01T00:20:03.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-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:03.272Z] testing: warning: no tests to run [2022-12-01T00:20:03.272Z] PASS [2022-12-01T00:20:03.272Z] [2022-12-01T00:20:03.272Z] DONE 0 tests in 0.030s [2022-12-01T00:20:03.272Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-12-01T00:20:03.272Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:03.272Z] ++ set -e [2022-12-01T00:20:03.272Z] ++ '[' -n 0 ']' [2022-12-01T00:20:03.272Z] ++ set -x [2022-12-01T00:20:03.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-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:03.272Z] INFO: Testing against a local daemon [2022-12-01T00:20:03.272Z] === RUN TestPluginWithDevMounts [2022-12-01T00:20:03.272Z] === PAUSE TestPluginWithDevMounts [2022-12-01T00:20:03.272Z] === CONT TestPluginWithDevMounts [2022-12-01T00:20:05.164Z] --- PASS: TestPluginWithDevMounts (1.50s) [2022-12-01T00:20:05.164Z] PASS [2022-12-01T00:20:05.164Z] [2022-12-01T00:20:05.164Z] DONE 1 tests in 1.606s [2022-12-01T00:20:05.164Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-12-01T00:20:05.164Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:05.164Z] ++ set -e [2022-12-01T00:20:05.164Z] ++ '[' -n 0 ']' [2022-12-01T00:20:05.164Z] ++ set -x [2022-12-01T00:20:05.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:05.164Z] INFO: Testing against a local daemon [2022-12-01T00:20:05.164Z] === RUN TestSecretInspect [2022-12-01T00:20:07.076Z] --- PASS: TestSecretInspect (2.20s) [2022-12-01T00:20:07.076Z] === RUN TestSecretList [2022-12-01T00:20:09.606Z] --- PASS: TestSecretList (2.09s) [2022-12-01T00:20:09.606Z] === RUN TestSecretsCreateAndDelete [2022-12-01T00:20:11.495Z] --- PASS: TestSecretsCreateAndDelete (2.08s) [2022-12-01T00:20:11.495Z] === RUN TestSecretsUpdate [2022-12-01T00:20:13.384Z] --- PASS: TestSecretsUpdate (2.14s) [2022-12-01T00:20:13.384Z] === RUN TestTemplatedSecret [2022-12-01T00:20:14.105Z] .....INFO: Daemon under test started and replied! [2022-12-01T00:20:14.105Z] INFO: Docker version of the daemon under test [2022-12-01T00:20:14.105Z] [2022-12-01T00:20:14.573Z] Client: [2022-12-01T00:20:14.573Z] Version: 17.06.2-ce [2022-12-01T00:20:14.573Z] API version: 1.30 [2022-12-01T00:20:14.573Z] Go version: go1.8.3 [2022-12-01T00:20:14.573Z] Git commit: cec0b72 [2022-12-01T00:20:14.573Z] Built: Tue Sep 5 19:57:19 2017 [2022-12-01T00:20:14.573Z] OS/Arch: windows/amd64 [2022-12-01T00:20:14.573Z] [2022-12-01T00:20:14.573Z] Server: [2022-12-01T00:20:14.573Z] Version: 0.0.0-dev [2022-12-01T00:20:14.573Z] API version: 1.41 (minimum version 1.24) [2022-12-01T00:20:14.573Z] Go version: go1.18.8 [2022-12-01T00:20:14.573Z] Git commit: d2b734d120 [2022-12-01T00:20:14.573Z] Built: 12/01/2022 00:18:03 [2022-12-01T00:20:14.573Z] OS/Arch: windows/amd64 [2022-12-01T00:20:14.573Z] Experimental: false [2022-12-01T00:20:14.573Z] [2022-12-01T00:20:14.573Z] INFO: Docker info of the daemon under test [2022-12-01T00:20:14.573Z] [2022-12-01T00:20:14.573Z] Containers: 0 [2022-12-01T00:20:14.573Z] Running: 0 [2022-12-01T00:20:14.573Z] Paused: 0 [2022-12-01T00:20:14.573Z] Stopped: 0 [2022-12-01T00:20:14.573Z] Images: 0 [2022-12-01T00:20:14.573Z] Server Version: 0.0.0-dev [2022-12-01T00:20:14.573Z] Storage Driver: windowsfilter [2022-12-01T00:20:14.573Z] Windows: [2022-12-01T00:20:14.573Z] Logging Driver: json-file [2022-12-01T00:20:14.573Z] Plugins: [2022-12-01T00:20:14.573Z] Volume: local [2022-12-01T00:20:14.573Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-12-01T00:20:14.573Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-12-01T00:20:14.573Z] Swarm: inactive [2022-12-01T00:20:14.573Z] Default Isolation: process [2022-12-01T00:20:14.573Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-12-01T00:20:14.573Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-12-01T00:20:14.573Z] OSType: windows [2022-12-01T00:20:14.573Z] Architecture: x86_64 [2022-12-01T00:20:14.573Z] CPUs: 4 [2022-12-01T00:20:14.573Z] Total Memory: 32GiB [2022-12-01T00:20:14.573Z] Name: azwin-2-323cf0 [2022-12-01T00:20:14.573Z] ID: J3XT:FNYM:NZ57:LDHA:FHR5:7RLM:HBZ6:EZMV:PKYJ:ANLG:4EGC:LWR4 [2022-12-01T00:20:14.573Z] Docker Root Dir: D:\CI\PR-44488\7\daemon [2022-12-01T00:20:14.573Z] Debug Mode (client): false [2022-12-01T00:20:14.573Z] Debug Mode (server): true [2022-12-01T00:20:14.573Z] File Descriptors: -1 [2022-12-01T00:20:14.573Z] Goroutines: 16 [2022-12-01T00:20:14.573Z] System Time: 2022-12-01T00:20:14.1132922Z [2022-12-01T00:20:14.573Z] EventsListeners: 0 [2022-12-01T00:20:14.573Z] Registry: https://index.docker.io/v1/ [2022-12-01T00:20:14.573Z] Labels: [2022-12-01T00:20:14.573Z] Experimental: false [2022-12-01T00:20:14.573Z] Insecure Registries: [2022-12-01T00:20:14.573Z] 127.0.0.0/8 [2022-12-01T00:20:14.573Z] Live Restore Enabled: false [2022-12-01T00:20:14.573Z] [2022-12-01T00:20:14.573Z] [2022-12-01T00:20:14.573Z] INFO: Docker images of the daemon under test [2022-12-01T00:20:14.573Z] [2022-12-01T00:20:14.573Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-12-01T00:20:14.573Z] [2022-12-01T00:20:14.573Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-12-01T00:20:14.573Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-12-01T00:20:14.805Z] --- PASS: TestImportExtremelyLargeImageWorks (94.14s) [2022-12-01T00:20:14.805Z] PASS [2022-12-01T00:20:14.805Z] [2022-12-01T00:20:14.805Z] === Skipped [2022-12-01T00:20:14.805Z] === SKIP: amd64.integration.image TestImagePullStoredfDigestForOtherRepo (0.00s) [2022-12-01T00:20:14.805Z] pull_test.go:123: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-12-01T00:20:14.805Z] [2022-12-01T00:20:14.805Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-12-01T00:20:14.805Z] remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-12-01T00:20:14.805Z] [2022-12-01T00:20:14.805Z] DONE 13 tests, 2 skipped in 98.353s [2022-12-01T00:20:14.805Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-12-01T00:20:14.805Z] INFO: Testing against a local daemon [2022-12-01T00:20:14.805Z] === RUN TestNetworkCreateDelete [2022-12-01T00:20:14.805Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-12-01T00:20:14.805Z] === RUN TestDockerNetworkDeletePreferID [2022-12-01T00:20:14.805Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-12-01T00:20:14.805Z] === RUN TestDaemonDNSFallback [2022-12-01T00:20:15.558Z] ltsc2019: Pulling from windows/servercore [2022-12-01T00:20:15.558Z] b111c3320c94: Pulling fs layer [2022-12-01T00:20:15.558Z] d3e1bcee8808: Pulling fs layer [2022-12-01T00:20:15.899Z] --- PASS: TestTemplatedSecret (2.40s) [2022-12-01T00:20:15.899Z] === RUN TestSecretCreateResolve [2022-12-01T00:20:17.674Z] --- PASS: TestImportExtremelyLargeImageWorks (93.03s) [2022-12-01T00:20:17.674Z] PASS [2022-12-01T00:20:17.674Z] [2022-12-01T00:20:17.674Z] DONE 13 tests in 96.094s [2022-12-01T00:20:17.674Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-12-01T00:20:17.674Z] INFO: Testing against a local daemon [2022-12-01T00:20:17.674Z] === RUN TestNetworkCreateDelete [2022-12-01T00:20:17.674Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-12-01T00:20:17.674Z] === RUN TestDockerNetworkDeletePreferID [2022-12-01T00:20:17.674Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2022-12-01T00:20:17.674Z] === RUN TestDaemonDNSFallback [2022-12-01T00:20:18.414Z] --- PASS: TestSecretCreateResolve (2.17s) [2022-12-01T00:20:18.414Z] PASS [2022-12-01T00:20:18.414Z] [2022-12-01T00:20:18.414Z] DONE 6 tests in 13.173s [2022-12-01T00:20:18.414Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-12-01T00:20:18.414Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:18.414Z] ++ set -e [2022-12-01T00:20:18.414Z] ++ '[' -n 0 ']' [2022-12-01T00:20:18.414Z] ++ set -x [2022-12-01T00:20:18.414Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:20:18.414Z] INFO: Testing against a local daemon [2022-12-01T00:20:18.414Z] === RUN TestServiceCreateInit [2022-12-01T00:20:18.414Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-12-01T00:20:21.333Z] --- PASS: TestDaemonDNSFallback (7.25s) [2022-12-01T00:20:21.333Z] === RUN TestInspectNetwork [2022-12-01T00:20:21.333Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] --- SKIP: TestInspectNetwork (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestRunContainerWithBridgeNone [2022-12-01T00:20:21.333Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestNetworkInvalidJSON [2022-12-01T00:20:21.333Z] === RUN TestNetworkInvalidJSON//networks/create [2022-12-01T00:20:21.333Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-12-01T00:20:21.333Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:20:21.333Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:20:21.333Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:20:21.333Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:20:21.333Z] === CONT TestNetworkInvalidJSON//networks/create [2022-12-01T00:20:21.333Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:20:21.333Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:20:21.333Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-12-01T00:20:21.333Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-12-01T00:20:21.333Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-12-01T00:20:21.333Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestNetworkList [2022-12-01T00:20:21.333Z] === RUN TestNetworkList//networks [2022-12-01T00:20:21.333Z] === PAUSE TestNetworkList//networks [2022-12-01T00:20:21.333Z] === RUN TestNetworkList//networks/ [2022-12-01T00:20:21.333Z] === PAUSE TestNetworkList//networks/ [2022-12-01T00:20:21.333Z] === CONT TestNetworkList//networks [2022-12-01T00:20:21.333Z] === CONT TestNetworkList//networks/ [2022-12-01T00:20:21.333Z] --- PASS: TestNetworkList (0.02s) [2022-12-01T00:20:21.333Z] --- PASS: TestNetworkList//networks (0.00s) [2022-12-01T00:20:21.333Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestHostIPv4BridgeLabel [2022-12-01T00:20:21.333Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestDaemonRestartWithLiveRestore [2022-12-01T00:20:21.333Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-12-01T00:20:21.333Z] === RUN TestDaemonDefaultNetworkPools [2022-12-01T00:20:21.333Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestDaemonRestartWithExistingNetwork [2022-12-01T00:20:21.333Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-12-01T00:20:21.333Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-12-01T00:20:21.333Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestServiceWithPredefinedNetwork [2022-12-01T00:20:21.333Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-12-01T00:20:21.333Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:20:21.333Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestServiceWithDataPathPortInit [2022-12-01T00:20:21.333Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-12-01T00:20:21.333Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-12-01T00:20:21.333Z] PASS [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === Skipped [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-12-01T00:20:21.333Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-12-01T00:20:21.333Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-12-01T00:20:21.333Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-12-01T00:20:21.333Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-12-01T00:20:21.333Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] DONE 22 tests, 12 skipped in 7.880s [2022-12-01T00:20:21.333Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:20:21.333Z] INFO: Testing against a local daemon [2022-12-01T00:20:21.333Z] === RUN TestDockerNetworkIpvlanPersistance [2022-12-01T00:20:21.333Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:21.333Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:20:21.333Z] === RUN TestDockerNetworkIpvlan [2022-12-01T00:20:21.333Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:21.333Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:20:21.333Z] PASS [2022-12-01T00:20:21.333Z] [2022-12-01T00:20:21.333Z] === Skipped [2022-12-01T00:20:21.333Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:20:21.334Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:21.334Z] [2022-12-01T00:20:21.334Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:20:21.334Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:21.334Z] [2022-12-01T00:20:21.334Z] DONE 2 tests, 2 skipped in 0.111s [2022-12-01T00:20:21.334Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:20:21.334Z] INFO: Testing against a local daemon [2022-12-01T00:20:21.334Z] === RUN TestDockerNetworkMacvlanPersistance [2022-12-01T00:20:21.334Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.334Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestDockerNetworkMacvlan [2022-12-01T00:20:21.334Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.334Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-12-01T00:20:21.334Z] PASS [2022-12-01T00:20:21.334Z] [2022-12-01T00:20:21.334Z] === Skipped [2022-12-01T00:20:21.334Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-12-01T00:20:21.334Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.334Z] [2022-12-01T00:20:21.334Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-12-01T00:20:21.334Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:21.334Z] [2022-12-01T00:20:21.334Z] DONE 2 tests, 2 skipped in 0.114s [2022-12-01T00:20:21.334Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-12-01T00:20:21.334Z] testing: warning: no tests to run [2022-12-01T00:20:21.334Z] PASS [2022-12-01T00:20:21.334Z] [2022-12-01T00:20:21.334Z] DONE 0 tests in 0.027s [2022-12-01T00:20:21.334Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-12-01T00:20:21.334Z] INFO: Testing against a local daemon [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginAllowRequest [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginTLS [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginDenyRequest [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginAPIDenyResponse [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginDenyResponse [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginAllowEventStream [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginErrorResponse [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginErrorRequest [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginHeader [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.41s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginV2Disable [2022-12-01T00:20:21.334Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.334Z] --- SKIP: TestAuthZPluginV2Disable (0.32s) [2022-12-01T00:20:21.334Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-12-01T00:20:21.685Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-12-01T00:20:21.835Z] --- PASS: TestDaemonDNSFallback (6.25s) [2022-12-01T00:20:21.835Z] === RUN TestInspectNetwork [2022-12-01T00:20:21.894Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:21.894Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-12-01T00:20:21.894Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-12-01T00:20:22.149Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.149Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-12-01T00:20:22.149Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-12-01T00:20:22.405Z] PASS [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === Skipped [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.41s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-12-01T00:20:22.405Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.405Z] [2022-12-01T00:20:22.405Z] DONE 17 tests, 17 skipped in 1.798s [2022-12-01T00:20:22.405Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-12-01T00:20:22.405Z] INFO: Testing against a local daemon [2022-12-01T00:20:22.405Z] === RUN TestPluginInvalidJSON [2022-12-01T00:20:22.405Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:20:22.405Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:20:22.660Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:20:22.660Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-12-01T00:20:22.660Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-12-01T00:20:22.660Z] === RUN TestPluginInstall [2022-12-01T00:20:22.660Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.660Z] --- SKIP: TestPluginInstall (0.00s) [2022-12-01T00:20:22.660Z] === RUN TestPluginsWithRuntimes [2022-12-01T00:20:22.660Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-12-01T00:20:22.660Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-12-01T00:20:22.660Z] === RUN TestPluginBackCompatMediaTypes [2022-12-01T00:20:22.660Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-12-01T00:20:22.660Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-12-01T00:20:22.660Z] PASS [2022-12-01T00:20:22.660Z] [2022-12-01T00:20:22.660Z] === Skipped [2022-12-01T00:20:22.660Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-12-01T00:20:22.660Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-12-01T00:20:22.660Z] [2022-12-01T00:20:22.660Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-12-01T00:20:22.660Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-12-01T00:20:22.660Z] [2022-12-01T00:20:22.660Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-12-01T00:20:22.660Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-12-01T00:20:22.660Z] [2022-12-01T00:20:22.660Z] DONE 5 tests, 3 skipped in 0.132s [2022-12-01T00:20:22.660Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-12-01T00:20:22.660Z] INFO: Testing against a local daemon [2022-12-01T00:20:22.660Z] === RUN TestExternalGraphDriver [2022-12-01T00:20:22.915Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-12-01T00:20:22.915Z] --- SKIP: TestExternalGraphDriver (0.34s) [2022-12-01T00:20:22.915Z] === RUN TestGraphdriverPluginV2 [2022-12-01T00:20:24.349Z] === RUN TestInspectNetwork/full_network_id [2022-12-01T00:20:24.349Z] === RUN TestInspectNetwork/partial_network_id [2022-12-01T00:20:24.349Z] === RUN TestInspectNetwork/network_name [2022-12-01T00:20:24.349Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-12-01T00:20:25.849Z] --- PASS: TestServiceCreateInit (7.09s) [2022-12-01T00:20:25.849Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.55s) [2022-12-01T00:20:25.849Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.53s) [2022-12-01T00:20:25.849Z] === RUN TestCreateServiceMultipleTimes [2022-12-01T00:20:28.062Z] d3e1bcee8808: Verifying Checksum [2022-12-01T00:20:28.062Z] d3e1bcee8808: Download complete [2022-12-01T00:20:28.509Z] --- PASS: TestInspectNetwork (7.35s) [2022-12-01T00:20:28.509Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-12-01T00:20:28.509Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-12-01T00:20:28.509Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-12-01T00:20:28.509Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-12-01T00:20:28.509Z] === RUN TestRunContainerWithBridgeNone [2022-12-01T00:20:29.446Z] --- PASS: TestGraphdriverPluginV2 (5.69s) [2022-12-01T00:20:29.446Z] PASS [2022-12-01T00:20:29.446Z] [2022-12-01T00:20:29.446Z] === Skipped [2022-12-01T00:20:29.446Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s) [2022-12-01T00:20:29.446Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-12-01T00:20:29.446Z] [2022-12-01T00:20:29.446Z] DONE 2 tests, 1 skipped in 6.123s [2022-12-01T00:20:29.446Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-12-01T00:20:29.446Z] INFO: Testing against a local daemon [2022-12-01T00:20:29.446Z] === RUN TestContinueAfterPluginCrash [2022-12-01T00:20:29.446Z] === PAUSE TestContinueAfterPluginCrash [2022-12-01T00:20:29.446Z] === RUN TestReadPluginNoRead [2022-12-01T00:20:29.446Z] === PAUSE TestReadPluginNoRead [2022-12-01T00:20:29.446Z] === RUN TestDaemonStartWithLogOpt [2022-12-01T00:20:29.446Z] === PAUSE TestDaemonStartWithLogOpt [2022-12-01T00:20:29.446Z] === CONT TestContinueAfterPluginCrash [2022-12-01T00:20:29.446Z] === CONT TestDaemonStartWithLogOpt [2022-12-01T00:20:29.845Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-12-01T00:20:30.396Z] --- PASS: TestRunContainerWithBridgeNone (1.56s) [2022-12-01T00:20:30.396Z] === RUN TestNetworkInvalidJSON [2022-12-01T00:20:30.396Z] === RUN TestNetworkInvalidJSON//networks/create [2022-12-01T00:20:30.396Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-12-01T00:20:30.396Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:20:30.396Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:20:30.396Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:20:30.396Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:20:30.396Z] === CONT TestNetworkInvalidJSON//networks/create [2022-12-01T00:20:30.396Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:20:30.396Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:20:30.396Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-12-01T00:20:30.396Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-12-01T00:20:30.396Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-12-01T00:20:30.396Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-12-01T00:20:30.396Z] === RUN TestNetworkList [2022-12-01T00:20:30.396Z] === RUN TestNetworkList//networks [2022-12-01T00:20:30.396Z] === PAUSE TestNetworkList//networks [2022-12-01T00:20:30.396Z] === RUN TestNetworkList//networks/ [2022-12-01T00:20:30.396Z] === PAUSE TestNetworkList//networks/ [2022-12-01T00:20:30.396Z] === CONT TestNetworkList//networks [2022-12-01T00:20:30.396Z] === CONT TestNetworkList//networks/ [2022-12-01T00:20:30.396Z] --- PASS: TestNetworkList (0.03s) [2022-12-01T00:20:30.396Z] --- PASS: TestNetworkList//networks (0.00s) [2022-12-01T00:20:30.396Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-12-01T00:20:30.396Z] === RUN TestHostIPv4BridgeLabel [2022-12-01T00:20:30.651Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-12-01T00:20:30.651Z] === RUN TestDaemonRestartWithLiveRestore [2022-12-01T00:20:31.579Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-12-01T00:20:31.579Z] === RUN TestDaemonDefaultNetworkPools [2022-12-01T00:20:32.504Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-12-01T00:20:32.504Z] === RUN TestDaemonRestartWithExistingNetwork [2022-12-01T00:20:33.432Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-12-01T00:20:33.432Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-12-01T00:20:34.796Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-12-01T00:20:34.796Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-12-01T00:20:35.356Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-12-01T00:20:35.356Z] === RUN TestServiceWithPredefinedNetwork [2022-12-01T00:20:35.976Z] --- PASS: TestDaemonStartWithLogOpt (6.36s) [2022-12-01T00:20:35.976Z] === CONT TestReadPluginNoRead [2022-12-01T00:20:36.721Z] b111c3320c94: Verifying Checksum [2022-12-01T00:20:36.721Z] b111c3320c94: Download complete [2022-12-01T00:20:37.869Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2022-12-01T00:20:37.869Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-12-01T00:20:37.869Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:20:37.869Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:20:37.869Z] === RUN TestServiceWithDataPathPortInit [2022-12-01T00:20:38.489Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-12-01T00:20:38.745Z] --- PASS: TestContinueAfterPluginCrash (9.97s) [2022-12-01T00:20:40.686Z] --- PASS: TestCreateServiceMultipleTimes (15.07s) [2022-12-01T00:20:40.686Z] === RUN TestCreateServiceConflict [2022-12-01T00:20:41.256Z] === RUN TestReadPluginNoRead/default [2022-12-01T00:20:42.575Z] --- PASS: TestCreateServiceConflict (2.20s) [2022-12-01T00:20:42.575Z] === RUN TestCreateServiceMaxReplicas [2022-12-01T00:20:43.142Z] === RUN TestReadPluginNoRead/disabled_caching [2022-12-01T00:20:45.089Z] --- PASS: TestCreateServiceMaxReplicas (2.58s) [2022-12-01T00:20:45.089Z] === RUN TestCreateWithDuplicateNetworkNames [2022-12-01T00:20:45.214Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-12-01T00:20:45.654Z] === CONT TestReadPluginNoRead [2022-12-01T00:20:45.654Z] read_test.go:92: [d19cc85b36b7d] daemon is not started [2022-12-01T00:20:45.654Z] --- PASS: TestReadPluginNoRead (10.15s) [2022-12-01T00:20:45.654Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.37s) [2022-12-01T00:20:45.654Z] --- PASS: TestReadPluginNoRead/default (2.22s) [2022-12-01T00:20:45.654Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.23s) [2022-12-01T00:20:45.654Z] PASS [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] DONE 6 tests in 16.620s [2022-12-01T00:20:45.654Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-12-01T00:20:45.654Z] testing: warning: no tests to run [2022-12-01T00:20:45.654Z] PASS [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] DONE 0 tests in 0.033s [2022-12-01T00:20:45.654Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-12-01T00:20:45.654Z] INFO: Testing against a local daemon [2022-12-01T00:20:45.654Z] === RUN TestPluginWithDevMounts [2022-12-01T00:20:45.654Z] mounts_test.go:21: (*Execution).IsRootless-fm [2022-12-01T00:20:45.654Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-12-01T00:20:45.654Z] PASS [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] === Skipped [2022-12-01T00:20:45.654Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-12-01T00:20:45.654Z] mounts_test.go:21: (*Execution).IsRootless-fm [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] DONE 1 tests, 1 skipped in 0.118s [2022-12-01T00:20:45.654Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-12-01T00:20:45.654Z] INFO: Testing against a local daemon [2022-12-01T00:20:45.654Z] === RUN TestSecretInspect [2022-12-01T00:20:45.654Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] --- SKIP: TestSecretInspect (0.01s) [2022-12-01T00:20:45.654Z] === RUN TestSecretList [2022-12-01T00:20:45.654Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] --- SKIP: TestSecretList (0.01s) [2022-12-01T00:20:45.654Z] === RUN TestSecretsCreateAndDelete [2022-12-01T00:20:45.654Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-12-01T00:20:45.654Z] === RUN TestSecretsUpdate [2022-12-01T00:20:45.654Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-12-01T00:20:45.654Z] === RUN TestTemplatedSecret [2022-12-01T00:20:45.654Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-12-01T00:20:45.654Z] === RUN TestSecretCreateResolve [2022-12-01T00:20:45.654Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-12-01T00:20:45.654Z] PASS [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] === Skipped [2022-12-01T00:20:45.654Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-12-01T00:20:45.654Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-12-01T00:20:45.654Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-12-01T00:20:45.654Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-12-01T00:20:45.654Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-12-01T00:20:45.654Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-12-01T00:20:45.654Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.654Z] [2022-12-01T00:20:45.654Z] DONE 6 tests, 6 skipped in 0.162s [2022-12-01T00:20:45.654Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-12-01T00:20:45.654Z] INFO: Testing against a local daemon [2022-12-01T00:20:45.654Z] === RUN TestServiceCreateInit [2022-12-01T00:20:45.910Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-12-01T00:20:45.910Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-12-01T00:20:45.910Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- PASS: TestServiceCreateInit (0.02s) [2022-12-01T00:20:45.910Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-12-01T00:20:45.910Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-12-01T00:20:45.910Z] === RUN TestCreateServiceMultipleTimes [2022-12-01T00:20:45.910Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestCreateServiceConflict [2022-12-01T00:20:45.910Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestCreateServiceMaxReplicas [2022-12-01T00:20:45.910Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestCreateWithDuplicateNetworkNames [2022-12-01T00:20:45.910Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestCreateServiceSecretFileMode [2022-12-01T00:20:45.910Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestCreateServiceConfigFileMode [2022-12-01T00:20:45.910Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-12-01T00:20:45.910Z] === RUN TestCreateServiceSysctls [2022-12-01T00:20:45.910Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateServiceSysctls (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestCreateServiceCapabilities [2022-12-01T00:20:45.910Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-12-01T00:20:45.910Z] === RUN TestInspect [2022-12-01T00:20:45.910Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestInspect (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestCreateJob [2022-12-01T00:20:45.910Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestCreateJob (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestReplicatedJob [2022-12-01T00:20:45.910Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestReplicatedJob (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestUpdateReplicatedJob [2022-12-01T00:20:45.910Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestServiceListWithStatuses [2022-12-01T00:20:45.910Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:20:45.910Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-12-01T00:20:45.910Z] === RUN TestDockerNetworkConnectAlias [2022-12-01T00:20:45.910Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-12-01T00:20:45.910Z] === RUN TestDockerNetworkReConnect [2022-12-01T00:20:45.910Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:45.910Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2022-12-01T00:20:45.910Z] === RUN TestServicePlugin [2022-12-01T00:20:47.108Z] tests/integration/client_test.py ..... [ 75%] [2022-12-01T00:20:47.366Z] tests/integration/context_api_test.py ... [ 76%] [2022-12-01T00:20:47.624Z] tests/integration/errors_test.py . [ 76%] [2022-12-01T00:20:49.174Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServicePlugin (2.88s) [2022-12-01T00:20:49.174Z] === RUN TestServiceUpdateLabel [2022-12-01T00:20:49.174Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-12-01T00:20:49.174Z] === RUN TestServiceUpdateSecrets [2022-12-01T00:20:49.174Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-12-01T00:20:49.174Z] === RUN TestServiceUpdateConfigs [2022-12-01T00:20:49.174Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-12-01T00:20:49.174Z] === RUN TestServiceUpdateNetwork [2022-12-01T00:20:49.174Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2022-12-01T00:20:49.174Z] === RUN TestServiceUpdatePidsLimit [2022-12-01T00:20:49.174Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-12-01T00:20:49.174Z] PASS [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === Skipped [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-12-01T00:20:49.174Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-12-01T00:20:49.174Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-12-01T00:20:49.174Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-12-01T00:20:49.174Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-12-01T00:20:49.174Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-12-01T00:20:49.174Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-12-01T00:20:49.174Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-12-01T00:20:49.174Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.01s) [2022-12-01T00:20:49.174Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-12-01T00:20:49.174Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-12-01T00:20:49.174Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-12-01T00:20:49.174Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-12-01T00:20:49.174Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-12-01T00:20:49.174Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-12-01T00:20:49.174Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-12-01T00:20:49.174Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2022-12-01T00:20:49.174Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServicePlugin (2.88s) [2022-12-01T00:20:49.174Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-12-01T00:20:49.174Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-12-01T00:20:49.174Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-12-01T00:20:49.174Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2022-12-01T00:20:49.174Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-12-01T00:20:49.174Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] DONE 24 tests, 23 skipped in 3.251s [2022-12-01T00:20:49.174Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-12-01T00:20:49.174Z] INFO: Testing against a local daemon [2022-12-01T00:20:49.174Z] === RUN TestSessionCreate [2022-12-01T00:20:49.174Z] --- PASS: TestSessionCreate (0.02s) [2022-12-01T00:20:49.174Z] === RUN TestSessionCreateWithBadUpgrade [2022-12-01T00:20:49.174Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-12-01T00:20:49.174Z] PASS [2022-12-01T00:20:49.174Z] [2022-12-01T00:20:49.174Z] DONE 2 tests in 0.148s [2022-12-01T00:20:49.174Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-12-01T00:20:49.174Z] INFO: Testing against a local daemon [2022-12-01T00:20:49.174Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-12-01T00:20:49.174Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-01T00:20:49.174Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:20:49.174Z] === RUN TestEventsExecDie [2022-12-01T00:20:49.735Z] --- PASS: TestEventsExecDie (0.44s) [2022-12-01T00:20:49.735Z] === RUN TestEventsBackwardsCompatible [2022-12-01T00:20:49.735Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-12-01T00:20:49.735Z] === RUN TestInfoBinaryCommits [2022-12-01T00:20:49.735Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-12-01T00:20:49.735Z] === RUN TestInfoAPIVersioned [2022-12-01T00:20:49.735Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-12-01T00:20:49.735Z] === RUN TestInfoDiscoveryBackend [2022-12-01T00:20:51.661Z] --- PASS: TestInfoDiscoveryBackend (1.54s) [2022-12-01T00:20:51.661Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-12-01T00:20:52.722Z] --- PASS: TestServiceWithDataPathPortInit (13.73s) [2022-12-01T00:20:52.722Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-12-01T00:20:54.086Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kadnirgvt598u8n9uk4yxbn57 Created:2022-12-01 00:20:52.54368078 +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[dbee57fdc3a8e65d5ecf03fb9c2ec7be106c9fa504f4aab3e5fa9c6cbb0b0485:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zda90mair92uxsufa66dt8jd1 EndpointID:d0d29d27306cafb13b1f4a3516c8a79e3e89b293f4c8cc4fcf2969a2a0575bb1 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c6ed47deaaf2f5f8dfe94a96e32e1df5b581cc6f4cdcc919dc4ba8ad2562bdf4 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:4a28b7940846 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zda90mair92uxsufa66dt8jd1 EndpointID:d0d29d27306cafb13b1f4a3516c8a79e3e89b293f4c8cc4fcf2969a2a0575bb1 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-12-01T00:20:54.922Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2022-12-01T00:20:54.922Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-12-01T00:20:54.922Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:20:54.922Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2022-12-01T00:20:54.922Z] === RUN TestInfoAPI [2022-12-01T00:20:54.922Z] --- PASS: TestInfoAPI (0.02s) [2022-12-01T00:20:54.922Z] === RUN TestInfoAPIWarnings [2022-12-01T00:20:56.587Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-01T00:20:56.587Z] Using test binary docker [2022-12-01T00:20:56.587Z] +++ /etc/init.d/apparmor start [2022-12-01T00:20:56.587Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-12-01T00:20:56.587Z] INFO: Waiting for daemon to start... [2022-12-01T00:20:56.587Z] Starting dockerd [2022-12-01T00:20:56.587Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-12-01T00:20:56.587Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-01T00:20:56.587Z] Using test binary docker [2022-12-01T00:20:56.587Z] +++ /etc/init.d/apparmor start [2022-12-01T00:20:56.587Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-12-01T00:20:56.587Z] INFO: Waiting for daemon to start... [2022-12-01T00:20:56.587Z] Starting dockerd [2022-12-01T00:20:56.587Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-12-01T00:20:56.587Z] . [2022-12-01T00:20:56.587Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-01T00:20:56.587Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-01T00:20:56.587Z] Error: No such image: emptyfs [2022-12-01T00:20:56.587Z] ++++ docker load [2022-12-01T00:20:56.587Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-12-01T00:20:56.587Z] [2022-12-01T00:20:56.587Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-01T00:20:56.587Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-01T00:20:56.587Z] Error: No such image: emptyfs [2022-12-01T00:20:56.587Z] ++++ docker load [2022-12-01T00:20:56.587Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-12-01T00:20:56.587Z] Running integration-test (iteration 1) [2022-12-01T00:20:56.587Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-12-01T00:20:56.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-12-01T00:20:56.587Z] ++ set -e [2022-12-01T00:20:56.587Z] ++ '[' -n 0 ']' [2022-12-01T00:20:56.587Z] ++ set -x [2022-12-01T00:20:56.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-12-01T00:20:56.587Z] Running integration-test (iteration 1) [2022-12-01T00:20:56.587Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-12-01T00:20:56.587Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-12-01T00:20:56.587Z] ++ set -e [2022-12-01T00:20:56.587Z] ++ '[' -n 0 ']' [2022-12-01T00:20:56.587Z] ++ set -x [2022-12-01T00:20:56.587Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-12-01T00:20:56.587Z] Loaded image: busybox:latest [2022-12-01T00:20:56.587Z] Loaded image: busybox:latest [2022-12-01T00:20:56.587Z] Loaded image: busybox:glibc [2022-12-01T00:20:56.587Z] Loaded image: busybox:glibc [2022-12-01T00:20:56.587Z] Loaded image: debian:bullseye-slim [2022-12-01T00:20:56.587Z] Loaded image: hello-world:latest [2022-12-01T00:20:56.587Z] Loaded image: debian:bullseye-slim [2022-12-01T00:20:56.587Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:20:56.587Z] INFO: Testing against a local daemon [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-12-01T00:20:56.587Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-12-01T00:20:56.587Z] Loaded image: hello-world:latest [2022-12-01T00:20:56.587Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:20:56.587Z] INFO: Testing against a local daemon [2022-12-01T00:20:56.587Z] === RUN TestDockerDaemonSuite [2022-12-01T00:20:56.587Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-12-01T00:20:57.967Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-12-01T00:20:57.967Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-12-01T00:20:58.247Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-12-01T00:20:58.247Z] PASS [2022-12-01T00:20:58.247Z] [2022-12-01T00:20:58.247Z] === Skipped [2022-12-01T00:20:58.247Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:20:58.247Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:20:58.247Z] [2022-12-01T00:20:58.247Z] DONE 26 tests, 1 skipped in 43.860s [2022-12-01T00:20:58.247Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:20:58.247Z] INFO: Testing against a local daemon [2022-12-01T00:20:58.247Z] === RUN TestDockerNetworkIpvlanPersistance [2022-12-01T00:20:58.247Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:58.247Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:20:58.247Z] === RUN TestDockerNetworkIpvlan [2022-12-01T00:20:58.247Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:58.247Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:20:58.247Z] PASS [2022-12-01T00:20:58.247Z] [2022-12-01T00:20:58.247Z] === Skipped [2022-12-01T00:20:58.247Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:20:58.247Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:58.247Z] [2022-12-01T00:20:58.247Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:20:58.247Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:20:58.247Z] [2022-12-01T00:20:58.247Z] DONE 2 tests, 2 skipped in 0.039s [2022-12-01T00:20:58.247Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:20:58.247Z] INFO: Testing against a local daemon [2022-12-01T00:20:58.247Z] === RUN TestDockerNetworkMacvlanPersistance [2022-12-01T00:20:58.904Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-12-01T00:20:59.164Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-12-01T00:20:59.629Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-12-01T00:20:59.629Z] === RUN TestDockerNetworkMacvlan [2022-12-01T00:20:59.925Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.93s) [2022-12-01T00:20:59.925Z] === RUN TestCreateServiceSecretFileMode [2022-12-01T00:21:00.104Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-12-01T00:21:00.214Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-12-01T00:21:01.046Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-12-01T00:21:01.046Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-12-01T00:21:01.141Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-12-01T00:21:01.614Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-12-01T00:21:01.701Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-12-01T00:21:02.555Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-12-01T00:21:02.815Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-12-01T00:21:02.815Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-12-01T00:21:02.815Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-12-01T00:21:03.074Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-12-01T00:21:03.589Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-12-01T00:21:04.012Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-12-01T00:21:04.950Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-12-01T00:21:05.209Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-12-01T00:21:05.209Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-12-01T00:21:05.209Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-12-01T00:21:05.475Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-12-01T00:21:05.952Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-12-01T00:21:08.741Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-12-01T00:21:08.996Z] --- PASS: TestDockerNetworkMacvlan (9.37s) [2022-12-01T00:21:08.996Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-12-01T00:21:08.996Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-12-01T00:21:08.996Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2022-12-01T00:21:08.996Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-12-01T00:21:08.996Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.93s) [2022-12-01T00:21:08.996Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-12-01T00:21:08.996Z] PASS [2022-12-01T00:21:08.996Z] [2022-12-01T00:21:08.996Z] DONE 8 tests in 10.663s [2022-12-01T00:21:08.996Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-12-01T00:21:08.996Z] testing: warning: no tests to run [2022-12-01T00:21:08.996Z] PASS [2022-12-01T00:21:08.996Z] [2022-12-01T00:21:08.996Z] DONE 0 tests in 0.008s [2022-12-01T00:21:08.996Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-12-01T00:21:08.996Z] INFO: Testing against a local daemon [2022-12-01T00:21:08.996Z] === RUN TestAuthZPluginAllowRequest [2022-12-01T00:21:10.360Z] --- PASS: TestAuthZPluginAllowRequest (1.25s) [2022-12-01T00:21:10.360Z] === RUN TestAuthZPluginTLS [2022-12-01T00:21:10.920Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-12-01T00:21:10.920Z] === RUN TestAuthZPluginDenyRequest [2022-12-01T00:21:11.481Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-12-01T00:21:11.481Z] === RUN TestAuthZPluginAPIDenyResponse [2022-12-01T00:21:12.041Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-12-01T00:21:12.041Z] === RUN TestAuthZPluginDenyResponse [2022-12-01T00:21:12.089Z] --- PASS: TestCreateServiceSecretFileMode (12.39s) [2022-12-01T00:21:12.089Z] === RUN TestCreateServiceConfigFileMode [2022-12-01T00:21:12.602Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-12-01T00:21:12.602Z] === RUN TestAuthZPluginAllowEventStream [2022-12-01T00:21:12.952Z] --- PASS: TestInfoAPIWarnings (17.32s) [2022-12-01T00:21:12.952Z] === RUN TestInfoDebug [2022-12-01T00:21:13.337Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-12-01T00:21:13.512Z] --- PASS: TestInfoDebug (1.54s) [2022-12-01T00:21:13.512Z] === RUN TestInfoInsecureRegistries [2022-12-01T00:21:13.529Z] --- PASS: TestAuthZPluginAllowEventStream (1.15s) [2022-12-01T00:21:13.529Z] === RUN TestAuthZPluginErrorResponse [2022-12-01T00:21:14.089Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-12-01T00:21:14.089Z] === RUN TestAuthZPluginErrorRequest [2022-12-01T00:21:14.655Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-12-01T00:21:14.655Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-12-01T00:21:14.718Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-12-01T00:21:15.216Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-12-01T00:21:15.216Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-12-01T00:21:15.397Z] --- PASS: TestInfoInsecureRegistries (1.54s) [2022-12-01T00:21:15.397Z] === RUN TestInfoRegistryMirrors [2022-12-01T00:21:16.579Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.47s) [2022-12-01T00:21:16.579Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-12-01T00:21:16.758Z] --- PASS: TestInfoRegistryMirrors (1.54s) [2022-12-01T00:21:16.758Z] === RUN TestLoginFailsWithBadCredentials [2022-12-01T00:21:17.014Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-12-01T00:21:17.014Z] === RUN TestPingCacheHeaders [2022-12-01T00:21:17.014Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-12-01T00:21:17.014Z] === RUN TestPingGet [2022-12-01T00:21:17.014Z] --- PASS: TestPingGet (0.02s) [2022-12-01T00:21:17.014Z] === RUN TestPingHead [2022-12-01T00:21:17.014Z] --- PASS: TestPingHead (0.01s) [2022-12-01T00:21:17.014Z] === RUN TestVersion [2022-12-01T00:21:17.014Z] --- PASS: TestVersion (0.02s) [2022-12-01T00:21:17.014Z] PASS [2022-12-01T00:21:17.014Z] [2022-12-01T00:21:17.014Z] === Skipped [2022-12-01T00:21:17.014Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:21:17.014Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-01T00:21:17.014Z] [2022-12-01T00:21:17.014Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2022-12-01T00:21:17.014Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-12-01T00:21:17.014Z] [2022-12-01T00:21:17.014Z] DONE 18 tests, 2 skipped in 27.920s [2022-12-01T00:21:17.014Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-12-01T00:21:17.014Z] INFO: Testing against a local daemon [2022-12-01T00:21:17.014Z] === RUN TestVolumesCreateAndList [2022-12-01T00:21:17.014Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-12-01T00:21:17.014Z] === RUN TestVolumesRemove [2022-12-01T00:21:17.255Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-12-01T00:21:17.269Z] --- PASS: TestVolumesRemove (0.05s) [2022-12-01T00:21:17.269Z] === RUN TestVolumesInspect [2022-12-01T00:21:17.269Z] --- PASS: TestVolumesInspect (0.01s) [2022-12-01T00:21:17.269Z] === RUN TestVolumesInvalidJSON [2022-12-01T00:21:17.269Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-12-01T00:21:17.269Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-12-01T00:21:17.269Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-12-01T00:21:17.269Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-12-01T00:21:17.269Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-12-01T00:21:17.269Z] PASS [2022-12-01T00:21:17.269Z] [2022-12-01T00:21:17.269Z] DONE 5 tests in 0.188s [2022-12-01T00:21:17.269Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-01T00:21:17.269Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12828 is not a child of this shell [2022-12-01T00:21:17.269Z] warning: PID 12828 from bundles/test-integration/docker.pid had a nonzero exit code [2022-12-01T00:21:17.269Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-01T00:21:17.269Z] [2022-12-01T00:21:17.269Z] Unloading profiles will leave already running processes permanently [2022-12-01T00:21:17.269Z] unconfined, which can lead to unexpected situations. [2022-12-01T00:21:17.269Z] [2022-12-01T00:21:17.269Z] To set a process to complain mode, use the command line tool [2022-12-01T00:21:17.269Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-01T00:21:17.269Z] Removing test suite binaries [2022-12-01T00:21:17.269Z] exiting test-integration [2022-12-01T00:21:17.269Z] ++ exit 0 [2022-12-01T00:21:18.194Z] [2022-12-01T00:21:18.469Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.42s) [2022-12-01T00:21:18.469Z] === RUN TestAuthZPluginHeader [2022-12-01T00:21:18.636Z] --- PASS: TestBuildWithHugeFile (103.98s) [2022-12-01T00:21:18.636Z] === RUN TestBuildWithEmptyDockerfile [2022-12-01T00:21:18.636Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:21:18.636Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:21:18.636Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:21:18.636Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:21:18.636Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:21:18.636Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:21:18.636Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:21:18.636Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:21:18.636Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:21:18.636Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-12-01T00:21:18.636Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-12-01T00:21:18.636Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-12-01T00:21:18.636Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2022-12-01T00:21:18.636Z] === RUN TestBuildPreserveOwnership [2022-12-01T00:21:18.636Z] === RUN TestBuildPreserveOwnership/copy_from [2022-12-01T00:21:18.724Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-12-01T00:21:18.724Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-12-01T00:21:18.895Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines Post stage [Pipeline] junit [2022-12-01T00:21:19.172Z] Recording test results [2022-12-01T00:21:19.839Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-12-01T00:21:19.839Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-12-01T00:21:20.413Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-12-01T00:21:21.012Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-12-01T00:21:21.337Z] + echo Ensuring container killed. [2022-12-01T00:21:21.337Z] Ensuring container killed. [2022-12-01T00:21:21.337Z] + docker rm -vf docker-pr7 [2022-12-01T00:21:21.355Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-12-01T00:21:21.355Z] docker_cli_daemon_test.go:1456: [d3bea82519b18] daemon is not started [2022-12-01T00:21:21.558Z] ......... [ 86%] [2022-12-01T00:21:21.900Z] Error response from daemon: No such container: docker-pr7 [Pipeline] sh [2022-12-01T00:21:21.924Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-12-01T00:21:21.924Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-12-01T00:21:22.184Z] check_test.go:309: [dc98b12320b0a] daemon is not started [2022-12-01T00:21:22.184Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-12-01T00:21:22.215Z] + echo Chowning /workspace to jenkins user [2022-12-01T00:21:22.215Z] Chowning /workspace to jenkins user [2022-12-01T00:21:22.215Z] + id -u [2022-12-01T00:21:22.215Z] + id -g [2022-12-01T00:21:22.215Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44488:/workspace busybox chown -R 1000:1000 /workspace [2022-12-01T00:21:22.215Z] Unable to find image 'busybox:latest' locally [2022-12-01T00:21:22.215Z] latest: Pulling from library/busybox [2022-12-01T00:21:22.470Z] 405fecb6a2fa: Pulling fs layer [2022-12-01T00:21:22.470Z] 405fecb6a2fa: Download complete [2022-12-01T00:21:22.470Z] 405fecb6a2fa: Pull complete [2022-12-01T00:21:22.470Z] Digest: sha256:fcd85228d7a25feb59f101ac3a955d27c80df4ad824d65f5757a954831450185 [2022-12-01T00:21:22.470Z] Status: Downloaded newer image for busybox:latest [2022-12-01T00:21:22.891Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.19s) [2022-12-01T00:21:22.891Z] === RUN TestAuthZPluginV2Disable [2022-12-01T00:21:23.562Z] --- PASS: TestBuildPreserveOwnership (4.54s) [2022-12-01T00:21:23.562Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.06s) [2022-12-01T00:21:23.562Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.47s) [2022-12-01T00:21:23.562Z] === RUN TestBuildPlatformInvalid [2022-12-01T00:21:23.562Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-12-01T00:21:23.562Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-12-01T00:21:23.822Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-01T00:21:24.082Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-12-01T00:21:24.160Z] + bundleName=amd64-rootless [2022-12-01T00:21:24.160Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-12-01T00:21:24.160Z] Creating amd64-rootless-bundles.tar.gz [2022-12-01T00:21:24.160Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-12-01T00:21:24.160Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-12-01T00:21:24.169Z] Archiving artifacts [2022-12-01T00:21:24.252Z] --- PASS: TestCreateServiceConfigFileMode (12.42s) [2022-12-01T00:21:24.252Z] === RUN TestCreateServiceSysctls [2022-12-01T00:21:24.341Z] Loaded image: busybox:latest [2022-12-01T00:21:24.601Z] Loaded image: busybox:glibc [2022-12-01T00:21:25.539Z] check_test.go:309: [d6011db780e87] daemon is not started [2022-12-01T00:21:25.539Z] === RUN TestDockerSuite/TestAttachDetach [2022-12-01T00:21:25.539Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-12-01T00:21:26.141Z] --- PASS: TestCreateServiceSysctls (3.05s) [2022-12-01T00:21:26.141Z] === RUN TestCreateServiceCapabilities [2022-12-01T00:21:26.255Z] tests/integration/models_images_test.py ............... [ 89%] [2022-12-01T00:21:26.298Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44488/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-12-01T00:21:26.478Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-12-01T00:21:26.640Z] + make clean [2022-12-01T00:21:27.047Z] Loaded image: debian:bullseye-slim [2022-12-01T00:21:27.047Z] Loaded image: hello-world:latest [2022-12-01T00:21:27.053Z] --- PASS: TestAuthZPluginV2Disable (3.74s) [2022-12-01T00:21:27.053Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-12-01T00:21:27.201Z] docker volume rm -f docker-dev-cache [2022-12-01T00:21:27.201Z] docker-dev-cache [Pipeline] deleteDir [2022-12-01T00:21:27.307Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-12-01T00:21:27.307Z] Loaded image: arm32v7/hello-world:latest [2022-12-01T00:21:27.699Z] tests/integration/models_networks_test.py .... [ 90%] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-01T00:21:28.030Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2022-12-01T00:21:28.030Z] === RUN TestInspect [2022-12-01T00:21:28.688Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-12-01T00:21:30.069Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-12-01T00:21:30.069Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-12-01T00:21:30.316Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.47s) [2022-12-01T00:21:30.316Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-12-01T00:21:30.668Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-12-01T00:21:31.297Z] --- PASS: TestInspect (2.55s) [2022-12-01T00:21:31.297Z] === RUN TestCreateJob [2022-12-01T00:21:32.082Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-12-01T00:21:33.021Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-12-01T00:21:33.811Z] --- PASS: TestCreateJob (3.01s) [2022-12-01T00:21:33.811Z] === RUN TestReplicatedJob [2022-12-01T00:21:33.958Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-12-01T00:21:34.246Z] tests/integration/models_nodes_test.py . [ 91%] [2022-12-01T00:21:34.246Z] tests/integration/models_resources_test.py . [ 91%] [2022-12-01T00:21:35.339Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-12-01T00:21:35.339Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-12-01T00:21:35.999Z] tests/integration/models_services_test.py ..............X. [ 95%] [2022-12-01T00:21:36.277Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-12-01T00:21:36.277Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-12-01T00:21:37.216Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-12-01T00:21:38.156Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-12-01T00:21:38.725Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-12-01T00:21:38.738Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-12-01T00:21:38.738Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-12-01T00:21:39.055Z] --- PASS: TestReplicatedJob (4.75s) [2022-12-01T00:21:39.055Z] === RUN TestUpdateReplicatedJob [2022-12-01T00:21:40.632Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.91s) [2022-12-01T00:21:40.632Z] PASS [2022-12-01T00:21:40.632Z] [2022-12-01T00:21:40.632Z] === Skipped [2022-12-01T00:21:40.632Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-12-01T00:21:40.632Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:21:40.632Z] [2022-12-01T00:21:40.632Z] DONE 33 tests, 1 skipped in 169.466s [2022-12-01T00:21:40.632Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-12-01T00:21:40.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:21:40.632Z] ++ set -e [2022-12-01T00:21:40.632Z] ++ '[' -n 0 ']' [2022-12-01T00:21:40.632Z] ++ set -x [2022-12-01T00:21:40.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:21:40.632Z] INFO: Testing against a local daemon [2022-12-01T00:21:40.632Z] === RUN TestConfigInspect [2022-12-01T00:21:41.599Z] --- PASS: TestUpdateReplicatedJob (2.97s) [2022-12-01T00:21:41.599Z] === RUN TestServiceListWithStatuses [2022-12-01T00:21:41.599Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:21:41.599Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-12-01T00:21:41.599Z] === RUN TestDockerNetworkConnectAlias [2022-12-01T00:21:42.012Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-12-01T00:21:42.478Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.73s) [2022-12-01T00:21:42.478Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-12-01T00:21:42.603Z] tests/integration/regression_test.py ...... [ 98%] [2022-12-01T00:21:43.117Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-12-01T00:21:43.117Z] tests/integration/credentials/utils_test.py . [100%] [2022-12-01T00:21:43.117Z] [2022-12-01T00:21:43.117Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-12-01T00:21:43.117Z] =========================== short test summary info ============================ [2022-12-01T00:21:43.117Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-12-01T00:21:43.117Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-12-01T00:21:43.117Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-12-01T00:21:43.117Z] Not supported on most drivers [2022-12-01T00:21:43.117Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-12-01T00:21:43.117Z] Output of docker top depends on host distro, and is not formalized. [2022-12-01T00:21:43.117Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-12-01T00:21:43.117Z] Output of docker top depends on host distro, and is not formalized. [2022-12-01T00:21:43.117Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-12-01T00:21:43.117Z] Can fail if eth0 has multiple IP addresses [2022-12-01T00:21:43.117Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-12-01T00:21:43.117Z] This doesn't seem to be taken into account by the engine [2022-12-01T00:21:43.117Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2022-12-01T00:21:43.117Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-12-01T00:21:43.117Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 288.60 seconds == [2022-12-01T00:21:43.374Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-12-01T00:21:43.392Z] --- PASS: TestConfigInspect (3.04s) [2022-12-01T00:21:43.392Z] === RUN TestConfigList [2022-12-01T00:21:44.331Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-12-01T00:21:45.269Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-12-01T00:21:45.784Z] --- PASS: TestDockerNetworkConnectAlias (4.05s) [2022-12-01T00:21:45.784Z] === RUN TestDockerNetworkReConnect [2022-12-01T00:21:46.212Z] --- PASS: TestConfigList (2.63s) [2022-12-01T00:21:46.213Z] === RUN TestConfigsCreateAndDelete [2022-12-01T00:21:47.592Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-12-01T00:21:47.851Z] check_test.go:309: [d5caa7d0ee8e2] daemon is not started [2022-12-01T00:21:47.851Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-12-01T00:21:48.420Z] check_test.go:309: [df5b27fb022d2] daemon is not started [2022-12-01T00:21:48.420Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-12-01T00:21:48.420Z] --- PASS: TestConfigsCreateAndDelete (2.28s) [2022-12-01T00:21:48.420Z] === RUN TestConfigsUpdate [2022-12-01T00:21:49.050Z] --- PASS: TestDockerNetworkReConnect (3.23s) [2022-12-01T00:21:49.050Z] === RUN TestServicePlugin [2022-12-01T00:21:49.050Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:21:49.050Z] --- SKIP: TestServicePlugin (0.00s) [2022-12-01T00:21:49.050Z] === RUN TestServiceUpdateLabel [2022-12-01T00:21:49.801Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-12-01T00:21:50.061Z] check_test.go:309: [dee1da2a5ef7c] daemon is not started [2022-12-01T00:21:50.061Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-12-01T00:21:50.938Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-12-01T00:21:50.938Z] === RUN TestServiceUpdateSecrets [2022-12-01T00:21:51.440Z] --- PASS: TestConfigsUpdate (2.83s) [2022-12-01T00:21:51.440Z] === RUN TestTemplatedConfig [2022-12-01T00:21:52.379Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-12-01T00:21:52.948Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-12-01T00:21:53.518Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-12-01T00:21:54.088Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-12-01T00:21:54.657Z] --- PASS: TestTemplatedConfig (3.41s) [2022-12-01T00:21:54.657Z] === RUN TestConfigCreateResolve [2022-12-01T00:21:54.916Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-12-01T00:21:54.916Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-12-01T00:21:55.560Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-01T00:21:55.560Z] [2022-12-01T00:21:55.560Z] Unloading profiles will leave already running processes permanently [2022-12-01T00:21:55.560Z] unconfined, which can lead to unexpected situations. [2022-12-01T00:21:55.560Z] [2022-12-01T00:21:55.560Z] To set a process to complain mode, use the command line tool [2022-12-01T00:21:55.560Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-01T00:21:55.560Z] Post stage [Pipeline] junit [2022-12-01T00:21:55.828Z] Recording test results [2022-12-01T00:21:55.854Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-12-01T00:21:56.114Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2022-12-01T00:21:56.786Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-12-01T00:21:57.093Z] + echo Ensuring container killed. [2022-12-01T00:21:57.093Z] Ensuring container killed. [2022-12-01T00:21:57.093Z] + docker rm -vf docker-pr7 [2022-12-01T00:21:57.093Z] Error response from daemon: No such container: docker-pr7 [Pipeline] sh [2022-12-01T00:21:57.378Z] + echo Chowning /workspace to jenkins user [2022-12-01T00:21:57.378Z] Chowning /workspace to jenkins user [2022-12-01T00:21:57.378Z] + id -u [2022-12-01T00:21:57.378Z] + id -g [2022-12-01T00:21:57.378Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44488:/workspace busybox chown -R 1000:1000 /workspace [2022-12-01T00:21:57.378Z] Unable to find image 'busybox:latest' locally [2022-12-01T00:21:57.378Z] latest: Pulling from library/busybox [2022-12-01T00:21:57.495Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2022-12-01T00:21:57.495Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-12-01T00:21:57.495Z] --- PASS: TestConfigCreateResolve (2.96s) [2022-12-01T00:21:57.495Z] === RUN TestConfigDaemonLibtrustID [2022-12-01T00:21:57.639Z] 405fecb6a2fa: Pulling fs layer [2022-12-01T00:21:57.639Z] 405fecb6a2fa: Verifying Checksum [2022-12-01T00:21:57.639Z] 405fecb6a2fa: Download complete [2022-12-01T00:21:57.639Z] 405fecb6a2fa: Pull complete [2022-12-01T00:21:57.639Z] Digest: sha256:fcd85228d7a25feb59f101ac3a955d27c80df4ad824d65f5757a954831450185 [2022-12-01T00:21:57.639Z] Status: Downloaded newer image for busybox:latest [2022-12-01T00:21:57.754Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-12-01T00:21:58.013Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-12-01T00:21:58.013Z] PASS [2022-12-01T00:21:58.273Z] [2022-12-01T00:21:58.273Z] DONE 7 tests in 17.866s [2022-12-01T00:21:58.273Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-12-01T00:21:58.273Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:21:58.273Z] ++ set -e [2022-12-01T00:21:58.273Z] ++ '[' -n 0 ']' [2022-12-01T00:21:58.273Z] ++ set -x [2022-12-01T00:21:58.273Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:21:58.273Z] INFO: Testing against a local daemon [2022-12-01T00:21:58.273Z] === RUN TestCheckpoint [2022-12-01T00:21:58.273Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:21:58.273Z] --- SKIP: TestCheckpoint (0.00s) [2022-12-01T00:21:58.273Z] === RUN TestContainerInvalidJSON [2022-12-01T00:21:58.273Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:21:58.273Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:21:58.273Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:21:58.273Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:21:58.273Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:21:58.273Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:21:58.273Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:21:58.273Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:21:58.273Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:21:58.273Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-12-01T00:21:58.273Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-12-01T00:21:58.273Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-12-01T00:21:58.273Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-12-01T00:21:58.273Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-12-01T00:21:58.532Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-12-01T00:21:58.532Z] === RUN TestCopyFromContainerPathIsNotDir [2022-12-01T00:21:58.532Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-12-01T00:21:58.532Z] === RUN TestCopyToContainerPathDoesNotExist [2022-12-01T00:21:58.532Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-12-01T00:21:58.532Z] === RUN TestCopyToContainerPathIsNotDir [2022-12-01T00:21:58.532Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-12-01T00:21:58.532Z] === RUN TestCopyFromContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-01T00:21:59.308Z] + bundleName=docker-py [2022-12-01T00:21:59.308Z] + echo Creating docker-py-bundles.tar.gz [2022-12-01T00:21:59.308Z] Creating docker-py-bundles.tar.gz [2022-12-01T00:21:59.308Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-12-01T00:21:59.321Z] Archiving artifacts [2022-12-01T00:21:59.472Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-12-01T00:21:59.472Z] === RUN TestCopyFromContainer// [2022-12-01T00:21:59.732Z] === RUN TestCopyFromContainer//bar/root [2022-12-01T00:21:59.732Z] === RUN TestCopyFromContainer//bar/root/ [2022-12-01T00:21:59.732Z] === RUN TestCopyFromContainer/bar/quux [2022-12-01T00:21:59.992Z] === RUN TestCopyFromContainer/bar/quux/ [2022-12-01T00:21:59.992Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-12-01T00:21:59.992Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-12-01T00:21:59.992Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-12-01T00:22:00.251Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-12-01T00:22:00.251Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-12-01T00:22:00.251Z] === RUN TestCopyFromContainer/bar/notarget [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer (1.83s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer// (0.10s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2022-12-01T00:22:00.251Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2022-12-01T00:22:00.251Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-12-01T00:22:00.251Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:22:00.251Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:22:00.251Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:22:00.251Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:22:00.251Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:22:00.251Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:22:00.251Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:22:00.251Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:22:00.510Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2022-12-01T00:22:00.510Z] PASS [2022-12-01T00:22:00.510Z] [2022-12-01T00:22:00.510Z] DONE 17 tests in 49.745s [2022-12-01T00:22:00.510Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-12-01T00:22:00.510Z] INFO: Testing against a local daemon [2022-12-01T00:22:00.510Z] === RUN TestPluginInvalidJSON [2022-12-01T00:22:00.510Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:22:00.510Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:22:00.510Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:22:00.510Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-12-01T00:22:00.510Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-12-01T00:22:00.510Z] === RUN TestPluginInstall [2022-12-01T00:22:00.510Z] === RUN TestPluginInstall/no_auth [2022-12-01T00:22:00.510Z] time="2022-12-01T00:21:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:22:00.510Z] time="2022-12-01T00:21:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7648d08b9d028e658f95b4728f0802c68e58687bec21a235e696100170dedc8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:22:00.510Z] time="2022-12-01T00:21:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:22:00.510Z] time="2022-12-01T00:21:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7648d08b9d028e658f95b4728f0802c68e58687bec21a235e696100170dedc8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:22:00.510Z] === RUN TestPluginInstall/with_htpasswd [2022-12-01T00:22:00.510Z] time="2022-12-01T00:22:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:22:00.510Z] time="2022-12-01T00:22:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7648d08b9d028e658f95b4728f0802c68e58687bec21a235e696100170dedc8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:22:00.510Z] time="2022-12-01T00:22:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:22:00.510Z] time="2022-12-01T00:22:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7648d08b9d028e658f95b4728f0802c68e58687bec21a235e696100170dedc8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:22:00.510Z] === RUN TestPluginInstall/with_insecure [2022-12-01T00:22:00.510Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:22:00.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-12-01T00:22:00.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s) [2022-12-01T00:22:00.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-12-01T00:22:00.510Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.03s) [2022-12-01T00:22:00.510Z] === RUN TestCreateLinkToNonExistingContainer [2022-12-01T00:22:00.510Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-12-01T00:22:00.510Z] === RUN TestCreateWithInvalidEnv [2022-12-01T00:22:00.510Z] === RUN TestCreateWithInvalidEnv/0 [2022-12-01T00:22:00.510Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-12-01T00:22:00.510Z] === RUN TestCreateWithInvalidEnv/1 [2022-12-01T00:22:00.510Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-12-01T00:22:00.510Z] === RUN TestCreateWithInvalidEnv/2 [2022-12-01T00:22:00.510Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-12-01T00:22:00.510Z] === CONT TestCreateWithInvalidEnv/0 [2022-12-01T00:22:00.510Z] === CONT TestCreateWithInvalidEnv/2 [2022-12-01T00:22:00.510Z] === CONT TestCreateWithInvalidEnv/1 [2022-12-01T00:22:00.510Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-12-01T00:22:00.510Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-12-01T00:22:00.510Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-12-01T00:22:00.510Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-12-01T00:22:00.510Z] === RUN TestCreateTmpfsMountsTarget [2022-12-01T00:22:00.510Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-12-01T00:22:00.510Z] === RUN TestCreateWithCustomMaskedPaths [2022-12-01T00:22:00.928Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44488/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-12-01T00:22:01.271Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER docker:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh binary-daemon [2022-12-01T00:22:01.437Z] time="2022-12-01T00:22:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:22:01.437Z] time="2022-12-01T00:22:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e35c7861ab5914a03899598bde569f6ed0f3478bd50b1b32aed83bfde5f3634" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:22:01.437Z] time="2022-12-01T00:22:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:22:01.437Z] time="2022-12-01T00:22:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e35c7861ab5914a03899598bde569f6ed0f3478bd50b1b32aed83bfde5f3634" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:22:01.449Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-12-01T00:22:01.528Z] [2022-12-01T00:22:01.693Z] plugin_test.go:165: [d2722673ca330] daemon is not started [2022-12-01T00:22:01.694Z] --- PASS: TestPluginInstall (2.78s) [2022-12-01T00:22:01.694Z] --- PASS: TestPluginInstall/no_auth (1.07s) [2022-12-01T00:22:01.694Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-12-01T00:22:01.694Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-12-01T00:22:01.694Z] === RUN TestPluginsWithRuntimes [2022-12-01T00:22:01.785Z] Removing bundles/ [2022-12-01T00:22:01.785Z] [2022-12-01T00:22:01.785Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2022-12-01T00:22:01.785Z] Building: bundles/binary-daemon/dockerd-dev [2022-12-01T00:22:01.785Z] GOOS="" GOARCH="" GOARM="" [2022-12-01T00:22:02.389Z] --- PASS: TestCreateWithCustomMaskedPaths (1.84s) [2022-12-01T00:22:02.389Z] === RUN TestCreateWithCustomReadonlyPaths [2022-12-01T00:22:03.058Z] === RUN TestPluginsWithRuntimes/No_Args [2022-12-01T00:22:03.983Z] === RUN TestPluginsWithRuntimes/With_Args [2022-12-01T00:22:04.295Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.86s) [2022-12-01T00:22:04.295Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-12-01T00:22:04.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:22:04.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:22:04.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:22:04.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:22:04.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:22:04.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:22:04.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:22:04.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:22:04.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:22:04.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:22:04.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:22:04.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:22:04.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:22:04.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:22:04.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:22:04.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-12-01T00:22:04.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-12-01T00:22:04.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2022-12-01T00:22:04.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-12-01T00:22:04.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-12-01T00:22:04.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-12-01T00:22:04.295Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-12-01T00:22:04.864Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2022-12-01T00:22:04.864Z] === RUN TestCreateDifferentPlatform [2022-12-01T00:22:04.864Z] === RUN TestCreateDifferentPlatform/different_os [2022-12-01T00:22:04.864Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-12-01T00:22:04.864Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-12-01T00:22:04.864Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-12-01T00:22:04.864Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-12-01T00:22:04.864Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-12-01T00:22:04.909Z] --- PASS: TestPluginsWithRuntimes (3.29s) [2022-12-01T00:22:04.909Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-12-01T00:22:04.909Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-12-01T00:22:04.909Z] === RUN TestPluginBackCompatMediaTypes [2022-12-01T00:22:05.124Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-12-01T00:22:05.124Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-12-01T00:22:05.124Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.12s) [2022-12-01T00:22:05.124Z] === RUN TestContainerStartOnDaemonRestart [2022-12-01T00:22:05.124Z] === PAUSE TestContainerStartOnDaemonRestart [2022-12-01T00:22:05.124Z] === RUN TestDaemonRestartIpcMode [2022-12-01T00:22:05.124Z] === PAUSE TestDaemonRestartIpcMode [2022-12-01T00:22:05.124Z] === RUN TestDaemonHostGatewayIP [2022-12-01T00:22:05.124Z] === PAUSE TestDaemonHostGatewayIP [2022-12-01T00:22:05.124Z] === RUN TestRestartDaemonWithRestartingContainer [2022-12-01T00:22:05.124Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-12-01T00:22:05.124Z] === RUN TestContainerKillOnDaemonStart [2022-12-01T00:22:05.124Z] === PAUSE TestContainerKillOnDaemonStart [2022-12-01T00:22:05.124Z] === RUN TestDiff [2022-12-01T00:22:05.124Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-12-01T00:22:05.470Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-12-01T00:22:05.470Z] PASS [2022-12-01T00:22:05.470Z] [2022-12-01T00:22:05.470Z] DONE 10 tests in 6.714s [2022-12-01T00:22:05.470Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-12-01T00:22:05.470Z] INFO: Testing against a local daemon [2022-12-01T00:22:05.470Z] === RUN TestExternalGraphDriver [2022-12-01T00:22:05.692Z] check_test.go:309: [daa250979abe8] daemon is not started [2022-12-01T00:22:05.692Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-12-01T00:22:05.692Z] --- PASS: TestDiff (0.67s) [2022-12-01T00:22:05.692Z] === RUN TestExecWithCloseStdin [2022-12-01T00:22:05.775Z] --- PASS: TestServiceUpdateSecrets (14.28s) [2022-12-01T00:22:05.775Z] === RUN TestServiceUpdateConfigs [2022-12-01T00:22:06.030Z] === RUN TestExternalGraphDriver/json [2022-12-01T00:22:06.262Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-12-01T00:22:06.522Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-12-01T00:22:06.781Z] --- PASS: TestExecWithCloseStdin (0.84s) [2022-12-01T00:22:06.781Z] === RUN TestExec [2022-12-01T00:22:06.781Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-12-01T00:22:07.349Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-12-01T00:22:07.349Z] --- PASS: TestExec (0.77s) [2022-12-01T00:22:07.349Z] === RUN TestExecUser [2022-12-01T00:22:07.919Z] === RUN TestExternalGraphDriver/spec [2022-12-01T00:22:08.294Z] --- PASS: TestExecUser (0.80s) [2022-12-01T00:22:08.294Z] === RUN TestExportContainerAndImportImage [2022-12-01T00:22:09.234Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2022-12-01T00:22:09.234Z] === RUN TestExportContainerAfterDaemonRestart [2022-12-01T00:22:09.282Z] === RUN TestExternalGraphDriver/pull [2022-12-01T00:22:10.173Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-12-01T00:22:10.173Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-12-01T00:22:10.432Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-12-01T00:22:10.678Z] --- PASS: TestExternalGraphDriver (5.13s) [2022-12-01T00:22:10.679Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-12-01T00:22:10.679Z] --- PASS: TestExternalGraphDriver/spec (1.60s) [2022-12-01T00:22:10.679Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2022-12-01T00:22:10.679Z] === RUN TestGraphdriverPluginV2 [2022-12-01T00:22:10.692Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s) [2022-12-01T00:22:10.692Z] === RUN TestHealthCheckWorkdir [2022-12-01T00:22:12.073Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2022-12-01T00:22:12.073Z] === RUN TestHealthKillContainer [2022-12-01T00:22:12.073Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-12-01T00:22:14.625Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-12-01T00:22:14.868Z] --- PASS: TestGraphdriverPluginV2 (4.14s) [2022-12-01T00:22:14.869Z] PASS [2022-12-01T00:22:14.869Z] [2022-12-01T00:22:14.869Z] DONE 5 tests in 9.333s [2022-12-01T00:22:14.869Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-12-01T00:22:14.869Z] INFO: Testing against a local daemon [2022-12-01T00:22:14.869Z] === RUN TestContinueAfterPluginCrash [2022-12-01T00:22:14.869Z] === PAUSE TestContinueAfterPluginCrash [2022-12-01T00:22:14.869Z] === RUN TestReadPluginNoRead [2022-12-01T00:22:14.869Z] === PAUSE TestReadPluginNoRead [2022-12-01T00:22:14.869Z] === RUN TestDaemonStartWithLogOpt [2022-12-01T00:22:14.869Z] === PAUSE TestDaemonStartWithLogOpt [2022-12-01T00:22:14.869Z] === CONT TestContinueAfterPluginCrash [2022-12-01T00:22:14.869Z] === CONT TestDaemonStartWithLogOpt [2022-12-01T00:22:14.884Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-12-01T00:22:15.144Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-12-01T00:22:15.713Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-12-01T00:22:17.135Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-12-01T00:22:17.135Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-12-01T00:22:17.135Z] check_test.go:309: [d20f45cf36d04] daemon is not started [2022-12-01T00:22:17.135Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-12-01T00:22:18.094Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-12-01T00:22:19.031Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-12-01T00:22:19.032Z] --- PASS: TestDaemonStartWithLogOpt (3.53s) [2022-12-01T00:22:19.032Z] === CONT TestReadPluginNoRead [2022-12-01T00:22:20.410Z] --- PASS: TestHealthKillContainer (8.46s) [2022-12-01T00:22:20.410Z] === RUN TestHealthCheckProcessKilled [2022-12-01T00:22:20.410Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-12-01T00:22:20.613Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2022-12-01T00:22:20.613Z] === RUN TestServiceUpdateNetwork [2022-12-01T00:22:20.918Z] === RUN TestReadPluginNoRead/default [2022-12-01T00:22:20.979Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-12-01T00:22:21.239Z] --- PASS: TestHealthCheckProcessKilled (0.96s) [2022-12-01T00:22:21.239Z] === RUN TestInspectCpusetInConfigPre120 [2022-12-01T00:22:21.808Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2022-12-01T00:22:21.808Z] === RUN TestIpcModeNone [2022-12-01T00:22:21.808Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-12-01T00:22:21.846Z] === RUN TestReadPluginNoRead/disabled_caching [2022-12-01T00:22:22.071Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-12-01T00:22:23.010Z] --- PASS: TestIpcModeNone (0.88s) [2022-12-01T00:22:23.010Z] === RUN TestIpcModePrivate [2022-12-01T00:22:23.010Z] === RUN TestDockerSuite/TestBuildAddScript [2022-12-01T00:22:23.210Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-12-01T00:22:23.210Z] --- PASS: TestContinueAfterPluginCrash (8.39s) [2022-12-01T00:22:23.579Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:92, shared: false, mustBeShared: false [2022-12-01T00:22:23.579Z] check_test.go:309: [da5164e1f736c] daemon is not started [2022-12-01T00:22:23.579Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-12-01T00:22:23.579Z] --- PASS: TestIpcModePrivate (0.87s) [2022-12-01T00:22:23.579Z] === RUN TestIpcModeShareable [2022-12-01T00:22:24.149Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:87, shared: true, mustBeShared: true [2022-12-01T00:22:24.409Z] --- PASS: TestIpcModeShareable (0.80s) [2022-12-01T00:22:24.409Z] === RUN TestAPIIpcModeShareableAndContainer [2022-12-01T00:22:24.573Z] === CONT TestReadPluginNoRead [2022-12-01T00:22:24.573Z] read_test.go:92: [d0822e0bb4ef4] daemon is not started [2022-12-01T00:22:24.573Z] --- PASS: TestReadPluginNoRead (5.92s) [2022-12-01T00:22:24.573Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2022-12-01T00:22:24.573Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-12-01T00:22:24.573Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-12-01T00:22:24.573Z] PASS [2022-12-01T00:22:24.573Z] [2022-12-01T00:22:24.573Z] DONE 6 tests in 9.492s [2022-12-01T00:22:24.573Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-12-01T00:22:24.573Z] testing: warning: no tests to run [2022-12-01T00:22:24.573Z] PASS [2022-12-01T00:22:24.573Z] [2022-12-01T00:22:24.573Z] DONE 0 tests in 0.008s [2022-12-01T00:22:24.573Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-12-01T00:22:24.573Z] INFO: Testing against a local daemon [2022-12-01T00:22:24.573Z] === RUN TestPluginWithDevMounts [2022-12-01T00:22:24.573Z] === PAUSE TestPluginWithDevMounts [2022-12-01T00:22:24.573Z] === CONT TestPluginWithDevMounts [2022-12-01T00:22:25.936Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-12-01T00:22:25.936Z] PASS [2022-12-01T00:22:25.936Z] [2022-12-01T00:22:25.936Z] DONE 1 tests in 1.590s [2022-12-01T00:22:25.936Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-12-01T00:22:25.936Z] INFO: Testing against a local daemon [2022-12-01T00:22:25.936Z] === RUN TestSecretInspect [2022-12-01T00:22:26.317Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-12-01T00:22:26.317Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-12-01T00:22:26.887Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.47s) [2022-12-01T00:22:26.887Z] === RUN TestAPIIpcModeHost [2022-12-01T00:22:26.887Z] check_test.go:309: [deaa0649662ab] daemon is not started [2022-12-01T00:22:26.887Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-12-01T00:22:27.456Z] --- PASS: TestAPIIpcModeHost (0.58s) [2022-12-01T00:22:27.456Z] === RUN TestDaemonIpcModeShareable [2022-12-01T00:22:28.448Z] --- PASS: TestSecretInspect (2.07s) [2022-12-01T00:22:28.448Z] === RUN TestSecretList [2022-12-01T00:22:28.836Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true [2022-12-01T00:22:28.836Z] --- PASS: TestDaemonIpcModeShareable (1.43s) [2022-12-01T00:22:28.836Z] === RUN TestDaemonIpcModePrivate [2022-12-01T00:22:30.220Z] docker_cli_daemon_plugins_test.go:80: [da651885d4a9b] daemon is not started [2022-12-01T00:22:30.220Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false [2022-12-01T00:22:30.334Z] --- PASS: TestSecretList (2.08s) [2022-12-01T00:22:30.334Z] === RUN TestSecretsCreateAndDelete [2022-12-01T00:22:30.480Z] --- PASS: TestDaemonIpcModePrivate (1.49s) [2022-12-01T00:22:30.480Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-12-01T00:22:31.418Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-12-01T00:22:31.989Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false [2022-12-01T00:22:31.989Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-12-01T00:22:31.989Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2022-12-01T00:22:31.989Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-12-01T00:22:32.222Z] --- PASS: TestSecretsCreateAndDelete (1.76s) [2022-12-01T00:22:32.222Z] === RUN TestSecretsUpdate [2022-12-01T00:22:32.779Z] --- PASS: TestServiceUpdateNetwork (12.28s) [2022-12-01T00:22:32.779Z] === RUN TestServiceUpdatePidsLimit [2022-12-01T00:22:32.779Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-12-01T00:22:33.370Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: true, mustBeShared: true [2022-12-01T00:22:33.370Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.46s) [2022-12-01T00:22:33.370Z] === RUN TestIpcModeOlderClient [2022-12-01T00:22:33.630Z] === PAUSE TestIpcModeOlderClient [2022-12-01T00:22:33.630Z] === RUN TestKillContainerInvalidSignal [2022-12-01T00:22:33.706Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-12-01T00:22:34.108Z] --- PASS: TestSecretsUpdate (2.08s) [2022-12-01T00:22:34.109Z] === RUN TestTemplatedSecret [2022-12-01T00:22:34.198Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2022-12-01T00:22:34.198Z] === RUN TestKillContainer [2022-12-01T00:22:34.198Z] === RUN TestKillContainer/no_signal [2022-12-01T00:22:34.457Z] docker_cli_daemon_plugins_test.go:170: [dbe1e8300bb38] daemon is not started [2022-12-01T00:22:35.027Z] === RUN TestKillContainer/non_killing_signal [2022-12-01T00:22:35.597Z] === RUN TestKillContainer/killing_signal [2022-12-01T00:22:35.597Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-12-01T00:22:36.167Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-12-01T00:22:36.427Z] --- PASS: TestKillContainer (2.17s) [2022-12-01T00:22:36.427Z] --- PASS: TestKillContainer/no_signal (0.77s) [2022-12-01T00:22:36.427Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2022-12-01T00:22:36.427Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2022-12-01T00:22:36.427Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-12-01T00:22:36.427Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-12-01T00:22:36.626Z] --- PASS: TestTemplatedSecret (2.58s) [2022-12-01T00:22:36.626Z] === RUN TestSecretCreateResolve [2022-12-01T00:22:37.366Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-12-01T00:22:37.936Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.53s) [2022-12-01T00:22:37.936Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s) [2022-12-01T00:22:37.936Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2022-12-01T00:22:37.936Z] === RUN TestKillStoppedContainer [2022-12-01T00:22:38.196Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-12-01T00:22:38.196Z] === RUN TestKillStoppedContainerAPIPre120 [2022-12-01T00:22:38.196Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2022-12-01T00:22:38.196Z] === RUN TestKillDifferentUserContainer [2022-12-01T00:22:39.137Z] --- PASS: TestKillDifferentUserContainer (0.73s) [2022-12-01T00:22:39.137Z] === RUN TestInspectOomKilledTrue [2022-12-01T00:22:39.137Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:22:39.137Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-12-01T00:22:39.137Z] === RUN TestInspectOomKilledFalse [2022-12-01T00:22:39.137Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:22:39.137Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-12-01T00:22:39.137Z] === RUN TestLinksEtcHostsContentMatch [2022-12-01T00:22:39.137Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-12-01T00:22:39.137Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-12-01T00:22:39.137Z] --- PASS: TestSecretCreateResolve (2.14s) [2022-12-01T00:22:39.137Z] PASS [2022-12-01T00:22:39.137Z] [2022-12-01T00:22:39.137Z] DONE 6 tests in 12.755s [2022-12-01T00:22:39.137Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-12-01T00:22:39.137Z] INFO: Testing against a local daemon [2022-12-01T00:22:39.137Z] === RUN TestServiceCreateInit [2022-12-01T00:22:39.137Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-12-01T00:22:39.396Z] === RUN TestDockerSuite/TestBuildAddTar [2022-12-01T00:22:39.396Z] --- PASS: TestLinksEtcHostsContentMatch (0.54s) [2022-12-01T00:22:39.396Z] === RUN TestLinksContainerNames [2022-12-01T00:22:39.656Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-12-01T00:22:40.226Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-12-01T00:22:40.795Z] check_test.go:309: [dbb61367409a4] daemon is not started [2022-12-01T00:22:40.795Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-12-01T00:22:40.795Z] --- PASS: TestLinksContainerNames (1.28s) [2022-12-01T00:22:40.795Z] === RUN TestLogsFollowTailEmpty [2022-12-01T00:22:41.365Z] --- PASS: TestLogsFollowTailEmpty (0.72s) [2022-12-01T00:22:41.365Z] === RUN TestContainerNetworkMountsNoChown [2022-12-01T00:22:41.788Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-12-01T00:22:42.305Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/default [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/default [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/private [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/private [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rprivate [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rprivate [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/slave [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/slave [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rslave [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rslave [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/shared [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/shared [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rshared [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rshared [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/default [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/default/bind_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/default/mount_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/default/bind_root [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/rshared [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/shared [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/rslave [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/slave [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/rprivate [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/private [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/private/mount_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:22:42.305Z] === RUN TestMountDaemonRoot/private/bind_root [2022-12-01T00:22:42.305Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/default/mount_root [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-12-01T00:22:42.305Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-12-01T00:22:42.305Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-12-01T00:22:42.403Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-12-01T00:22:42.565Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-12-01T00:22:42.825Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-12-01T00:22:42.825Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-12-01T00:22:42.825Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-12-01T00:22:42.825Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-12-01T00:22:42.825Z] === CONT TestMountDaemonRoot/private/bind_root [2022-12-01T00:22:42.825Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-12-01T00:22:42.825Z] === CONT TestMountDaemonRoot/private/mount_root [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-12-01T00:22:42.825Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-12-01T00:22:42.825Z] === RUN TestContainerBindMountNonRecursive [2022-12-01T00:22:44.206Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-12-01T00:22:44.774Z] --- PASS: TestContainerBindMountNonRecursive (1.88s) [2022-12-01T00:22:44.774Z] === RUN TestContainerVolumesMountedAsShared [2022-12-01T00:22:45.344Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s) [2022-12-01T00:22:45.344Z] === RUN TestContainerVolumesMountedAsSlave [2022-12-01T00:22:45.604Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-12-01T00:22:45.864Z] --- PASS: TestContainerVolumesMountedAsSlave (0.60s) [2022-12-01T00:22:45.864Z] === RUN TestNetworkNat [2022-12-01T00:22:46.125Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-12-01T00:22:46.570Z] --- PASS: TestServiceCreateInit (7.34s) [2022-12-01T00:22:46.570Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.68s) [2022-12-01T00:22:46.570Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.64s) [2022-12-01T00:22:46.570Z] === RUN TestCreateServiceMultipleTimes [2022-12-01T00:22:46.694Z] --- PASS: TestNetworkNat (0.77s) [2022-12-01T00:22:46.695Z] === RUN TestNetworkLocalhostTCPNat [2022-12-01T00:22:47.264Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-12-01T00:22:47.524Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2022-12-01T00:22:47.524Z] === RUN TestNetworkLoopbackNat [2022-12-01T00:22:47.524Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-12-01T00:22:48.321Z] --- PASS: TestServiceUpdatePidsLimit (15.99s) [2022-12-01T00:22:48.321Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-12-01T00:22:48.321Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2022-12-01T00:22:48.321Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-12-01T00:22:48.321Z] PASS [2022-12-01T00:22:48.321Z] [2022-12-01T00:22:48.321Z] === Skipped [2022-12-01T00:22:48.321Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-12-01T00:22:48.321Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:22:48.321Z] [2022-12-01T00:22:48.321Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-12-01T00:22:48.321Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-01T00:22:48.321Z] [2022-12-01T00:22:48.321Z] DONE 27 tests, 2 skipped in 149.683s [2022-12-01T00:22:48.321Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-12-01T00:22:48.321Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:22:48.321Z] ++ set -e [2022-12-01T00:22:48.321Z] ++ '[' -n 0 ']' [2022-12-01T00:22:48.321Z] ++ set -x [2022-12-01T00:22:48.321Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:22:48.321Z] INFO: Testing against a local daemon [2022-12-01T00:22:48.321Z] === RUN TestSessionCreate [2022-12-01T00:22:48.321Z] --- PASS: TestSessionCreate (0.02s) [2022-12-01T00:22:48.321Z] === RUN TestSessionCreateWithBadUpgrade [2022-12-01T00:22:48.321Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-12-01T00:22:48.321Z] PASS [2022-12-01T00:22:48.321Z] [2022-12-01T00:22:48.321Z] DONE 2 tests in 0.139s [2022-12-01T00:22:48.321Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-12-01T00:22:48.321Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:22:48.321Z] ++ set -e [2022-12-01T00:22:48.321Z] ++ '[' -n 0 ']' [2022-12-01T00:22:48.321Z] ++ set -x [2022-12-01T00:22:48.321Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:22:48.321Z] INFO: Testing against a local daemon [2022-12-01T00:22:48.321Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-12-01T00:22:48.321Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-01T00:22:48.321Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:22:48.321Z] === RUN TestEventsExecDie [2022-12-01T00:22:48.321Z] --- PASS: TestEventsExecDie (0.47s) [2022-12-01T00:22:48.321Z] === RUN TestEventsBackwardsCompatible [2022-12-01T00:22:48.576Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-12-01T00:22:48.576Z] === RUN TestInfoBinaryCommits [2022-12-01T00:22:48.576Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-12-01T00:22:48.576Z] === RUN TestInfoAPIVersioned [2022-12-01T00:22:48.576Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-12-01T00:22:48.576Z] === RUN TestInfoDiscoveryBackend [2022-12-01T00:22:48.607Z] b111c3320c94: Pull complete [2022-12-01T00:22:48.904Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-12-01T00:22:48.904Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-12-01T00:22:49.137Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2022-12-01T00:22:49.137Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-12-01T00:22:50.064Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-12-01T00:22:50.064Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-12-01T00:22:50.285Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-12-01T00:22:50.545Z] --- PASS: TestNetworkLoopbackNat (3.14s) [2022-12-01T00:22:50.545Z] === RUN TestPause [2022-12-01T00:22:50.624Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-12-01T00:22:50.625Z] === RUN TestInfoAPI [2022-12-01T00:22:50.625Z] --- PASS: TestInfoAPI (0.02s) [2022-12-01T00:22:50.625Z] === RUN TestInfoAPIWarnings [2022-12-01T00:22:51.483Z] --- PASS: TestPause (0.82s) [2022-12-01T00:22:51.483Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-12-01T00:22:51.483Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:22:51.483Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:22:51.483Z] === RUN TestPauseStopPausedContainer [2022-12-01T00:22:51.742Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-12-01T00:22:51.742Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-12-01T00:22:52.311Z] --- PASS: TestPauseStopPausedContainer (0.73s) [2022-12-01T00:22:52.311Z] === RUN TestPsFilter [2022-12-01T00:22:52.311Z] --- PASS: TestPsFilter (0.14s) [2022-12-01T00:22:52.311Z] === RUN TestRemoveContainerWithRemovedVolume [2022-12-01T00:22:52.311Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-12-01T00:22:52.882Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2022-12-01T00:22:52.882Z] === RUN TestRemoveContainerWithVolume [2022-12-01T00:22:53.451Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2022-12-01T00:22:53.451Z] === RUN TestRemoveContainerRunning [2022-12-01T00:22:54.021Z] --- PASS: TestRemoveContainerRunning (0.63s) [2022-12-01T00:22:54.021Z] === RUN TestRemoveContainerForceRemoveRunning [2022-12-01T00:22:54.590Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2022-12-01T00:22:54.590Z] === RUN TestRemoveInvalidContainer [2022-12-01T00:22:54.590Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-12-01T00:22:54.590Z] === RUN TestRenameLinkedContainer [2022-12-01T00:22:55.969Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-12-01T00:22:56.907Z] === RUN TestDockerSuite/TestBuildBlankName [2022-12-01T00:22:56.907Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-12-01T00:22:56.907Z] --- PASS: TestRenameLinkedContainer (2.38s) [2022-12-01T00:22:56.907Z] === RUN TestRenameStoppedContainer [2022-12-01T00:22:57.846Z] --- PASS: TestRenameStoppedContainer (0.61s) [2022-12-01T00:22:57.846Z] === RUN TestRenameRunningContainerAndReuse [2022-12-01T00:22:58.785Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-12-01T00:22:59.044Z] --- PASS: TestRenameRunningContainerAndReuse (1.31s) [2022-12-01T00:22:59.044Z] === RUN TestRenameInvalidName [2022-12-01T00:22:59.613Z] --- PASS: TestRenameInvalidName (0.57s) [2022-12-01T00:22:59.613Z] === RUN TestRenameAnonymousContainer [2022-12-01T00:23:00.216Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-12-01T00:23:01.193Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-12-01T00:23:01.769Z] --- PASS: TestRenameAnonymousContainer (2.16s) [2022-12-01T00:23:01.769Z] === RUN TestRenameContainerWithSameName [2022-12-01T00:23:02.338Z] --- PASS: TestRenameContainerWithSameName (0.58s) [2022-12-01T00:23:02.338Z] === RUN TestRenameContainerWithLinkedContainer [2022-12-01T00:23:02.338Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-12-01T00:23:02.908Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-12-01T00:23:03.850Z] --- PASS: TestRenameContainerWithLinkedContainer (1.37s) [2022-12-01T00:23:03.850Z] === RUN TestResize [2022-12-01T00:23:04.419Z] --- PASS: TestResize (0.76s) [2022-12-01T00:23:04.419Z] === RUN TestResizeWithInvalidSize [2022-12-01T00:23:04.609Z] --- PASS: TestCreateServiceMultipleTimes (15.55s) [2022-12-01T00:23:04.609Z] === RUN TestCreateServiceConflict [2022-12-01T00:23:04.609Z] --- PASS: TestCreateServiceConflict (2.09s) [2022-12-01T00:23:04.609Z] === RUN TestCreateServiceMaxReplicas [2022-12-01T00:23:04.678Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-12-01T00:23:05.247Z] --- PASS: TestResizeWithInvalidSize (0.72s) [2022-12-01T00:23:05.247Z] === RUN TestResizeWhenContainerNotStarted [2022-12-01T00:23:05.818Z] --- PASS: TestResizeWhenContainerNotStarted (0.57s) [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:23:05.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:23:05.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:23:05.818Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-01T00:23:05.818Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:23:06.497Z] --- PASS: TestCreateServiceMaxReplicas (2.64s) [2022-12-01T00:23:06.497Z] === RUN TestCreateWithDuplicateNetworkNames [2022-12-01T00:23:07.199Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-12-01T00:23:07.459Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-01T00:23:08.400Z] check_test.go:309: [dbba84ea6eab9] daemon is not started [2022-12-01T00:23:08.400Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-12-01T00:23:08.400Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-12-01T00:23:08.659Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-01T00:23:08.663Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-12-01T00:23:08.663Z] === RUN TestInfoDebug [2022-12-01T00:23:08.663Z] --- PASS: TestInfoDebug (0.52s) [2022-12-01T00:23:08.663Z] === RUN TestInfoInsecureRegistries [2022-12-01T00:23:08.663Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-12-01T00:23:08.663Z] === RUN TestInfoRegistryMirrors [2022-12-01T00:23:08.663Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-12-01T00:23:08.663Z] === RUN TestLoginFailsWithBadCredentials [2022-12-01T00:23:08.663Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s) [2022-12-01T00:23:08.663Z] === RUN TestPingCacheHeaders [2022-12-01T00:23:08.663Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-12-01T00:23:08.663Z] === RUN TestPingGet [2022-12-01T00:23:08.663Z] --- PASS: TestPingGet (0.02s) [2022-12-01T00:23:08.663Z] === RUN TestPingHead [2022-12-01T00:23:08.663Z] --- PASS: TestPingHead (0.02s) [2022-12-01T00:23:08.663Z] === RUN TestVersion [2022-12-01T00:23:08.919Z] --- PASS: TestVersion (0.02s) [2022-12-01T00:23:08.919Z] PASS [2022-12-01T00:23:08.919Z] [2022-12-01T00:23:08.919Z] === Skipped [2022-12-01T00:23:08.919Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:23:08.919Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-01T00:23:08.919Z] [2022-12-01T00:23:08.919Z] DONE 18 tests, 1 skipped in 20.963s [2022-12-01T00:23:08.919Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-12-01T00:23:08.919Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:23:08.919Z] ++ set -e [2022-12-01T00:23:08.919Z] ++ '[' -n 0 ']' [2022-12-01T00:23:08.919Z] ++ set -x [2022-12-01T00:23:08.919Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:23:08.919Z] INFO: Testing against a local daemon [2022-12-01T00:23:08.919Z] === RUN TestVolumesCreateAndList [2022-12-01T00:23:08.919Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-12-01T00:23:08.919Z] === RUN TestVolumesRemove [2022-12-01T00:23:08.919Z] --- PASS: TestVolumesRemove (0.06s) [2022-12-01T00:23:08.919Z] === RUN TestVolumesInspect [2022-12-01T00:23:08.919Z] --- PASS: TestVolumesInspect (0.02s) [2022-12-01T00:23:08.919Z] === RUN TestVolumesInvalidJSON [2022-12-01T00:23:08.919Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-12-01T00:23:08.919Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-12-01T00:23:08.919Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-12-01T00:23:08.919Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-12-01T00:23:08.919Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-12-01T00:23:08.919Z] PASS [2022-12-01T00:23:08.919Z] [2022-12-01T00:23:08.919Z] DONE 5 tests in 0.195s [2022-12-01T00:23:08.919Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-01T00:23:09.175Z] ++++ cat bundles/test-integration/docker.pid [2022-12-01T00:23:09.175Z] +++ kill 12772 [2022-12-01T00:23:10.539Z] +++ /etc/init.d/apparmor stop [2022-12-01T00:23:10.539Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-01T00:23:10.539Z] [2022-12-01T00:23:10.539Z] Unloading profiles will leave already running processes permanently [2022-12-01T00:23:10.539Z] unconfined, which can lead to unexpected situations. [2022-12-01T00:23:10.539Z] [2022-12-01T00:23:10.539Z] To set a process to complain mode, use the command line tool [2022-12-01T00:23:10.539Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-01T00:23:10.539Z] +++ true [2022-12-01T00:23:10.539Z] exiting test-integration [2022-12-01T00:23:10.539Z] ++ exit 0 [2022-12-01T00:23:10.539Z] [2022-12-01T00:23:10.569Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-01T00:23:10.829Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-12-01T00:23:11.090Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon Post stage [Pipeline] junit [2022-12-01T00:23:11.110Z] Recording test results [2022-12-01T00:23:11.236Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-12-01T00:23:11.561Z] + echo Ensuring container killed. [2022-12-01T00:23:11.561Z] Ensuring container killed. [2022-12-01T00:23:11.561Z] + docker rm -vf docker-pr7 [2022-12-01T00:23:11.561Z] Error response from daemon: No such container: docker-pr7 [Pipeline] sh [2022-12-01T00:23:11.884Z] + echo Chowning /workspace to jenkins user [2022-12-01T00:23:11.884Z] Chowning /workspace to jenkins user [2022-12-01T00:23:11.884Z] + id -u [2022-12-01T00:23:11.884Z] + id -g [2022-12-01T00:23:11.884Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44488:/workspace busybox chown -R 1000:1000 /workspace [2022-12-01T00:23:11.884Z] Unable to find image 'busybox:latest' locally [2022-12-01T00:23:11.884Z] latest: Pulling from library/busybox [2022-12-01T00:23:12.029Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-01T00:23:12.029Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-12-01T00:23:12.150Z] 3e32979327a9: Pulling fs layer [2022-12-01T00:23:12.150Z] 3e32979327a9: Verifying Checksum [2022-12-01T00:23:12.150Z] 3e32979327a9: Download complete [2022-12-01T00:23:12.150Z] 3e32979327a9: Pull complete [2022-12-01T00:23:12.150Z] Digest: sha256:fcd85228d7a25feb59f101ac3a955d27c80df4ad824d65f5757a954831450185 [2022-12-01T00:23:12.150Z] Status: Downloaded newer image for busybox:latest [2022-12-01T00:23:12.970Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-01T00:23:13.846Z] + bundleName=arm64-integration [2022-12-01T00:23:13.846Z] + echo Creating arm64-integration-bundles.tar.gz [2022-12-01T00:23:13.846Z] Creating arm64-integration-bundles.tar.gz [2022-12-01T00:23:13.846Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-12-01T00:23:13.846Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-12-01T00:23:13.856Z] Archiving artifacts [2022-12-01T00:23:15.491Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44488/7/artifacts/ [Pipeline] } [Pipeline] // catchError [2022-12-01T00:23:15.510Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [Pipeline] sh [2022-12-01T00:23:15.792Z] + make clean [2022-12-01T00:23:16.048Z] docker volume rm -f docker-dev-cache [2022-12-01T00:23:16.048Z] docker-dev-cache [Pipeline] deleteDir [2022-12-01T00:23:16.081Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-01T00:23:18.624Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-01T00:23:20.008Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-01T00:23:21.327Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.11s) [2022-12-01T00:23:21.327Z] === RUN TestCreateServiceSecretFileMode [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.86s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.94s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.62s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.57s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.83s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.24s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.04s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.06s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.08s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.65s) [2022-12-01T00:23:22.546Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.45s) [2022-12-01T00:23:22.546Z] === RUN TestCgroupNamespacesRun [2022-12-01T00:23:24.453Z] --- PASS: TestCgroupNamespacesRun (1.99s) [2022-12-01T00:23:24.453Z] === RUN TestCgroupNamespacesRunPrivileged [2022-12-01T00:23:25.021Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-12-01T00:23:25.022Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-12-01T00:23:26.403Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.57s) [2022-12-01T00:23:26.403Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-12-01T00:23:27.343Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-12-01T00:23:27.602Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.57s) [2022-12-01T00:23:27.602Z] === RUN TestCgroupNamespacesRunHostMode [2022-12-01T00:23:27.602Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-12-01T00:23:28.541Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-12-01T00:23:29.481Z] --- PASS: TestCgroupNamespacesRunHostMode (1.62s) [2022-12-01T00:23:29.481Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-12-01T00:23:30.051Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-12-01T00:23:30.311Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-12-01T00:23:31.250Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.72s) [2022-12-01T00:23:31.250Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-12-01T00:23:32.189Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-12-01T00:23:32.758Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.55s) [2022-12-01T00:23:32.758Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-12-01T00:23:32.758Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-12-01T00:23:33.328Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.75s) [2022-12-01T00:23:33.328Z] === RUN TestCgroupNamespacesRunOlderClient [2022-12-01T00:23:33.486Z] --- PASS: TestCreateServiceSecretFileMode (12.62s) [2022-12-01T00:23:33.486Z] === RUN TestCreateServiceConfigFileMode [2022-12-01T00:23:34.709Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-12-01T00:23:34.968Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.58s) [2022-12-01T00:23:34.968Z] === RUN TestNISDomainname [2022-12-01T00:23:35.908Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-12-01T00:23:35.908Z] --- PASS: TestNISDomainname (0.88s) [2022-12-01T00:23:35.908Z] === RUN TestHostnameDnsResolution [2022-12-01T00:23:36.846Z] --- PASS: TestHostnameDnsResolution (1.07s) [2022-12-01T00:23:36.846Z] === RUN TestUnprivilegedPortsAndPing [2022-12-01T00:23:37.785Z] --- PASS: TestUnprivilegedPortsAndPing (0.90s) [2022-12-01T00:23:37.785Z] === RUN TestStats [2022-12-01T00:23:39.165Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-12-01T00:23:39.733Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-12-01T00:23:39.993Z] check_test.go:309: [d3b70e513fd37] daemon is not started [2022-12-01T00:23:39.993Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-12-01T00:23:40.564Z] --- PASS: TestStats (2.80s) [2022-12-01T00:23:40.564Z] === RUN TestStopContainerWithTimeout [2022-12-01T00:23:40.564Z] === RUN TestStopContainerWithTimeout/0 [2022-12-01T00:23:40.564Z] === PAUSE TestStopContainerWithTimeout/0 [2022-12-01T00:23:40.564Z] === RUN TestStopContainerWithTimeout/1 [2022-12-01T00:23:40.564Z] === PAUSE TestStopContainerWithTimeout/1 [2022-12-01T00:23:40.564Z] === RUN TestStopContainerWithTimeout/3 [2022-12-01T00:23:40.564Z] === PAUSE TestStopContainerWithTimeout/3 [2022-12-01T00:23:40.564Z] === RUN TestStopContainerWithTimeout/-1 [2022-12-01T00:23:40.564Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-12-01T00:23:40.564Z] === CONT TestStopContainerWithTimeout/0 [2022-12-01T00:23:40.564Z] === CONT TestStopContainerWithTimeout/-1 [2022-12-01T00:23:40.824Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-12-01T00:23:41.762Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-12-01T00:23:41.762Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-12-01T00:23:41.762Z] === CONT TestStopContainerWithTimeout/3 [2022-12-01T00:23:42.332Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-12-01T00:23:43.712Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-12-01T00:23:43.712Z] === CONT TestStopContainerWithTimeout/1 [2022-12-01T00:23:45.094Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-12-01T00:23:45.094Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2022-12-01T00:23:45.094Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2022-12-01T00:23:45.094Z] --- PASS: TestStopContainerWithTimeout/3 (2.61s) [2022-12-01T00:23:45.094Z] --- PASS: TestStopContainerWithTimeout/1 (1.62s) [2022-12-01T00:23:45.094Z] === RUN TestDeleteDevicemapper [2022-12-01T00:23:45.094Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:23:45.094Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-12-01T00:23:45.094Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-12-01T00:23:45.709Z] --- PASS: TestCreateServiceConfigFileMode (12.53s) [2022-12-01T00:23:45.709Z] === RUN TestCreateServiceSysctls [2022-12-01T00:23:47.642Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-12-01T00:23:48.224Z] --- PASS: TestCreateServiceSysctls (3.11s) [2022-12-01T00:23:48.224Z] === RUN TestCreateServiceCapabilities [2022-12-01T00:23:48.597Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.38s) [2022-12-01T00:23:48.597Z] === RUN TestUpdateMemory [2022-12-01T00:23:48.597Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:23:48.597Z] --- SKIP: TestUpdateMemory (0.00s) [2022-12-01T00:23:48.597Z] === RUN TestUpdateCPUQuota [2022-12-01T00:23:48.858Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-12-01T00:23:49.802Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-12-01T00:23:50.063Z] --- PASS: TestUpdateCPUQuota (1.52s) [2022-12-01T00:23:50.063Z] === RUN TestUpdatePidsLimit [2022-12-01T00:23:50.063Z] === RUN TestUpdatePidsLimit/update_from_none [2022-12-01T00:23:50.632Z] === RUN TestUpdatePidsLimit/no_change [2022-12-01T00:23:50.632Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-12-01T00:23:50.781Z] --- PASS: TestCreateServiceCapabilities (2.56s) [2022-12-01T00:23:50.781Z] === RUN TestInspect [2022-12-01T00:23:50.892Z] === RUN TestUpdatePidsLimit/update_lower [2022-12-01T00:23:51.462Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-12-01T00:23:51.722Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-12-01T00:23:52.292Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-12-01T00:23:52.550Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-12-01T00:23:52.810Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-12-01T00:23:53.215Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-12-01T00:23:53.215Z] Copying nested executables into bundles/binary-daemon [2022-12-01T00:23:53.215Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-12-01T00:23:53.294Z] --- PASS: TestInspect (3.02s) [2022-12-01T00:23:53.294Z] === RUN TestCreateJob [2022-12-01T00:23:53.538Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER docker:d2b734d12048443da140d62c94d612e5c026e77d hack/make.sh cross [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit (3.65s) [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2022-12-01T00:23:53.750Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2022-12-01T00:23:53.750Z] === RUN TestUpdateRestartPolicy [2022-12-01T00:23:53.796Z] [2022-12-01T00:23:54.054Z] Removing bundles/ [2022-12-01T00:23:54.054Z] [2022-12-01T00:23:54.054Z] ---> Making bundle: cross (in bundles/cross) [2022-12-01T00:23:54.054Z] Cross building: bundles/cross/linux/amd64 [2022-12-01T00:23:54.054Z] Building: bundles/cross/linux/amd64/dockerd-dev [2022-12-01T00:23:54.054Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-12-01T00:23:55.659Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-12-01T00:23:55.659Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-12-01T00:23:57.038Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-12-01T00:23:57.298Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-12-01T00:23:57.460Z] --- PASS: TestCreateJob (3.77s) [2022-12-01T00:23:57.460Z] === RUN TestReplicatedJob [2022-12-01T00:23:57.867Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-12-01T00:23:58.435Z] === RUN TestDockerSuite/TestBuildCmd [2022-12-01T00:23:58.694Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-12-01T00:23:58.954Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-12-01T00:23:58.954Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-12-01T00:23:59.214Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-12-01T00:23:59.214Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2022-12-01T00:23:59.214Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-12-01T00:24:00.152Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-12-01T00:24:01.531Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-12-01T00:24:01.531Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-12-01T00:24:01.531Z] check_test.go:309: [d04ab1db77689] daemon is not started [2022-12-01T00:24:01.531Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-12-01T00:24:01.531Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-12-01T00:24:01.531Z] check_test.go:309: [dbef0f9fa8a68] daemon is not started [2022-12-01T00:24:01.531Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-12-01T00:24:02.705Z] --- PASS: TestReplicatedJob (5.07s) [2022-12-01T00:24:02.705Z] === RUN TestUpdateReplicatedJob [2022-12-01T00:24:04.068Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-12-01T00:24:04.328Z] check_test.go:309: [d89c0d97966cc] daemon is not started [2022-12-01T00:24:04.328Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-12-01T00:24:04.897Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-12-01T00:24:05.836Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-12-01T00:24:05.968Z] --- PASS: TestUpdateReplicatedJob (3.22s) [2022-12-01T00:24:05.968Z] === RUN TestServiceListWithStatuses [2022-12-01T00:24:05.968Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:24:05.968Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-12-01T00:24:05.968Z] === RUN TestDockerNetworkConnectAlias [2022-12-01T00:24:06.096Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-12-01T00:24:06.096Z] --- PASS: TestUpdateRestartPolicy (12.31s) [2022-12-01T00:24:06.096Z] === RUN TestUpdateRestartWithAutoRemove [2022-12-01T00:24:07.036Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-12-01T00:24:07.036Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2022-12-01T00:24:07.036Z] === RUN TestWaitNonBlocked [2022-12-01T00:24:07.036Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:24:07.036Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:24:07.036Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:24:07.036Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:24:07.036Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:24:07.036Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:24:07.295Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-12-01T00:24:07.864Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-12-01T00:24:08.124Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-12-01T00:24:08.124Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.14s) [2022-12-01T00:24:08.124Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2022-12-01T00:24:08.124Z] === RUN TestWaitBlocked [2022-12-01T00:24:08.124Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:24:08.124Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:24:08.124Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:24:08.124Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:24:08.124Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-01T00:24:08.124Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-12-01T00:24:09.064Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-12-01T00:24:09.633Z] --- PASS: TestWaitBlocked (0.03s) [2022-12-01T00:24:09.633Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.32s) [2022-12-01T00:24:09.633Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.37s) [2022-12-01T00:24:09.633Z] === CONT TestContainerStartOnDaemonRestart [2022-12-01T00:24:09.633Z] === CONT TestRestartDaemonWithRestartingContainer [2022-12-01T00:24:10.133Z] --- PASS: TestDockerNetworkConnectAlias (4.13s) [2022-12-01T00:24:10.133Z] === RUN TestDockerNetworkReConnect [2022-12-01T00:24:12.172Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-12-01T00:24:13.112Z] --- PASS: TestContainerStartOnDaemonRestart (3.70s) [2022-12-01T00:24:13.112Z] === CONT TestIpcModeOlderClient [2022-12-01T00:24:13.373Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-12-01T00:24:13.373Z] === CONT TestContainerKillOnDaemonStart [2022-12-01T00:24:13.399Z] --- PASS: TestDockerNetworkReConnect (3.39s) [2022-12-01T00:24:13.399Z] === RUN TestServicePlugin [2022-12-01T00:24:13.633Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.03s) [2022-12-01T00:24:13.633Z] === CONT TestDaemonHostGatewayIP [2022-12-01T00:24:15.544Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-12-01T00:24:16.665Z] plugin_test.go:62: [da441873cace6] joining swarm manager [dcea3b6adb6ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:24:16.925Z] --- PASS: TestDaemonHostGatewayIP (3.46s) [2022-12-01T00:24:16.925Z] === CONT TestDaemonRestartIpcMode [2022-12-01T00:24:17.592Z] plugin_test.go:65: [ddc8dc4219572] joining swarm manager [dcea3b6adb6ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:24:18.304Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-12-01T00:24:18.873Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-12-01T00:24:19.442Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-12-01T00:24:19.702Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-12-01T00:24:19.962Z] --- PASS: TestDaemonRestartIpcMode (2.92s) [2022-12-01T00:24:21.869Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-12-01T00:24:22.440Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-12-01T00:24:24.348Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-12-01T00:24:25.729Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-12-01T00:24:25.729Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2022-12-01T00:24:25.729Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-12-01T00:24:25.729Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2022-12-01T00:24:25.729Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-12-01T00:24:25.729Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2022-12-01T00:24:25.729Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-12-01T00:24:25.729Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2022-12-01T00:24:25.729Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-12-01T00:24:25.729Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-12-01T00:24:25.729Z] --- PASS: TestContainerKillOnDaemonStart (12.47s) [2022-12-01T00:24:25.729Z] PASS [2022-12-01T00:24:25.729Z] [2022-12-01T00:24:25.729Z] === Skipped [2022-12-01T00:24:25.729Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-12-01T00:24:25.729Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:24:25.729Z] [2022-12-01T00:24:25.729Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-12-01T00:24:25.729Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:24:25.729Z] [2022-12-01T00:24:25.729Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-12-01T00:24:25.729Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:24:25.729Z] [2022-12-01T00:24:25.729Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-01T00:24:25.729Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-01T00:24:25.729Z] [2022-12-01T00:24:25.729Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-12-01T00:24:25.729Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-01T00:24:25.729Z] [2022-12-01T00:24:25.729Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-12-01T00:24:25.729Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:24:25.729Z] [2022-12-01T00:24:25.729Z] DONE 197 tests, 6 skipped in 147.622s [2022-12-01T00:24:25.729Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-12-01T00:24:25.729Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:24:25.729Z] ++ set -e [2022-12-01T00:24:25.729Z] ++ '[' -n 0 ']' [2022-12-01T00:24:25.729Z] ++ set -x [2022-12-01T00:24:25.729Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:24:25.989Z] INFO: Testing against a local daemon [2022-12-01T00:24:25.989Z] === RUN TestLiveRestore [2022-12-01T00:24:25.989Z] === RUN TestLiveRestore/volume_references [2022-12-01T00:24:25.989Z] === PAUSE TestLiveRestore/volume_references [2022-12-01T00:24:25.989Z] === CONT TestLiveRestore/volume_references [2022-12-01T00:24:26.928Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-12-01T00:24:26.928Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-12-01T00:24:28.306Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-12-01T00:24:28.875Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-12-01T00:24:29.446Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-12-01T00:24:29.446Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-12-01T00:24:30.826Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-12-01T00:24:31.396Z] check_test.go:309: [d29656f7f6b73] daemon is not started [2022-12-01T00:24:31.396Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-12-01T00:24:31.965Z] --- PASS: TestLiveRestore (0.00s) [2022-12-01T00:24:31.965Z] --- PASS: TestLiveRestore/volume_references (5.92s) [2022-12-01T00:24:31.965Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (5.04s) [2022-12-01T00:24:31.965Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.30s) [2022-12-01T00:24:31.965Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.29s) [2022-12-01T00:24:31.965Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.20s) [2022-12-01T00:24:31.965Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.25s) [2022-12-01T00:24:31.965Z] PASS [2022-12-01T00:24:31.965Z] [2022-12-01T00:24:31.965Z] DONE 7 tests in 6.077s [2022-12-01T00:24:31.965Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-12-01T00:24:31.965Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:24:31.965Z] ++ set -e [2022-12-01T00:24:31.965Z] ++ '[' -n 0 ']' [2022-12-01T00:24:31.965Z] ++ set -x [2022-12-01T00:24:31.965Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:24:32.224Z] INFO: Testing against a local daemon [2022-12-01T00:24:32.224Z] === RUN TestCommitInheritsEnv [2022-12-01T00:24:32.793Z] --- PASS: TestCommitInheritsEnv (0.52s) [2022-12-01T00:24:32.793Z] === RUN TestImportExtremelyLargeImageWorks [2022-12-01T00:24:32.793Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-12-01T00:24:32.793Z] === RUN TestImagesFilterMultiReference [2022-12-01T00:24:32.793Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-12-01T00:24:32.793Z] === RUN TestImagePullPlatformInvalid [2022-12-01T00:24:32.793Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-12-01T00:24:32.793Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-12-01T00:24:32.793Z] time="2022-12-01T00:24:32Z" 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.18.8 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:32.793Z] time="2022-12-01T00:24:32Z" level=info msg="redis not configured" go.version=go1.18.8 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:32.794Z] time="2022-12-01T00:24:32Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.18.8 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:32.794Z] time="2022-12-01T00:24:32Z" level=info msg="Starting upload purge in 59m0s" go.version=go1.18.8 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=6012d346-4388-425c-93bf-37edbed42e6c http.request.method=GET http.request.remoteaddr="127.0.0.1:50370" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=6012d346-4388-425c-93bf-37edbed42e6c http.request.method=GET http.request.remoteaddr="127.0.0.1:50370" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.968306ms http.response.status=200 http.response.written=2 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c3f63022-0945-4c25-ac5f-4148f9182121 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d055910e-d3de-4a57-9b36-8e8c04c9c4f2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d055910e-d3de-4a57-9b36-8e8c04c9c4f2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d055910e-d3de-4a57-9b36-8e8c04c9c4f2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=23.723µ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=f153cac7-bdb9-4f92-96db-116a36e788fb trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 err.message="blob unknown to registry" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=d055910e-d3de-4a57-9b36-8e8c04c9c4f2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" 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=5.17775ms http.response.status=404 http.response.written=157 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "HEAD /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c3f63022-0945-4c25-ac5f-4148f9182121 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8299ff39-cc98-4cd8-b15d-ebd83a916f23 http.request.method=POST http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8299ff39-cc98-4cd8-b15d-ebd83a916f23 http.request.method=POST http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/startedat\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8299ff39-cc98-4cd8-b15d-ebd83a916f23 http.request.method=POST http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=125.573µ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=e64e2b1c-1d74-45f1-9c83-56d18fb8ce0c trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8299ff39-cc98-4cd8-b15d-ebd83a916f23 http.request.method=POST http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=84.615µ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=2b647915-4a76-4be6-affd-a17de736786a trace.line=141 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c3f63022-0945-4c25-ac5f-4148f9182121 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=19.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=1d2ed1b7-dcfd-495c-95d0-9b2b98507dd0 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/hashstates/sha256/0\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8299ff39-cc98-4cd8-b15d-ebd83a916f23 http.request.method=POST http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=377.918µ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=829c0168-3eec-478e-9a41-75ada2ff57c7 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=8299ff39-cc98-4cd8-b15d-ebd83a916f23 http.request.method=POST http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=6.798042ms http.response.status=202 http.response.written=0 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c3f63022-0945-4c25-ac5f-4148f9182121 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50380" 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=20.318766ms http.response.status=404 http.response.written=157 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e0f788db-a800-4d62-8676-18c001e174f9 http.request.method=POST http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e0f788db-a800-4d62-8676-18c001e174f9 http.request.method=POST http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/startedat\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e0f788db-a800-4d62-8676-18c001e174f9 http.request.method=POST http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=103.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=6f3a633e-45b7-44fe-8662-c3f05da14b94 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e0f788db-a800-4d62-8676-18c001e174f9 http.request.method=POST http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=17.603µ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=f614badd-f17b-46a2-b6b7-c6e627e51627 trace.line=141 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/hashstates/sha256/0\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e0f788db-a800-4d62-8676-18c001e174f9 http.request.method=POST http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=51.72µ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=9357909f-9c44-4bb6-8780-d5e902196331 trace.line=95 vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/startedat\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=41.199µ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=3f5ac907-9200-4a24-a8d4-1d91cdfa3b55 trace.line=82 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=41.539µ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=ba5c18c2-0498-444f-9833-a3d6cd5949ee trace.line=141 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=e0f788db-a800-4d62-8676-18c001e174f9 http.request.method=POST http.request.remoteaddr="127.0.0.1:50380" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=3.185264ms http.response.status=202 http.response.written=0 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.059Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/data\", 0)" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=53.179µ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=7e61d565-b07f-4892-9786-a9f892c8578f trace.line=124 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="(*blobWriter).Commit" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=21.302µ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=9e82350d-987a-4852-9f77-c10ac655c314 trace.line=141 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=19.672µ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=ed7bbf85-74ce-4ef7-bbe5-38132ca6e199 trace.line=141 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=17.417µ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=5dbf832f-fe04-4a96-ab3b-ca0717e14866 trace.line=141 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074/data\", \"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\"" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=90.385µ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=98029d32-f774-4535-b491-1fa26c1b8994 trace.line=167 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=111.109µ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=203e5d03-c9b0-477c-a933-c0255a01d4b9 trace.line=95 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=178.088µ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=a5462928-8b4d-47f7-b9e7-272026963158 trace.line=181 vars.name=test vars.uuid=46fc7e80-7670-4ceb-9c54-4d6f2496c074 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=83c13ee8-a77f-4b8f-9ad9-fceb2b0af614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=8.382227ms http.response.status=201 http.response.written=0 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "PUT /v2/test/blobs/uploads/46fc7e80-7670-4ceb-9c54-4d6f2496c074?_state=RHFJYcMonJwy3pj8aYxXKllgSVni7Fl69yvp6fbS3ml7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2ZmM3ZTgwLTc2NzAtNGNlYi05YzU0LTRkNmYyNDk2YzA3NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44ODQzODQyNzNaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/startedat\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=48.826µ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=023a1edf-54f3-4183-ba74-1958b8b42e2b trace.line=82 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=20.571µ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=37c5d934-d33b-45ff-9100-4fa163a4ad00 trace.line=141 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/data\", 0)" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=482.993µ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=e5c11693-5a61-4fb5-9ae2-4b977a94444a trace.line=124 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="(*blobWriter).Commit" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=100.434µ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=45875783-c419-49af-8bd9-2c8975010ab2 trace.line=141 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=20.923µ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=9343c844-5424-43da-b6bb-5de311e4776f trace.line=141 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/data\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=14.986µ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=199c015a-1cb9-4b02-993f-0c8cb2979dbc trace.line=141 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=485.084µ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=efbb9048-489d-4a62-a42d-e7a1ed16da0f trace.line=167 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=58.099µ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=496f5c6d-959c-4bed-b039-241f80619d81 trace.line=95 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/765f205c-79ed-453b-8e92-80e89c1ca98f\")" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=93.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).Delete" trace.id=0b41918f-4d23-4cca-be3e-b954109213b5 trace.line=181 vars.name=test vars.uuid=765f205c-79ed-453b-8e92-80e89c1ca98f version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=dda93e9e-250c-4358-abf1-e69418284883 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=5.125316ms http.response.status=201 http.response.written=0 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.060Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "PUT /v2/test/blobs/uploads/765f205c-79ed-453b-8e92-80e89c1ca98f?_state=wktjncUrooN3QF10eN99To86WKGwuF0-FtkgtW9QTxZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc2NWYyMDVjLTc5ZWQtNDUzYi04ZTkyLTgwZTg5YzFjYTk4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0wMVQwMDoyNDozMi44OTk5MTIzNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.060Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=515b89a1-f111-4bbe-980a-28b6f1e5cb01 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=515b89a1-f111-4bbe-980a-28b6f1e5cb01 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=515b89a1-f111-4bbe-980a-28b6f1e5cb01 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=68.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).GetContent" trace.id=cff200e4-ea8f-43f2-9358-76d19d9923e2 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=515b89a1-f111-4bbe-980a-28b6f1e5cb01 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50378" 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=2.259844ms http.response.status=404 http.response.written=96 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg=PutImageManifest go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="(*manifestStore).Put" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=61.841µ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=c0966817-da08-4080-8843-66a09978f6aa trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=16.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=0af383d6-5d92-4dbc-b3bd-9529570ca396 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=29.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).GetContent" trace.id=3488fc14-4edb-4699-8a20-715c88586588 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=35.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).Stat" trace.id=92053a00-d233-4e5a-864d-dc13600ae4b8 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=20.735µ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=eec26c48-6e3c-427d-8155-86df6265aea3 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=123.698µ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=fddc85b2-3eb0-4b9e-9e03-ee33431649d6 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=90.066µ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=366f36f3-5227-440b-86b6-819cd5682814 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=39.73µ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=4fe80276-3018-4cc8-8c5c-6e7f78019156 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=160.746µ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=27d3ee88-9425-4ca8-82f3-1a7761237ed9 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=129.407µ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=8826a170-7b97-4452-8ae4-a33f4c2ba107 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=9ea9e3a3-fd3f-45d6-ad98-680a5e377365 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50378" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=3.752943ms http.response.status=201 http.response.written=0 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=05e5aae9-ecce-407b-b24c-26ac760e06b9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50406" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=05e5aae9-ecce-407b-b24c-26ac760e06b9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50406" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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="690.893µs" http.response.status=200 http.response.written=2 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=238.768µ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=a4ca625b-d810-42dc-b524-6919287adbfd trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=28.386µ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=0926e5e6-d43a-41f6-a136-f3cd79dc232a trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=86.979µ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=2ff5c67d-7d1e-410e-9eda-c67940a74c7e trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=129.838µ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=d191026d-5758-4771-9f84-ca1b358bddb3 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=acd0a277-7de3-4e08-9f9f-5c1d5e266a25 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50414" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=3.313391ms http.response.status=200 http.response.written=417 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.061Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.061Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=32.742µ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=7544c17e-cf6f-4325-907c-51bc71ecade3 trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=16.31µ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=94700083-0a36-4e44-97bc-6305a5f2d902 trace.line=141 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=23.981µ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=40de8ed4-83cc-4681-b70c-71a94355a65c trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=97be197c-ba2f-467d-bd29-43ef6da54936 http.request.method=GET http.request.remoteaddr="127.0.0.1:50422" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=1.309257ms http.response.status=200 http.response.written=417 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "GET /v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 200 417 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=47.572µ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=1e77f40c-9d68-49c4-bfd9-ea640553068a trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=17.015µ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=4d223486-b4fd-49c3-b893-849848abdc26 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=25.968µ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=723f4da2-5108-4929-a1c1-9e478c58be02 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=16.4µ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=d69448a6-c240-4b50-b291-93b632765b94 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=14.184µ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=5f4732ea-d23e-4736-9e4f-7f240f9b59c2 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=8.208µ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=b4b6cd85-97b6-46fe-b547-8f4777a94b18 trace.line=193 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\", 0)" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=243.127µ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=4d0eb470-b1cc-407c-bf0b-2923f62c5cb9 trace.line=107 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=29.698µ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=b6d0b302-e6c1-4c8b-ba46-5c55fd1589b2 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=16.493µ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=fd44fa3a-469d-4dc4-aef9-814f52aaec91 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=c4eac3ce-83aa-4669-8d6a-fb90462b4f80 http.request.method=GET http.request.remoteaddr="127.0.0.1:50428" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=5.904952ms http.response.status=200 http.response.written=179 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "GET /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 200 179 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg=GetBlob go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=31.266µ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=4a6f9c80-0734-4d9e-b2f2-d5e2390619c3 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=16.94µ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=37bae373-635d-4e27-8d42-b99f7a324818 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=20.767µ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=08f88b36-c9a9-4313-aba5-93648c789203 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=12.793µ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=02b04dc4-38bd-43fe-8724-8772f55adc05 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.062Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=12.652µ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=e34a33a4-09f0-480a-b96f-1e628eeb3e19 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.063Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=4.76µ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=499c1ff8-96ae-41f4-9ba3-f993bd8d6c78 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.063Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=17.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).ReadStream" trace.id=e2b03763-437b-4a56-8a5b-61e7a1356630 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.063Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=37.72µ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=9c4491c3-69e0-4493-9b43-fffae4f80dbe trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.063Z] time="2022-12-01T00:24:32Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=23.738µ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=29d920bd-9129-4ea9-8017-c8a91624b9ee trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2022-12-01T00:24:33.063Z] time="2022-12-01T00:24:32Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=abcaffc6-613b-4aa1-84af-2b99deba78f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50440" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=13.71083ms http.response.status=200 http.response.written=68 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.063Z] 127.0.0.1 - - [01/Dec/2022:00:24:32 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.329Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=43f71b87-4be1-4d7f-98e4-d06bcb6212fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50466" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=info msg="response completed" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=43f71b87-4be1-4d7f-98e4-d06bcb6212fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50466" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.776727ms http.response.status=200 http.response.written=2 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] 127.0.0.1 - - [01/Dec/2022:00:24:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=06fb5bec-a9c5-4a6d-8079-ef97b0a4ff9b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50474" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=06fb5bec-a9c5-4a6d-8079-ef97b0a4ff9b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50474" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=06fb5bec-a9c5-4a6d-8079-ef97b0a4ff9b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50474" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=06fb5bec-a9c5-4a6d-8079-ef97b0a4ff9b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50474" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=25.713µ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=9ae760c7-2ce6-4766-8ce6-5326cacb4fd3 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=06fb5bec-a9c5-4a6d-8079-ef97b0a4ff9b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50474" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=15.885µ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=21898778-af3b-4548-91e5-4720e0d9dca2 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" 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.18.8 http.request.host="127.0.0.1:5000" http.request.id=06fb5bec-a9c5-4a6d-8079-ef97b0a4ff9b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50474" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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.527821ms http.response.status=404 http.response.written=181 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] 127.0.0.1 - - [01/Dec/2022:00:24:33 +0000] "HEAD /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="authorizing request" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a05010f6-0599-4564-8e30-ab47909890f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50486" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg=GetImageManifest go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a05010f6-0599-4564-8e30-ab47909890f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50486" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="(*manifestStore).Get" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a05010f6-0599-4564-8e30-ab47909890f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50486" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a05010f6-0599-4564-8e30-ab47909890f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50486" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=34.747µ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=485ba175-9315-4a93-b7ed-b547cc1992b9 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.18.8 http.request.host="127.0.0.1:5000" http.request.id=a05010f6-0599-4564-8e30-ab47909890f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50486" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 trace.duration=25.464µ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=038ad323-719e-4513-9cb3-3e1a4d6fd6a9 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] time="2022-12-01T00:24:33Z" 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.18.8 http.request.host="127.0.0.1:5000" http.request.id=a05010f6-0599-4564-8e30-ab47909890f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50486" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d 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=2.428127ms http.response.status=404 http.response.written=181 instance.id=c82ce70d-7bbd-467f-ac1a-762023082537 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2022-12-01T00:24:33.329Z] 127.0.0.1 - - [01/Dec/2022:00:24:33 +0000] "GET /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.18.8 git-commit/d2b734d12048443da140d62c94d612e5c026e77d kernel/5.4.0-1088-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2022-12-01T00:24:33.329Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.56s) [2022-12-01T00:24:33.329Z] === RUN TestRemoveImageOrphaning [2022-12-01T00:24:33.911Z] --- PASS: TestRemoveImageOrphaning (0.44s) [2022-12-01T00:24:33.911Z] === RUN TestRemoveImageGarbageCollector [2022-12-01T00:24:34.495Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-12-01T00:24:35.881Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-12-01T00:24:35.881Z] --- PASS: TestRemoveImageGarbageCollector (2.10s) [2022-12-01T00:24:35.881Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-12-01T00:24:35.881Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-12-01T00:24:35.881Z] === RUN TestTagInvalidReference [2022-12-01T00:24:35.881Z] --- PASS: TestTagInvalidReference (0.02s) [2022-12-01T00:24:35.881Z] === RUN TestTagValidPrefixedRepo [2022-12-01T00:24:36.140Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-12-01T00:24:36.140Z] === RUN TestTagExistedNameWithoutForce [2022-12-01T00:24:36.140Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-12-01T00:24:36.140Z] === RUN TestTagOfficialNames [2022-12-01T00:24:36.140Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-12-01T00:24:36.140Z] --- PASS: TestTagOfficialNames (0.08s) [2022-12-01T00:24:36.140Z] === RUN TestTagMatchesDigest [2022-12-01T00:24:36.140Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-12-01T00:24:36.140Z] === CONT TestImportExtremelyLargeImageWorks [2022-12-01T00:24:38.677Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-12-01T00:24:40.059Z] check_test.go:309: [d941da0ee1d63] daemon is not started [2022-12-01T00:24:40.319Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-12-01T00:24:41.258Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-12-01T00:24:43.798Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-12-01T00:24:44.079Z] --- PASS: TestServicePlugin (29.68s) [2022-12-01T00:24:44.079Z] === RUN TestServiceUpdateLabel [2022-12-01T00:24:45.005Z] --- PASS: TestServiceUpdateLabel (2.19s) [2022-12-01T00:24:45.006Z] === RUN TestServiceUpdateSecrets [2022-12-01T00:24:45.274Z] d3e1bcee8808: Pull complete [2022-12-01T00:24:45.274Z] Digest: sha256:cbb8b0a709b4e0868cd2e30b1485358197b1021bb0dd4261e36b3af3ca48fd0b [2022-12-01T00:24:45.274Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:24:45.274Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-12-01T00:24:45.274Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-12-01T00:24:45.274Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.3650' [2022-12-01T00:24:45.274Z] WARN: Skipping validation tests [2022-12-01T00:24:45.274Z] INFO: Running unit tests at 12/01/2022 00:24:32... [2022-12-01T00:24:45.274Z] INFO: make.ps1 starting at 12/01/2022 00:24:38 [2022-12-01T00:24:45.274Z] INFO: Git commit (d2b734d120) assumed from DOCKER_GITCOMMIT environment variable [2022-12-01T00:24:45.274Z] INFO: Invoking autogen... [2022-12-01T00:24:45.274Z] INFO: Running unit tests... [2022-12-01T00:24:45.707Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-12-01T00:24:46.277Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-12-01T00:24:46.837Z] 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 [2022-12-01T00:24:47.658Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-12-01T00:24:49.566Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-12-01T00:24:50.947Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-12-01T00:24:50.947Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-12-01T00:24:51.207Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-12-01T00:24:51.207Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-12-01T00:24:51.207Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-12-01T00:24:52.147Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-12-01T00:24:52.147Z] docker_cli_daemon_test.go:2888: Checking IpcMode private set from config [2022-12-01T00:24:52.406Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-12-01T00:24:52.406Z] docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from config [2022-12-01T00:24:52.977Z] docker_cli_daemon_test.go:2888: Checking IpcMode host set from config [2022-12-01T00:24:53.546Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-12-01T00:24:53.546Z] docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from config [2022-12-01T00:24:54.114Z] docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from config [2022-12-01T00:24:54.374Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-12-01T00:24:54.634Z] docker_cli_daemon_test.go:2888: Checking IpcMode private set from cli [2022-12-01T00:24:55.203Z] docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from cli [2022-12-01T00:24:55.463Z] docker_cli_daemon_test.go:2888: Checking IpcMode host set from cli [2022-12-01T00:24:56.033Z] docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from cli [2022-12-01T00:24:56.603Z] docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from cli [2022-12-01T00:24:57.172Z] check_test.go:309: [dd51cd014a396] daemon is not started [2022-12-01T00:24:57.172Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-12-01T00:24:57.254Z] ? github.com/docker/docker/api [no test files] [2022-12-01T00:24:58.110Z] check_test.go:309: [d3184166ec8ba] daemon is not started [2022-12-01T00:24:58.110Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-12-01T00:24:58.678Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-12-01T00:24:59.837Z] --- PASS: TestServiceUpdateSecrets (14.45s) [2022-12-01T00:24:59.837Z] === RUN TestServiceUpdateConfigs [2022-12-01T00:25:00.587Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-12-01T00:25:03.880Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-12-01T00:25:03.880Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-12-01T00:25:03.880Z] check_test.go:309: [dc849367b68c1] daemon is not started [2022-12-01T00:25:03.880Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-12-01T00:25:04.819Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-12-01T00:25:06.728Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-12-01T00:25:08.107Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-12-01T00:25:08.369Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-12-01T00:25:12.564Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-12-01T00:25:13.504Z] check_test.go:309: [d5678cbedc222] daemon is not started [2022-12-01T00:25:13.504Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-12-01T00:25:14.668Z] --- PASS: TestServiceUpdateConfigs (14.66s) [2022-12-01T00:25:14.668Z] === RUN TestServiceUpdateNetwork [2022-12-01T00:25:15.055Z] === RUN TestMiddlewares [2022-12-01T00:25:15.055Z] --- PASS: TestMiddlewares (0.00s) [2022-12-01T00:25:15.055Z] PASS [2022-12-01T00:25:15.055Z] coverage: 7.9% of statements [2022-12-01T00:25:15.055Z] ok github.com/docker/docker/api/server 0.055s coverage: 7.9% of statements [2022-12-01T00:25:17.702Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-12-01T00:25:18.641Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-12-01T00:25:20.021Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-12-01T00:25:20.021Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-12-01T00:25:20.960Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-12-01T00:25:24.254Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-12-01T00:25:24.254Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-12-01T00:25:26.162Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-12-01T00:25:26.422Z] check_test.go:309: [df031fbc868fc] daemon is not started [2022-12-01T00:25:26.422Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-12-01T00:25:26.830Z] --- PASS: TestServiceUpdateNetwork (12.25s) [2022-12-01T00:25:26.830Z] === RUN TestServiceUpdatePidsLimit [2022-12-01T00:25:27.025Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-12-01T00:25:27.391Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-12-01T00:25:27.598Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-12-01T00:25:27.951Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-12-01T00:25:28.177Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-12-01T00:25:28.177Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-12-01T00:25:30.087Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-12-01T00:25:30.087Z] check_test.go:309: [d93b02b4c2506] daemon is not started [2022-12-01T00:25:30.087Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-12-01T00:25:32.625Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-12-01T00:25:34.005Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-12-01T00:25:34.943Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-12-01T00:25:35.882Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-12-01T00:25:36.100Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-12-01T00:25:37.790Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-12-01T00:25:39.699Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-12-01T00:25:41.079Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-12-01T00:25:42.630Z] --- PASS: TestServiceUpdatePidsLimit (16.18s) [2022-12-01T00:25:42.630Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.63s) [2022-12-01T00:25:42.630Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-12-01T00:25:42.630Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2022-12-01T00:25:42.630Z] PASS [2022-12-01T00:25:42.630Z] [2022-12-01T00:25:42.630Z] === Skipped [2022-12-01T00:25:42.630Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-12-01T00:25:42.630Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:25:42.630Z] [2022-12-01T00:25:42.630Z] DONE 27 tests, 1 skipped in 183.599s [2022-12-01T00:25:42.630Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-12-01T00:25:42.630Z] INFO: Testing against a local daemon [2022-12-01T00:25:42.630Z] === RUN TestSessionCreate [2022-12-01T00:25:42.630Z] --- PASS: TestSessionCreate (0.02s) [2022-12-01T00:25:42.630Z] === RUN TestSessionCreateWithBadUpgrade [2022-12-01T00:25:42.630Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-12-01T00:25:42.630Z] PASS [2022-12-01T00:25:42.630Z] [2022-12-01T00:25:42.630Z] DONE 2 tests in 0.075s [2022-12-01T00:25:42.630Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-12-01T00:25:42.630Z] INFO: Testing against a local daemon [2022-12-01T00:25:42.630Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-12-01T00:25:42.630Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-12-01T00:25:42.630Z] === RUN TestEventsExecDie [2022-12-01T00:25:42.986Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-12-01T00:25:43.191Z] --- PASS: TestEventsExecDie (0.53s) [2022-12-01T00:25:43.191Z] === RUN TestEventsBackwardsCompatible [2022-12-01T00:25:43.191Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-12-01T00:25:43.191Z] === RUN TestInfoBinaryCommits [2022-12-01T00:25:43.191Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-12-01T00:25:43.191Z] === RUN TestInfoAPIVersioned [2022-12-01T00:25:43.191Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-12-01T00:25:43.191Z] === RUN TestInfoDiscoveryBackend [2022-12-01T00:25:43.751Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2022-12-01T00:25:43.751Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-12-01T00:25:44.677Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-12-01T00:25:44.677Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-12-01T00:25:45.238Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-12-01T00:25:45.238Z] === RUN TestInfoAPI [2022-12-01T00:25:45.238Z] --- PASS: TestInfoAPI (0.06s) [2022-12-01T00:25:45.238Z] === RUN TestInfoAPIWarnings [2022-12-01T00:25:45.492Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2022-12-01T00:25:45.492Z] Copying nested executables into bundles/cross/linux/amd64 [2022-12-01T00:25:45.492Z] Cross building: bundles/cross/windows/amd64 [2022-12-01T00:25:45.492Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2022-12-01T00:25:45.492Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-12-01T00:25:46.279Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-12-01T00:25:49.569Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-12-01T00:25:53.765Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-12-01T00:25:53.765Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-12-01T00:25:53.765Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-12-01T00:25:55.147Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-12-01T00:25:56.086Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-12-01T00:25:57.467Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-12-01T00:25:57.467Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-12-01T00:25:58.035Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-12-01T00:25:58.294Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-12-01T00:25:59.232Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-12-01T00:25:59.232Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-12-01T00:25:59.493Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-12-01T00:26:00.063Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-12-01T00:26:00.322Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-12-01T00:26:02.860Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-12-01T00:26:03.270Z] --- PASS: TestInfoAPIWarnings (16.33s) [2022-12-01T00:26:03.270Z] === RUN TestInfoDebug [2022-12-01T00:26:03.270Z] --- PASS: TestInfoDebug (0.52s) [2022-12-01T00:26:03.270Z] === RUN TestInfoInsecureRegistries [2022-12-01T00:26:03.270Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-12-01T00:26:03.270Z] === RUN TestInfoRegistryMirrors [2022-12-01T00:26:03.270Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-12-01T00:26:03.270Z] === RUN TestLoginFailsWithBadCredentials [2022-12-01T00:26:03.525Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-12-01T00:26:03.525Z] === RUN TestPingCacheHeaders [2022-12-01T00:26:03.525Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-12-01T00:26:03.525Z] === RUN TestPingGet [2022-12-01T00:26:03.525Z] --- PASS: TestPingGet (0.01s) [2022-12-01T00:26:03.525Z] === RUN TestPingHead [2022-12-01T00:26:03.525Z] --- PASS: TestPingHead (0.02s) [2022-12-01T00:26:03.525Z] === RUN TestVersion [2022-12-01T00:26:03.525Z] --- PASS: TestVersion (0.02s) [2022-12-01T00:26:03.525Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-12-01T00:26:03.798Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-12-01T00:26:04.889Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.19s) [2022-12-01T00:26:04.889Z] PASS [2022-12-01T00:26:04.889Z] [2022-12-01T00:26:04.889Z] DONE 18 tests in 22.303s [2022-12-01T00:26:04.889Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-12-01T00:26:04.889Z] INFO: Testing against a local daemon [2022-12-01T00:26:04.889Z] === RUN TestVolumesCreateAndList [2022-12-01T00:26:04.889Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-12-01T00:26:04.889Z] === RUN TestVolumesRemove [2022-12-01T00:26:04.889Z] --- PASS: TestVolumesRemove (0.08s) [2022-12-01T00:26:04.889Z] === RUN TestVolumesInspect [2022-12-01T00:26:04.889Z] --- PASS: TestVolumesInspect (0.02s) [2022-12-01T00:26:04.889Z] === RUN TestVolumesInvalidJSON [2022-12-01T00:26:04.889Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-12-01T00:26:04.889Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-12-01T00:26:04.889Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-12-01T00:26:04.889Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-12-01T00:26:04.889Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-12-01T00:26:04.889Z] PASS [2022-12-01T00:26:04.889Z] [2022-12-01T00:26:04.889Z] DONE 5 tests in 0.164s [2022-12-01T00:26:04.889Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-01T00:26:05.711Z] === RUN TestDockerSuite/TestBuildEnv [2022-12-01T00:26:05.971Z] docker_cli_daemon_test.go:2551: [d183a4d1aa98e] daemon is not started [2022-12-01T00:26:06.811Z] Stopping apparmor (via systemctl): apparmor.service. [2022-12-01T00:26:06.811Z] Removing test suite binaries [2022-12-01T00:26:06.811Z] exiting test-integration [2022-12-01T00:26:06.811Z] ++ exit 0 [2022-12-01T00:26:06.811Z] [2022-12-01T00:26:06.966Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-12-01T00:26:07.906Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-12-01T00:26:08.474Z] === RUN TestDockerSuite/TestBuildEnvOverwrite Post stage [Pipeline] junit [2022-12-01T00:26:08.709Z] Recording test results [2022-12-01T00:26:09.413Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-12-01T00:26:10.209Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-12-01T00:26:10.664Z] + echo Ensuring container killed. [2022-12-01T00:26:10.664Z] Ensuring container killed. [2022-12-01T00:26:10.664Z] + docker rm -vf docker-pr7 [2022-12-01T00:26:10.664Z] Error response from daemon: No such container: docker-pr7 [Pipeline] sh [2022-12-01T00:26:11.069Z] + echo Chowning /workspace to jenkins user [2022-12-01T00:26:11.069Z] Chowning /workspace to jenkins user [2022-12-01T00:26:11.069Z] + id -u [2022-12-01T00:26:11.069Z] + id -g [2022-12-01T00:26:11.069Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44488:/workspace busybox chown -R 1000:1000 /workspace [2022-12-01T00:26:11.069Z] Unable to find image 'busybox:latest' locally [2022-12-01T00:26:11.333Z] latest: Pulling from library/busybox [2022-12-01T00:26:11.333Z] 405fecb6a2fa: Pulling fs layer [2022-12-01T00:26:11.333Z] 405fecb6a2fa: Verifying Checksum [2022-12-01T00:26:11.333Z] 405fecb6a2fa: Download complete [2022-12-01T00:26:11.333Z] 405fecb6a2fa: Pull complete [2022-12-01T00:26:11.333Z] Digest: sha256:fcd85228d7a25feb59f101ac3a955d27c80df4ad824d65f5757a954831450185 [2022-12-01T00:26:11.333Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-01T00:26:13.094Z] + bundleName=amd64-cgroup2 [2022-12-01T00:26:13.094Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-12-01T00:26:13.094Z] Creating amd64-cgroup2-bundles.tar.gz [2022-12-01T00:26:13.094Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-12-01T00:26:13.094Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-12-01T00:26:13.375Z] Archiving artifacts [2022-12-01T00:26:15.473Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44488/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-12-01T00:26:15.709Z] === RUN TestBoolValue [2022-12-01T00:26:15.709Z] --- PASS: TestBoolValue (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestBoolValueOrDefault [2022-12-01T00:26:15.709Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestInt64ValueOrZero [2022-12-01T00:26:15.709Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestInt64ValueOrDefault [2022-12-01T00:26:15.709Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestInt64ValueOrDefaultWithError [2022-12-01T00:26:15.709Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestJsonContentType [2022-12-01T00:26:15.709Z] --- PASS: TestJsonContentType (0.00s) [2022-12-01T00:26:15.709Z] PASS [2022-12-01T00:26:15.709Z] coverage: 16.2% of statements [2022-12-01T00:26:15.709Z] ok github.com/docker/docker/api/server/httputils 0.048s coverage: 16.2% of statements [2022-12-01T00:26:15.709Z] === RUN TestMaskSecretKeys [2022-12-01T00:26:15.709Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-12-01T00:26:15.709Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-12-01T00:26:15.709Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-12-01T00:26:15.709Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-12-01T00:26:15.709Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-12-01T00:26:15.709Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-12-01T00:26:15.709Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestVersionMiddlewareVersion [2022-12-01T00:26:15.709Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-12-01T00:26:15.709Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-12-01T00:26:15.709Z] PASS [2022-12-01T00:26:15.709Z] coverage: 37.7% of statements [2022-12-01T00:26:15.709Z] ok github.com/docker/docker/api/server/middleware 0.057s coverage: 37.7% of statements [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-12-01T00:26:15.709Z] === RUN TestToJSON [2022-12-01T00:26:15.709Z] --- PASS: TestToJSON (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestToParamWithVersion [2022-12-01T00:26:15.709Z] --- PASS: TestToParamWithVersion (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestFromJSON [2022-12-01T00:26:15.709Z] --- PASS: TestFromJSON (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestEmpty [2022-12-01T00:26:15.709Z] --- PASS: TestEmpty (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestArgsMatchKVListEmptySources [2022-12-01T00:26:15.709Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestArgsMatchKVList [2022-12-01T00:26:15.709Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestArgsMatch [2022-12-01T00:26:15.709Z] --- PASS: TestArgsMatch (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestAdd [2022-12-01T00:26:15.709Z] --- PASS: TestAdd (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestDel [2022-12-01T00:26:15.709Z] --- PASS: TestDel (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestLen [2022-12-01T00:26:15.709Z] --- PASS: TestLen (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestExactMatch [2022-12-01T00:26:15.709Z] --- PASS: TestExactMatch (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestOnlyOneExactMatch [2022-12-01T00:26:15.709Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestContains [2022-12-01T00:26:15.709Z] --- PASS: TestContains (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestValidate [2022-12-01T00:26:15.709Z] --- PASS: TestValidate (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestWalkValues [2022-12-01T00:26:15.709Z] --- PASS: TestWalkValues (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestFuzzyMatch [2022-12-01T00:26:15.709Z] --- PASS: TestFuzzyMatch (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestClone [2022-12-01T00:26:15.709Z] --- PASS: TestClone (0.00s) [2022-12-01T00:26:15.709Z] PASS [2022-12-01T00:26:15.709Z] coverage: 92.2% of statements [2022-12-01T00:26:15.709Z] ok github.com/docker/docker/api/types/filters 0.057s coverage: 92.2% of statements [2022-12-01T00:26:15.709Z] === RUN TestStrSliceMarshalJSON [2022-12-01T00:26:15.709Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestStrSliceUnmarshalJSON [2022-12-01T00:26:15.709Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestStrSliceUnmarshalString [2022-12-01T00:26:15.709Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestStrSliceUnmarshalSlice [2022-12-01T00:26:15.709Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-12-01T00:26:15.709Z] PASS [2022-12-01T00:26:15.709Z] coverage: 90.0% of statements [2022-12-01T00:26:15.709Z] ok github.com/docker/docker/api/types/strslice 0.049s coverage: 90.0% of statements [2022-12-01T00:26:15.709Z] === RUN TestDurationToSecondsString [2022-12-01T00:26:15.709Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-12-01T00:26:15.709Z] === RUN TestGetTimestamp [2022-12-01T00:26:15.709Z] === RUN TestAdjustForAPIVersion [2022-12-01T00:26:15.709Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-12-01T00:26:15.709Z] PASS [2022-12-01T00:26:15.709Z] coverage: 5.7% of statements [2022-12-01T00:26:15.709Z] ok github.com/docker/docker/api/server/router/swarm 0.047s coverage: 5.7% of statements [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/container [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/events [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/image [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/network [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-12-01T00:26:15.709Z] --- PASS: TestGetTimestamp (0.16s) [2022-12-01T00:26:15.709Z] === RUN TestParseTimestamps [2022-12-01T00:26:15.709Z] --- PASS: TestParseTimestamps (0.00s) [2022-12-01T00:26:15.709Z] PASS [2022-12-01T00:26:15.709Z] coverage: 100.0% of statements [2022-12-01T00:26:15.709Z] ok github.com/docker/docker/api/types/time 0.202s coverage: 100.0% of statements [2022-12-01T00:26:15.709Z] === RUN TestCompareVersion [2022-12-01T00:26:15.709Z] --- PASS: TestCompareVersion (0.00s) [2022-12-01T00:26:15.709Z] PASS [2022-12-01T00:26:15.709Z] coverage: 75.0% of statements [2022-12-01T00:26:15.709Z] ok github.com/docker/docker/api/types/versions 0.043s coverage: 75.0% of statements [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-12-01T00:26:15.709Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-12-01T00:26:15.709Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-12-01T00:26:15.709Z] --- PASS: TestParseRemoteURL (0.00s) [2022-12-01T00:26:15.709Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-12-01T00:26:15.709Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-12-01T00:26:15.709Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-12-01T00:26:15.709Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-12-01T00:26:15.710Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-12-01T00:26:15.710Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-12-01T00:26:15.710Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-12-01T00:26:15.710Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-12-01T00:26:15.710Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-12-01T00:26:15.710Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestCloneArgsSmartHttp [2022-12-01T00:26:15.710Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2022-12-01T00:26:15.710Z] === RUN TestCloneArgsDumbHttp [2022-12-01T00:26:15.710Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestCloneArgsGit [2022-12-01T00:26:15.710Z] --- PASS: TestCloneArgsGit (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestCheckoutGit [2022-12-01T00:26:15.710Z] gitutils_test.go:180: git version 2.11.1.windows.1 [2022-12-01T00:26:15.710Z] gitutils_test.go:239: Initialized empty Git repository in C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit3668676610/001/repo/.git/ [2022-12-01T00:26:15.710Z] gitutils_test.go:253: warning: LF will be replaced by CRLF in subdir/Dockerfile. [2022-12-01T00:26:15.710Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:15.710Z] gitutils_test.go:254: [master (root-commit) 1fd0eaa] First commit [2022-12-01T00:26:15.710Z] 2 files changed, 3 insertions(+) [2022-12-01T00:26:15.710Z] create mode 100644 Dockerfile [2022-12-01T00:26:15.710Z] create mode 100644 subdir/Dockerfile [2022-12-01T00:26:15.710Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2022-12-01T00:26:15.710Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:15.710Z] gitutils_test.go:255: Switched to a new branch 'test' [2022-12-01T00:26:15.710Z] gitutils_test.go:260: warning: LF will be replaced by CRLF in Dockerfile. [2022-12-01T00:26:15.710Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:15.710Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2022-12-01T00:26:15.710Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:15.710Z] gitutils_test.go:261: warning: LF will be replaced by CRLF in Dockerfile. [2022-12-01T00:26:15.710Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:15.710Z] [test 8ad228b] Branch commit [2022-12-01T00:26:15.710Z] 2 files changed, 3 insertions(+), 2 deletions(-) [2022-12-01T00:26:15.710Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2022-12-01T00:26:15.710Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:15.710Z] gitutils_test.go:262: Switched to branch 'master' [2022-12-01T00:26:15.710Z] gitutils_test.go:266: Initialized empty Git repository in C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit3668676610/001/subrepo/.git/ [2022-12-01T00:26:15.710Z] gitutils_test.go:273: [master (root-commit) ecc9919] Subrepo initial [2022-12-01T00:26:15.710Z] 1 file changed, 1 insertion(+) [2022-12-01T00:26:15.710Z] create mode 100644 subfile [2022-12-01T00:26:15.710Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-12-01T00:26:15.710Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestProcessNoDockerignore [2022-12-01T00:26:15.710Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestProcessShouldLeaveAllFiles [2022-12-01T00:26:15.710Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-12-01T00:26:15.710Z] === RUN TestDetectContentType [2022-12-01T00:26:15.710Z] --- PASS: TestDetectContentType (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestSelectAcceptableMIME [2022-12-01T00:26:15.710Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestInspectEmptyResponse [2022-12-01T00:26:15.710Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestInspectResponseBinary [2022-12-01T00:26:15.710Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestResponseUnsupportedContentType [2022-12-01T00:26:15.710Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestInspectResponseTextSimple [2022-12-01T00:26:15.710Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestInspectResponseEmptyContentType [2022-12-01T00:26:15.710Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestUnknownContentLength [2022-12-01T00:26:15.710Z] --- PASS: TestUnknownContentLength (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestDownloadRemote [2022-12-01T00:26:15.710Z] === RUN TestEnable [2022-12-01T00:26:15.710Z] --- PASS: TestEnable (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestDisable [2022-12-01T00:26:15.710Z] --- PASS: TestDisable (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestEnabled [2022-12-01T00:26:15.710Z] --- PASS: TestEnabled (0.00s) [2022-12-01T00:26:15.710Z] PASS [2022-12-01T00:26:15.710Z] coverage: 100.0% of statements [2022-12-01T00:26:15.710Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2022-12-01T00:26:15.710Z] --- PASS: TestDownloadRemote (0.09s) [2022-12-01T00:26:15.710Z] === RUN TestGetWithStatusError [2022-12-01T00:26:15.710Z] --- PASS: TestGetWithStatusError (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestCloseRootDirectory [2022-12-01T00:26:15.710Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:26:15.710Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestHashFile [2022-12-01T00:26:15.710Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:26:15.710Z] --- SKIP: TestHashFile (0.00s) [2022-12-01T00:26:15.710Z] === RUN TestHashSubdir [2022-12-01T00:26:15.710Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:26:15.710Z] --- SKIP: TestHashSubdir (0.01s) [2022-12-01T00:26:15.710Z] === RUN TestRemoveDirectory [2022-12-01T00:26:15.710Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:26:15.710Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-12-01T00:26:15.710Z] PASS [2022-12-01T00:26:15.710Z] coverage: 9.3% of statements [2022-12-01T00:26:15.710Z] ok github.com/docker/docker/builder/remotecontext 0.254s coverage: 9.3% of statements [2022-12-01T00:26:15.944Z] + make clean [2022-12-01T00:26:15.986Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-12-01T00:26:15.986Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-12-01T00:26:16.180Z] === RUN TestGetAllAllowed [2022-12-01T00:26:16.180Z] --- PASS: TestGetAllAllowed (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestGetAllMeta [2022-12-01T00:26:16.180Z] --- PASS: TestGetAllMeta (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestWarnOnUnusedBuildArgs [2022-12-01T00:26:16.180Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestIsUnreferencedBuiltin [2022-12-01T00:26:16.180Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestIsExistingDirectory [2022-12-01T00:26:16.180Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-12-01T00:26:16.180Z] === RUN TestGetFilenameForDownload [2022-12-01T00:26:16.180Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestEnv2Variables [2022-12-01T00:26:16.180Z] --- PASS: TestEnv2Variables (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-12-01T00:26:16.180Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestMaintainer [2022-12-01T00:26:16.180Z] --- PASS: TestMaintainer (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestLabel [2022-12-01T00:26:16.180Z] --- PASS: TestLabel (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestFromScratch [2022-12-01T00:26:16.180Z] --- PASS: TestFromScratch (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestFromWithArg [2022-12-01T00:26:16.180Z] --- PASS: TestFromWithArg (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-12-01T00:26:16.180Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestFromWithUndefinedArg [2022-12-01T00:26:16.180Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestFromMultiStageWithNamedStage [2022-12-01T00:26:16.180Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestOnbuild [2022-12-01T00:26:16.180Z] --- PASS: TestOnbuild (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestWorkdir [2022-12-01T00:26:16.180Z] --- PASS: TestWorkdir (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestCmd [2022-12-01T00:26:16.180Z] --- PASS: TestCmd (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestHealthcheckNone [2022-12-01T00:26:16.180Z] --- PASS: TestHealthcheckNone (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestHealthcheckCmd [2022-12-01T00:26:16.180Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestEntrypoint [2022-12-01T00:26:16.180Z] --- PASS: TestEntrypoint (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestExpose [2022-12-01T00:26:16.180Z] --- PASS: TestExpose (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestUser [2022-12-01T00:26:16.180Z] --- PASS: TestUser (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestVolume [2022-12-01T00:26:16.180Z] --- PASS: TestVolume (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestStopSignal [2022-12-01T00:26:16.180Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-12-01T00:26:16.180Z] --- SKIP: TestStopSignal (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestArg [2022-12-01T00:26:16.180Z] --- PASS: TestArg (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestShell [2022-12-01T00:26:16.180Z] --- PASS: TestShell (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestPrependEnvOnCmd [2022-12-01T00:26:16.180Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestRunWithBuildArgs [2022-12-01T00:26:16.180Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestRunIgnoresHealthcheck [2022-12-01T00:26:16.180Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestDispatchUnsupportedOptions [2022-12-01T00:26:16.180Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-12-01T00:26:16.180Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-12-01T00:26:16.180Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-12-01T00:26:16.180Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestNormalizeWorkdir [2022-12-01T00:26:16.180Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestDispatch [2022-12-01T00:26:16.180Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-12-01T00:26:16.180Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-12-01T00:26:16.180Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-12-01T00:26:16.180Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-12-01T00:26:16.180Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-12-01T00:26:16.180Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-12-01T00:26:16.180Z] === RUN TestDispatch/COPY_url [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch (0.15s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.06s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.03s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-12-01T00:26:16.180Z] --- PASS: TestDispatch/COPY_url (0.01s) [2022-12-01T00:26:16.180Z] === RUN TestAddScratchImageAddsToMounts [2022-12-01T00:26:16.180Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestAddFromScratchPopulatesPlatform [2022-12-01T00:26:16.180Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-12-01T00:26:16.180Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-12-01T00:26:16.180Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestImageSourceGetAddsToMounts [2022-12-01T00:26:16.180Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestEmptyDockerfile [2022-12-01T00:26:16.180Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-12-01T00:26:16.180Z] === RUN TestSymlinkDockerfile [2022-12-01T00:26:16.180Z] --- PASS: TestSymlinkDockerfile (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestDockerfileOutsideTheBuildContext [2022-12-01T00:26:16.180Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestNonExistingDockerfile [2022-12-01T00:26:16.180Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestCopyRunConfig [2022-12-01T00:26:16.180Z] --- PASS: TestCopyRunConfig (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestDeepCopyRunConfig [2022-12-01T00:26:16.180Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestExportImage [2022-12-01T00:26:16.180Z] --- PASS: TestExportImage (0.00s) [2022-12-01T00:26:16.180Z] === RUN TestNormalizeDest [2022-12-01T00:26:16.180Z] --- PASS: TestNormalizeDest (0.00s) [2022-12-01T00:26:16.180Z] PASS [2022-12-01T00:26:16.180Z] coverage: 46.8% of statements [2022-12-01T00:26:16.180Z] ok github.com/docker/docker/builder/dockerfile 0.400s coverage: 46.8% of statements [2022-12-01T00:26:16.180Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-12-01T00:26:16.199Z] docker volume rm -f docker-dev-cache [2022-12-01T00:26:16.199Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-01T00:26:18.394Z] gitutils_test.go:275: Cloning into 'C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit3668676610/001/repo/sub'... [2022-12-01T00:26:18.394Z] warning: LF will be replaced by CRLF in .gitmodules. [2022-12-01T00:26:18.394Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:18.394Z] gitutils_test.go:276: warning: LF will be replaced by CRLF in .gitmodules. [2022-12-01T00:26:18.394Z] The file will have its original line endings in your working directory. [2022-12-01T00:26:18.394Z] gitutils_test.go:277: [master ac2dc9e] With submodule [2022-12-01T00:26:18.394Z] 2 files changed, 4 insertions(+) [2022-12-01T00:26:18.394Z] create mode 100644 .gitmodules [2022-12-01T00:26:18.394Z] create mode 160000 sub [2022-12-01T00:26:18.394Z] === RUN TestCheckoutGit/#00 [2022-12-01T00:26:18.524Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-12-01T00:26:19.378Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:19.378Z] [2022-12-01T00:26:19.378Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:20.433Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-12-01T00:26:21.588Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:21.588Z] [2022-12-01T00:26:21.588Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:22.972Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-12-01T00:26:22.972Z] check_test.go:309: [dccc75cc183c9] daemon is not started [2022-12-01T00:26:22.972Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-12-01T00:26:23.799Z] === RUN TestCheckoutGit/master [2022-12-01T00:26:24.783Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:24.783Z] [2022-12-01T00:26:24.783Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:27.728Z] === RUN TestCheckpointCreateError [2022-12-01T00:26:27.728Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestCheckpointCreate [2022-12-01T00:26:27.728Z] --- PASS: TestCheckpointCreate (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestCheckpointDeleteError [2022-12-01T00:26:27.728Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestCheckpointDelete [2022-12-01T00:26:27.728Z] --- PASS: TestCheckpointDelete (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestCheckpointListError [2022-12-01T00:26:27.728Z] --- PASS: TestCheckpointListError (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestCheckpointList [2022-12-01T00:26:27.728Z] --- PASS: TestCheckpointList (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestCheckpointListContainerNotFound [2022-12-01T00:26:27.728Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNewClientWithOpsFromEnv [2022-12-01T00:26:27.728Z] client_test.go:23: runtime.GOOS == "windows" [2022-12-01T00:26:27.728Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestGetAPIPath [2022-12-01T00:26:27.728Z] --- PASS: TestGetAPIPath (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestParseHostURL [2022-12-01T00:26:27.728Z] --- PASS: TestParseHostURL (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-12-01T00:26:27.728Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNegotiateAPIVersionEmpty [2022-12-01T00:26:27.728Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNegotiateAPIVersion [2022-12-01T00:26:27.728Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNegotiateAPVersionOverride [2022-12-01T00:26:27.728Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNegotiateAPIVersionAutomatic [2022-12-01T00:26:27.728Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-12-01T00:26:27.728Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-12-01T00:26:27.728Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestClientRedirect [2022-12-01T00:26:27.728Z] --- PASS: TestClientRedirect (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigCreateUnsupported [2022-12-01T00:26:27.728Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigCreateError [2022-12-01T00:26:27.728Z] --- PASS: TestConfigCreateError (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigCreate [2022-12-01T00:26:27.728Z] --- PASS: TestConfigCreate (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigInspectNotFound [2022-12-01T00:26:27.728Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigInspectWithEmptyID [2022-12-01T00:26:27.728Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigInspectUnsupported [2022-12-01T00:26:27.728Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigInspectError [2022-12-01T00:26:27.728Z] --- PASS: TestConfigInspectError (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigInspectConfigNotFound [2022-12-01T00:26:27.728Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigInspect [2022-12-01T00:26:27.728Z] --- PASS: TestConfigInspect (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigListUnsupported [2022-12-01T00:26:27.728Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigListError [2022-12-01T00:26:27.728Z] --- PASS: TestConfigListError (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigList [2022-12-01T00:26:27.728Z] --- PASS: TestConfigList (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigRemoveUnsupported [2022-12-01T00:26:27.728Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigRemoveError [2022-12-01T00:26:27.728Z] --- PASS: TestConfigRemoveError (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigRemove [2022-12-01T00:26:27.728Z] --- PASS: TestConfigRemove (0.00s) [2022-12-01T00:26:27.728Z] === RUN TestConfigUpdateUnsupported [2022-12-01T00:26:27.728Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestConfigUpdateError [2022-12-01T00:26:28.195Z] --- PASS: TestConfigUpdateError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestConfigUpdate [2022-12-01T00:26:28.195Z] --- PASS: TestConfigUpdate (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerCommitError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerCommitError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerCommit [2022-12-01T00:26:28.195Z] --- PASS: TestContainerCommit (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerStatPathError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerStatPathError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerStatPathNotFoundError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerStatPathNoHeaderError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerStatPath [2022-12-01T00:26:28.195Z] --- PASS: TestContainerStatPath (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyToContainerError [2022-12-01T00:26:28.195Z] --- PASS: TestCopyToContainerError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyToContainerNotFoundError [2022-12-01T00:26:28.195Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyToContainerNotStatusOKError [2022-12-01T00:26:28.195Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyToContainer [2022-12-01T00:26:28.195Z] --- PASS: TestCopyToContainer (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyFromContainerError [2022-12-01T00:26:28.195Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyFromContainerNotFoundError [2022-12-01T00:26:28.195Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyFromContainerNotStatusOKError [2022-12-01T00:26:28.195Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyFromContainerNoHeaderError [2022-12-01T00:26:28.195Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestCopyFromContainer [2022-12-01T00:26:28.195Z] --- PASS: TestCopyFromContainer (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerCreateError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerCreateError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerCreateImageNotFound [2022-12-01T00:26:28.195Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerCreateWithName [2022-12-01T00:26:28.195Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerCreateAutoRemove [2022-12-01T00:26:28.195Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerDiffError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerDiffError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerDiff [2022-12-01T00:26:28.195Z] --- PASS: TestContainerDiff (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExecCreateError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExecCreate [2022-12-01T00:26:28.195Z] --- PASS: TestContainerExecCreate (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExecStartError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerExecStartError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExecStart [2022-12-01T00:26:28.195Z] --- PASS: TestContainerExecStart (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExecInspectError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExecInspect [2022-12-01T00:26:28.195Z] --- PASS: TestContainerExecInspect (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExportError [2022-12-01T00:26:28.195Z] --- PASS: TestContainerExportError (0.00s) [2022-12-01T00:26:28.195Z] === RUN TestContainerExport [2022-12-01T00:26:28.196Z] --- PASS: TestContainerExport (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerInspectError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerInspectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerInspectContainerNotFound [2022-12-01T00:26:28.196Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerInspectWithEmptyID [2022-12-01T00:26:28.196Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerInspect [2022-12-01T00:26:28.196Z] --- PASS: TestContainerInspect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerInspectNode [2022-12-01T00:26:28.196Z] --- PASS: TestContainerInspectNode (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerKillError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerKillError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerKill [2022-12-01T00:26:28.196Z] --- PASS: TestContainerKill (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerListError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerListError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerList [2022-12-01T00:26:28.196Z] --- PASS: TestContainerList (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerLogsNotFoundError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerLogsError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerLogsError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerLogs [2022-12-01T00:26:28.196Z] --- PASS: TestContainerLogs (0.17s) [2022-12-01T00:26:28.196Z] === RUN TestContainerPauseError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerPauseError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerPause [2022-12-01T00:26:28.196Z] --- PASS: TestContainerPause (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainersPruneError [2022-12-01T00:26:28.196Z] --- PASS: TestContainersPruneError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainersPrune [2022-12-01T00:26:28.196Z] --- PASS: TestContainersPrune (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerRemoveError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerRemoveError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerRemoveNotFoundError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerRemoveNotFoundError (0.01s) [2022-12-01T00:26:28.196Z] === RUN TestContainerRemove [2022-12-01T00:26:28.196Z] --- PASS: TestContainerRemove (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerRenameError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerRenameError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerRename [2022-12-01T00:26:28.196Z] --- PASS: TestContainerRename (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerResizeError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerResizeError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerExecResizeError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerResize [2022-12-01T00:26:28.196Z] --- PASS: TestContainerResize (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerExecResize [2022-12-01T00:26:28.196Z] --- PASS: TestContainerExecResize (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerRestartError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerRestartError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerRestart [2022-12-01T00:26:28.196Z] --- PASS: TestContainerRestart (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerStartError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerStartError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerStart [2022-12-01T00:26:28.196Z] --- PASS: TestContainerStart (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerStatsError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerStatsError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerStats [2022-12-01T00:26:28.196Z] --- PASS: TestContainerStats (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerStopError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerStopError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerStop [2022-12-01T00:26:28.196Z] --- PASS: TestContainerStop (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerTopError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerTopError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerTop [2022-12-01T00:26:28.196Z] --- PASS: TestContainerTop (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerUnpauseError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerUnpause [2022-12-01T00:26:28.196Z] --- PASS: TestContainerUnpause (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerUpdateError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerUpdateError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerUpdate [2022-12-01T00:26:28.196Z] --- PASS: TestContainerUpdate (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerWaitError [2022-12-01T00:26:28.196Z] --- PASS: TestContainerWaitError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestContainerWait [2022-12-01T00:26:28.196Z] --- PASS: TestContainerWait (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestDiskUsageError [2022-12-01T00:26:28.196Z] --- PASS: TestDiskUsageError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestDiskUsage [2022-12-01T00:26:28.196Z] --- PASS: TestDiskUsage (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestDistributionInspectUnsupported [2022-12-01T00:26:28.196Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestDistributionInspectWithEmptyID [2022-12-01T00:26:28.196Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.196Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:28.196Z] [2022-12-01T00:26:28.196Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:28.196Z] === RUN TestEventsErrorInOptions [2022-12-01T00:26:28.196Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestEventsErrorFromServer [2022-12-01T00:26:28.196Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestEvents [2022-12-01T00:26:28.196Z] --- PASS: TestEvents (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestTLSCloseWriter [2022-12-01T00:26:28.196Z] === PAUSE TestTLSCloseWriter [2022-12-01T00:26:28.196Z] === RUN TestImageBuildError [2022-12-01T00:26:28.196Z] --- PASS: TestImageBuildError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageBuild [2022-12-01T00:26:28.196Z] --- PASS: TestImageBuild (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestGetDockerOS [2022-12-01T00:26:28.196Z] --- PASS: TestGetDockerOS (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageCreateError [2022-12-01T00:26:28.196Z] --- PASS: TestImageCreateError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageCreate [2022-12-01T00:26:28.196Z] --- PASS: TestImageCreate (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageHistoryError [2022-12-01T00:26:28.196Z] --- PASS: TestImageHistoryError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageHistory [2022-12-01T00:26:28.196Z] --- PASS: TestImageHistory (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageImportError [2022-12-01T00:26:28.196Z] --- PASS: TestImageImportError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageImport [2022-12-01T00:26:28.196Z] --- PASS: TestImageImport (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageInspectError [2022-12-01T00:26:28.196Z] --- PASS: TestImageInspectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageInspectImageNotFound [2022-12-01T00:26:28.196Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageInspectWithEmptyID [2022-12-01T00:26:28.196Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageInspect [2022-12-01T00:26:28.196Z] --- PASS: TestImageInspect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageListError [2022-12-01T00:26:28.196Z] --- PASS: TestImageListError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageList [2022-12-01T00:26:28.196Z] --- PASS: TestImageList (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageListApiBefore125 [2022-12-01T00:26:28.196Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageLoadError [2022-12-01T00:26:28.196Z] --- PASS: TestImageLoadError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageLoad [2022-12-01T00:26:28.196Z] --- PASS: TestImageLoad (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagesPruneError [2022-12-01T00:26:28.196Z] --- PASS: TestImagesPruneError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagesPrune [2022-12-01T00:26:28.196Z] --- PASS: TestImagesPrune (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePullReferenceParseError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePullAnyError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePullAnyError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePullStatusUnauthorizedError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePullWithoutErrors [2022-12-01T00:26:28.196Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePushReferenceError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePushAnyError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushAnyError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePushStatusUnauthorizedError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithoutErrors [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-12-01T00:26:28.196Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-12-01T00:26:28.196Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageRemoveError [2022-12-01T00:26:28.196Z] --- PASS: TestImageRemoveError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageRemoveImageNotFound [2022-12-01T00:26:28.196Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageRemove [2022-12-01T00:26:28.196Z] --- PASS: TestImageRemove (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSaveError [2022-12-01T00:26:28.196Z] --- PASS: TestImageSaveError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSave [2022-12-01T00:26:28.196Z] --- PASS: TestImageSave (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSearchAnyError [2022-12-01T00:26:28.196Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSearchStatusUnauthorizedError [2022-12-01T00:26:28.196Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-12-01T00:26:28.196Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-12-01T00:26:28.196Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-12-01T00:26:28.196Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageSearchWithoutErrors [2022-12-01T00:26:28.196Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageTagError [2022-12-01T00:26:28.196Z] --- PASS: TestImageTagError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageTagInvalidReference [2022-12-01T00:26:28.196Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageTagInvalidSourceImageName [2022-12-01T00:26:28.196Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageTagHexSource [2022-12-01T00:26:28.196Z] --- PASS: TestImageTagHexSource (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestImageTag [2022-12-01T00:26:28.196Z] --- PASS: TestImageTag (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestInfoServerError [2022-12-01T00:26:28.196Z] --- PASS: TestInfoServerError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestInfoInvalidResponseJSONError [2022-12-01T00:26:28.196Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestInfo [2022-12-01T00:26:28.196Z] --- PASS: TestInfo (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkConnectError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkConnectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkConnect [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkConnect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkCreateError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkCreateError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkCreate [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkCreate (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkDisconnectError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkDisconnect [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkInspectError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkInspectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkInspectNotFoundError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkInspectWithEmptyID [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkInspect [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkInspect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkListError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkListError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkList [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkList (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworksPruneError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworksPruneError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworksPrune [2022-12-01T00:26:28.196Z] --- PASS: TestNetworksPrune (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkRemoveError [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNetworkRemove [2022-12-01T00:26:28.196Z] --- PASS: TestNetworkRemove (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeInspectError [2022-12-01T00:26:28.196Z] --- PASS: TestNodeInspectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeInspectNodeNotFound [2022-12-01T00:26:28.196Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeInspectWithEmptyID [2022-12-01T00:26:28.196Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeInspect [2022-12-01T00:26:28.196Z] --- PASS: TestNodeInspect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeListError [2022-12-01T00:26:28.196Z] --- PASS: TestNodeListError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeList [2022-12-01T00:26:28.196Z] --- PASS: TestNodeList (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeRemoveError [2022-12-01T00:26:28.196Z] --- PASS: TestNodeRemoveError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeRemove [2022-12-01T00:26:28.196Z] --- PASS: TestNodeRemove (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeUpdateError [2022-12-01T00:26:28.196Z] --- PASS: TestNodeUpdateError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestNodeUpdate [2022-12-01T00:26:28.196Z] --- PASS: TestNodeUpdate (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestOptionWithTimeout [2022-12-01T00:26:28.196Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPingFail [2022-12-01T00:26:28.196Z] --- PASS: TestPingFail (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPingWithError [2022-12-01T00:26:28.196Z] 2022/12/01 00:26:27 RoundTripper returned a response & error; ignoring response [2022-12-01T00:26:28.196Z] 2022/12/01 00:26:27 RoundTripper returned a response & error; ignoring response [2022-12-01T00:26:28.196Z] --- PASS: TestPingWithError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPingSuccess [2022-12-01T00:26:28.196Z] --- PASS: TestPingSuccess (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPingHeadFallback [2022-12-01T00:26:28.196Z] === RUN TestPingHeadFallback/OK [2022-12-01T00:26:28.196Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-12-01T00:26:28.196Z] === RUN TestPingHeadFallback/Not_Found [2022-12-01T00:26:28.196Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-12-01T00:26:28.196Z] --- PASS: TestPingHeadFallback (0.05s) [2022-12-01T00:26:28.196Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-12-01T00:26:28.196Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-12-01T00:26:28.196Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-12-01T00:26:28.196Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginDisableError [2022-12-01T00:26:28.196Z] --- PASS: TestPluginDisableError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginDisable [2022-12-01T00:26:28.196Z] --- PASS: TestPluginDisable (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginEnableError [2022-12-01T00:26:28.196Z] --- PASS: TestPluginEnableError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginEnable [2022-12-01T00:26:28.196Z] --- PASS: TestPluginEnable (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginInspectError [2022-12-01T00:26:28.196Z] --- PASS: TestPluginInspectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginInspectWithEmptyID [2022-12-01T00:26:28.196Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginInspect [2022-12-01T00:26:28.196Z] --- PASS: TestPluginInspect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginListError [2022-12-01T00:26:28.196Z] --- PASS: TestPluginListError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginList [2022-12-01T00:26:28.196Z] --- PASS: TestPluginList (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginPushError [2022-12-01T00:26:28.196Z] --- PASS: TestPluginPushError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginPush [2022-12-01T00:26:28.196Z] --- PASS: TestPluginPush (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginRemoveError [2022-12-01T00:26:28.196Z] --- PASS: TestPluginRemoveError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginRemove [2022-12-01T00:26:28.196Z] --- PASS: TestPluginRemove (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginSetError [2022-12-01T00:26:28.196Z] --- PASS: TestPluginSetError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPluginSet [2022-12-01T00:26:28.196Z] --- PASS: TestPluginSet (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSetHostHeader [2022-12-01T00:26:28.196Z] --- PASS: TestSetHostHeader (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestPlainTextError [2022-12-01T00:26:28.196Z] --- PASS: TestPlainTextError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestInfiniteError [2022-12-01T00:26:28.196Z] --- PASS: TestInfiniteError (0.05s) [2022-12-01T00:26:28.196Z] === RUN TestSecretCreateUnsupported [2022-12-01T00:26:28.196Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretCreateError [2022-12-01T00:26:28.196Z] --- PASS: TestSecretCreateError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretCreate [2022-12-01T00:26:28.196Z] --- PASS: TestSecretCreate (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretInspectUnsupported [2022-12-01T00:26:28.196Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretInspectError [2022-12-01T00:26:28.196Z] --- PASS: TestSecretInspectError (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretInspectSecretNotFound [2022-12-01T00:26:28.196Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretInspectWithEmptyID [2022-12-01T00:26:28.196Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretInspect [2022-12-01T00:26:28.196Z] --- PASS: TestSecretInspect (0.00s) [2022-12-01T00:26:28.196Z] === RUN TestSecretListUnsupported [2022-12-01T00:26:28.196Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretListError [2022-12-01T00:26:28.197Z] --- PASS: TestSecretListError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretList [2022-12-01T00:26:28.197Z] --- PASS: TestSecretList (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretRemoveUnsupported [2022-12-01T00:26:28.197Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretRemoveError [2022-12-01T00:26:28.197Z] --- PASS: TestSecretRemoveError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretRemove [2022-12-01T00:26:28.197Z] --- PASS: TestSecretRemove (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretUpdateUnsupported [2022-12-01T00:26:28.197Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretUpdateError [2022-12-01T00:26:28.197Z] --- PASS: TestSecretUpdateError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSecretUpdate [2022-12-01T00:26:28.197Z] --- PASS: TestSecretUpdate (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceCreateError [2022-12-01T00:26:28.197Z] --- PASS: TestServiceCreateError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceCreate [2022-12-01T00:26:28.197Z] --- PASS: TestServiceCreate (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceCreateCompatiblePlatforms [2022-12-01T00:26:28.197Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceCreateDigestPinning [2022-12-01T00:26:28.197Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceInspectError [2022-12-01T00:26:28.197Z] --- PASS: TestServiceInspectError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceInspectServiceNotFound [2022-12-01T00:26:28.197Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceInspectWithEmptyID [2022-12-01T00:26:28.197Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceInspect [2022-12-01T00:26:28.197Z] --- PASS: TestServiceInspect (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceListError [2022-12-01T00:26:28.197Z] --- PASS: TestServiceListError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceList [2022-12-01T00:26:28.197Z] --- PASS: TestServiceList (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceLogsError [2022-12-01T00:26:28.197Z] --- PASS: TestServiceLogsError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceLogs [2022-12-01T00:26:28.197Z] --- PASS: TestServiceLogs (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceRemoveError [2022-12-01T00:26:28.197Z] --- PASS: TestServiceRemoveError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceRemoveNotFoundError [2022-12-01T00:26:28.197Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceRemove [2022-12-01T00:26:28.197Z] --- PASS: TestServiceRemove (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceUpdateError [2022-12-01T00:26:28.197Z] --- PASS: TestServiceUpdateError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestServiceUpdate [2022-12-01T00:26:28.197Z] --- PASS: TestServiceUpdate (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmGetUnlockKeyError [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmGetUnlockKey [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmInitError [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmInitError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmInit [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmInit (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmInspectError [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmInspectError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmInspect [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmInspect (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmJoinError [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmJoinError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmJoin [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmJoin (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmLeaveError [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmLeave [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmLeave (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmUnlockError [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmUnlock [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmUnlock (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmUpdateError [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestSwarmUpdate [2022-12-01T00:26:28.197Z] --- PASS: TestSwarmUpdate (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestTaskInspectError [2022-12-01T00:26:28.197Z] --- PASS: TestTaskInspectError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestTaskInspectWithEmptyID [2022-12-01T00:26:28.197Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestTaskInspect [2022-12-01T00:26:28.197Z] --- PASS: TestTaskInspect (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestTaskListError [2022-12-01T00:26:28.197Z] --- PASS: TestTaskListError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestTaskList [2022-12-01T00:26:28.197Z] --- PASS: TestTaskList (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeCreateError [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeCreateError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeCreate [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeCreate (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeInspectError [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeInspectError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeInspectNotFound [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeInspectWithEmptyID [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeInspect [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeInspect (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeListError [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeListError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeList [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeList (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeRemoveError [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-12-01T00:26:28.197Z] === RUN TestVolumeRemove [2022-12-01T00:26:28.197Z] --- PASS: TestVolumeRemove (0.00s) [2022-12-01T00:26:28.197Z] === CONT TestTLSCloseWriter [2022-12-01T00:26:28.197Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-12-01T00:26:28.197Z] PASS [2022-12-01T00:26:28.197Z] coverage: 74.9% of statements [2022-12-01T00:26:28.197Z] ok github.com/docker/docker/client 0.490s coverage: 74.9% of statements [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite (334.42s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.35s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.62s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.53s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.37s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (1.89s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.60s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.50s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.88s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.51s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.36s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.99s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.28s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.27s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.97s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.29s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.10s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.65s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.19s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.57s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.80s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.90s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.70s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.17s) [2022-12-01T00:26:29.582Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.80s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.45s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.63s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.70s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.81s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.31s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.43s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.37s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.66s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.68s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.67s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.69s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.36s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.33s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.80s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-12-01T00:26:29.582Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.81s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.46s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.35s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.22s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.47s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.91s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.35s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.50s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.91s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.27s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.79s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.89s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.45s) [2022-12-01T00:26:29.583Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-12-01T00:26:29.583Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.83s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.62s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.20s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.13s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.11s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.13s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.06s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.70s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.20s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.00s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.04s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.66s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.98s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.05s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.49s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.05s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.60s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.78s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.79s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.88s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.30s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.43s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.72s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.68s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.72s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.45s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.56s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.41s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.48s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.90s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.13s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.19s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.20s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.05s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.11s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.43s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.19s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.59s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.76s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.61s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2022-12-01T00:26:29.583Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.65s) [2022-12-01T00:26:29.583Z] === RUN TestDockerSwarmSuite [2022-12-01T00:26:29.583Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-12-01T00:26:30.408Z] === RUN TestCheckoutGit/:subdir [2022-12-01T00:26:31.392Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:31.392Z] [2022-12-01T00:26:31.392Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:32.119Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-12-01T00:26:33.603Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:33.603Z] [2022-12-01T00:26:33.603Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:34.657Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-12-01T00:26:35.596Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-12-01T00:26:35.814Z] === RUN TestCheckoutGit/:nosubdir [2022-12-01T00:26:36.799Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:36.799Z] [2022-12-01T00:26:36.799Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:37.266Z] === RUN TestCheckoutGit/:Dockerfile [2022-12-01T00:26:38.132Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-12-01T00:26:38.827Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:38.827Z] [2022-12-01T00:26:38.827Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:39.294Z] === RUN TestCheckoutGit/master:nosubdir [2022-12-01T00:26:39.511Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-12-01T00:26:40.278Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:40.278Z] [2022-12-01T00:26:40.278Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:40.746Z] === RUN TestCheckoutGit/master:subdir [2022-12-01T00:26:41.214Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:41.214Z] [2022-12-01T00:26:41.214Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:44.160Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:44.160Z] [2022-12-01T00:26:44.160Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:45.722Z] === RUN TestCheckoutGit/master:../subdir [2022-12-01T00:26:46.084Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-12-01T00:26:46.189Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:46.189Z] [2022-12-01T00:26:46.189Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:46.656Z] === RUN TestCheckoutGit/test [2022-12-01T00:26:47.021Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-12-01T00:26:47.281Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-12-01T00:26:47.640Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:47.640Z] [2022-12-01T00:26:47.640Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:47.850Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-12-01T00:26:48.624Z] === RUN TestCheckoutGit/test: [2022-12-01T00:26:48.789Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-12-01T00:26:48.789Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2022-12-01T00:26:48.789Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-12-01T00:26:49.359Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-12-01T00:26:49.608Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:49.608Z] [2022-12-01T00:26:49.608Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:51.168Z] === RUN TestCheckoutGit/test:subdir [2022-12-01T00:26:51.636Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2022-12-01T00:26:51.636Z] [2022-12-01T00:26:51.636Z] gitutils_test.go:211: git-http-backend: [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit (39.73s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/#00 (5.19s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/master (6.67s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/:subdir (5.22s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/:nosubdir (1.49s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/:Dockerfile (1.97s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/master:nosubdir (1.47s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/master:subdir (4.92s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/master:../subdir (1.22s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/test (2.09s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/test: (2.32s) [2022-12-01T00:26:53.197Z] --- PASS: TestCheckoutGit/test:subdir (2.13s) [2022-12-01T00:26:53.197Z] === RUN TestValidGitTransport [2022-12-01T00:26:53.197Z] --- PASS: TestValidGitTransport (0.00s) [2022-12-01T00:26:53.197Z] === RUN TestGitInvalidRef [2022-12-01T00:26:53.555Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-12-01T00:26:53.664Z] --- PASS: TestGitInvalidRef (0.20s) [2022-12-01T00:26:53.664Z] PASS [2022-12-01T00:26:53.664Z] coverage: 83.5% of statements [2022-12-01T00:26:53.664Z] ok github.com/docker/docker/builder/remotecontext/git 40.025s coverage: 83.5% of statements [2022-12-01T00:26:53.814Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-12-01T00:26:54.649Z] ? github.com/docker/docker/cli [no test files] [2022-12-01T00:26:54.649Z] ? github.com/docker/docker/cli/config [no test files] [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-12-01T00:26:54.649Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestConfigureDaemonLogs [2022-12-01T00:26:54.649Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestCommonOptionsInstallFlags [2022-12-01T00:26:54.649Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-12-01T00:26:54.649Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-12-01T00:26:54.649Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-12-01T00:26:54.649Z] PASS [2022-12-01T00:26:54.649Z] coverage: 18.4% of statements [2022-12-01T00:26:54.649Z] ok github.com/docker/docker/cmd/dockerd 0.176s coverage: 18.4% of statements [2022-12-01T00:26:56.210Z] === RUN TestContainerStopSignal [2022-12-01T00:26:56.210Z] --- PASS: TestContainerStopSignal (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestContainerStopTimeout [2022-12-01T00:26:56.210Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestContainerSecretReferenceDestTarget [2022-12-01T00:26:56.210Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-12-01T00:26:56.210Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestContainerLogPathSetForRingLogger [2022-12-01T00:26:56.210Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestReplaceAndAppendEnvVars [2022-12-01T00:26:56.210Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-12-01T00:26:56.210Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestNewMemoryStore [2022-12-01T00:26:56.210Z] --- PASS: TestNewMemoryStore (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestAddContainers [2022-12-01T00:26:56.210Z] --- PASS: TestAddContainers (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestGetContainer [2022-12-01T00:26:56.210Z] --- PASS: TestGetContainer (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestDeleteContainer [2022-12-01T00:26:56.210Z] --- PASS: TestDeleteContainer (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestListContainers [2022-12-01T00:26:56.210Z] --- PASS: TestListContainers (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestFirstContainer [2022-12-01T00:26:56.210Z] --- PASS: TestFirstContainer (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestApplyAllContainer [2022-12-01T00:26:56.210Z] --- PASS: TestApplyAllContainer (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestIsValidHealthString [2022-12-01T00:26:56.210Z] --- PASS: TestIsValidHealthString (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestStateRunStop [2022-12-01T00:26:56.210Z] --- PASS: TestStateRunStop (0.00s) [2022-12-01T00:26:56.210Z] === RUN TestStateTimeoutWait [2022-12-01T00:26:56.351Z] docker_api_swarm_test.go:563: [d9753450ccb20] joining swarm manager [db65481a08e91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:26:56.677Z] state_test.go:141: Stop callback fired [2022-12-01T00:26:56.677Z] state_test.go:165: Stop callback fired [2022-12-01T00:26:56.677Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-12-01T00:26:56.677Z] === RUN TestIsValidStateString [2022-12-01T00:26:56.677Z] --- PASS: TestIsValidStateString (0.00s) [2022-12-01T00:26:56.677Z] === RUN TestViewSaveDelete [2022-12-01T00:26:56.677Z] --- PASS: TestViewSaveDelete (0.01s) [2022-12-01T00:26:56.677Z] === RUN TestViewAll [2022-12-01T00:26:56.677Z] --- PASS: TestViewAll (0.01s) [2022-12-01T00:26:56.677Z] === RUN TestViewGet [2022-12-01T00:26:56.677Z] --- PASS: TestViewGet (0.01s) [2022-12-01T00:26:56.677Z] === RUN TestNames [2022-12-01T00:26:56.677Z] --- PASS: TestNames (0.00s) [2022-12-01T00:26:56.677Z] === RUN TestViewWithHealthCheck [2022-12-01T00:26:56.677Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-12-01T00:26:56.677Z] PASS [2022-12-01T00:26:56.677Z] coverage: 41.4% of statements [2022-12-01T00:26:56.677Z] ok github.com/docker/docker/container 0.233s coverage: 41.4% of statements [2022-12-01T00:26:56.677Z] ? github.com/docker/docker/container/stream [no test files] [2022-12-01T00:26:56.677Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-12-01T00:26:56.677Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-12-01T00:26:56.677Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-12-01T00:26:57.145Z] === RUN TestPrepare [2022-12-01T00:26:57.145Z] --- PASS: TestPrepare (0.00s) [2022-12-01T00:26:57.145Z] === RUN TestStart [2022-12-01T00:26:57.145Z] --- PASS: TestStart (0.00s) [2022-12-01T00:26:57.145Z] === RUN TestWaitCancel [2022-12-01T00:26:57.145Z] --- PASS: TestWaitCancel (0.00s) [2022-12-01T00:26:57.145Z] === RUN TestWaitDisabled [2022-12-01T00:26:57.145Z] --- PASS: TestWaitDisabled (0.00s) [2022-12-01T00:26:57.145Z] === RUN TestWaitEnabled [2022-12-01T00:26:57.145Z] --- PASS: TestWaitEnabled (0.00s) [2022-12-01T00:26:57.145Z] === RUN TestRemove [2022-12-01T00:26:57.145Z] --- PASS: TestRemove (0.00s) [2022-12-01T00:26:57.145Z] PASS [2022-12-01T00:26:57.145Z] coverage: 65.3% of statements [2022-12-01T00:26:57.145Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.059s coverage: 65.3% of statements [2022-12-01T00:26:58.888Z] === RUN TestDockerSuite/TestBuildExpose [2022-12-01T00:26:59.147Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-12-01T00:27:00.086Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-12-01T00:27:00.090Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-12-01T00:27:00.090Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCIsolation [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCIsolation [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-12-01T00:27:00.090Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCConfigs [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-12-01T00:27:00.090Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCConfigs [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-12-01T00:27:00.090Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-12-01T00:27:00.091Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-12-01T00:27:00.091Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-12-01T00:27:00.091Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-12-01T00:27:00.091Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-12-01T00:27:00.091Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-12-01T00:27:00.091Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-12-01T00:27:00.091Z] PASS [2022-12-01T00:27:00.091Z] coverage: 35.9% of statements [2022-12-01T00:27:00.091Z] ok github.com/docker/docker/daemon/cluster/convert 0.179s coverage: 35.9% of statements [2022-12-01T00:27:00.091Z] === RUN TestNewListSecretsFilters [2022-12-01T00:27:00.091Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-12-01T00:27:00.091Z] === RUN TestNewListConfigsFilters [2022-12-01T00:27:00.091Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-12-01T00:27:00.091Z] PASS [2022-12-01T00:27:00.091Z] coverage: 0.5% of statements [2022-12-01T00:27:00.091Z] ok github.com/docker/docker/daemon/cluster 0.185s coverage: 0.5% of statements [2022-12-01T00:27:00.655Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-12-01T00:27:00.914Z] === RUN TestDockerSuite/TestBuildFails [2022-12-01T00:27:01.484Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-12-01T00:27:01.744Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-12-01T00:27:02.301Z] === RUN TestWaitNodeAttachment [2022-12-01T00:27:02.769Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-12-01T00:27:02.769Z] === RUN TestIsolationConversion [2022-12-01T00:27:02.769Z] === RUN TestIsolationConversion/default [2022-12-01T00:27:02.769Z] === RUN TestIsolationConversion/process [2022-12-01T00:27:02.769Z] === RUN TestIsolationConversion/hyperv [2022-12-01T00:27:02.769Z] --- PASS: TestIsolationConversion (0.00s) [2022-12-01T00:27:02.769Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-12-01T00:27:02.769Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-12-01T00:27:02.769Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestContainerLabels [2022-12-01T00:27:02.769Z] --- PASS: TestContainerLabels (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestCredentialSpecConversion [2022-12-01T00:27:02.769Z] === RUN TestCredentialSpecConversion/none [2022-12-01T00:27:02.769Z] === RUN TestCredentialSpecConversion/config [2022-12-01T00:27:02.769Z] === RUN TestCredentialSpecConversion/file [2022-12-01T00:27:02.769Z] === RUN TestCredentialSpecConversion/registry [2022-12-01T00:27:02.769Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-12-01T00:27:02.769Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-12-01T00:27:02.769Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-12-01T00:27:02.769Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-12-01T00:27:02.769Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestControllerValidateMountBind [2022-12-01T00:27:02.769Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestControllerValidateMountVolume [2022-12-01T00:27:02.769Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestControllerValidateMountTarget [2022-12-01T00:27:02.769Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestControllerValidateMountTmpfs [2022-12-01T00:27:02.769Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestControllerValidateMountInvalidType [2022-12-01T00:27:02.769Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-12-01T00:27:02.769Z] === RUN TestControllerValidateMountNamedPipe [2022-12-01T00:27:02.769Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-12-01T00:27:02.769Z] PASS [2022-12-01T00:27:02.769Z] coverage: 11.0% of statements [2022-12-01T00:27:02.769Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.590s coverage: 11.0% of statements [2022-12-01T00:27:03.236Z] === RUN TestDiscoveryOptsErrors [2022-12-01T00:27:03.236Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2022-12-01T00:27:03.236Z] === RUN TestDiscoveryOpts [2022-12-01T00:27:03.236Z] --- PASS: TestDiscoveryOpts (0.00s) [2022-12-01T00:27:03.236Z] PASS [2022-12-01T00:27:03.236Z] coverage: 30.0% of statements [2022-12-01T00:27:03.236Z] ok github.com/docker/docker/daemon/discovery 0.043s coverage: 30.0% of statements [2022-12-01T00:27:03.652Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-12-01T00:27:03.722Z] === RUN TestBuilderGC [2022-12-01T00:27:03.722Z] --- PASS: TestBuilderGC (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationNotFound [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestDaemonBrokenConfiguration [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestParseClusterAdvertiseSettings [2022-12-01T00:27:03.722Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestFindConfigurationConflicts [2022-12-01T00:27:03.722Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-12-01T00:27:03.722Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeConflicts [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-12-01T00:27:03.722Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-12-01T00:27:03.722Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-12-01T00:27:03.722Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-12-01T00:27:03.722Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_label [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_dns [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_dns-search [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-12-01T00:27:03.722Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-12-01T00:27:03.722Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestModifiedDiscoverySettings [2022-12-01T00:27:03.722Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestReloadSetConfigFileNotExist [2022-12-01T00:27:03.722Z] time="2022-12-01T00:27:03Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-12-01T00:27:03.722Z] --- PASS: TestReloadSetConfigFileNotExist (0.15s) [2022-12-01T00:27:03.722Z] === RUN TestReloadDefaultConfigNotExist [2022-12-01T00:27:03.722Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:03.722Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestReloadBadDefaultConfig [2022-12-01T00:27:03.722Z] time="2022-12-01T00:27:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1097484975" [2022-12-01T00:27:03.722Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestReloadWithConflictingLabels [2022-12-01T00:27:03.722Z] time="2022-12-01T00:27:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1668236946" [2022-12-01T00:27:03.722Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-12-01T00:27:03.722Z] === RUN TestReloadWithDuplicateLabels [2022-12-01T00:27:03.722Z] time="2022-12-01T00:27:03Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2030911629" [2022-12-01T00:27:03.723Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-12-01T00:27:03.723Z] === RUN TestDaemonConfigurationMerge [2022-12-01T00:27:03.723Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-12-01T00:27:03.723Z] PASS [2022-12-01T00:27:03.723Z] coverage: 79.7% of statements [2022-12-01T00:27:03.723Z] ok github.com/docker/docker/daemon/config 0.307s coverage: 79.7% of statements [2022-12-01T00:27:04.708Z] === RUN TestEventsLog [2022-12-01T00:27:04.708Z] --- PASS: TestEventsLog (0.00s) [2022-12-01T00:27:04.708Z] === RUN TestEventsLogTimeout [2022-12-01T00:27:04.708Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-12-01T00:27:04.708Z] === RUN TestLogEvents [2022-12-01T00:27:04.708Z] --- PASS: TestLogEvents (0.05s) [2022-12-01T00:27:04.708Z] === RUN TestLoadBufferedEvents [2022-12-01T00:27:04.708Z] --- PASS: TestLoadBufferedEvents (0.13s) [2022-12-01T00:27:04.708Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-12-01T00:27:04.708Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-12-01T00:27:04.708Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-12-01T00:27:04.708Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-12-01T00:27:04.708Z] PASS [2022-12-01T00:27:04.708Z] coverage: 50.0% of statements [2022-12-01T00:27:04.708Z] ok github.com/docker/docker/daemon/events 0.240s coverage: 50.0% of statements [2022-12-01T00:27:05.175Z] === RUN TestIsEmptyDir [2022-12-01T00:27:05.175Z] --- PASS: TestIsEmptyDir (0.01s) [2022-12-01T00:27:05.175Z] PASS [2022-12-01T00:27:05.175Z] coverage: 2.3% of statements [2022-12-01T00:27:05.175Z] ok github.com/docker/docker/daemon/graphdriver 0.098s coverage: 2.3% of statements [2022-12-01T00:27:05.562Z] === RUN TestDockerSuite/TestBuildForceRm [2022-12-01T00:27:05.642Z] === RUN TestLinkNaming [2022-12-01T00:27:05.642Z] --- PASS: TestLinkNaming (0.00s) [2022-12-01T00:27:05.642Z] === RUN TestLinkNew [2022-12-01T00:27:05.642Z] --- PASS: TestLinkNew (0.00s) [2022-12-01T00:27:05.642Z] === RUN TestLinkEnv [2022-12-01T00:27:05.642Z] --- PASS: TestLinkEnv (0.00s) [2022-12-01T00:27:05.642Z] === RUN TestLinkMultipleEnv [2022-12-01T00:27:05.642Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-12-01T00:27:05.642Z] === RUN TestLinkPortRangeEnv [2022-12-01T00:27:05.642Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-12-01T00:27:05.642Z] PASS [2022-12-01T00:27:05.642Z] coverage: 93.0% of statements [2022-12-01T00:27:05.642Z] ok github.com/docker/docker/daemon/links 0.039s coverage: 93.0% of statements [2022-12-01T00:27:06.626Z] === RUN TestVerifyNetworkingConfig [2022-12-01T00:27:06.626Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestGetContainer [2022-12-01T00:27:06.626Z] --- PASS: TestGetContainer (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestValidContainerNames [2022-12-01T00:27:06.626Z] --- PASS: TestValidContainerNames (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestContainerInitDNS [2022-12-01T00:27:06.626Z] daemon_test.go:147: root required [2022-12-01T00:27:06.626Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestMerge [2022-12-01T00:27:06.626Z] --- PASS: TestMerge (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestValidateContainerIsolation [2022-12-01T00:27:06.626Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestFindNetworkErrorType [2022-12-01T00:27:06.626Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestEnsureServicesExist [2022-12-01T00:27:06.626Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-12-01T00:27:06.626Z] === RUN TestEnsureServicesExistErrors [2022-12-01T00:27:06.626Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-12-01T00:27:06.626Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-12-01T00:27:06.626Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-12-01T00:27:06.626Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-12-01T00:27:06.626Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-12-01T00:27:06.626Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-12-01T00:27:06.626Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestContainerDelete [2022-12-01T00:27:06.626Z] --- PASS: TestContainerDelete (0.01s) [2022-12-01T00:27:06.626Z] === RUN TestContainerDoubleDelete [2022-12-01T00:27:06.626Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestLogContainerEventCopyLabels [2022-12-01T00:27:06.626Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestLogContainerEventWithAttributes [2022-12-01T00:27:06.626Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestNoneHealthcheck [2022-12-01T00:27:06.626Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-12-01T00:27:06.626Z] === RUN TestHealthStates [2022-12-01T00:27:06.626Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] time="2022-12-01T00:27:06Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-12-01T00:27:06.627Z] --- PASS: TestHealthStates (0.17s) [2022-12-01T00:27:06.627Z] === RUN TestMaskURLCredentials [2022-12-01T00:27:06.627Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestGetInspectData [2022-12-01T00:27:06.627Z] --- PASS: TestGetInspectData (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestFillLicense [2022-12-01T00:27:06.627Z] --- PASS: TestFillLicense (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestListInvalidFilter [2022-12-01T00:27:06.627Z] --- PASS: TestListInvalidFilter (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestNameFilter [2022-12-01T00:27:06.627Z] --- PASS: TestNameFilter (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-12-01T00:27:06.627Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-12-01T00:27:06.627Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-12-01T00:27:06.627Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestDaemonReloadLabels [2022-12-01T00:27:06.627Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-12-01T00:27:06.627Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestDaemonReloadMirrors [2022-12-01T00:27:06.627Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestDaemonReloadInsecureRegistries [2022-12-01T00:27:06.627Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestDaemonReloadNotAffectOthers [2022-12-01T00:27:06.627Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-12-01T00:27:06.627Z] === RUN TestDaemonDiscoveryReload [2022-12-01T00:27:07.470Z] === RUN TestDockerSuite/TestBuildFromGit [2022-12-01T00:27:07.611Z] === RUN TestAdapterReadLogs [2022-12-01T00:27:07.611Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-12-01T00:27:07.611Z] === RUN TestCopier [2022-12-01T00:27:07.611Z] --- PASS: TestCopier (0.00s) [2022-12-01T00:27:07.611Z] === RUN TestCopierLongLines [2022-12-01T00:27:07.611Z] --- PASS: TestCopierLongLines (0.00s) [2022-12-01T00:27:07.611Z] === RUN TestCopierSlow [2022-12-01T00:27:07.611Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2022-12-01T00:27:07.611Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2022-12-01T00:27:07.611Z] --- PASS: TestCopierSlow (0.20s) [2022-12-01T00:27:07.611Z] === RUN TestCopierWithSized [2022-12-01T00:27:07.611Z] === RUN TestCopierWithSized/as_is [2022-12-01T00:27:07.611Z] === RUN TestCopierWithSized/With_RingLogger [2022-12-01T00:27:07.611Z] --- PASS: TestCopierWithSized (0.01s) [2022-12-01T00:27:07.611Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-12-01T00:27:07.611Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-12-01T00:27:07.611Z] === RUN TestCopierWithPartial [2022-12-01T00:27:07.611Z] --- PASS: TestCopierWithPartial (0.00s) [2022-12-01T00:27:07.611Z] === RUN TestRingLogger [2022-12-01T00:27:07.611Z] --- PASS: TestRingLogger (0.00s) [2022-12-01T00:27:07.611Z] === RUN TestRingCap [2022-12-01T00:27:07.611Z] --- PASS: TestRingCap (0.00s) [2022-12-01T00:27:07.611Z] === RUN TestRingClose [2022-12-01T00:27:07.611Z] --- PASS: TestRingClose (0.00s) [2022-12-01T00:27:07.611Z] === RUN TestRingDrain [2022-12-01T00:27:07.611Z] --- PASS: TestRingDrain (0.00s) [2022-12-01T00:27:07.611Z] PASS [2022-12-01T00:27:07.611Z] coverage: 43.5% of statements [2022-12-01T00:27:07.611Z] ok github.com/docker/docker/daemon/logger 0.270s coverage: 43.5% of statements [2022-12-01T00:27:08.078Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.56s) [2022-12-01T00:27:08.078Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig/defaults [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig/invalid_create_group [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-12-01T00:27:08.545Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig (0.00s) [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-12-01T00:27:08.545Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-12-01T00:27:08.545Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-12-01T00:27:08.545Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestNewAWSLogsClientRegionDetect [2022-12-01T00:27:08.545Z] time="2022-12-01T00:27:08Z" level=info msg="Trying to get region from EC2 Metadata" [2022-12-01T00:27:08.545Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s) [2022-12-01T00:27:08.545Z] === RUN TestCreateSuccess [2022-12-01T00:27:08.545Z] --- PASS: TestCreateSuccess (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestCreateLogGroupSuccess [2022-12-01T00:27:08.545Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestCreateError [2022-12-01T00:27:08.545Z] --- PASS: TestCreateError (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestCreateAlreadyExists [2022-12-01T00:27:08.545Z] time="2022-12-01T00:27:08Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-12-01T00:27:08.545Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestLogClosed [2022-12-01T00:27:08.545Z] --- PASS: TestLogClosed (0.00s) [2022-12-01T00:27:08.545Z] === RUN TestLogBlocking [2022-12-01T00:27:08.546Z] --- PASS: TestLogBlocking (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestLogNonBlockingBufferEmpty [2022-12-01T00:27:08.546Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestLogNonBlockingBufferFull [2022-12-01T00:27:08.546Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestPublishBatchSuccess [2022-12-01T00:27:08.546Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestPublishBatchError [2022-12-01T00:27:08.546Z] time="2022-12-01T00:27:08Z" level=error msg=Error [2022-12-01T00:27:08.546Z] --- PASS: TestPublishBatchError (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-12-01T00:27:08.546Z] time="2022-12-01T00:27:08Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-12-01T00:27:08.546Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestPublishBatchAlreadyAccepted [2022-12-01T00:27:08.546Z] time="2022-12-01T00:27:08Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-12-01T00:27:08.546Z] time="2022-12-01T00:27:08Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-12-01T00:27:08.546Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchSimple [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchTicker [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchMultilinePattern [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchClose [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchClose (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestEffectiveLen [2022-12-01T00:27:08.546Z] === RUN TestEffectiveLen/0/Hello [2022-12-01T00:27:08.546Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-12-01T00:27:08.546Z] === RUN TestEffectiveLen/2/🙃 [2022-12-01T00:27:08.546Z] === RUN TestEffectiveLen/3/���� [2022-12-01T00:27:08.546Z] === RUN TestEffectiveLen/4/He��o [2022-12-01T00:27:08.546Z] === RUN TestEffectiveLen/5/ [2022-12-01T00:27:08.546Z] --- PASS: TestEffectiveLen (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/0/ [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/1/Hello [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: Hello [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/2/Hello [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: He [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: llo [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/3/Hello [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: Hello [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/4/🙃 [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: 🙃 [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/5/🙃 [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: 🙃 [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/6/a� [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: a [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: � [2022-12-01T00:27:08.546Z] === RUN TestFindValidSplit/7/a� [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1044: a� [2022-12-01T00:27:08.546Z] cloudwatchlogs_test.go:1045: [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestProcessEventEmoji [2022-12-01T00:27:08.546Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchLineSplit [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchLineSplitWithBinary [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchMaxEvents [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchMaxTotalBytes [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-12-01T00:27:08.546Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-12-01T00:27:08.546Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsMultilinePattern [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-12-01T00:27:08.546Z] === RUN TestSearchRegistryForImagesErrors [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-12-01T00:27:08.546Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestSearchRegistryForImages [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-12-01T00:27:08.546Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestOnlyPlatformWithFallback [2022-12-01T00:27:08.546Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestImageDelete [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-12-01T00:27:08.546Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-12-01T00:27:08.546Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestCreateTagSuccess [2022-12-01T00:27:08.546Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-12-01T00:27:08.546Z] === RUN TestImageDelete/no_lease [2022-12-01T00:27:08.546Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-12-01T00:27:08.546Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-12-01T00:27:08.546Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-12-01T00:27:08.546Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-12-01T00:27:08.546Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-12-01T00:27:08.546Z] PASS [2022-12-01T00:27:08.546Z] coverage: 77.8% of statements [2022-12-01T00:27:08.546Z] === RUN TestImageDelete/lease_exists [2022-12-01T00:27:08.546Z] ok github.com/docker/docker/daemon/logger/awslogs 0.349s coverage: 77.8% of statements [2022-12-01T00:27:08.546Z] --- PASS: TestImageDelete (0.04s) [2022-12-01T00:27:08.546Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-12-01T00:27:08.546Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-12-01T00:27:08.546Z] === RUN TestContentStoreForPull [2022-12-01T00:27:08.850Z] docker_api_swarm_test.go:585: [dc5417b267f3c] joining swarm manager [db65481a08e91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:27:09.014Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2022-12-01T00:27:09.014Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-12-01T00:27:09.014Z] reload_test.go:520: root required [2022-12-01T00:27:09.014Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-12-01T00:27:09.014Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-12-01T00:27:09.014Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-12-01T00:27:09.014Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-12-01T00:27:09.014Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-12-01T00:27:09.014Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-12-01T00:27:09.014Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-12-01T00:27:09.014Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-12-01T00:27:09.014Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-12-01T00:27:09.014Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-12-01T00:27:09.014Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-12-01T00:27:09.014Z] === RUN TestParseVolumesFrom [2022-12-01T00:27:09.014Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-12-01T00:27:09.014Z] PASS [2022-12-01T00:27:09.014Z] coverage: 9.0% of statements [2022-12-01T00:27:09.014Z] ok github.com/docker/docker/daemon 2.828s coverage: 9.0% of statements [2022-12-01T00:27:09.014Z] --- PASS: TestContentStoreForPull (0.19s) [2022-12-01T00:27:09.014Z] PASS [2022-12-01T00:27:09.014Z] coverage: 6.6% of statements [2022-12-01T00:27:09.014Z] ok github.com/docker/docker/daemon/images 0.321s coverage: 6.6% of statements [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-12-01T00:27:09.014Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-12-01T00:27:09.109Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-12-01T00:27:09.369Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-12-01T00:27:09.482Z] === RUN TestJSONLogsMarshalJSONBuf [2022-12-01T00:27:09.482Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-12-01T00:27:09.482Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-12-01T00:27:09.482Z] === RUN TestJSONFileLogger [2022-12-01T00:27:09.482Z] --- PASS: TestJSONFileLogger (0.00s) [2022-12-01T00:27:09.482Z] === RUN TestJSONFileLoggerWithTags [2022-12-01T00:27:09.482Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-12-01T00:27:09.482Z] === RUN TestJSONFileLoggerWithOpts [2022-12-01T00:27:09.482Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-12-01T00:27:09.482Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-12-01T00:27:09.482Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-12-01T00:27:09.482Z] === RUN TestEncodeDecode [2022-12-01T00:27:09.482Z] === PAUSE TestEncodeDecode [2022-12-01T00:27:09.482Z] === RUN TestUnexpectedEOF [2022-12-01T00:27:09.950Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-12-01T00:27:09.950Z] === RUN TestFastTimeMarshalJSON [2022-12-01T00:27:09.950Z] time="2022-12-01T00:27:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-12-01T00:27:09.950Z] time="2022-12-01T00:27:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-12-01T00:27:09.950Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-12-01T00:27:09.950Z] === CONT TestEncodeDecode [2022-12-01T00:27:09.950Z] --- PASS: TestEncodeDecode (0.00s) [2022-12-01T00:27:09.950Z] PASS [2022-12-01T00:27:09.950Z] coverage: 69.9% of statements [2022-12-01T00:27:09.950Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-12-01T00:27:09.950Z] PASS [2022-12-01T00:27:09.950Z] coverage: 87.2% of statements [2022-12-01T00:27:09.950Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.263s coverage: 69.9% of statements [2022-12-01T00:27:09.950Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.260s coverage: 87.2% of statements [2022-12-01T00:27:10.417Z] === RUN TestWriteLog [2022-12-01T00:27:10.417Z] === PAUSE TestWriteLog [2022-12-01T00:27:10.417Z] === RUN TestReadLog [2022-12-01T00:27:10.748Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-12-01T00:27:10.884Z] === PAUSE TestReadLog [2022-12-01T00:27:10.884Z] === RUN TestDecode [2022-12-01T00:27:10.884Z] --- PASS: TestDecode (0.02s) [2022-12-01T00:27:10.884Z] === CONT TestWriteLog [2022-12-01T00:27:10.884Z] === CONT TestReadLog [2022-12-01T00:27:10.884Z] --- PASS: TestWriteLog (0.02s) [2022-12-01T00:27:10.884Z] === RUN TestReadLog/tail_exact [2022-12-01T00:27:10.884Z] === RUN TestReadLog/tail_less_than_available [2022-12-01T00:27:10.884Z] === RUN TestReadLog/tail_more_than_available [2022-12-01T00:27:10.884Z] --- PASS: TestReadLog (0.16s) [2022-12-01T00:27:10.884Z] --- PASS: TestReadLog/tail_exact (0.14s) [2022-12-01T00:27:10.884Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2022-12-01T00:27:10.884Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-12-01T00:27:10.884Z] PASS [2022-12-01T00:27:10.884Z] coverage: 78.7% of statements [2022-12-01T00:27:10.884Z] ok github.com/docker/docker/daemon/logger/local 0.405s coverage: 78.7% of statements [2022-12-01T00:27:10.884Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-12-01T00:27:10.884Z] === RUN TestOpenFileDelete [2022-12-01T00:27:10.884Z] --- PASS: TestOpenFileDelete (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestOpenFileRename [2022-12-01T00:27:10.884Z] --- PASS: TestOpenFileRename (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestHandleDecoderErr [2022-12-01T00:27:10.884Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestParseLogTagDefaultTag [2022-12-01T00:27:10.884Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestParseLogTag [2022-12-01T00:27:10.884Z] --- PASS: TestParseLogTag (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestParseLogTagEmptyTag [2022-12-01T00:27:10.884Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestTailFiles [2022-12-01T00:27:10.884Z] --- PASS: TestTailFiles (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestFollowLogsConsumerGone [2022-12-01T00:27:10.884Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-12-01T00:27:10.884Z] === RUN TestFollowLogsProducerGone [2022-12-01T00:27:10.884Z] logfile_test.go:234: messages sent: 4098, received: 4098 [2022-12-01T00:27:10.884Z] logfile_test.go:181: logDecode() closed after sending 4098 messages [2022-12-01T00:27:10.884Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-12-01T00:27:10.884Z] === RUN TestCheckCapacityAndRotate [2022-12-01T00:27:10.884Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-12-01T00:27:10.884Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-12-01T00:27:10.884Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2022-12-01T00:27:10.884Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-12-01T00:27:10.884Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2022-12-01T00:27:10.884Z] PASS [2022-12-01T00:27:10.884Z] coverage: 54.9% of statements [2022-12-01T00:27:11.351Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.225s coverage: 54.9% of statements [2022-12-01T00:27:11.351Z] === RUN TestLog [2022-12-01T00:27:11.351Z] --- PASS: TestLog (0.01s) [2022-12-01T00:27:11.351Z] PASS [2022-12-01T00:27:11.351Z] coverage: 31.5% of statements [2022-12-01T00:27:11.351Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.081s coverage: 31.5% of statements [2022-12-01T00:27:11.686Z] check_test.go:380: [d9753450ccb20] daemon is not started [2022-12-01T00:27:11.818Z] === RUN TestValidateLogOpt [2022-12-01T00:27:11.818Z] --- PASS: TestValidateLogOpt (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestNewMissedConfig [2022-12-01T00:27:11.818Z] --- PASS: TestNewMissedConfig (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestNewMissedUrl [2022-12-01T00:27:11.818Z] --- PASS: TestNewMissedUrl (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestNewMissedToken [2022-12-01T00:27:11.818Z] --- PASS: TestNewMissedToken (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestNewWithProxy [2022-12-01T00:27:11.818Z] --- PASS: TestNewWithProxy (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestDefault [2022-12-01T00:27:11.818Z] --- PASS: TestDefault (0.01s) [2022-12-01T00:27:11.818Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-12-01T00:27:11.818Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestJsonFormat [2022-12-01T00:27:11.818Z] --- PASS: TestJsonFormat (0.01s) [2022-12-01T00:27:11.818Z] === RUN TestRawFormat [2022-12-01T00:27:11.818Z] --- PASS: TestRawFormat (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestRawFormatWithLabels [2022-12-01T00:27:11.818Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestRawFormatWithoutTag [2022-12-01T00:27:11.818Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-12-01T00:27:11.818Z] === RUN TestBatching [2022-12-01T00:27:11.818Z] === RUN TestNewParse [2022-12-01T00:27:11.818Z] --- PASS: TestNewParse (0.00s) [2022-12-01T00:27:11.818Z] PASS [2022-12-01T00:27:11.818Z] coverage: 8.3% of statements [2022-12-01T00:27:11.818Z] ok github.com/docker/docker/daemon/logger/templates 0.048s coverage: 8.3% of statements [2022-12-01T00:27:12.285Z] --- PASS: TestBatching (0.29s) [2022-12-01T00:27:12.285Z] === RUN TestFrequency [2022-12-01T00:27:12.285Z] === RUN TestParseLogFormat [2022-12-01T00:27:12.285Z] --- PASS: TestParseLogFormat (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestValidateLogOptEmpty [2022-12-01T00:27:12.285Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestValidateSyslogAddress [2022-12-01T00:27:12.285Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestParseAddressDefaultPort [2022-12-01T00:27:12.285Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestValidateSyslogFacility [2022-12-01T00:27:12.285Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestValidateLogOptSyslogFormat [2022-12-01T00:27:12.285Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestValidateLogOpt [2022-12-01T00:27:12.285Z] --- PASS: TestValidateLogOpt (0.00s) [2022-12-01T00:27:12.285Z] PASS [2022-12-01T00:27:12.285Z] coverage: 46.8% of statements [2022-12-01T00:27:12.285Z] ok github.com/docker/docker/daemon/logger/syslog 0.062s coverage: 46.8% of statements [2022-12-01T00:27:12.285Z] --- PASS: TestFrequency (0.17s) [2022-12-01T00:27:12.285Z] === RUN TestOneMessagePerRequest [2022-12-01T00:27:12.285Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestVerify [2022-12-01T00:27:12.285Z] --- PASS: TestVerify (0.00s) [2022-12-01T00:27:12.285Z] === RUN TestSkipVerify [2022-12-01T00:27:12.625Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-12-01T00:27:12.753Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:12.753Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:12.753Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.193Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-12-01T00:27:13.220Z] --- PASS: TestSkipVerify (0.55s) [2022-12-01T00:27:13.220Z] === RUN TestBufferMaximum [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1669854432.670975\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1669854432.670975\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:13.220Z] --- PASS: TestBufferMaximum (0.00s) [2022-12-01T00:27:13.220Z] === RUN TestServerAlwaysDown [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1669854432.675824\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1669854432.675824\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1669854432.675824\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1669854432.677589\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:13.220Z] time="2022-12-01T00:27:12Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1669854432.677589\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:13.220Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-12-01T00:27:13.220Z] === RUN TestCannotSendAfterClose [2022-12-01T00:27:13.220Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-12-01T00:27:13.220Z] === RUN TestDeadlockOnBlockedEndpoint [2022-12-01T00:27:13.453Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-12-01T00:27:13.687Z] === RUN TestV1IDService [2022-12-01T00:27:13.687Z] --- PASS: TestV1IDService (0.02s) [2022-12-01T00:27:13.687Z] === RUN TestV2MetadataService [2022-12-01T00:27:14.154Z] time="2022-12-01T00:27:13Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49219/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-12-01T00:27:14.154Z] time="2022-12-01T00:27:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4da0dce5c0b8\"}'" [2022-12-01T00:27:14.154Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-12-01T00:27:14.154Z] PASS [2022-12-01T00:27:14.154Z] coverage: 82.5% of statements [2022-12-01T00:27:14.154Z] ok github.com/docker/docker/daemon/logger/splunk 2.105s coverage: 82.5% of statements [2022-12-01T00:27:14.154Z] ? github.com/docker/docker/daemon/names [no test files] [2022-12-01T00:27:14.154Z] ? github.com/docker/docker/daemon/network [no test files] [2022-12-01T00:27:14.154Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-12-01T00:27:14.621Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-12-01T00:27:14.621Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-12-01T00:27:14.621Z] === RUN TestContinueOnError_MirrorEndpoint [2022-12-01T00:27:14.621Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-12-01T00:27:14.621Z] === RUN TestContinueOnError_NeverContinue [2022-12-01T00:27:14.621Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-12-01T00:27:14.621Z] === RUN TestContinueOnError_UnnestsErrors [2022-12-01T00:27:14.621Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2022-12-01T00:27:14.621Z] === RUN TestManifestStore [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/no_remote_or_local [2022-12-01T00:27:14.621Z] === RUN TestSuccessfulDownload [2022-12-01T00:27:14.621Z] download_test.go:268: Needs fixing on Windows [2022-12-01T00:27:14.621Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-12-01T00:27:14.621Z] === RUN TestCancelledDownload [2022-12-01T00:27:14.621Z] --- PASS: TestCancelledDownload (0.00s) [2022-12-01T00:27:14.621Z] === RUN TestMaxDownloadAttempts [2022-12-01T00:27:14.621Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-12-01T00:27:14.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-12-01T00:27:14.621Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-12-01T00:27:14.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-12-01T00:27:14.621Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-12-01T00:27:14.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-12-01T00:27:14.621Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-12-01T00:27:14.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-12-01T00:27:14.621Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-12-01T00:27:14.621Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-12-01T00:27:14.621Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-12-01T00:27:14.621Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-12-01T00:27:14.621Z] time="2022-12-01T00:27:14Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local482030069\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/no_local_cache [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/no_local_cache/digested [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/with_local_cache [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/unknown_media_type [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-12-01T00:27:14.621Z] time="2022-12-01T00:27:14Z" level=warning msg="reference for unknown type: " [2022-12-01T00:27:14.621Z] time="2022-12-01T00:27:14Z" level=warning msg="reference for unknown type: " [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-12-01T00:27:14.621Z] time="2022-12-01T00:27:14Z" level=warning msg="reference for unknown type: " [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-12-01T00:27:14.621Z] time="2022-12-01T00:27:14Z" level=warning msg="reference for unknown type: " [2022-12-01T00:27:14.621Z] time="2022-12-01T00:27:14Z" level=warning msg="reference for unknown type: " [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/error_persisting_manifest [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-12-01T00:27:14.621Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-12-01T00:27:14.621Z] time="2022-12-01T00:27:14Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore (0.32s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/no_local_cache/digested (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaType [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-12-01T00:27:14.622Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-12-01T00:27:14.622Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-12-01T00:27:14.622Z] === RUN TestFixManifestLayers [2022-12-01T00:27:14.622Z] --- PASS: TestFixManifestLayers (0.00s) [2022-12-01T00:27:14.622Z] === RUN TestFixManifestLayersBaseLayerParent [2022-12-01T00:27:14.622Z] pull_v2_test.go:82: Needs fixing on Windows [2022-12-01T00:27:14.622Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-12-01T00:27:14.622Z] === RUN TestFixManifestLayersBadParent [2022-12-01T00:27:14.622Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-12-01T00:27:14.622Z] === RUN TestValidateManifest [2022-12-01T00:27:14.622Z] pull_v2_test.go:127: Needs fixing on Windows [2022-12-01T00:27:14.622Z] --- SKIP: TestValidateManifest (0.00s) [2022-12-01T00:27:14.622Z] === RUN TestFormatPlatform [2022-12-01T00:27:14.622Z] --- PASS: TestFormatPlatform (0.00s) [2022-12-01T00:27:14.622Z] === RUN TestPullSchema2Config [2022-12-01T00:27:14.622Z] === RUN TestPullSchema2Config/success_first_time [2022-12-01T00:27:14.622Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-12-01T00:27:14.622Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-12-01T00:27:14.622Z] === RUN TestPullSchema2Config/500_status [2022-12-01T00:27:14.622Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-12-01T00:27:14.622Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-12-01T00:27:14.622Z] --- PASS: TestV2MetadataService (1.05s) [2022-12-01T00:27:14.622Z] PASS [2022-12-01T00:27:14.622Z] coverage: 48.2% of statements [2022-12-01T00:27:14.622Z] ok github.com/docker/docker/distribution/metadata 1.148s coverage: 48.2% of statements [2022-12-01T00:27:15.089Z] time="2022-12-01T00:27:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-12-01T00:27:15.089Z] time="2022-12-01T00:27:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-12-01T00:27:15.089Z] time="2022-12-01T00:27:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-12-01T00:27:15.089Z] time="2022-12-01T00:27:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-12-01T00:27:15.089Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2022-12-01T00:27:15.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2022-12-01T00:27:15.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2022-12-01T00:27:15.089Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2022-12-01T00:27:15.089Z] === RUN TestTransfer [2022-12-01T00:27:15.089Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-12-01T00:27:15.089Z] === RUN TestPullSchema2Config/EOF [2022-12-01T00:27:15.089Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-12-01T00:27:15.089Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-12-01T00:27:15.089Z] 2022/12/01 00:27:14 http: panic serving 127.0.0.1:49230: intentional panic [2022-12-01T00:27:15.089Z] goroutine 96 [running]: [2022-12-01T00:27:15.089Z] net/http.(*conn).serve.func1() [2022-12-01T00:27:15.089Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-12-01T00:27:15.089Z] panic({0x17f5c20, 0x199bac0}) [2022-12-01T00:27:15.089Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-12-01T00:27:15.089Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00054b860?, {0x19a29a8?, 0xc000454460?}) [2022-12-01T00:27:15.089Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-12-01T00:27:15.089Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x19a29a8, 0xc000454460}, 0xc0000a9a00) [2022-12-01T00:27:15.089Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-12-01T00:27:15.089Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x19a29a8?, 0xc000454460?}, 0xc000080000?) [2022-12-01T00:27:15.089Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-12-01T00:27:15.089Z] net/http.serverHandler.ServeHTTP({0xc0001fa570?}, {0x19a29a8, 0xc000454460}, 0xc0000a9a00) [2022-12-01T00:27:15.089Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-12-01T00:27:15.089Z] net/http.(*conn).serve(0xc00016bcc0, {0x19a30b8, 0xc000079380}) [2022-12-01T00:27:15.089Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-12-01T00:27:15.089Z] created by net/http.(*Server).Serve [2022-12-01T00:27:15.089Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-12-01T00:27:15.089Z] --- PASS: TestTransfer (0.12s) [2022-12-01T00:27:15.089Z] === RUN TestConcurrencyLimit [2022-12-01T00:27:15.089Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-12-01T00:27:15.089Z] === RUN TestPullSchema2Config/unauthorized [2022-12-01T00:27:15.089Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-12-01T00:27:15.089Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-12-01T00:27:15.089Z] --- PASS: TestPullSchema2Config (0.54s) [2022-12-01T00:27:15.089Z] --- PASS: TestPullSchema2Config/success_first_time (0.02s) [2022-12-01T00:27:15.089Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-12-01T00:27:15.089Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-12-01T00:27:15.089Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-12-01T00:27:15.089Z] === RUN TestGetRepositoryMountCandidates [2022-12-01T00:27:15.089Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestLayerAlreadyExists [2022-12-01T00:27:15.089Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-12-01T00:27:15.089Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-12-01T00:27:15.089Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-12-01T00:27:15.089Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-12-01T00:27:15.089Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-12-01T00:27:15.089Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-12-01T00:27:15.089Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestWhenEmptyAuthConfig [2022-12-01T00:27:15.089Z] === RUN TestNotFound [2022-12-01T00:27:15.089Z] --- PASS: TestNotFound (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestConflict [2022-12-01T00:27:15.089Z] --- PASS: TestConflict (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestForbidden [2022-12-01T00:27:15.089Z] --- PASS: TestForbidden (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestInvalidParameter [2022-12-01T00:27:15.089Z] --- PASS: TestInvalidParameter (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestNotImplemented [2022-12-01T00:27:15.089Z] --- PASS: TestNotImplemented (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestNotModified [2022-12-01T00:27:15.089Z] --- PASS: TestNotModified (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestUnauthorized [2022-12-01T00:27:15.089Z] --- PASS: TestUnauthorized (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestUnknown [2022-12-01T00:27:15.089Z] --- PASS: TestUnknown (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestCancelled [2022-12-01T00:27:15.089Z] --- PASS: TestCancelled (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestDeadline [2022-12-01T00:27:15.089Z] --- PASS: TestDeadline (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestDataLoss [2022-12-01T00:27:15.089Z] --- PASS: TestDataLoss (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestUnavailable [2022-12-01T00:27:15.089Z] --- PASS: TestUnavailable (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestSystem [2022-12-01T00:27:15.089Z] --- PASS: TestSystem (0.00s) [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Not_Found [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Bad_Request [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Conflict [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Unauthorized [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Service_Unavailable [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Forbidden [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Not_Modified [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Not_Implemented [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-12-01T00:27:15.089Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-12-01T00:27:15.089Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-12-01T00:27:15.359Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-12-01T00:27:15.556Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-12-01T00:27:15.556Z] PASS [2022-12-01T00:27:15.556Z] coverage: 77.0% of statements [2022-12-01T00:27:15.556Z] ok github.com/docker/docker/errdefs 0.042s coverage: 77.0% of statements [2022-12-01T00:27:15.556Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-12-01T00:27:15.556Z] === RUN TestInactiveJobs [2022-12-01T00:27:16.023Z] --- PASS: TestInactiveJobs (0.42s) [2022-12-01T00:27:16.023Z] === RUN TestWatchRelease [2022-12-01T00:27:16.023Z] --- PASS: TestWatchRelease (0.04s) [2022-12-01T00:27:16.023Z] === RUN TestWatchFinishedTransfer [2022-12-01T00:27:16.023Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-12-01T00:27:16.023Z] === RUN TestDuplicateTransfer [2022-12-01T00:27:16.023Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-12-01T00:27:16.023Z] === RUN TestSuccessfulUpload [2022-12-01T00:27:16.023Z] --- PASS: TestWhenEmptyAuthConfig (0.87s) [2022-12-01T00:27:16.023Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-12-01T00:27:16.023Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-12-01T00:27:16.023Z] === RUN TestTokenPassThru [2022-12-01T00:27:16.023Z] --- PASS: TestTokenPassThru (0.01s) [2022-12-01T00:27:16.023Z] === RUN TestTokenPassThruDifferentHost [2022-12-01T00:27:16.023Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-12-01T00:27:16.023Z] PASS [2022-12-01T00:27:16.023Z] coverage: 27.4% of statements [2022-12-01T00:27:16.023Z] time="2022-12-01T00:27:15Z" level=error msg="Upload failed, retrying: simulating retry" [2022-12-01T00:27:16.023Z] ok github.com/docker/docker/distribution 1.847s coverage: 27.4% of statements [2022-12-01T00:27:16.023Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-12-01T00:27:16.491Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-12-01T00:27:16.491Z] === RUN TestCancelledUpload [2022-12-01T00:27:16.491Z] --- PASS: TestCancelledUpload (0.00s) [2022-12-01T00:27:16.491Z] PASS [2022-12-01T00:27:16.491Z] coverage: 76.4% of statements [2022-12-01T00:27:16.491Z] ok github.com/docker/docker/distribution/xfer 1.867s coverage: 76.4% of statements [2022-12-01T00:27:16.491Z] ? github.com/docker/docker/dockerversion [no test files] [2022-12-01T00:27:16.491Z] === RUN TestCompare [2022-12-01T00:27:16.491Z] --- PASS: TestCompare (0.00s) [2022-12-01T00:27:16.491Z] PASS [2022-12-01T00:27:16.491Z] coverage: 19.2% of statements [2022-12-01T00:27:16.491Z] ok github.com/docker/docker/image/cache 0.072s coverage: 19.2% of statements [2022-12-01T00:27:16.491Z] === RUN TestFSGetInvalidData [2022-12-01T00:27:16.491Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestFSInvalidSet [2022-12-01T00:27:16.491Z] --- PASS: TestFSInvalidSet (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestFSInvalidRoot [2022-12-01T00:27:16.491Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestFSMetadataGetSet [2022-12-01T00:27:16.491Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-12-01T00:27:16.491Z] === RUN TestFSInvalidWalker [2022-12-01T00:27:16.491Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestFSGetSet [2022-12-01T00:27:16.491Z] --- PASS: TestFSGetSet (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestFSGetUnsetKey [2022-12-01T00:27:16.491Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestFSGetEmptyData [2022-12-01T00:27:16.491Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-12-01T00:27:16.491Z] === RUN TestFSDelete [2022-12-01T00:27:16.491Z] --- PASS: TestFSDelete (0.02s) [2022-12-01T00:27:16.491Z] === RUN TestFSWalker [2022-12-01T00:27:16.491Z] --- PASS: TestFSWalker (0.02s) [2022-12-01T00:27:16.491Z] === RUN TestFSWalkerStopOnError [2022-12-01T00:27:16.491Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestNewFromJSON [2022-12-01T00:27:16.491Z] --- PASS: TestNewFromJSON (0.00s) [2022-12-01T00:27:16.491Z] === RUN TestNewFromJSONWithInvalidJSON [2022-12-01T00:27:16.491Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-12-01T00:27:16.491Z] === RUN TestMarshalKeyOrder [2022-12-01T00:27:16.491Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-12-01T00:27:16.491Z] === RUN TestImage [2022-12-01T00:27:16.491Z] --- PASS: TestImage (0.00s) [2022-12-01T00:27:16.491Z] === RUN TestImageOSNotEmpty [2022-12-01T00:27:16.491Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-12-01T00:27:16.491Z] === RUN TestNewChildImageFromImageWithRootFS [2022-12-01T00:27:16.491Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-12-01T00:27:16.491Z] === RUN TestCreate [2022-12-01T00:27:16.491Z] --- PASS: TestCreate (0.01s) [2022-12-01T00:27:16.491Z] === RUN TestRestore [2022-12-01T00:27:16.958Z] time="2022-12-01T00:27:16Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-12-01T00:27:16.958Z] --- PASS: TestRestore (0.20s) [2022-12-01T00:27:16.958Z] === RUN TestAddDelete [2022-12-01T00:27:16.958Z] --- PASS: TestAddDelete (0.03s) [2022-12-01T00:27:16.958Z] === RUN TestSearchAfterDelete [2022-12-01T00:27:16.958Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-12-01T00:27:16.958Z] === RUN TestParentReset [2022-12-01T00:27:16.958Z] --- PASS: TestParentReset (0.02s) [2022-12-01T00:27:16.958Z] === RUN TestGetAndSetLastUpdated [2022-12-01T00:27:16.958Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-12-01T00:27:16.958Z] === RUN TestStoreLen [2022-12-01T00:27:16.958Z] --- PASS: TestStoreLen (0.05s) [2022-12-01T00:27:16.958Z] PASS [2022-12-01T00:27:16.958Z] coverage: 86.8% of statements [2022-12-01T00:27:16.958Z] ok github.com/docker/docker/image 0.571s coverage: 86.8% of statements [2022-12-01T00:27:17.266Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-12-01T00:27:17.426Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-12-01T00:27:17.426Z] === RUN TestMakeV1ConfigFromConfig [2022-12-01T00:27:17.426Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-12-01T00:27:17.426Z] PASS [2022-12-01T00:27:17.426Z] coverage: 25.0% of statements [2022-12-01T00:27:17.426Z] ok github.com/docker/docker/image/v1 0.070s coverage: 25.0% of statements [2022-12-01T00:27:17.426Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-12-01T00:27:18.204Z] === RUN TestDockerSuite/TestBuildHistory [2022-12-01T00:27:18.409Z] === RUN TestSerialization [2022-12-01T00:27:18.410Z] --- PASS: TestSerialization (0.02s) [2022-12-01T00:27:18.410Z] PASS [2022-12-01T00:27:18.410Z] coverage: 100.0% of statements [2022-12-01T00:27:18.410Z] ok github.com/docker/docker/libcontainerd/queue 0.070s coverage: 100.0% of statements [2022-12-01T00:27:18.877Z] === RUN TestEnvironmentParsing [2022-12-01T00:27:18.877Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-12-01T00:27:18.877Z] PASS [2022-12-01T00:27:18.877Z] coverage: 1.0% of statements [2022-12-01T00:27:18.877Z] ok github.com/docker/docker/libcontainerd/local 0.071s coverage: 1.0% of statements [2022-12-01T00:27:18.877Z] === RUN TestEmptyLayer [2022-12-01T00:27:18.877Z] --- PASS: TestEmptyLayer (0.00s) [2022-12-01T00:27:18.877Z] === RUN TestCommitFailure [2022-12-01T00:27:18.877Z] --- PASS: TestCommitFailure (0.01s) [2022-12-01T00:27:18.877Z] === RUN TestStartTransactionFailure [2022-12-01T00:27:18.877Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-12-01T00:27:18.877Z] === RUN TestGetOrphan [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-12-01T00:27:18.877Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestGetOrphan (0.01s) [2022-12-01T00:27:18.877Z] === RUN TestMountAndRegister [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-12-01T00:27:18.877Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-12-01T00:27:18.877Z] PASS [2022-12-01T00:27:18.877Z] coverage: 45.8% of statements [2022-12-01T00:27:18.877Z] ok github.com/docker/docker/oci 0.047s coverage: 45.8% of statements [2022-12-01T00:27:18.877Z] layer_test.go:271: Layer size: 14 [2022-12-01T00:27:18.877Z] --- PASS: TestMountAndRegister (0.10s) [2022-12-01T00:27:18.877Z] === RUN TestLayerRelease [2022-12-01T00:27:18.877Z] layer_test.go:304: Failing on Windows [2022-12-01T00:27:18.877Z] --- SKIP: TestLayerRelease (0.00s) [2022-12-01T00:27:18.877Z] === RUN TestStoreRestore [2022-12-01T00:27:18.877Z] layer_test.go:353: Failing on Windows [2022-12-01T00:27:18.877Z] --- SKIP: TestStoreRestore (0.00s) [2022-12-01T00:27:18.877Z] === RUN TestTarStreamStability [2022-12-01T00:27:18.877Z] layer_test.go:468: Failing on Windows [2022-12-01T00:27:18.877Z] --- SKIP: TestTarStreamStability (0.00s) [2022-12-01T00:27:18.877Z] === RUN TestRegisterExistingLayer [2022-12-01T00:27:19.344Z] --- PASS: TestRegisterExistingLayer (0.19s) [2022-12-01T00:27:19.344Z] === RUN TestTarStreamVerification [2022-12-01T00:27:19.344Z] layer_test.go:697: Failing on Windows [2022-12-01T00:27:19.344Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-12-01T00:27:19.344Z] === RUN TestLayerMigration [2022-12-01T00:27:19.344Z] migration_test.go:46: Failing on Windows [2022-12-01T00:27:19.344Z] --- SKIP: TestLayerMigration (0.00s) [2022-12-01T00:27:19.344Z] === RUN TestLayerMigrationNoTarsplit [2022-12-01T00:27:19.344Z] migration_test.go:182: Failing on Windows [2022-12-01T00:27:19.344Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-12-01T00:27:19.344Z] === RUN TestMountInit [2022-12-01T00:27:19.344Z] mount_test.go:17: Failing on Windows [2022-12-01T00:27:19.344Z] --- SKIP: TestMountInit (0.00s) [2022-12-01T00:27:19.344Z] === RUN TestMountSize [2022-12-01T00:27:19.344Z] mount_test.go:76: Failing on Windows [2022-12-01T00:27:19.344Z] --- SKIP: TestMountSize (0.00s) [2022-12-01T00:27:19.344Z] === RUN TestMountChanges [2022-12-01T00:27:19.344Z] mount_test.go:125: Failing on Windows [2022-12-01T00:27:19.344Z] --- SKIP: TestMountChanges (0.00s) [2022-12-01T00:27:19.344Z] === RUN TestMountApply [2022-12-01T00:27:19.344Z] mount_test.go:212: Failing on Windows [2022-12-01T00:27:19.344Z] --- SKIP: TestMountApply (0.00s) [2022-12-01T00:27:19.344Z] PASS [2022-12-01T00:27:19.344Z] coverage: 30.1% of statements [2022-12-01T00:27:19.344Z] ok github.com/docker/docker/layer 0.386s coverage: 30.1% of statements [2022-12-01T00:27:19.344Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-12-01T00:27:19.344Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-12-01T00:27:19.344Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-12-01T00:27:19.344Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-12-01T00:27:19.344Z] ? github.com/docker/docker/oci/caps [no test files] [2022-12-01T00:27:19.344Z] === RUN TestParseVersion [2022-12-01T00:27:19.344Z] --- PASS: TestParseVersion (0.00s) [2022-12-01T00:27:19.344Z] PASS [2022-12-01T00:27:19.344Z] coverage: 52.9% of statements [2022-12-01T00:27:19.344Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2022-12-01T00:27:19.811Z] === RUN TestAddressPoolOpt [2022-12-01T00:27:19.811Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/a [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/something [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/_=a [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/env1=value1 [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/_env1=value1 [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/env2=value2=value3 [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/env3=abc!qwe [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/env_4=value_4 [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/PATH [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/=a [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/PATH= [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/PATH=something [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/asd!qwe [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/1asd [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/123 [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/some_space [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/__some_space_before [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/some_space_after__ [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/= [2022-12-01T00:27:19.811Z] === RUN TestValidateEnv/PaTh [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/a (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/something (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-12-01T00:27:19.811Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateEnv/= (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestParseHost [2022-12-01T00:27:20.279Z] --- PASS: TestParseHost (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestParseDockerDaemonHost [2022-12-01T00:27:20.279Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestParseTCP [2022-12-01T00:27:20.279Z] --- PASS: TestParseTCP (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestParseInvalidUnixAddrInvalid [2022-12-01T00:27:20.279Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestValidateExtraHosts [2022-12-01T00:27:20.279Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestIpOptString [2022-12-01T00:27:20.279Z] --- PASS: TestIpOptString (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestNewIpOptInvalidDefaultVal [2022-12-01T00:27:20.279Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestNewIpOptValidDefaultVal [2022-12-01T00:27:20.279Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestIpOptSetInvalidVal [2022-12-01T00:27:20.279Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestValidateIPAddress [2022-12-01T00:27:20.279Z] --- PASS: TestValidateIPAddress (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestMapOpts [2022-12-01T00:27:20.279Z] --- PASS: TestMapOpts (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestListOptsWithoutValidator [2022-12-01T00:27:20.279Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestListOptsWithValidator [2022-12-01T00:27:20.279Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestValidateDNSSearch [2022-12-01T00:27:20.279Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_general_format [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_one_more [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-12-01T00:27:20.279Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-12-01T00:27:20.279Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestNamedListOpts [2022-12-01T00:27:20.279Z] --- PASS: TestNamedListOpts (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestNamedMapOpts [2022-12-01T00:27:20.279Z] --- PASS: TestNamedMapOpts (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestParseLink [2022-12-01T00:27:20.279Z] --- PASS: TestParseLink (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestQuotedStringSetWithQuotes [2022-12-01T00:27:20.279Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-12-01T00:27:20.279Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestQuotedStringSetWithNoQuotes [2022-12-01T00:27:20.279Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestUlimitOpt [2022-12-01T00:27:20.279Z] --- PASS: TestUlimitOpt (0.00s) [2022-12-01T00:27:20.279Z] PASS [2022-12-01T00:27:20.279Z] coverage: 67.1% of statements [2022-12-01T00:27:20.279Z] ok github.com/docker/docker/opts 0.142s coverage: 67.1% of statements [2022-12-01T00:27:20.279Z] === RUN TestUnbuffered [2022-12-01T00:27:20.279Z] --- PASS: TestUnbuffered (0.00s) [2022-12-01T00:27:20.279Z] === RUN TestRaceUnbuffered [2022-12-01T00:27:20.279Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-12-01T00:27:20.279Z] PASS [2022-12-01T00:27:20.279Z] coverage: 100.0% of statements [2022-12-01T00:27:20.279Z] ok github.com/docker/docker/pkg/broadcaster 0.111s coverage: 100.0% of statements [2022-12-01T00:27:21.264Z] === RUN TestPeerCertificateMarshalJSON [2022-12-01T00:27:21.264Z] === RUN TestMatch [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[foo]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[bar]_[foo]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[foo_bar]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[qux]_[foo]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[]#01 [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[qux]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[foo_bar_qux]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[qux]_[baz]] [2022-12-01T00:27:21.264Z] === RUN TestMatch/[[foo_baz]] [2022-12-01T00:27:21.264Z] --- PASS: TestMatch (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-12-01T00:27:21.264Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-12-01T00:27:21.264Z] PASS [2022-12-01T00:27:21.264Z] coverage: 87.5% of statements [2022-12-01T00:27:21.264Z] ok github.com/docker/docker/pkg/capabilities 0.039s coverage: 87.5% of statements [2022-12-01T00:27:21.731Z] === RUN TestIsArchivePathDir [2022-12-01T00:27:21.731Z] === RUN TestChrootTarUntar [2022-12-01T00:27:21.731Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootUntarWithHugeExcludesList [2022-12-01T00:27:21.731Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootUntarEmptyArchive [2022-12-01T00:27:21.731Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootTarUntarWithSymlink [2022-12-01T00:27:21.731Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootCopyWithTar [2022-12-01T00:27:21.731Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootCopyFileWithTar [2022-12-01T00:27:21.731Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootUntarPath [2022-12-01T00:27:21.731Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-12-01T00:27:21.731Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-12-01T00:27:21.731Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-12-01T00:27:21.731Z] --- PASS: TestPeerCertificateMarshalJSON (0.50s) [2022-12-01T00:27:21.731Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-12-01T00:27:21.731Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestMiddleware [2022-12-01T00:27:21.731Z] --- PASS: TestMiddleware (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestNewResponseModifier [2022-12-01T00:27:21.731Z] --- PASS: TestNewResponseModifier (0.00s) [2022-12-01T00:27:21.731Z] PASS [2022-12-01T00:27:21.731Z] coverage: 26.8% of statements [2022-12-01T00:27:21.731Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-12-01T00:27:21.731Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-12-01T00:27:21.731Z] === RUN TestChrootApplyDotDotFile [2022-12-01T00:27:21.731Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:21.731Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-12-01T00:27:21.731Z] PASS [2022-12-01T00:27:21.731Z] coverage: 15.1% of statements [2022-12-01T00:27:21.731Z] ok github.com/docker/docker/pkg/authorization 0.546s coverage: 26.8% of statements [2022-12-01T00:27:21.732Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-12-01T00:27:21.732Z] === RUN TestIsArchivePathInvalidFile [2022-12-01T00:27:21.732Z] ok github.com/docker/docker/pkg/chrootarchive 0.106s coverage: 15.1% of statements [2022-12-01T00:27:21.732Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2022-12-01T00:27:21.732Z] === RUN TestIsArchivePathTar [2022-12-01T00:27:21.915Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2022-12-01T00:27:21.915Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-12-01T00:27:21.915Z] remote: Enumerating objects: 23, done. [2022-12-01T00:27:21.915Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-12-01T00:27:21.915Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-12-01T00:27:21.915Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-12-01T00:27:21.915Z] Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-12-01T00:27:21.915Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-12-01T00:27:21.915Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-12-01T00:27:21.915Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-12-01T00:27:22.199Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-12-01T00:27:22.199Z] === RUN TestDecompressStreamGzip [2022-12-01T00:27:22.199Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-12-01T00:27:22.199Z] === RUN TestDecompressStreamBzip2 [2022-12-01T00:27:22.199Z] === RUN TestSizeEmpty [2022-12-01T00:27:22.199Z] --- PASS: TestSizeEmpty (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestSizeEmptyFile [2022-12-01T00:27:22.199Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestSizeNonemptyFile [2022-12-01T00:27:22.199Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestSizeNestedDirectoryEmpty [2022-12-01T00:27:22.199Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-12-01T00:27:22.199Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-12-01T00:27:22.199Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestMoveToSubdir [2022-12-01T00:27:22.199Z] --- PASS: TestMoveToSubdir (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestSizeNonExistingDirectory [2022-12-01T00:27:22.199Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-12-01T00:27:22.199Z] PASS [2022-12-01T00:27:22.199Z] coverage: 80.0% of statements [2022-12-01T00:27:22.199Z] ok github.com/docker/docker/pkg/directory 0.046s coverage: 80.0% of statements [2022-12-01T00:27:22.199Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-12-01T00:27:22.199Z] === RUN TestDecompressStreamXz [2022-12-01T00:27:22.199Z] archive_test.go:134: Xz not present in msys2 [2022-12-01T00:27:22.199Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestCompressStreamXzUnsupported [2022-12-01T00:27:22.199Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestCompressStreamBzip2Unsupported [2022-12-01T00:27:22.199Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestCompressStreamInvalid [2022-12-01T00:27:22.199Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestExtensionInvalid [2022-12-01T00:27:22.199Z] --- PASS: TestExtensionInvalid (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestExtensionUncompressed [2022-12-01T00:27:22.199Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestExtensionBzip2 [2022-12-01T00:27:22.199Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestExtensionGzip [2022-12-01T00:27:22.199Z] --- PASS: TestExtensionGzip (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestExtensionXz [2022-12-01T00:27:22.199Z] --- PASS: TestExtensionXz (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestCmdStreamLargeStderr [2022-12-01T00:27:22.199Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-12-01T00:27:22.199Z] === RUN TestCmdStreamBad [2022-12-01T00:27:22.199Z] archive_test.go:239: Failing on Windows CI machines [2022-12-01T00:27:22.199Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestCmdStreamGood [2022-12-01T00:27:22.199Z] --- PASS: TestCmdStreamGood (0.04s) [2022-12-01T00:27:22.199Z] === RUN TestUntarPathWithInvalidDest [2022-12-01T00:27:22.199Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-12-01T00:27:22.199Z] === RUN TestUntarPathWithInvalidSrc [2022-12-01T00:27:22.199Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-12-01T00:27:22.199Z] === RUN TestUntarPath [2022-12-01T00:27:22.234Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/test/unit [2022-12-01T00:27:22.401Z] === RUN TestDockerSuite/TestBuildIidFile [2022-12-01T00:27:22.401Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-12-01T00:27:22.401Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-12-01T00:27:22.401Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-12-01T00:27:22.401Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-12-01T00:27:22.666Z] --- PASS: TestUntarPath (0.08s) [2022-12-01T00:27:22.666Z] === RUN TestUntarPathWithDestinationFile [2022-12-01T00:27:22.666Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-12-01T00:27:22.666Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-12-01T00:27:22.666Z] === RUN Test [2022-12-01T00:27:22.666Z] === RUN Test/TestContent [2022-12-01T00:27:22.666Z] === RUN Test/TestInitialize [2022-12-01T00:27:22.666Z] === RUN Test/TestNew [2022-12-01T00:27:22.666Z] === RUN Test/TestParsingContentsWithComments [2022-12-01T00:27:22.666Z] === RUN Test/TestRegister [2022-12-01T00:27:22.666Z] === RUN Test/TestWatch [2022-12-01T00:27:22.666Z] --- PASS: Test (0.03s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestContent (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestInitialize (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestNew (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestRegister (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestWatch (0.03s) [2022-12-01T00:27:22.666Z] PASS [2022-12-01T00:27:22.666Z] coverage: 92.9% of statements [2022-12-01T00:27:22.666Z] ok github.com/docker/docker/pkg/discovery/file 0.077s coverage: 92.9% of statements [2022-12-01T00:27:22.666Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-12-01T00:27:22.666Z] === RUN TestCopyWithTarInvalidSrc [2022-12-01T00:27:22.666Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-12-01T00:27:22.666Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-12-01T00:27:22.666Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-12-01T00:27:22.666Z] === RUN TestCopyWithTarSrcFile [2022-12-01T00:27:22.666Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-12-01T00:27:22.666Z] === RUN TestCopyWithTarSrcFolder [2022-12-01T00:27:22.666Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-12-01T00:27:22.666Z] === RUN TestCopyFileWithTarInvalidSrc [2022-12-01T00:27:22.666Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-12-01T00:27:22.666Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-12-01T00:27:22.666Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-12-01T00:27:22.666Z] === RUN TestCopyFileWithTarSrcFolder [2022-12-01T00:27:22.666Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-12-01T00:27:22.666Z] === RUN TestCopyFileWithTarSrcFile [2022-12-01T00:27:22.666Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-12-01T00:27:22.666Z] === RUN TestTarFiles [2022-12-01T00:27:22.666Z] === RUN Test [2022-12-01T00:27:22.666Z] === RUN Test/TestContainsEntry [2022-12-01T00:27:22.666Z] === RUN Test/TestCreateEntries [2022-12-01T00:27:22.666Z] === RUN Test/TestEntriesDiff [2022-12-01T00:27:22.666Z] === RUN Test/TestEntriesEquality [2022-12-01T00:27:22.666Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2022-12-01T00:27:22.666Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2022-12-01T00:27:22.666Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2022-12-01T00:27:22.666Z] === RUN Test/TestGeneratorNotGenerate [2022-12-01T00:27:22.666Z] === RUN Test/TestGeneratorWithPort [2022-12-01T00:27:22.666Z] === RUN Test/TestGeneratorWithPortNotGenerate [2022-12-01T00:27:22.666Z] === RUN Test/TestNewEntry [2022-12-01T00:27:22.666Z] === RUN Test/TestParse [2022-12-01T00:27:22.666Z] --- PASS: Test (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestContainsEntry (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestCreateEntries (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestEntriesDiff (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestEntriesEquality (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestNewEntry (0.00s) [2022-12-01T00:27:22.666Z] --- PASS: Test/TestParse (0.00s) [2022-12-01T00:27:22.666Z] PASS [2022-12-01T00:27:22.666Z] coverage: 58.3% of statements [2022-12-01T00:27:22.666Z] ok github.com/docker/docker/pkg/discovery 0.045s coverage: 58.3% of statements [2022-12-01T00:27:23.340Z] === RUN TestDockerSuite/TestBuildInheritance [2022-12-01T00:27:23.651Z] === RUN Test [2022-12-01T00:27:23.651Z] === RUN Test/TestWatch [2022-12-01T00:27:23.651Z] --- PASS: Test (0.00s) [2022-12-01T00:27:23.651Z] --- PASS: Test/TestWatch (0.00s) [2022-12-01T00:27:23.651Z] PASS [2022-12-01T00:27:23.651Z] coverage: 92.3% of statements [2022-12-01T00:27:23.651Z] ok github.com/docker/docker/pkg/discovery/memory 0.085s coverage: 92.3% of statements [2022-12-01T00:27:23.651Z] === RUN Test [2022-12-01T00:27:23.651Z] === RUN Test/TestInitialize [2022-12-01T00:27:23.651Z] === RUN Test [2022-12-01T00:27:23.651Z] === RUN Test/TestInitialize [2022-12-01T00:27:23.651Z] === RUN Test/TestInitializeWithPattern [2022-12-01T00:27:23.651Z] === RUN Test/TestRegister [2022-12-01T00:27:23.651Z] === RUN Test/TestWatch [2022-12-01T00:27:23.651Z] --- PASS: Test (0.00s) [2022-12-01T00:27:23.651Z] --- PASS: Test/TestInitialize (0.00s) [2022-12-01T00:27:23.651Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2022-12-01T00:27:23.651Z] --- PASS: Test/TestRegister (0.00s) [2022-12-01T00:27:23.651Z] --- PASS: Test/TestWatch (0.00s) [2022-12-01T00:27:23.651Z] PASS [2022-12-01T00:27:23.651Z] coverage: 93.8% of statements [2022-12-01T00:27:23.651Z] ok github.com/docker/docker/pkg/discovery/nodes 0.040s coverage: 93.8% of statements [2022-12-01T00:27:23.651Z] time="2022-12-01T00:27:23Z" level=info msg="Initializing discovery without TLS" [2022-12-01T00:27:23.651Z] time="2022-12-01T00:27:23Z" level=info msg="Initializing discovery without TLS" [2022-12-01T00:27:23.651Z] time="2022-12-01T00:27:23Z" level=info msg="Initializing discovery without TLS" [2022-12-01T00:27:23.651Z] === RUN Test/TestInitializeWithCerts [2022-12-01T00:27:23.651Z] time="2022-12-01T00:27:23Z" level=info msg="Initializing discovery with TLS" [2022-12-01T00:27:23.651Z] === RUN Test/TestWatch [2022-12-01T00:27:23.651Z] time="2022-12-01T00:27:23Z" level=info msg="Initializing discovery without TLS" [2022-12-01T00:27:23.909Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-12-01T00:27:24.636Z] === RUN TestPollerAddRemove [2022-12-01T00:27:24.636Z] --- PASS: TestPollerAddRemove (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestPollerEvent [2022-12-01T00:27:24.636Z] poller_test.go:41: No chmod on Windows [2022-12-01T00:27:24.636Z] --- SKIP: TestPollerEvent (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestPollerClose [2022-12-01T00:27:24.636Z] --- PASS: TestPollerClose (0.00s) [2022-12-01T00:27:24.636Z] PASS [2022-12-01T00:27:24.636Z] coverage: 36.2% of statements [2022-12-01T00:27:24.636Z] ok github.com/docker/docker/pkg/filenotify 0.043s coverage: 36.2% of statements [2022-12-01T00:27:24.636Z] === RUN TestCopyFileWithInvalidSrc [2022-12-01T00:27:24.636Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCopyFileWithInvalidDest [2022-12-01T00:27:24.636Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCopyFileWithSameSrcAndDest [2022-12-01T00:27:24.636Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-12-01T00:27:24.636Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCopyFile [2022-12-01T00:27:24.636Z] --- PASS: TestCopyFile (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-12-01T00:27:24.636Z] fileutils_test.go:134: Needs porting to Windows [2022-12-01T00:27:24.636Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-12-01T00:27:24.636Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestReadSymlinkedDirectoryToFile [2022-12-01T00:27:24.636Z] fileutils_test.go:180: Needs porting to Windows [2022-12-01T00:27:24.636Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestWildcardMatches [2022-12-01T00:27:24.636Z] --- PASS: TestWildcardMatches (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestPatternMatches [2022-12-01T00:27:24.636Z] --- PASS: TestPatternMatches (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-12-01T00:27:24.636Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestPatternMatchesFolderExclusions [2022-12-01T00:27:24.636Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-12-01T00:27:24.636Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-12-01T00:27:24.636Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-12-01T00:27:24.636Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-12-01T00:27:24.636Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestSingleExclamationError [2022-12-01T00:27:24.636Z] --- PASS: TestSingleExclamationError (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestMatchesWithNoPatterns [2022-12-01T00:27:24.636Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestMatchesWithMalformedPatterns [2022-12-01T00:27:24.636Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestMatches [2022-12-01T00:27:24.636Z] --- PASS: TestMatches (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCleanPatterns [2022-12-01T00:27:24.636Z] --- PASS: TestCleanPatterns (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-12-01T00:27:24.636Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCleanPatternsExceptionFlag [2022-12-01T00:27:24.636Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-12-01T00:27:24.636Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-12-01T00:27:24.636Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-12-01T00:27:24.636Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-12-01T00:27:24.763Z] ? github.com/docker/docker/api [no test files] [2022-12-01T00:27:24.987Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-12-01T00:27:24.987Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-12-01T00:27:24.987Z] docker_api_swarm_test.go:46: [df63a1de14eb5] joining swarm manager [dfe9345b8d328]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:27:25.104Z] === RUN TestCleanPatternsErrorSingleException [2022-12-01T00:27:25.104Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-12-01T00:27:25.104Z] === RUN TestCreateIfNotExistsDir [2022-12-01T00:27:25.104Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-12-01T00:27:25.104Z] === RUN TestCreateIfNotExistsFile [2022-12-01T00:27:25.104Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-12-01T00:27:25.104Z] === RUN TestMatch [2022-12-01T00:27:25.104Z] --- PASS: TestMatch (0.00s) [2022-12-01T00:27:25.104Z] PASS [2022-12-01T00:27:25.104Z] coverage: 85.4% of statements [2022-12-01T00:27:25.104Z] ok github.com/docker/docker/pkg/fileutils 0.084s coverage: 85.4% of statements [2022-12-01T00:27:25.104Z] === RUN TestGet [2022-12-01T00:27:25.104Z] --- PASS: TestGet (0.00s) [2022-12-01T00:27:25.104Z] === RUN TestGetShortcutString [2022-12-01T00:27:25.104Z] --- PASS: TestGetShortcutString (0.00s) [2022-12-01T00:27:25.104Z] PASS [2022-12-01T00:27:25.104Z] coverage: 42.9% of statements [2022-12-01T00:27:25.104Z] ok github.com/docker/docker/pkg/homedir 0.050s coverage: 42.9% of statements [2022-12-01T00:27:25.931Z] === RUN TestDockerSuite/TestBuildLabel [2022-12-01T00:27:26.088Z] === RUN TestCreateIDMapOrder [2022-12-01T00:27:26.088Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-12-01T00:27:26.088Z] PASS [2022-12-01T00:27:26.088Z] coverage: 7.2% of statements [2022-12-01T00:27:26.088Z] ok github.com/docker/docker/pkg/idtools 0.121s coverage: 7.2% of statements [2022-12-01T00:27:26.191Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-12-01T00:27:26.555Z] === RUN TestFixedBufferCap [2022-12-01T00:27:26.555Z] --- PASS: TestFixedBufferCap (0.00s) [2022-12-01T00:27:26.555Z] === RUN TestFixedBufferLen [2022-12-01T00:27:26.555Z] --- PASS: TestFixedBufferLen (0.00s) [2022-12-01T00:27:26.555Z] === RUN TestFixedBufferString [2022-12-01T00:27:26.555Z] --- PASS: TestFixedBufferString (0.00s) [2022-12-01T00:27:26.555Z] === RUN TestFixedBufferWrite [2022-12-01T00:27:26.555Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-12-01T00:27:26.555Z] === RUN TestFixedBufferRead [2022-12-01T00:27:26.555Z] --- PASS: TestFixedBufferRead (0.00s) [2022-12-01T00:27:26.555Z] === RUN TestBytesPipeRead [2022-12-01T00:27:26.555Z] --- PASS: TestBytesPipeRead (0.00s) [2022-12-01T00:27:26.555Z] === RUN TestBytesPipeWrite [2022-12-01T00:27:26.555Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-12-01T00:27:26.555Z] === RUN TestBytesPipeWriteRandomChunks [2022-12-01T00:27:26.761Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-12-01T00:27:27.022Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-12-01T00:27:27.022Z] --- PASS: Test (3.16s) [2022-12-01T00:27:27.022Z] --- PASS: Test/TestInitialize (0.15s) [2022-12-01T00:27:27.022Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: Test/TestWatch (3.01s) [2022-12-01T00:27:27.022Z] PASS [2022-12-01T00:27:27.022Z] coverage: 84.1% of statements [2022-12-01T00:27:27.022Z] ok github.com/docker/docker/pkg/discovery/kv 3.202s coverage: 84.1% of statements [2022-12-01T00:27:27.022Z] === RUN TestError [2022-12-01T00:27:27.022Z] --- PASS: TestError (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestProgressString [2022-12-01T00:27:27.022Z] === RUN TestProgressString/no_progress [2022-12-01T00:27:27.022Z] === RUN TestProgressString/progress_1 [2022-12-01T00:27:27.022Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-12-01T00:27:27.022Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-12-01T00:27:27.022Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-12-01T00:27:27.022Z] === RUN TestProgressString/with_units [2022-12-01T00:27:27.022Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-12-01T00:27:27.022Z] === RUN TestProgressString/hide_counts [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/with_units (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-12-01T00:27:27.022Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestJSONMessageDisplay [2022-12-01T00:27:27.022Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-12-01T00:27:27.022Z] === RUN TestAtomicWriteToFile [2022-12-01T00:27:27.022Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-12-01T00:27:27.022Z] === RUN TestAtomicWriteSetCommit [2022-12-01T00:27:27.022Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-12-01T00:27:27.022Z] === RUN TestAtomicWriteSetCancel [2022-12-01T00:27:27.022Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-12-01T00:27:27.022Z] === RUN TestReadCloserWrapperClose [2022-12-01T00:27:27.022Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestReaderErrWrapperReadOnError [2022-12-01T00:27:27.022Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestReaderErrWrapperRead [2022-12-01T00:27:27.022Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestHashData [2022-12-01T00:27:27.022Z] --- PASS: TestHashData (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestCancelReadCloser [2022-12-01T00:27:27.022Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-12-01T00:27:27.022Z] === RUN TestJSONMessageDisplayWithJSONError [2022-12-01T00:27:27.022Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-12-01T00:27:27.022Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestDisplayJSONMessagesStream [2022-12-01T00:27:27.022Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-12-01T00:27:27.022Z] PASS [2022-12-01T00:27:27.022Z] coverage: 91.7% of statements [2022-12-01T00:27:27.022Z] ok github.com/docker/docker/pkg/jsonmessage 0.193s coverage: 91.7% of statements [2022-12-01T00:27:27.022Z] --- PASS: TestCancelReadCloser (0.10s) [2022-12-01T00:27:27.022Z] === RUN TestWriteCloserWrapperClose [2022-12-01T00:27:27.022Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestNopWriteCloser [2022-12-01T00:27:27.022Z] --- PASS: TestNopWriteCloser (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestNopWriter [2022-12-01T00:27:27.022Z] --- PASS: TestNopWriter (0.00s) [2022-12-01T00:27:27.022Z] === RUN TestWriteCounter [2022-12-01T00:27:27.022Z] --- PASS: TestWriteCounter (0.00s) [2022-12-01T00:27:27.022Z] PASS [2022-12-01T00:27:27.490Z] coverage: 69.2% of statements [2022-12-01T00:27:27.490Z] ok github.com/docker/docker/pkg/ioutils 0.719s coverage: 69.2% of statements [2022-12-01T00:27:27.490Z] === RUN TestStandardLongPath [2022-12-01T00:27:27.490Z] --- PASS: TestStandardLongPath (0.00s) [2022-12-01T00:27:27.490Z] === RUN TestUNCLongPath [2022-12-01T00:27:27.490Z] --- PASS: TestUNCLongPath (0.00s) [2022-12-01T00:27:27.490Z] PASS [2022-12-01T00:27:27.490Z] coverage: 100.0% of statements [2022-12-01T00:27:27.490Z] ok github.com/docker/docker/pkg/longpath 0.056s coverage: 100.0% of statements [2022-12-01T00:27:27.592Z] === RUN TestDockerSuite/TestBuildLabels [2022-12-01T00:27:27.852Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-12-01T00:27:27.957Z] === RUN TestNameFormat [2022-12-01T00:27:27.957Z] --- PASS: TestNameFormat (0.00s) [2022-12-01T00:27:27.957Z] === RUN TestNameRetries [2022-12-01T00:27:27.957Z] --- PASS: TestNameRetries (0.00s) [2022-12-01T00:27:27.957Z] PASS [2022-12-01T00:27:27.957Z] coverage: 85.7% of statements [2022-12-01T00:27:27.957Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-12-01T00:27:27.957Z] --- PASS: TestTarFiles (5.34s) [2022-12-01T00:27:27.957Z] === RUN TestTarUntar [2022-12-01T00:27:27.957Z] --- PASS: TestTarUntar (0.03s) [2022-12-01T00:27:27.957Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-12-01T00:27:27.957Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-12-01T00:27:27.957Z] === RUN TestTarWithOptions [2022-12-01T00:27:27.957Z] --- PASS: TestTarWithOptions (0.02s) [2022-12-01T00:27:27.957Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-12-01T00:27:27.957Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-12-01T00:27:27.957Z] === RUN TestUntarUstarGnuConflict [2022-12-01T00:27:27.957Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-12-01T00:27:27.957Z] === RUN TestUntarInvalidFilenames [2022-12-01T00:27:28.423Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3069445682\\dest" [2022-12-01T00:27:28.423Z] --- PASS: TestUntarInvalidFilenames (0.17s) [2022-12-01T00:27:28.423Z] === RUN TestUntarHardlinkToSymlink [2022-12-01T00:27:28.424Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-12-01T00:27:28.424Z] === RUN TestUntarInvalidHardlink [2022-12-01T00:27:28.424Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink793463705\\victim\\hello" -> "../victim/hello" [2022-12-01T00:27:28.424Z] === RUN TestParseKeyValueOpt [2022-12-01T00:27:28.424Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-12-01T00:27:28.424Z] === RUN TestParseUintList [2022-12-01T00:27:28.424Z] --- PASS: TestParseUintList (0.00s) [2022-12-01T00:27:28.424Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2271139972\\victim\\hello" -> "/../victim/hello" [2022-12-01T00:27:28.424Z] === RUN TestParseUintListMaximumLimits [2022-12-01T00:27:28.424Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-12-01T00:27:28.424Z] PASS [2022-12-01T00:27:28.424Z] coverage: 97.0% of statements [2022-12-01T00:27:28.424Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink829383819\\victim" -> "../victim" [2022-12-01T00:27:28.424Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink634793421\\victim" -> "../victim" [2022-12-01T00:27:28.424Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2022-12-01T00:27:28.424Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2763813532\\victim" -> "../victim" [2022-12-01T00:27:28.424Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink330186353\\victim" -> "../victim" [2022-12-01T00:27:28.424Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-12-01T00:27:28.424Z] === RUN TestUntarInvalidSymlink [2022-12-01T00:27:28.424Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2838673800\\dest\\dotdot" -> "../victim/hello" [2022-12-01T00:27:28.424Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink627032464\\dest\\slash-dotdot" -> "/../victim/hello" [2022-12-01T00:27:28.424Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2889562309\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:28.424Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3933650784\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:28.424Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2947423594\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:28.424Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink983409205\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:28.424Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1240615664\\dest\\dir\\loophole" -> "../../victim" [2022-12-01T00:27:28.424Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-12-01T00:27:28.424Z] === RUN TestTempArchiveCloseMultipleTimes [2022-12-01T00:27:28.424Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-12-01T00:27:28.424Z] === RUN TestXGlobalNoParent [2022-12-01T00:27:28.424Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-12-01T00:27:28.424Z] === RUN TestReplaceFileTarWrapper [2022-12-01T00:27:28.424Z] --- PASS: TestReplaceFileTarWrapper (0.16s) [2022-12-01T00:27:28.424Z] === RUN TestPrefixHeaderReadable [2022-12-01T00:27:28.424Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-12-01T00:27:28.424Z] === RUN TestDisablePigz [2022-12-01T00:27:28.424Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2022-12-01T00:27:28.424Z] === RUN TestNewAndRemove [2022-12-01T00:27:28.424Z] --- PASS: TestNewAndRemove (0.00s) [2022-12-01T00:27:28.424Z] === RUN TestRemoveInvalidPath [2022-12-01T00:27:28.424Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-12-01T00:27:28.424Z] PASS [2022-12-01T00:27:28.424Z] coverage: 82.6% of statements [2022-12-01T00:27:28.424Z] ok github.com/docker/docker/pkg/pidfile 0.064s coverage: 82.6% of statements [2022-12-01T00:27:28.424Z] --- PASS: TestDisablePigz (0.14s) [2022-12-01T00:27:28.424Z] === RUN TestPigz [2022-12-01T00:27:28.891Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2022-12-01T00:27:28.891Z] --- PASS: TestPigz (0.18s) [2022-12-01T00:27:28.891Z] === RUN TestCopyFileWithInvalidDest [2022-12-01T00:27:28.891Z] archive_windows_test.go:17: Currently fails [2022-12-01T00:27:28.891Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-12-01T00:27:28.891Z] === RUN TestCanonicalTarNameForPath [2022-12-01T00:27:28.891Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-12-01T00:27:28.891Z] === RUN TestCanonicalTarName [2022-12-01T00:27:28.891Z] --- PASS: TestCanonicalTarName (0.00s) [2022-12-01T00:27:28.891Z] === RUN TestChmodTarEntry [2022-12-01T00:27:28.891Z] --- PASS: TestChmodTarEntry (0.00s) [2022-12-01T00:27:28.891Z] === RUN TestHardLinkOrder [2022-12-01T00:27:28.891Z] --- PASS: TestHardLinkOrder (0.08s) [2022-12-01T00:27:28.891Z] === RUN TestChangeString [2022-12-01T00:27:28.891Z] --- PASS: TestChangeString (0.00s) [2022-12-01T00:27:28.891Z] === RUN TestChangesWithNoChanges [2022-12-01T00:27:28.891Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-12-01T00:27:28.891Z] === RUN TestChangesWithChanges [2022-12-01T00:27:28.891Z] --- PASS: TestChangesWithChanges (0.03s) [2022-12-01T00:27:28.891Z] === RUN TestChangesWithChangesGH13590 [2022-12-01T00:27:28.891Z] changes_test.go:192: needs more investigation [2022-12-01T00:27:28.891Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-12-01T00:27:28.891Z] === RUN TestChangesDirsEmpty [2022-12-01T00:27:28.891Z] --- PASS: TestChangesDirsEmpty (0.13s) [2022-12-01T00:27:28.891Z] === RUN TestChangesDirsMutated [2022-12-01T00:27:29.234Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-12-01T00:27:29.358Z] === RUN TestParseEmptyInterface [2022-12-01T00:27:29.358Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestParseNonInterfaceType [2022-12-01T00:27:29.358Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestParseWithOneFunction [2022-12-01T00:27:29.358Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestParseWithMultipleFuncs [2022-12-01T00:27:29.358Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestParseWithUnnamedReturn [2022-12-01T00:27:29.358Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestEmbeddedInterface [2022-12-01T00:27:29.358Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestParsedImports [2022-12-01T00:27:29.358Z] --- PASS: TestParsedImports (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestAliasedImports [2022-12-01T00:27:29.358Z] --- PASS: TestAliasedImports (0.00s) [2022-12-01T00:27:29.358Z] PASS [2022-12-01T00:27:29.358Z] coverage: 56.8% of statements [2022-12-01T00:27:29.358Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.048s coverage: 56.8% of statements [2022-12-01T00:27:29.358Z] --- PASS: TestChangesDirsMutated (0.13s) [2022-12-01T00:27:29.358Z] === RUN TestApplyLayer [2022-12-01T00:27:29.358Z] changes_test.go:405: needs further investigation [2022-12-01T00:27:29.358Z] --- SKIP: TestApplyLayer (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestChangesSizeWithHardlinks [2022-12-01T00:27:29.358Z] changes_test.go:441: needs further investigation [2022-12-01T00:27:29.358Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestChangesSizeWithNoChanges [2022-12-01T00:27:29.358Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-12-01T00:27:29.358Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestChangesSize [2022-12-01T00:27:29.358Z] --- PASS: TestChangesSize (0.00s) [2022-12-01T00:27:29.358Z] === RUN TestApplyLayerInvalidFilenames [2022-12-01T00:27:29.358Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames760761142\\dest" [2022-12-01T00:27:29.358Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-12-01T00:27:29.358Z] === RUN TestApplyLayerInvalidHardlink [2022-12-01T00:27:29.358Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink687870624\\victim\\hello" -> "../victim/hello" [2022-12-01T00:27:29.358Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3537832079\\victim\\hello" -> "/../victim/hello" [2022-12-01T00:27:29.358Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink510087853\\victim" -> "../victim" [2022-12-01T00:27:29.358Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1413414679\\victim" -> "../victim" [2022-12-01T00:27:29.358Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1274272409\\victim" -> "../victim" [2022-12-01T00:27:29.358Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3560300844\\victim" -> "../victim" [2022-12-01T00:27:29.358Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-12-01T00:27:29.358Z] === RUN TestApplyLayerInvalidSymlink [2022-12-01T00:27:29.358Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2777901198\\dest\\dotdot" -> "../victim/hello" [2022-12-01T00:27:29.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1614406427\\dest\\slash-dotdot" -> "/../victim/hello" [2022-12-01T00:27:29.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3257296505\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:29.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2133613119\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:29.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1064167330\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:29.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1685668223\\dest\\loophole-victim" -> "../victim" [2022-12-01T00:27:29.359Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-12-01T00:27:29.359Z] === RUN TestApplyLayerWhiteouts [2022-12-01T00:27:29.359Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-12-01T00:27:29.359Z] === RUN TestGenerateEmptyFile [2022-12-01T00:27:29.359Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-12-01T00:27:29.359Z] === RUN TestGenerateWithContent [2022-12-01T00:27:29.359Z] --- PASS: TestGenerateWithContent (0.00s) [2022-12-01T00:27:29.359Z] PASS [2022-12-01T00:27:29.359Z] coverage: 62.6% of statements [2022-12-01T00:27:29.359Z] ok github.com/docker/docker/pkg/archive 7.797s coverage: 62.6% of statements [2022-12-01T00:27:29.826Z] === RUN TestFailedConnection [2022-12-01T00:27:29.826Z] === RUN TestHTTPTransport [2022-12-01T00:27:30.293Z] --- PASS: TestHTTPTransport (0.00s) [2022-12-01T00:27:30.293Z] PASS [2022-12-01T00:27:30.293Z] coverage: 85.7% of statements [2022-12-01T00:27:30.293Z] ok github.com/docker/docker/pkg/plugins/transport 0.059s coverage: 85.7% of statements [2022-12-01T00:27:30.293Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-12-01T00:27:30.293Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-12-01T00:27:30.293Z] === RUN TestBufioReaderPoolPutAndGet [2022-12-01T00:27:30.293Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-12-01T00:27:30.293Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-12-01T00:27:30.293Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-12-01T00:27:30.293Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-12-01T00:27:30.293Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-12-01T00:27:30.293Z] === RUN TestBufioWriterPoolPutAndGet [2022-12-01T00:27:30.293Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-12-01T00:27:30.293Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-12-01T00:27:30.293Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-12-01T00:27:30.293Z] === RUN TestBufferPoolPutAndGet [2022-12-01T00:27:30.293Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-12-01T00:27:30.293Z] PASS [2022-12-01T00:27:30.293Z] coverage: 88.2% of statements [2022-12-01T00:27:30.293Z] ok github.com/docker/docker/pkg/pools 0.048s coverage: 88.2% of statements [2022-12-01T00:27:30.760Z] === RUN TestOutputOnPrematureClose [2022-12-01T00:27:30.760Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-12-01T00:27:30.760Z] === RUN TestCompleteSilently [2022-12-01T00:27:30.760Z] --- PASS: TestCompleteSilently (0.00s) [2022-12-01T00:27:30.760Z] PASS [2022-12-01T00:27:30.760Z] coverage: 75.9% of statements [2022-12-01T00:27:30.760Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-12-01T00:27:30.760Z] === RUN TestSendToOneSub [2022-12-01T00:27:30.760Z] --- PASS: TestSendToOneSub (0.00s) [2022-12-01T00:27:30.760Z] === RUN TestSendToMultipleSubs [2022-12-01T00:27:30.760Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-12-01T00:27:30.760Z] === RUN TestEvictOneSub [2022-12-01T00:27:30.760Z] --- PASS: TestEvictOneSub (0.00s) [2022-12-01T00:27:30.760Z] === RUN TestClosePublisher [2022-12-01T00:27:30.760Z] --- PASS: TestClosePublisher (0.00s) [2022-12-01T00:27:30.760Z] === RUN TestPubSubRace [2022-12-01T00:27:30.760Z] --- PASS: TestFailedConnection (1.03s) [2022-12-01T00:27:30.760Z] === RUN TestFailOnce [2022-12-01T00:27:30.760Z] 2022/12/01 00:27:30 http: panic serving 127.0.0.1:49252: Plugin not ready [2022-12-01T00:27:30.760Z] goroutine 22 [running]: [2022-12-01T00:27:31.228Z] net/http.(*conn).serve.func1() [2022-12-01T00:27:31.228Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-12-01T00:27:31.228Z] panic({0x13259e0, 0x14695b0}) [2022-12-01T00:27:31.228Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-12-01T00:27:31.228Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x370000000000003b?, 0xffffffffffffffff?}, 0x37d3e60e2bc92a8b?) [2022-12-01T00:27:31.228Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-12-01T00:27:31.228Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x146ee08?, 0xc0001240e0?}, 0xc00014da78?) [2022-12-01T00:27:31.228Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-12-01T00:27:31.228Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x146ee08, 0xc0001240e0}, 0xc000130200) [2022-12-01T00:27:31.228Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-12-01T00:27:31.228Z] net/http.serverHandler.ServeHTTP({0x146d338?}, {0x146ee08, 0xc0001240e0}, 0xc000130200) [2022-12-01T00:27:31.228Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-12-01T00:27:31.228Z] net/http.(*conn).serve(0xc000140000, {0x146f218, 0xc00010a420}) [2022-12-01T00:27:31.228Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-12-01T00:27:31.228Z] created by net/http.(*Server).Serve [2022-12-01T00:27:31.228Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-12-01T00:27:31.228Z] time="2022-12-01T00:27:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49251/Test.FailOnce: Post \"http://127.0.0.1:49251/Test.FailOnce\": EOF, retrying in 1s" [2022-12-01T00:27:31.695Z] === RUN TestRegister [2022-12-01T00:27:31.695Z] --- PASS: TestRegister (0.00s) [2022-12-01T00:27:31.695Z] === RUN TestCommand [2022-12-01T00:27:31.695Z] --- PASS: TestCommand (0.03s) [2022-12-01T00:27:31.695Z] === RUN TestNaiveSelf [2022-12-01T00:27:31.695Z] --- PASS: TestNaiveSelf (0.03s) [2022-12-01T00:27:31.695Z] PASS [2022-12-01T00:27:31.695Z] coverage: 82.4% of statements [2022-12-01T00:27:31.695Z] ok github.com/docker/docker/pkg/reexec 0.095s coverage: 82.4% of statements [2022-12-01T00:27:31.695Z] --- PASS: TestPubSubRace (1.07s) [2022-12-01T00:27:31.695Z] PASS [2022-12-01T00:27:31.695Z] coverage: 75.0% of statements [2022-12-01T00:27:31.695Z] ok github.com/docker/docker/pkg/pubsub 1.105s coverage: 75.0% of statements [2022-12-01T00:27:31.774Z] === RUN TestDockerSuite/TestBuildLastModified [2022-12-01T00:27:32.034Z] --- PASS: TestImportExtremelyLargeImageWorks (175.91s) [2022-12-01T00:27:32.034Z] PASS [2022-12-01T00:27:32.034Z] [2022-12-01T00:27:32.034Z] DONE 13 tests in 180.152s [2022-12-01T00:27:32.034Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-12-01T00:27:32.035Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:27:32.035Z] ++ set -e [2022-12-01T00:27:32.035Z] ++ '[' -n 0 ']' [2022-12-01T00:27:32.035Z] ++ set -x [2022-12-01T00:27:32.035Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:27:32.162Z] --- PASS: TestFailOnce (1.17s) [2022-12-01T00:27:32.162Z] === RUN TestEchoInputOutput [2022-12-01T00:27:32.162Z] --- PASS: TestEchoInputOutput (0.00s) [2022-12-01T00:27:32.162Z] === RUN TestBackoff [2022-12-01T00:27:32.162Z] --- PASS: TestBackoff (0.00s) [2022-12-01T00:27:32.162Z] === RUN TestAbortRetry [2022-12-01T00:27:32.162Z] --- PASS: TestAbortRetry (0.00s) [2022-12-01T00:27:32.162Z] === RUN TestClientScheme [2022-12-01T00:27:32.162Z] --- PASS: TestClientScheme (0.00s) [2022-12-01T00:27:32.162Z] === RUN TestNewClientWithTimeout [2022-12-01T00:27:32.294Z] INFO: Testing against a local daemon [2022-12-01T00:27:32.294Z] === RUN TestNetworkCreateDelete [2022-12-01T00:27:32.294Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-12-01T00:27:32.294Z] === RUN TestDockerNetworkDeletePreferID [2022-12-01T00:27:32.629Z] === RUN TestParseSignal [2022-12-01T00:27:32.629Z] --- PASS: TestParseSignal (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestValidSignalForPlatform [2022-12-01T00:27:32.629Z] --- PASS: TestValidSignalForPlatform (0.00s) [2022-12-01T00:27:32.629Z] PASS [2022-12-01T00:27:32.629Z] coverage: 19.7% of statements [2022-12-01T00:27:32.629Z] ok github.com/docker/docker/pkg/signal 0.037s coverage: 19.7% of statements [2022-12-01T00:27:32.629Z] time="2022-12-01T00:27:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49256/Test.Echo: Post \"http://127.0.0.1:49256/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-12-01T00:27:32.629Z] === RUN TestNewStdWriter [2022-12-01T00:27:32.629Z] --- PASS: TestNewStdWriter (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestWriteWithUninitializedStdWriter [2022-12-01T00:27:32.629Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestWriteWithNilBytes [2022-12-01T00:27:32.629Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestWrite [2022-12-01T00:27:32.629Z] --- PASS: TestWrite (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestWriteWithWriterError [2022-12-01T00:27:32.629Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-12-01T00:27:32.629Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyWriteAndRead [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyWithInvalidInputHeader [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyWithCorruptedPrefix [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyReturnsWriteErrors [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-12-01T00:27:32.629Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-12-01T00:27:32.629Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-12-01T00:27:32.629Z] PASS [2022-12-01T00:27:32.629Z] coverage: 100.0% of statements [2022-12-01T00:27:32.629Z] ok github.com/docker/docker/pkg/stdcopy 0.038s coverage: 100.0% of statements [2022-12-01T00:27:32.867Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-12-01T00:27:32.867Z] === RUN TestDaemonDNSFallback [2022-12-01T00:27:33.097Z] === RUN TestRawProgressFormatterFormatStatus [2022-12-01T00:27:33.097Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestRawProgressFormatterFormatProgress [2022-12-01T00:27:33.097Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestFormatStatus [2022-12-01T00:27:33.097Z] --- PASS: TestFormatStatus (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestFormatError [2022-12-01T00:27:33.097Z] --- PASS: TestFormatError (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestFormatJSONError [2022-12-01T00:27:33.097Z] --- PASS: TestFormatJSONError (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestJsonProgressFormatterFormatProgress [2022-12-01T00:27:33.097Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestJsonProgressFormatterFormatStatus [2022-12-01T00:27:33.097Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestNewJSONProgressOutput [2022-12-01T00:27:33.097Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestAuxFormatterEmit [2022-12-01T00:27:33.097Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestStreamWriterStdout [2022-12-01T00:27:33.097Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-12-01T00:27:33.097Z] === RUN TestStreamWriterStderr [2022-12-01T00:27:33.097Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-12-01T00:27:33.097Z] PASS [2022-12-01T00:27:33.097Z] coverage: 66.2% of statements [2022-12-01T00:27:33.097Z] ok github.com/docker/docker/pkg/streamformatter 0.041s coverage: 66.2% of statements [2022-12-01T00:27:33.564Z] === RUN TestGenerateRandomID [2022-12-01T00:27:33.564Z] --- PASS: TestGenerateRandomID (0.00s) [2022-12-01T00:27:33.564Z] === RUN TestShortenId [2022-12-01T00:27:33.564Z] --- PASS: TestShortenId (0.00s) [2022-12-01T00:27:33.564Z] === RUN TestShortenSha256Id [2022-12-01T00:27:33.564Z] --- PASS: TestShortenSha256Id (0.00s) [2022-12-01T00:27:33.564Z] === RUN TestShortenIdEmpty [2022-12-01T00:27:33.564Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-12-01T00:27:33.564Z] === RUN TestShortenIdInvalid [2022-12-01T00:27:33.564Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-12-01T00:27:33.564Z] === RUN TestIsShortIDNonHex [2022-12-01T00:27:33.564Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-12-01T00:27:33.564Z] === RUN TestIsShortIDNotCorrectSize [2022-12-01T00:27:33.564Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-12-01T00:27:33.564Z] PASS [2022-12-01T00:27:33.564Z] coverage: 70.6% of statements [2022-12-01T00:27:33.564Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2022-12-01T00:27:34.032Z] time="2022-12-01T00:27:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49256/Test.Echo: Post \"http://127.0.0.1:49256/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-12-01T00:27:34.499Z] === RUN TestIsCpusetListAvailable [2022-12-01T00:27:34.499Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-12-01T00:27:34.499Z] PASS [2022-12-01T00:27:34.499Z] coverage: 38.2% of statements [2022-12-01T00:27:34.499Z] ok github.com/docker/docker/pkg/sysinfo 0.037s coverage: 38.2% of statements [2022-12-01T00:27:34.966Z] === RUN TestChtimes [2022-12-01T00:27:34.966Z] --- PASS: TestChtimes (0.00s) [2022-12-01T00:27:34.966Z] === RUN TestChtimesWindows [2022-12-01T00:27:34.966Z] --- PASS: TestChtimesWindows (0.00s) [2022-12-01T00:27:34.966Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-12-01T00:27:34.966Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-12-01T00:27:34.966Z] === RUN TestEnsureRemoveAllNotExist [2022-12-01T00:27:34.966Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-12-01T00:27:34.966Z] === RUN TestEnsureRemoveAllWithDir [2022-12-01T00:27:34.966Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-12-01T00:27:34.966Z] === RUN TestEnsureRemoveAllWithFile [2022-12-01T00:27:34.966Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-12-01T00:27:34.966Z] === RUN TestHasWin32KSupport [2022-12-01T00:27:34.966Z] syscall_windows_test.go:8: win32k: true [2022-12-01T00:27:34.966Z] --- PASS: TestHasWin32KSupport (0.00s) [2022-12-01T00:27:34.966Z] PASS [2022-12-01T00:27:34.966Z] coverage: 12.0% of statements [2022-12-01T00:27:34.966Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 12.0% of statements [2022-12-01T00:27:35.433Z] === RUN TestTailFile [2022-12-01T00:27:35.433Z] --- PASS: TestTailFile (0.00s) [2022-12-01T00:27:35.433Z] === RUN TestTailFileManyLines [2022-12-01T00:27:35.433Z] --- PASS: TestTailFileManyLines (0.00s) [2022-12-01T00:27:35.433Z] === RUN TestTailEmptyFile [2022-12-01T00:27:35.433Z] --- PASS: TestTailEmptyFile (0.00s) [2022-12-01T00:27:35.433Z] === RUN TestTailNegativeN [2022-12-01T00:27:35.433Z] --- PASS: TestTailNegativeN (0.00s) [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader [2022-12-01T00:27:35.433Z] === CONT TestNewTailReader [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/4_byte_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/12_byte_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/truncated_last_line [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-12-01T00:27:35.433Z] === CONT TestNewTailReader/single_byte_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-12-01T00:27:35.433Z] === CONT TestNewTailReader/8_byte_delimiter [2022-12-01T00:27:35.433Z] === CONT TestNewTailReader/2_byte_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === CONT TestNewTailReader/4_byte_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.433Z] === CONT TestNewTailReader/no_delimiter [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-12-01T00:27:35.433Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/12_byte_delimiter [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.434Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.434Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.434Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.435Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.435Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.436Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.436Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.436Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.437Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.437Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.437Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.904Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.904Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.904Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.905Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-12-01T00:27:35.906Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-12-01T00:27:35.907Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.02s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.02s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.02s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.02s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.02s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-12-01T00:27:35.907Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-12-01T00:27:35.908Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.01s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.02s) [2022-12-01T00:27:35.909Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-12-01T00:27:35.909Z] PASS [2022-12-01T00:27:35.909Z] coverage: 88.6% of statements [2022-12-01T00:27:35.909Z] ok github.com/docker/docker/pkg/tailfile 0.483s coverage: 88.6% of statements [2022-12-01T00:27:36.158Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-12-01T00:27:36.376Z] === RUN TestTarSumRemoveNonExistent [2022-12-01T00:27:36.376Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestTarSumRemove [2022-12-01T00:27:36.376Z] --- PASS: TestTarSumRemove (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestSortFileInfoSums [2022-12-01T00:27:36.376Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestNewTarSumForLabelInvalid [2022-12-01T00:27:36.376Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestNewTarSumForLabel [2022-12-01T00:27:36.376Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestEmptyTar [2022-12-01T00:27:36.376Z] --- PASS: TestEmptyTar (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestTarSumsReadSize [2022-12-01T00:27:36.376Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-12-01T00:27:36.376Z] === RUN TestTarSums [2022-12-01T00:27:36.376Z] --- PASS: TestTarSums (0.09s) [2022-12-01T00:27:36.376Z] === RUN TestIteration [2022-12-01T00:27:36.376Z] --- PASS: TestIteration (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestVersionLabelForChecksum [2022-12-01T00:27:36.376Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestVersion [2022-12-01T00:27:36.376Z] --- PASS: TestVersion (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestGetVersion [2022-12-01T00:27:36.376Z] --- PASS: TestGetVersion (0.00s) [2022-12-01T00:27:36.376Z] === RUN TestGetVersions [2022-12-01T00:27:36.376Z] --- PASS: TestGetVersions (0.00s) [2022-12-01T00:27:36.376Z] PASS [2022-12-01T00:27:36.376Z] coverage: 89.3% of statements [2022-12-01T00:27:36.376Z] ok github.com/docker/docker/pkg/tarsum 0.143s coverage: 89.3% of statements [2022-12-01T00:27:36.376Z] time="2022-12-01T00:27:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49256/Test.Echo: Post \"http://127.0.0.1:49256/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-12-01T00:27:36.376Z] testing: warning: no tests to run [2022-12-01T00:27:36.376Z] PASS [2022-12-01T00:27:36.376Z] coverage: [no statements] [2022-12-01T00:27:36.376Z] ok github.com/docker/docker/pkg/term/windows 0.037s coverage: [no statements] [no tests to run] [2022-12-01T00:27:37.361Z] === RUN TestTruncIndex [2022-12-01T00:27:37.361Z] === RUN TestIsGIT [2022-12-01T00:27:37.361Z] --- PASS: TestIsGIT (0.00s) [2022-12-01T00:27:37.361Z] === RUN TestIsTransport [2022-12-01T00:27:37.361Z] --- PASS: TestIsTransport (0.00s) [2022-12-01T00:27:37.361Z] PASS [2022-12-01T00:27:37.361Z] coverage: 100.0% of statements [2022-12-01T00:27:37.361Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2022-12-01T00:27:37.361Z] --- PASS: TestTruncIndex (0.10s) [2022-12-01T00:27:37.361Z] PASS [2022-12-01T00:27:37.361Z] coverage: 91.5% of statements [2022-12-01T00:27:37.361Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2022-12-01T00:27:37.828Z] === RUN TestVersionInfo [2022-12-01T00:27:37.828Z] --- PASS: TestVersionInfo (0.00s) [2022-12-01T00:27:37.828Z] === RUN TestAppendVersions [2022-12-01T00:27:37.828Z] --- PASS: TestAppendVersions (0.00s) [2022-12-01T00:27:37.828Z] PASS [2022-12-01T00:27:37.828Z] coverage: 88.9% of statements [2022-12-01T00:27:37.828Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2022-12-01T00:27:38.067Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-12-01T00:27:38.327Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-12-01T00:27:38.327Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-12-01T00:27:38.327Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-12-01T00:27:38.327Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-12-01T00:27:38.587Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-12-01T00:27:39.156Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-12-01T00:27:39.156Z] === RUN TestInspectNetwork [2022-12-01T00:27:39.389Z] === RUN TestValidatePrivileges [2022-12-01T00:27:39.389Z] --- PASS: TestValidatePrivileges (0.00s) [2022-12-01T00:27:39.389Z] === RUN TestFilterByCapNeg [2022-12-01T00:27:39.390Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-12-01T00:27:39.390Z] === RUN TestFilterByCapPos [2022-12-01T00:27:39.390Z] --- PASS: TestFilterByCapPos (0.00s) [2022-12-01T00:27:39.390Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-12-01T00:27:39.390Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-12-01T00:27:39.390Z] PASS [2022-12-01T00:27:39.390Z] coverage: 12.0% of statements [2022-12-01T00:27:39.390Z] ok github.com/docker/docker/plugin 0.050s coverage: 12.0% of statements [2022-12-01T00:27:39.390Z] === RUN TestNewSettable [2022-12-01T00:27:39.390Z] --- PASS: TestNewSettable (0.00s) [2022-12-01T00:27:39.390Z] === RUN TestIsSettable [2022-12-01T00:27:39.390Z] --- PASS: TestIsSettable (0.00s) [2022-12-01T00:27:39.390Z] === RUN TestUpdateSettingsEnv [2022-12-01T00:27:39.390Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-12-01T00:27:39.390Z] PASS [2022-12-01T00:27:39.390Z] coverage: 20.0% of statements [2022-12-01T00:27:39.390Z] ok github.com/docker/docker/plugin/v2 0.043s coverage: 20.0% of statements [2022-12-01T00:27:39.416Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-12-01T00:27:39.680Z] ok github.com/docker/docker/api/server 0.018s coverage: 7.9% of statements [2022-12-01T00:27:40.373Z] === RUN TestLoad [2022-12-01T00:27:40.374Z] --- PASS: TestLoad (0.00s) [2022-12-01T00:27:40.374Z] === RUN TestSave [2022-12-01T00:27:40.374Z] --- PASS: TestSave (0.03s) [2022-12-01T00:27:40.374Z] === RUN TestAddDeleteGet [2022-12-01T00:27:40.374Z] --- PASS: TestAddDeleteGet (0.04s) [2022-12-01T00:27:40.374Z] === RUN TestInvalidTags [2022-12-01T00:27:40.374Z] --- PASS: TestInvalidTags (0.01s) [2022-12-01T00:27:40.374Z] PASS [2022-12-01T00:27:40.374Z] coverage: 84.4% of statements [2022-12-01T00:27:40.374Z] ok github.com/docker/docker/reference 0.121s coverage: 84.4% of statements [2022-12-01T00:27:40.795Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-12-01T00:27:40.841Z] time="2022-12-01T00:27:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49256/Test.Echo: Post \"http://127.0.0.1:49256/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-12-01T00:27:41.308Z] === RUN TestResolveAuthConfigIndexServer [2022-12-01T00:27:41.308Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-12-01T00:27:41.308Z] === RUN TestResolveAuthConfigFullURL [2022-12-01T00:27:41.308Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-12-01T00:27:41.308Z] === RUN TestLoadAllowNondistributableArtifacts [2022-12-01T00:27:41.308Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-12-01T00:27:41.308Z] === RUN TestValidateMirror [2022-12-01T00:27:41.308Z] --- PASS: TestValidateMirror (0.00s) [2022-12-01T00:27:41.308Z] === RUN TestLoadInsecureRegistries [2022-12-01T00:27:41.775Z] time="2022-12-01T00:27:41Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-12-01T00:27:41.775Z] time="2022-12-01T00:27:41Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-12-01T00:27:41.775Z] time="2022-12-01T00:27:41Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-12-01T00:27:41.775Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2022-12-01T00:27:41.775Z] === RUN TestNewServiceConfig [2022-12-01T00:27:41.775Z] --- PASS: TestNewServiceConfig (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestValidateIndexName [2022-12-01T00:27:41.775Z] --- PASS: TestValidateIndexName (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestValidateIndexNameWithError [2022-12-01T00:27:41.775Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestEndpointParse [2022-12-01T00:27:41.775Z] --- PASS: TestEndpointParse (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestEndpointParseInvalid [2022-12-01T00:27:41.775Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestValidateEndpoint [2022-12-01T00:27:41.775Z] --- PASS: TestValidateEndpoint (0.01s) [2022-12-01T00:27:41.775Z] === RUN TestPing [2022-12-01T00:27:41.775Z] --- PASS: TestPing (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestPingRegistryEndpoint [2022-12-01T00:27:41.775Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:41.775Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestEndpoint [2022-12-01T00:27:41.775Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:41.775Z] --- SKIP: TestEndpoint (0.01s) [2022-12-01T00:27:41.775Z] === RUN TestParseRepositoryInfo [2022-12-01T00:27:41.775Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestNewIndexInfo [2022-12-01T00:27:41.775Z] --- PASS: TestNewIndexInfo (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestMirrorEndpointLookup [2022-12-01T00:27:41.775Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:27:41.775Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestSearchRepositories [2022-12-01T00:27:41.775Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-12-01T00:27:41.775Z] Host: 127.0.0.1:49264 [2022-12-01T00:27:41.775Z] User-Agent: docker test client [2022-12-01T00:27:41.775Z] Authorization: Token fake-token [2022-12-01T00:27:41.775Z] X-Docker-Token: true [2022-12-01T00:27:41.775Z] Accept-Encoding: gzip [2022-12-01T00:27:41.775Z] [2022-12-01T00:27:41.775Z] [2022-12-01T00:27:41.775Z] registry_test.go:730: HTTP/1.1 200 OK [2022-12-01T00:27:41.775Z] Connection: close [2022-12-01T00:27:41.775Z] Content-Length: 144 [2022-12-01T00:27:41.775Z] Cache-Control: no-cache [2022-12-01T00:27:41.775Z] Content-Type: application/json [2022-12-01T00:27:41.775Z] Date: Thu, 01 Dec 2022 00:27:41 GMT [2022-12-01T00:27:41.775Z] Expires: -1 [2022-12-01T00:27:41.775Z] Pragma: no-cache [2022-12-01T00:27:41.775Z] Server: docker-tests/mock [2022-12-01T00:27:41.775Z] X-Docker-Registry-Config: mock [2022-12-01T00:27:41.775Z] X-Docker-Registry-Version: 0.0.0 [2022-12-01T00:27:41.775Z] [2022-12-01T00:27:41.775Z] [2022-12-01T00:27:41.775Z] --- PASS: TestSearchRepositories (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestTrustedLocation [2022-12-01T00:27:41.775Z] --- PASS: TestTrustedLocation (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-12-01T00:27:41.775Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestAllowNondistributableArtifacts [2022-12-01T00:27:41.775Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestIsSecureIndex [2022-12-01T00:27:41.775Z] --- PASS: TestIsSecureIndex (0.00s) [2022-12-01T00:27:41.775Z] PASS [2022-12-01T00:27:41.775Z] coverage: 50.2% of statements [2022-12-01T00:27:41.775Z] ok github.com/docker/docker/registry 0.224s coverage: 50.2% of statements [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestReaderWithReadError [2022-12-01T00:27:41.775Z] time="2022-12-01T00:27:41Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestReaderWithReadError (0.17s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestReader [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestReader (0.00s) [2022-12-01T00:27:41.775Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-12-01T00:27:41.775Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-12-01T00:27:41.775Z] PASS [2022-12-01T00:27:41.775Z] coverage: 100.0% of statements [2022-12-01T00:27:41.775Z] ok github.com/docker/docker/registry/resumable 0.229s coverage: 100.0% of statements [2022-12-01T00:27:42.243Z] === RUN TestRestartManagerTimeout [2022-12-01T00:27:42.243Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-12-01T00:27:42.243Z] === RUN TestRestartManagerTimeoutReset [2022-12-01T00:27:42.243Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-12-01T00:27:42.243Z] PASS [2022-12-01T00:27:42.243Z] coverage: 50.9% of statements [2022-12-01T00:27:42.243Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2022-12-01T00:27:42.701Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-12-01T00:27:42.701Z] === RUN TestInspectNetwork/full_network_id [2022-12-01T00:27:42.701Z] === RUN TestInspectNetwork/partial_network_id [2022-12-01T00:27:42.701Z] === RUN TestInspectNetwork/network_name [2022-12-01T00:27:42.701Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-12-01T00:27:42.710Z] === RUN TestDecodeContainerConfig [2022-12-01T00:27:42.710Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-12-01T00:27:42.710Z] === RUN TestDecodeContainerConfigIsolation [2022-12-01T00:27:42.710Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-12-01T00:27:42.710Z] === RUN TestValidatePrivileged [2022-12-01T00:27:42.710Z] --- PASS: TestValidatePrivileged (0.00s) [2022-12-01T00:27:42.710Z] PASS [2022-12-01T00:27:42.710Z] coverage: 52.2% of statements [2022-12-01T00:27:42.710Z] ok github.com/docker/docker/runconfig 0.040s coverage: 52.2% of statements [2022-12-01T00:27:43.177Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-12-01T00:27:43.177Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-12-01T00:27:43.177Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-12-01T00:27:43.177Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-12-01T00:27:43.177Z] PASS [2022-12-01T00:27:43.177Z] coverage: 62.5% of statements [2022-12-01T00:27:43.177Z] ok github.com/docker/docker/testutil 0.069s coverage: 62.5% of statements [2022-12-01T00:27:43.271Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-12-01T00:27:43.530Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-12-01T00:27:44.100Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-12-01T00:27:44.359Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-12-01T00:27:45.387Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-12-01T00:27:45.855Z] === RUN TestGetAddress [2022-12-01T00:27:45.855Z] --- PASS: TestGetAddress (0.00s) [2022-12-01T00:27:45.855Z] === RUN TestRemove [2022-12-01T00:27:45.855Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-12-01T00:27:45.855Z] --- SKIP: TestRemove (0.00s) [2022-12-01T00:27:45.855Z] === RUN TestInitializeWithVolumes [2022-12-01T00:27:45.855Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-12-01T00:27:45.855Z] === RUN TestCreate [2022-12-01T00:27:45.855Z] --- PASS: TestCreate (0.01s) [2022-12-01T00:27:45.855Z] === RUN TestValidateName [2022-12-01T00:27:45.855Z] --- PASS: TestValidateName (0.00s) [2022-12-01T00:27:45.855Z] === RUN TestCreateWithOpts [2022-12-01T00:27:45.855Z] local_test.go:181: runtime.GOOS == "windows" [2022-12-01T00:27:45.855Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-12-01T00:27:45.855Z] === RUN TestRelaodNoOpts [2022-12-01T00:27:45.855Z] === RUN TestGetDriver [2022-12-01T00:27:45.855Z] --- PASS: TestGetDriver (0.00s) [2022-12-01T00:27:45.855Z] === RUN TestVolumeRequestError [2022-12-01T00:27:45.855Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-12-01T00:27:45.855Z] PASS [2022-12-01T00:27:45.855Z] coverage: 41.5% of statements [2022-12-01T00:27:45.855Z] --- PASS: TestVolumeRequestError (0.01s) [2022-12-01T00:27:45.855Z] PASS [2022-12-01T00:27:45.855Z] coverage: 36.1% of statements [2022-12-01T00:27:45.855Z] ok github.com/docker/docker/volume/local 0.069s coverage: 41.5% of statements [2022-12-01T00:27:45.855Z] ok github.com/docker/docker/volume/drivers 0.046s coverage: 36.1% of statements [2022-12-01T00:27:46.322Z] === RUN TestConvertTmpfsOptions [2022-12-01T00:27:46.322Z] parser_test.go:49: data="mode=700,size=1m" [2022-12-01T00:27:46.322Z] parser_test.go:49: data="ro" [2022-12-01T00:27:46.322Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-12-01T00:27:46.322Z] === RUN TestParseMountRaw [2022-12-01T00:27:46.322Z] --- PASS: TestParseMountRaw (0.05s) [2022-12-01T00:27:46.322Z] === RUN TestParseMountRawSplit [2022-12-01T00:27:46.322Z] parser_test.go:390: case 0 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 1 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 2 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 3 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 4 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 5 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 6 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 7 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 8 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 0 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 1 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 2 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 3 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 4 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 5 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 6 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 7 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 8 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 9 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 10 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 11 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 12 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 0 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 1 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 2 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 3 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 4 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 5 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 6 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 7 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 8 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 9 [2022-12-01T00:27:46.322Z] parser_test.go:390: case 10 [2022-12-01T00:27:46.789Z] parser_test.go:390: case 11 [2022-12-01T00:27:46.789Z] --- PASS: TestParseMountRawSplit (0.01s) [2022-12-01T00:27:46.789Z] === RUN TestParseMountSpec [2022-12-01T00:27:46.789Z] parser_test.go:455: case 0 [2022-12-01T00:27:46.789Z] parser_test.go:455: case 1 [2022-12-01T00:27:46.789Z] parser_test.go:455: case 2 [2022-12-01T00:27:46.789Z] parser_test.go:455: case 3 [2022-12-01T00:27:46.789Z] parser_test.go:455: case 4 [2022-12-01T00:27:46.789Z] parser_test.go:455: case 5 [2022-12-01T00:27:46.789Z] --- PASS: TestParseMountSpec (0.01s) [2022-12-01T00:27:46.789Z] === RUN TestParseMountSpecBindWithFileinfoError [2022-12-01T00:27:46.789Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2022-12-01T00:27:46.789Z] === RUN TestValidateMount [2022-12-01T00:27:46.789Z] --- PASS: TestValidateMount (0.00s) [2022-12-01T00:27:46.789Z] PASS [2022-12-01T00:27:46.789Z] coverage: 66.2% of statements [2022-12-01T00:27:46.789Z] ok github.com/docker/docker/volume/mounts 0.137s coverage: 66.2% of statements [2022-12-01T00:27:46.895Z] --- PASS: TestInspectNetwork (7.67s) [2022-12-01T00:27:46.895Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-12-01T00:27:46.895Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-12-01T00:27:46.895Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-12-01T00:27:46.895Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-12-01T00:27:46.895Z] === RUN TestRunContainerWithBridgeNone [2022-12-01T00:27:47.256Z] === RUN TestSetGetMeta [2022-12-01T00:27:47.256Z] === PAUSE TestSetGetMeta [2022-12-01T00:27:47.256Z] === RUN TestRestore [2022-12-01T00:27:47.256Z] === PAUSE TestRestore [2022-12-01T00:27:47.256Z] === RUN TestServiceCreate [2022-12-01T00:27:47.256Z] === PAUSE TestServiceCreate [2022-12-01T00:27:47.256Z] === RUN TestServiceList [2022-12-01T00:27:47.256Z] === PAUSE TestServiceList [2022-12-01T00:27:47.256Z] === RUN TestServiceRemove [2022-12-01T00:27:47.256Z] === PAUSE TestServiceRemove [2022-12-01T00:27:47.256Z] === RUN TestServiceGet [2022-12-01T00:27:47.256Z] === PAUSE TestServiceGet [2022-12-01T00:27:47.256Z] === RUN TestServicePrune [2022-12-01T00:27:47.256Z] === PAUSE TestServicePrune [2022-12-01T00:27:47.256Z] === RUN TestCreate [2022-12-01T00:27:47.256Z] === PAUSE TestCreate [2022-12-01T00:27:47.256Z] === RUN TestRemove [2022-12-01T00:27:47.256Z] === PAUSE TestRemove [2022-12-01T00:27:47.256Z] === RUN TestList [2022-12-01T00:27:47.256Z] === PAUSE TestList [2022-12-01T00:27:47.256Z] === RUN TestFindByDriver [2022-12-01T00:27:47.256Z] === PAUSE TestFindByDriver [2022-12-01T00:27:47.256Z] === RUN TestFindByReferenced [2022-12-01T00:27:47.256Z] === PAUSE TestFindByReferenced [2022-12-01T00:27:47.256Z] === RUN TestDerefMultipleOfSameRef [2022-12-01T00:27:47.257Z] === PAUSE TestDerefMultipleOfSameRef [2022-12-01T00:27:47.257Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-12-01T00:27:47.257Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-12-01T00:27:47.257Z] === RUN TestDefererencePluginOnCreateError [2022-12-01T00:27:47.257Z] === PAUSE TestDefererencePluginOnCreateError [2022-12-01T00:27:47.257Z] === RUN TestRefDerefRemove [2022-12-01T00:27:47.257Z] === PAUSE TestRefDerefRemove [2022-12-01T00:27:47.257Z] === RUN TestGet [2022-12-01T00:27:47.257Z] === PAUSE TestGet [2022-12-01T00:27:47.257Z] === RUN TestGetWithReference [2022-12-01T00:27:47.257Z] === PAUSE TestGetWithReference [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_nil_list [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_nil_list [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_empty_list [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_empty_list [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_filter_some [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_filter_some [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_filter_middle [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_filter_middle [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-12-01T00:27:47.257Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-12-01T00:27:47.257Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_nil_list [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_filter_some [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_empty_list [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-12-01T00:27:47.257Z] === CONT TestFilterFunc/test_filter_middle [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-12-01T00:27:47.257Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-12-01T00:27:47.257Z] === CONT TestSetGetMeta [2022-12-01T00:27:47.257Z] === CONT TestList [2022-12-01T00:27:47.257Z] === CONT TestDefererencePluginOnCreateError [2022-12-01T00:27:47.257Z] === CONT TestDerefMultipleOfSameRef [2022-12-01T00:27:47.257Z] --- PASS: TestSetGetMeta (0.02s) [2022-12-01T00:27:47.257Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-12-01T00:27:47.257Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-12-01T00:27:47.257Z] === CONT TestFindByReferenced [2022-12-01T00:27:47.257Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-12-01T00:27:47.257Z] === CONT TestFindByDriver [2022-12-01T00:27:47.257Z] --- PASS: TestList (0.04s) [2022-12-01T00:27:47.257Z] === CONT TestGetWithReference [2022-12-01T00:27:47.257Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-12-01T00:27:47.257Z] === CONT TestGet [2022-12-01T00:27:47.257Z] --- PASS: TestFindByReferenced (0.02s) [2022-12-01T00:27:47.257Z] === CONT TestRefDerefRemove [2022-12-01T00:27:47.257Z] --- PASS: TestFindByDriver (0.02s) [2022-12-01T00:27:47.257Z] === CONT TestRemove [2022-12-01T00:27:47.257Z] === CONT TestCreate [2022-12-01T00:27:47.257Z] --- PASS: TestGetWithReference (0.02s) [2022-12-01T00:27:47.257Z] --- PASS: TestGet (0.02s) [2022-12-01T00:27:47.257Z] === CONT TestServicePrune [2022-12-01T00:27:47.257Z] --- PASS: TestRefDerefRemove (0.02s) [2022-12-01T00:27:47.257Z] === CONT TestServiceGet [2022-12-01T00:27:47.257Z] --- PASS: TestCreate (0.04s) [2022-12-01T00:27:47.257Z] === CONT TestServiceRemove [2022-12-01T00:27:47.257Z] --- PASS: TestRemove (0.05s) [2022-12-01T00:27:47.257Z] === CONT TestServiceList [2022-12-01T00:27:47.724Z] --- PASS: TestServiceGet (0.16s) [2022-12-01T00:27:47.724Z] === CONT TestServiceCreate [2022-12-01T00:27:47.724Z] time="2022-12-01T00:27:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-12-01T00:27:47.724Z] --- PASS: TestServiceRemove (0.13s) [2022-12-01T00:27:47.724Z] === CONT TestRestore [2022-12-01T00:27:47.724Z] time="2022-12-01T00:27:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-12-01T00:27:47.724Z] --- PASS: TestServiceList (0.13s) [2022-12-01T00:27:47.724Z] time="2022-12-01T00:27:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-12-01T00:27:47.724Z] time="2022-12-01T00:27:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-12-01T00:27:47.724Z] --- PASS: TestServiceCreate (0.02s) [2022-12-01T00:27:47.724Z] time="2022-12-01T00:27:47Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-12-01T00:27:47.724Z] --- PASS: TestRestore (0.02s) [2022-12-01T00:27:47.724Z] --- PASS: TestServicePrune (0.20s) [2022-12-01T00:27:47.724Z] PASS [2022-12-01T00:27:47.724Z] coverage: 70.3% of statements [2022-12-01T00:27:47.724Z] ok github.com/docker/docker/volume/service 0.302s coverage: 70.3% of statements [2022-12-01T00:27:48.802Z] --- PASS: TestRunContainerWithBridgeNone (2.03s) [2022-12-01T00:27:48.802Z] === RUN TestNetworkInvalidJSON [2022-12-01T00:27:48.802Z] === RUN TestNetworkInvalidJSON//networks/create [2022-12-01T00:27:48.802Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-12-01T00:27:48.802Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:27:48.802Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:27:48.802Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:27:48.802Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:27:48.802Z] === CONT TestNetworkInvalidJSON//networks/create [2022-12-01T00:27:48.802Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:27:48.802Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:27:48.802Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-12-01T00:27:48.802Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-12-01T00:27:48.802Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-12-01T00:27:48.802Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-12-01T00:27:48.802Z] === RUN TestNetworkList [2022-12-01T00:27:48.802Z] === RUN TestNetworkList//networks [2022-12-01T00:27:48.802Z] === PAUSE TestNetworkList//networks [2022-12-01T00:27:48.802Z] === RUN TestNetworkList//networks/ [2022-12-01T00:27:48.802Z] === PAUSE TestNetworkList//networks/ [2022-12-01T00:27:48.802Z] === CONT TestNetworkList//networks [2022-12-01T00:27:48.802Z] === CONT TestNetworkList//networks/ [2022-12-01T00:27:48.802Z] --- PASS: TestNetworkList (0.02s) [2022-12-01T00:27:48.802Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-12-01T00:27:48.802Z] --- PASS: TestNetworkList//networks (0.00s) [2022-12-01T00:27:48.802Z] === RUN TestHostIPv4BridgeLabel [2022-12-01T00:27:49.383Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-12-01T00:27:49.383Z] === RUN TestDaemonRestartWithLiveRestore [2022-12-01T00:27:49.934Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-12-01T00:27:49.934Z] === RUN TestClientStream [2022-12-01T00:27:49.934Z] --- PASS: TestClientStream (0.00s) [2022-12-01T00:27:49.934Z] === RUN TestClientSendFile [2022-12-01T00:27:49.934Z] --- PASS: TestClientSendFile (0.00s) [2022-12-01T00:27:49.934Z] === RUN TestClientWithRequestTimeout [2022-12-01T00:27:49.934Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-12-01T00:27:49.934Z] === RUN TestFileSpecPlugin [2022-12-01T00:27:49.934Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-12-01T00:27:49.934Z] === RUN TestFileJSONSpecPlugin [2022-12-01T00:27:49.934Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-12-01T00:27:49.934Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-12-01T00:27:49.934Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-12-01T00:27:49.934Z] === RUN TestPluginAddHandler [2022-12-01T00:27:49.934Z] --- PASS: TestPluginAddHandler (0.00s) [2022-12-01T00:27:49.934Z] === RUN TestPluginWaitBadPlugin [2022-12-01T00:27:49.934Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-12-01T00:27:49.934Z] === RUN TestGet [2022-12-01T00:27:49.934Z] time="2022-12-01T00:27:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-12-01T00:27:50.761Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-12-01T00:27:50.761Z] === RUN TestDaemonDefaultNetworkPools [2022-12-01T00:27:50.919Z] time="2022-12-01T00:27:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-12-01T00:27:51.329Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2022-12-01T00:27:51.329Z] === RUN TestDaemonRestartWithExistingNetwork [2022-12-01T00:27:51.589Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-12-01T00:27:52.481Z] time="2022-12-01T00:27:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-12-01T00:27:52.528Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-12-01T00:27:52.528Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-12-01T00:27:53.910Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2022-12-01T00:27:53.910Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-12-01T00:27:54.170Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-12-01T00:27:54.171Z] === RUN TestServiceWithPredefinedNetwork [2022-12-01T00:27:54.430Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-12-01T00:27:55.000Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-12-01T00:27:56.907Z] --- PASS: TestServiceWithPredefinedNetwork (2.63s) [2022-12-01T00:27:56.907Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-12-01T00:27:56.907Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:27:56.907Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:27:56.907Z] === RUN TestServiceWithDataPathPortInit [2022-12-01T00:27:56.907Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-12-01T00:27:56.907Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2022-12-01T00:27:56.907Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-12-01T00:27:57.233Z] time="2022-12-01T00:27:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-12-01T00:28:01.117Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-12-01T00:28:01.117Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-12-01T00:28:02.054Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-12-01T00:28:02.054Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-12-01T00:28:03.961Z] === RUN TestDockerSuite/TestBuildNetNone [2022-12-01T00:28:03.961Z] === RUN TestDockerSuite/TestBuildNoContext [2022-12-01T00:28:04.900Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-12-01T00:28:05.469Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-12-01T00:28:05.883Z] --- PASS: TestGet (15.01s) [2022-12-01T00:28:05.883Z] === RUN TestPluginWithNoManifest [2022-12-01T00:28:05.883Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-12-01T00:28:05.883Z] === RUN TestGetAll [2022-12-01T00:28:05.883Z] --- PASS: TestGetAll (0.01s) [2022-12-01T00:28:05.883Z] PASS [2022-12-01T00:28:05.883Z] coverage: 73.4% of statements [2022-12-01T00:28:05.883Z] ok github.com/docker/docker/pkg/plugins 34.898s coverage: 73.4% of statements [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/pkg/term [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/quota [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/rootless [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/testutil/request [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/volume [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-12-01T00:28:05.883Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === Skipped [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-12-01T00:28:06.350Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-12-01T00:28:06.350Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-12-01T00:28:06.350Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-12-01T00:28:06.350Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-12-01T00:28:06.350Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-12-01T00:28:06.350Z] client_test.go:23: runtime.GOOS == "windows" [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-12-01T00:28:06.350Z] daemon_test.go:147: root required [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-12-01T00:28:06.350Z] reload_test.go:520: root required [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-12-01T00:28:06.350Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-12-01T00:28:06.350Z] pull_v2_test.go:82: Needs fixing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-12-01T00:28:06.350Z] pull_v2_test.go:127: Needs fixing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-12-01T00:28:06.350Z] download_test.go:268: Needs fixing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-12-01T00:28:06.350Z] layer_test.go:304: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-12-01T00:28:06.350Z] layer_test.go:353: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-12-01T00:28:06.350Z] layer_test.go:468: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-12-01T00:28:06.350Z] layer_test.go:697: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-12-01T00:28:06.350Z] migration_test.go:46: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-12-01T00:28:06.350Z] migration_test.go:182: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-12-01T00:28:06.350Z] mount_test.go:17: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.350Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-12-01T00:28:06.350Z] mount_test.go:76: Failing on Windows [2022-12-01T00:28:06.350Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-12-01T00:28:06.351Z] mount_test.go:125: Failing on Windows [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-12-01T00:28:06.351Z] mount_test.go:212: Failing on Windows [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:134: Xz not present in msys2 [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:239: Failing on Windows CI machines [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-12-01T00:28:06.351Z] archive_windows_test.go:17: Currently fails [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-12-01T00:28:06.351Z] changes_test.go:192: needs more investigation [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-12-01T00:28:06.351Z] changes_test.go:405: needs further investigation [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-12-01T00:28:06.351Z] changes_test.go:441: needs further investigation [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-12-01T00:28:06.351Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-12-01T00:28:06.351Z] poller_test.go:41: No chmod on Windows [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-12-01T00:28:06.351Z] fileutils_test.go:134: Needs porting to Windows [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-12-01T00:28:06.351Z] fileutils_test.go:180: Needs porting to Windows [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-12-01T00:28:06.351Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-12-01T00:28:06.351Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-12-01T00:28:06.351Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-12-01T00:28:06.351Z] [2022-12-01T00:28:06.351Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-12-01T00:28:06.827Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-12-01T00:28:06.827Z] [2022-12-01T00:28:06.827Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-12-01T00:28:06.827Z] local_test.go:181: runtime.GOOS == "windows" [2022-12-01T00:28:06.827Z] [2022-12-01T00:28:06.827Z] DONE 1863 tests, 45 skipped in 199.460s [2022-12-01T00:28:06.827Z] INFO: make.ps1 ended at 12/01/2022 00:28:06 [2022-12-01T00:28:06.850Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-12-01T00:28:07.109Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-12-01T00:28:07.109Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-12-01T00:28:07.678Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-12-01T00:28:07.938Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-12-01T00:28:08.388Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-12-01T00:28:08.388Z] INFO: Unit tests ended at 12/01/2022 00:28:08. Duration:00:03:35.3196077 [2022-12-01T00:28:08.388Z] INFO: Building busybox [2022-12-01T00:28:08.388Z] Sending build context to Docker daemon 5.12kB [2022-12-01T00:28:08.388Z] [2022-12-01T00:28:08.388Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-12-01T00:28:08.388Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-12-01T00:28:08.388Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-12-01T00:28:08.388Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-12-01T00:28:08.388Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-12-01T00:28:08.388Z] ---> 4503e186c64d [2022-12-01T00:28:08.388Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-12-01T00:28:08.388Z] ---> Running in decfb4e8e7b7 [2022-12-01T00:28:08.505Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-12-01T00:28:09.884Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-12-01T00:28:10.144Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-12-01T00:28:12.053Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-12-01T00:28:12.314Z] --- PASS: TestServiceWithDataPathPortInit (15.37s) [2022-12-01T00:28:12.314Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-12-01T00:28:13.253Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-12-01T00:28:14.633Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-12-01T00:28:15.572Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:t8m24u8kh089azn2xvb2835i3 Created:2022-12-01 00:28:13.638205358 +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[6e121b5ddc45308c7a9fa78573aa2abcaa00a9bd7fc80aafa91f613256e22235:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m5om79gu7c0pc9x6cyfj56aar EndpointID:5dc9fcdce2e6925590416770267d3351dc33d88e7b5f503104977c48c88e33ba MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e4ce49c711447c52d66c9c8cc505e94466baf86f488452267ad9b1e3dbbb69ab 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:81277decb08a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m5om79gu7c0pc9x6cyfj56aar EndpointID:5dc9fcdce2e6925590416770267d3351dc33d88e7b5f503104977c48c88e33ba EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-12-01T00:28:15.572Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-12-01T00:28:16.512Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-12-01T00:28:16.779Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-12-01T00:28:18.701Z] === RUN TestDockerSuite/TestBuildPATH [2022-12-01T00:28:20.081Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.63s) [2022-12-01T00:28:20.081Z] PASS [2022-12-01T00:28:20.081Z] [2022-12-01T00:28:20.081Z] === Skipped [2022-12-01T00:28:20.081Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:28:20.081Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:28:20.081Z] [2022-12-01T00:28:20.081Z] DONE 26 tests, 1 skipped in 47.808s [2022-12-01T00:28:20.081Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:28:20.081Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:20.081Z] ++ set -e [2022-12-01T00:28:20.081Z] ++ '[' -n 0 ']' [2022-12-01T00:28:20.081Z] ++ set -x [2022-12-01T00:28:20.081Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:20.081Z] INFO: Testing against a local daemon [2022-12-01T00:28:20.081Z] === RUN TestDockerNetworkIpvlanPersistance [2022-12-01T00:28:20.081Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:28:20.081Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:28:20.081Z] === RUN TestDockerNetworkIpvlan [2022-12-01T00:28:20.081Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:28:20.081Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:28:20.081Z] PASS [2022-12-01T00:28:20.081Z] [2022-12-01T00:28:20.081Z] === Skipped [2022-12-01T00:28:20.081Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-01T00:28:20.081Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:28:20.081Z] [2022-12-01T00:28:20.081Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-12-01T00:28:20.081Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-01T00:28:20.081Z] [2022-12-01T00:28:20.081Z] DONE 2 tests, 2 skipped in 0.140s [2022-12-01T00:28:20.081Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-12-01T00:28:20.081Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:20.081Z] ++ set -e [2022-12-01T00:28:20.081Z] ++ '[' -n 0 ']' [2022-12-01T00:28:20.081Z] ++ set -x [2022-12-01T00:28:20.081Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:20.081Z] INFO: Testing against a local daemon [2022-12-01T00:28:20.081Z] === RUN TestDockerNetworkMacvlanPersistance [2022-12-01T00:28:20.340Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-12-01T00:28:20.911Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-12-01T00:28:21.481Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-12-01T00:28:21.481Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2022-12-01T00:28:21.481Z] === RUN TestDockerNetworkMacvlan [2022-12-01T00:28:22.419Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-12-01T00:28:23.356Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-12-01T00:28:23.925Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-12-01T00:28:26.462Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-12-01T00:28:28.371Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-12-01T00:28:28.371Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-12-01T00:28:29.610Z] Removing intermediate container decfb4e8e7b7 [2022-12-01T00:28:29.610Z] ---> df972e40b339 [2022-12-01T00:28:29.610Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-12-01T00:28:29.610Z] ---> Running in a1718c7d4669 [2022-12-01T00:28:29.610Z] Removing intermediate container a1718c7d4669 [2022-12-01T00:28:29.610Z] ---> 8e6f560ef836 [2022-12-01T00:28:29.610Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-12-01T00:28:29.610Z] ---> Running in 7efb2eb3ad8d [2022-12-01T00:28:29.610Z] Removing intermediate container 7efb2eb3ad8d [2022-12-01T00:28:29.610Z] ---> f793e1b2d898 [2022-12-01T00:28:29.610Z] Step 9/13 : ADD https://github.com/moby/busybox/releases/download/${BUSYBOX_VERSION}/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-12-01T00:28:29.610Z] [2022-12-01T00:28:29.610Z] [2022-12-01T00:28:29.610Z] ---> 1646f6fe7b39 [2022-12-01T00:28:29.610Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-12-01T00:28:29.610Z] ---> Running in ba5228610268 [2022-12-01T00:28:31.662Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-12-01T00:28:31.662Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-12-01T00:28:32.231Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-12-01T00:28:33.610Z] --- PASS: TestDockerNetworkMacvlan (12.01s) [2022-12-01T00:28:33.610Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-12-01T00:28:33.610Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-12-01T00:28:33.610Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.14s) [2022-12-01T00:28:33.610Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.05s) [2022-12-01T00:28:33.610Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.61s) [2022-12-01T00:28:33.610Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2022-12-01T00:28:33.610Z] PASS [2022-12-01T00:28:33.610Z] [2022-12-01T00:28:33.610Z] DONE 8 tests in 13.481s [2022-12-01T00:28:33.610Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-12-01T00:28:33.611Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:33.611Z] ++ set -e [2022-12-01T00:28:33.611Z] ++ '[' -n 0 ']' [2022-12-01T00:28:33.611Z] ++ set -x [2022-12-01T00:28:33.611Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:33.611Z] === RUN TestDockerSuite/TestBuildRm [2022-12-01T00:28:33.611Z] testing: warning: no tests to run [2022-12-01T00:28:33.611Z] PASS [2022-12-01T00:28:33.611Z] [2022-12-01T00:28:33.611Z] DONE 0 tests in 0.055s [2022-12-01T00:28:33.611Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-12-01T00:28:33.611Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:33.611Z] ++ set -e [2022-12-01T00:28:33.611Z] ++ '[' -n 0 ']' [2022-12-01T00:28:33.611Z] ++ set -x [2022-12-01T00:28:33.611Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:28:33.871Z] INFO: Testing against a local daemon [2022-12-01T00:28:33.871Z] === RUN TestAuthZPluginAllowRequest [2022-12-01T00:28:33.871Z] docker_api_swarm_test.go:304: [d6d34ee81570e] joining swarm manager [d224cb1beb68a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:28:35.250Z] --- PASS: TestAuthZPluginAllowRequest (1.34s) [2022-12-01T00:28:35.251Z] === RUN TestAuthZPluginTLS [2022-12-01T00:28:35.510Z] docker_api_swarm_test.go:305: [d3d8e0f540be5] joining swarm manager [d224cb1beb68a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:28:35.769Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-12-01T00:28:35.769Z] === RUN TestAuthZPluginDenyRequest [2022-12-01T00:28:36.337Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-12-01T00:28:36.337Z] === RUN TestAuthZPluginAPIDenyResponse [2022-12-01T00:28:36.596Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-12-01T00:28:36.596Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-12-01T00:28:36.855Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-12-01T00:28:36.855Z] === RUN TestAuthZPluginDenyResponse [2022-12-01T00:28:37.114Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-12-01T00:28:37.373Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-12-01T00:28:37.373Z] === RUN TestAuthZPluginAllowEventStream [2022-12-01T00:28:38.318Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-12-01T00:28:38.578Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-12-01T00:28:38.837Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s) [2022-12-01T00:28:38.837Z] === RUN TestAuthZPluginErrorResponse [2022-12-01T00:28:39.096Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-12-01T00:28:39.355Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-12-01T00:28:39.355Z] === RUN TestAuthZPluginErrorRequest [2022-12-01T00:28:39.924Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-12-01T00:28:39.924Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-12-01T00:28:39.924Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-12-01T00:28:40.492Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-12-01T00:28:40.492Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-12-01T00:28:40.752Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-12-01T00:28:41.691Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-12-01T00:28:41.951Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.69s) [2022-12-01T00:28:41.951Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-12-01T00:28:43.861Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.66s) [2022-12-01T00:28:43.861Z] === RUN TestAuthZPluginHeader [2022-12-01T00:28:44.431Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-12-01T00:28:44.431Z] --- PASS: TestAuthZPluginHeader (0.76s) [2022-12-01T00:28:44.431Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-12-01T00:28:44.431Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-12-01T00:28:44.690Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-12-01T00:28:44.690Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2022-12-01T00:28:44.690Z] === RUN TestDockerSuite/TestBuildSpaces [2022-12-01T00:28:44.949Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-12-01T00:28:45.517Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-12-01T00:28:45.777Z] === RUN TestDockerSuite/TestBuildStderr [2022-12-01T00:28:46.344Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-12-01T00:28:49.636Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-12-01T00:28:49.636Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.89s) [2022-12-01T00:28:49.636Z] === RUN TestAuthZPluginV2Disable [2022-12-01T00:28:49.897Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-12-01T00:28:50.836Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-12-01T00:28:50.836Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-12-01T00:28:50.842Z] Removing intermediate container ba5228610268 [2022-12-01T00:28:50.842Z] ---> 77b1dccaad47 [2022-12-01T00:28:50.842Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-12-01T00:28:50.842Z] ---> Running in c9fe46436353 [2022-12-01T00:28:50.842Z] [2022-12-01T00:28:50.842Z] SUCCESS: Specified value was saved. [2022-12-01T00:28:51.774Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-12-01T00:28:52.714Z] === RUN TestDockerSuite/TestBuildUser [2022-12-01T00:28:53.071Z] Removing intermediate container c9fe46436353 [2022-12-01T00:28:53.071Z] ---> ad98d3f10d9d [2022-12-01T00:28:53.071Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-12-01T00:28:53.071Z] ---> Running in 2be018c010ae [2022-12-01T00:28:53.283Z] --- PASS: TestAuthZPluginV2Disable (4.00s) [2022-12-01T00:28:53.283Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-12-01T00:28:53.853Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-12-01T00:28:54.113Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-12-01T00:28:56.651Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-12-01T00:28:57.224Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.79s) [2022-12-01T00:28:57.224Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-12-01T00:28:58.926Z] Cannot create a file when that file already exists. [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-12-01T00:29:01.109Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 16.2% of statements [2022-12-01T00:29:01.109Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-12-01T00:29:01.109Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-12-01T00:29:01.367Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-12-01T00:29:01.367Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-12-01T00:29:01.626Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-12-01T00:29:01.885Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-12-01T00:29:01.885Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-12-01T00:29:01.885Z] ? github.com/docker/docker/api/types [no test files] [2022-12-01T00:29:01.885Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-12-01T00:29:01.885Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-12-01T00:29:01.885Z] ? github.com/docker/docker/api/types/container [no test files] [2022-12-01T00:29:01.885Z] ? github.com/docker/docker/api/types/events [no test files] [2022-12-01T00:29:02.144Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-12-01T00:29:02.402Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-12-01T00:29:02.402Z] ? github.com/docker/docker/api/types/image [no test files] [2022-12-01T00:29:02.402Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-12-01T00:29:02.402Z] ? github.com/docker/docker/api/types/network [no test files] [2022-12-01T00:29:02.402Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-12-01T00:29:02.402Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-12-01T00:29:02.402Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-12-01T00:29:02.402Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-12-01T00:29:02.660Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2022-12-01T00:29:02.660Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 75.0% of statements [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-12-01T00:29:02.660Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-12-01T00:29:03.674Z] Removing intermediate container 2be018c010ae [2022-12-01T00:29:03.674Z] ---> 977086bc37c4 [2022-12-01T00:29:03.674Z] Step 13/13 : CMD ["sh"] [2022-12-01T00:29:03.674Z] ---> Running in 786172c878c0 [2022-12-01T00:29:03.674Z] Removing intermediate container 786172c878c0 [2022-12-01T00:29:03.674Z] ---> a6cdf4d31abd [2022-12-01T00:29:03.674Z] Successfully built a6cdf4d31abd [2022-12-01T00:29:03.674Z] Successfully tagged busybox:latest [2022-12-01T00:29:03.674Z] INFO: Docker images of the daemon under test [2022-12-01T00:29:03.674Z] [2022-12-01T00:29:03.674Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-12-01T00:29:03.674Z] busybox latest a6cdf4d31abd Less than a second ago 5.7GB [2022-12-01T00:29:03.674Z] microsoft/windowsservercore latest 4503e186c64d 3 weeks ago 5.68GB [2022-12-01T00:29:03.674Z] mcr.microsoft.com/windows/servercore ltsc2019 4503e186c64d 3 weeks ago 5.68GB [2022-12-01T00:29:03.674Z] [2022-12-01T00:29:03.674Z] INFO: Running integration tests at 12/01/2022 00:29:03... [2022-12-01T00:29:03.674Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-12-01T00:29:03.674Z] INFO: Integration API tests being run from the host: [2022-12-01T00:29:03.674Z] INFO: make.ps1 starting at 12/01/2022 00:29:03 [2022-12-01T00:29:04.659Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-12-01T00:29:05.189Z] ok github.com/docker/docker/builder/remotecontext 0.092s coverage: 13.7% of statements [2022-12-01T00:29:05.448Z] ok github.com/docker/docker/builder/dockerfile 0.216s coverage: 48.5% of statements [2022-12-01T00:29:05.448Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-12-01T00:29:06.823Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2022-12-01T00:29:08.723Z] ok github.com/docker/docker/builder/remotecontext/git 2.554s coverage: 83.5% of statements [2022-12-01T00:29:08.723Z] ? github.com/docker/docker/cli [no test files] [2022-12-01T00:29:08.723Z] ? github.com/docker/docker/cli/config [no test files] [2022-12-01T00:29:09.441Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-12-01T00:29:09.441Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-12-01T00:29:09.441Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-12-01T00:29:09.441Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.22s) [2022-12-01T00:29:09.441Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-12-01T00:29:10.010Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-12-01T00:29:10.269Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-12-01T00:29:10.529Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-12-01T00:29:11.908Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-12-01T00:29:11.908Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-12-01T00:29:11.908Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-12-01T00:29:11.908Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2022-12-01T00:29:11.908Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-12-01T00:29:11.908Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2022-12-01T00:29:11.908Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-12-01T00:29:11.908Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2022-12-01T00:29:11.908Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-12-01T00:29:11.908Z] docker_api_swarm_test.go:272: [d3c88c55ae8f4] joining swarm manager [dc583fef5a68e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:29:12.002Z] ok github.com/docker/docker/client 0.125s coverage: 75.4% of statements [2022-12-01T00:29:12.846Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-12-01T00:29:13.106Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-12-01T00:29:13.365Z] docker_api_swarm_test.go:273: [d9cf163ace4d5] joining swarm manager [dc583fef5a68e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:29:13.625Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-12-01T00:29:14.194Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-12-01T00:29:14.762Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-12-01T00:29:14.762Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-12-01T00:29:16.668Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-12-01T00:29:17.606Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-12-01T00:29:18.543Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-12-01T00:29:18.543Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-12-01T00:29:18.803Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-12-01T00:29:18.803Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2022-12-01T00:29:19.062Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-12-01T00:29:19.321Z] === RUN TestDockerSuite/TestBuildXZHost [2022-12-01T00:29:20.700Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-12-01T00:29:20.700Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-12-01T00:29:20.700Z] docker_cli_sni_test.go:18: Flakey test [2022-12-01T00:29:20.700Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-12-01T00:29:21.267Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-12-01T00:29:21.836Z] === RUN TestDockerSuite/TestCommitChange [2022-12-01T00:29:22.405Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-12-01T00:29:22.973Z] === RUN TestDockerSuite/TestCommitHardlink [2022-12-01T00:29:23.923Z] === RUN TestDockerSuite/TestCommitNewFile [2022-12-01T00:29:24.863Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-12-01T00:29:25.431Z] === RUN TestDockerSuite/TestCommitTTY [2022-12-01T00:29:26.368Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2022-12-01T00:29:26.368Z] PASS [2022-12-01T00:29:26.368Z] [2022-12-01T00:29:26.368Z] DONE 17 tests in 52.568s [2022-12-01T00:29:26.368Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-12-01T00:29:26.368Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:26.368Z] ++ set -e [2022-12-01T00:29:26.368Z] ++ '[' -n 0 ']' [2022-12-01T00:29:26.368Z] ++ set -x [2022-12-01T00:29:26.368Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:26.368Z] INFO: Testing against a local daemon [2022-12-01T00:29:26.368Z] === RUN TestPluginInvalidJSON [2022-12-01T00:29:26.368Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:29:26.368Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:29:26.368Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:29:26.368Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-12-01T00:29:26.368Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-12-01T00:29:26.368Z] === RUN TestPluginInstall [2022-12-01T00:29:26.368Z] === RUN TestPluginInstall/no_auth [2022-12-01T00:29:26.368Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-12-01T00:29:27.307Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-12-01T00:29:28.245Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-12-01T00:29:28.505Z] time="2022-12-01T00:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:29:28.505Z] time="2022-12-01T00:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:01ecd247399d19b33f2831e94cba68de29677fa2bc624384adf39fa2a2e1d5c4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:29:28.505Z] time="2022-12-01T00:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:29:28.505Z] time="2022-12-01T00:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:01ecd247399d19b33f2831e94cba68de29677fa2bc624384adf39fa2a2e1d5c4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:29:28.765Z] === RUN TestPluginInstall/with_htpasswd [2022-12-01T00:29:29.025Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-12-01T00:29:29.025Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-12-01T00:29:29.025Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-12-01T00:29:29.286Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-12-01T00:29:29.286Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-12-01T00:29:29.286Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-12-01T00:29:29.286Z] time="2022-12-01T00:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:29:29.286Z] time="2022-12-01T00:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e336f918c242c399b530d518f703b5249a3558965c8b8af22f2f37d5d888d442" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:29:29.286Z] time="2022-12-01T00:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:29:29.286Z] time="2022-12-01T00:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e336f918c242c399b530d518f703b5249a3558965c8b8af22f2f37d5d888d442" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:29:29.286Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-12-01T00:29:29.550Z] === RUN TestPluginInstall/with_insecure [2022-12-01T00:29:30.488Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-12-01T00:29:30.488Z] time="2022-12-01T00:29:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:29:30.488Z] time="2022-12-01T00:29:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3f52785b4949e0161a627d9846448d138e8568640e09ae7d7cbb344258d54e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:29:30.488Z] time="2022-12-01T00:29:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-01T00:29:30.488Z] time="2022-12-01T00:29:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3f52785b4949e0161a627d9846448d138e8568640e09ae7d7cbb344258d54e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-01T00:29:31.058Z] plugin_test.go:165: [dd53b112fde4d] daemon is not started [2022-12-01T00:29:31.058Z] --- PASS: TestPluginInstall (4.51s) [2022-12-01T00:29:31.058Z] --- PASS: TestPluginInstall/no_auth (2.34s) [2022-12-01T00:29:31.058Z] --- PASS: TestPluginInstall/with_htpasswd (0.85s) [2022-12-01T00:29:31.058Z] --- PASS: TestPluginInstall/with_insecure (1.32s) [2022-12-01T00:29:31.058Z] === RUN TestPluginsWithRuntimes [2022-12-01T00:29:31.628Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-12-01T00:29:31.628Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-12-01T00:29:32.198Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-12-01T00:29:32.767Z] === RUN TestPluginsWithRuntimes/No_Args [2022-12-01T00:29:32.767Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-12-01T00:29:33.335Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-12-01T00:29:33.595Z] === RUN TestPluginsWithRuntimes/With_Args [2022-12-01T00:29:33.855Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-12-01T00:29:34.425Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-12-01T00:29:34.425Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-12-01T00:29:34.425Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-12-01T00:29:34.684Z] --- PASS: TestPluginsWithRuntimes (3.87s) [2022-12-01T00:29:34.684Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.02s) [2022-12-01T00:29:34.684Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2022-12-01T00:29:34.684Z] === RUN TestPluginBackCompatMediaTypes [2022-12-01T00:29:34.944Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-12-01T00:29:34.944Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-12-01T00:29:34.944Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-12-01T00:29:34.944Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-12-01T00:29:34.944Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-12-01T00:29:35.204Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-12-01T00:29:35.464Z] --- PASS: TestPluginBackCompatMediaTypes (0.78s) [2022-12-01T00:29:35.464Z] PASS [2022-12-01T00:29:35.464Z] [2022-12-01T00:29:35.464Z] DONE 10 tests in 9.296s [2022-12-01T00:29:35.464Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-12-01T00:29:35.464Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:35.464Z] ++ set -e [2022-12-01T00:29:35.464Z] ++ '[' -n 0 ']' [2022-12-01T00:29:35.464Z] ++ set -x [2022-12-01T00:29:35.464Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:35.724Z] INFO: Testing against a local daemon [2022-12-01T00:29:35.724Z] === RUN TestExternalGraphDriver [2022-12-01T00:29:35.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-12-01T00:29:35.983Z] === RUN TestExternalGraphDriver/json [2022-12-01T00:29:36.243Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-12-01T00:29:37.183Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-12-01T00:29:37.183Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-12-01T00:29:38.121Z] === RUN TestExternalGraphDriver/spec [2022-12-01T00:29:39.063Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-12-01T00:29:39.323Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-12-01T00:29:39.323Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-12-01T00:29:39.893Z] === RUN TestExternalGraphDriver/pull [2022-12-01T00:29:39.893Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-12-01T00:29:40.480Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-12-01T00:29:40.536Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:29:40.536Z] INFO: Testing against a local daemon [2022-12-01T00:29:40.536Z] === RUN TestBuildWithSession [2022-12-01T00:29:40.536Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:29:40.536Z] --- SKIP: TestBuildWithSession (0.00s) [2022-12-01T00:29:40.536Z] === RUN TestBuildSquashParent [2022-12-01T00:29:40.536Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:29:40.536Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-12-01T00:29:40.536Z] === RUN TestBuildWithRemoveAndForceRemove [2022-12-01T00:29:40.536Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:29:40.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:29:40.536Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:29:40.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:29:40.536Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:29:40.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:29:40.536Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:29:40.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:29:40.536Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:29:40.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:29:40.536Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:29:40.536Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:29:40.536Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-01T00:29:40.536Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-01T00:29:40.536Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-01T00:29:40.536Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-01T00:29:41.047Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-12-01T00:29:41.615Z] --- PASS: TestExternalGraphDriver (5.84s) [2022-12-01T00:29:41.615Z] --- PASS: TestExternalGraphDriver/json (1.91s) [2022-12-01T00:29:41.615Z] --- PASS: TestExternalGraphDriver/spec (1.88s) [2022-12-01T00:29:41.615Z] --- PASS: TestExternalGraphDriver/pull (1.70s) [2022-12-01T00:29:41.615Z] === RUN TestGraphdriverPluginV2 [2022-12-01T00:29:41.615Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-12-01T00:29:41.615Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-12-01T00:29:42.183Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-12-01T00:29:42.753Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-12-01T00:29:43.321Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-12-01T00:29:43.321Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-12-01T00:29:43.889Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-12-01T00:29:44.826Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-12-01T00:29:45.765Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-12-01T00:29:45.765Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-12-01T00:29:45.765Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-12-01T00:29:45.765Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-12-01T00:29:46.025Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-12-01T00:29:46.025Z] --- PASS: TestGraphdriverPluginV2 (4.57s) [2022-12-01T00:29:46.025Z] PASS [2022-12-01T00:29:46.025Z] [2022-12-01T00:29:46.025Z] DONE 5 tests in 10.538s [2022-12-01T00:29:46.285Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-12-01T00:29:46.285Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:46.285Z] ++ set -e [2022-12-01T00:29:46.285Z] ++ '[' -n 0 ']' [2022-12-01T00:29:46.285Z] ++ set -x [2022-12-01T00:29:46.285Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:46.285Z] INFO: Testing against a local daemon [2022-12-01T00:29:46.285Z] === RUN TestContinueAfterPluginCrash [2022-12-01T00:29:46.285Z] === PAUSE TestContinueAfterPluginCrash [2022-12-01T00:29:46.285Z] === RUN TestReadPluginNoRead [2022-12-01T00:29:46.285Z] === PAUSE TestReadPluginNoRead [2022-12-01T00:29:46.285Z] === RUN TestDaemonStartWithLogOpt [2022-12-01T00:29:46.285Z] === PAUSE TestDaemonStartWithLogOpt [2022-12-01T00:29:46.285Z] === CONT TestContinueAfterPluginCrash [2022-12-01T00:29:46.285Z] === CONT TestDaemonStartWithLogOpt [2022-12-01T00:29:46.544Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-12-01T00:29:49.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-01T00:29:49.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-01T00:29:49.837Z] --- PASS: TestDaemonStartWithLogOpt (3.41s) [2022-12-01T00:29:49.837Z] === CONT TestReadPluginNoRead [2022-12-01T00:29:50.774Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-12-01T00:29:51.712Z] === RUN TestDockerSuite/TestContainerAPITop [2022-12-01T00:29:51.972Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-12-01T00:29:51.972Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-12-01T00:29:51.972Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-12-01T00:29:51.972Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-12-01T00:29:52.232Z] === RUN TestReadPluginNoRead/default [2022-12-01T00:29:53.610Z] === RUN TestReadPluginNoRead/disabled_caching [2022-12-01T00:29:54.988Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-12-01T00:29:54.988Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-12-01T00:29:54.988Z] --- PASS: TestContinueAfterPluginCrash (8.58s) [2022-12-01T00:29:55.247Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-12-01T00:29:56.188Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-12-01T00:29:56.188Z] === CONT TestReadPluginNoRead [2022-12-01T00:29:56.188Z] read_test.go:92: [dadb3a55e76fd] daemon is not started [2022-12-01T00:29:56.188Z] --- PASS: TestReadPluginNoRead (6.57s) [2022-12-01T00:29:56.188Z] --- PASS: TestReadPluginNoRead/default (1.27s) [2022-12-01T00:29:56.188Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.31s) [2022-12-01T00:29:56.188Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.56s) [2022-12-01T00:29:56.188Z] PASS [2022-12-01T00:29:56.188Z] [2022-12-01T00:29:56.188Z] DONE 6 tests in 10.111s [2022-12-01T00:29:56.188Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-12-01T00:29:56.188Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:56.188Z] ++ set -e [2022-12-01T00:29:56.188Z] ++ '[' -n 0 ']' [2022-12-01T00:29:56.188Z] ++ set -x [2022-12-01T00:29:56.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:56.381Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-12-01T00:29:56.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.39s) [2022-12-01T00:29:56.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.39s) [2022-12-01T00:29:56.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.76s) [2022-12-01T00:29:56.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.19s) [2022-12-01T00:29:56.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (7.74s) [2022-12-01T00:29:56.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.78s) [2022-12-01T00:29:56.381Z] === RUN TestBuildMultiStageCopy [2022-12-01T00:29:56.381Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-12-01T00:29:56.447Z] testing: warning: no tests to run [2022-12-01T00:29:56.447Z] PASS [2022-12-01T00:29:56.447Z] [2022-12-01T00:29:56.447Z] DONE 0 tests in 0.048s [2022-12-01T00:29:56.447Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-12-01T00:29:56.447Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:56.447Z] ++ set -e [2022-12-01T00:29:56.447Z] ++ '[' -n 0 ']' [2022-12-01T00:29:56.447Z] ++ set -x [2022-12-01T00:29:56.447Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:56.447Z] INFO: Testing against a local daemon [2022-12-01T00:29:56.447Z] === RUN TestPluginWithDevMounts [2022-12-01T00:29:56.447Z] === PAUSE TestPluginWithDevMounts [2022-12-01T00:29:56.447Z] === CONT TestPluginWithDevMounts [2022-12-01T00:29:58.356Z] --- PASS: TestPluginWithDevMounts (1.68s) [2022-12-01T00:29:58.356Z] PASS [2022-12-01T00:29:58.356Z] [2022-12-01T00:29:58.356Z] DONE 1 tests in 1.815s [2022-12-01T00:29:58.356Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-12-01T00:29:58.356Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:58.356Z] ++ set -e [2022-12-01T00:29:58.356Z] ++ '[' -n 0 ']' [2022-12-01T00:29:58.356Z] ++ set -x [2022-12-01T00:29:58.356Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:29:58.356Z] INFO: Testing against a local daemon [2022-12-01T00:29:58.356Z] === RUN TestSecretInspect [2022-12-01T00:29:58.664Z] ok github.com/docker/docker/cmd/dockerd 0.099s coverage: 29.1% of statements [2022-12-01T00:29:58.664Z] ok github.com/docker/docker/container 0.118s coverage: 34.5% of statements [2022-12-01T00:29:58.664Z] ? github.com/docker/docker/container/stream [no test files] [2022-12-01T00:29:58.664Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-12-01T00:29:58.664Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-12-01T00:29:58.664Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-12-01T00:29:59.294Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-12-01T00:29:59.573Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-12-01T00:29:59.599Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2022-12-01T00:29:59.839Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-12-01T00:30:00.971Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-12-01T00:30:01.220Z] --- PASS: TestSecretInspect (2.72s) [2022-12-01T00:30:01.220Z] === RUN TestSecretList [2022-12-01T00:30:01.479Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-12-01T00:30:02.343Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2022-12-01T00:30:03.384Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-12-01T00:30:03.953Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-12-01T00:30:04.212Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-12-01T00:30:04.212Z] --- PASS: TestSecretList (3.19s) [2022-12-01T00:30:04.212Z] === RUN TestSecretsCreateAndDelete [2022-12-01T00:30:04.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-12-01T00:30:05.029Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-12-01T00:30:05.029Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-12-01T00:30:05.497Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-12-01T00:30:06.160Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-12-01T00:30:06.160Z] docker_api_swarm_node_test.go:20: [dce6415bef4b1] joining swarm manager [d41a77a49b30c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:30:06.481Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-12-01T00:30:06.729Z] --- PASS: TestSecretsCreateAndDelete (2.45s) [2022-12-01T00:30:06.729Z] === RUN TestSecretsUpdate [2022-12-01T00:30:06.988Z] docker_api_swarm_node_test.go:21: [d89ff930f52ae] joining swarm manager [d41a77a49b30c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:30:07.469Z] --- PASS: TestBuildMultiStageCopy (11.22s) [2022-12-01T00:30:07.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.10s) [2022-12-01T00:30:07.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s) [2022-12-01T00:30:07.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.73s) [2022-12-01T00:30:07.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.83s) [2022-12-01T00:30:07.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.96s) [2022-12-01T00:30:07.469Z] === RUN TestBuildMultiStageParentConfig [2022-12-01T00:30:07.926Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-12-01T00:30:09.304Z] --- PASS: TestSecretsUpdate (2.27s) [2022-12-01T00:30:09.304Z] === RUN TestTemplatedSecret [2022-12-01T00:30:09.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0006c4ea0_} [2022-12-01T00:30:09.564Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11186141922_/foo_false____} [2022-12-01T00:30:09.680Z] --- PASS: TestBuildMultiStageParentConfig (2.33s) [2022-12-01T00:30:09.680Z] === RUN TestBuildLabelWithTargets [2022-12-01T00:30:09.680Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:30:09.680Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-12-01T00:30:09.680Z] === RUN TestBuildWithEmptyLayers [2022-12-01T00:30:10.449Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.441s coverage: 13.8% of statements [2022-12-01T00:30:10.449Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.8% of statements [2022-12-01T00:30:10.664Z] --- PASS: TestBuildWithEmptyLayers (1.24s) [2022-12-01T00:30:10.664Z] === RUN TestBuildMultiStageOnBuild [2022-12-01T00:30:10.943Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11186141922_/foo_true____} [2022-12-01T00:30:11.014Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2022-12-01T00:30:11.579Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-12-01T00:30:11.881Z] --- PASS: TestTemplatedSecret (2.69s) [2022-12-01T00:30:11.881Z] === RUN TestSecretCreateResolve [2022-12-01T00:30:12.145Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-12-01T00:30:12.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3866842692_/foo_false____} [2022-12-01T00:30:13.078Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.477s coverage: 74.6% of statements [2022-12-01T00:30:13.835Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3866842692_/foo_true____} [2022-12-01T00:30:13.835Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-12-01T00:30:13.835Z] PASS [2022-12-01T00:30:13.835Z] [2022-12-01T00:30:13.835Z] DONE 6 tests in 15.648s [2022-12-01T00:30:13.835Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-12-01T00:30:13.835Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:30:13.835Z] ++ set -e [2022-12-01T00:30:13.835Z] ++ '[' -n 0 ']' [2022-12-01T00:30:13.835Z] ++ set -x [2022-12-01T00:30:13.835Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:30:14.094Z] INFO: Testing against a local daemon [2022-12-01T00:30:14.094Z] === RUN TestServiceCreateInit [2022-12-01T00:30:14.094Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-12-01T00:30:14.451Z] ok github.com/docker/docker/daemon 12.126s coverage: 17.1% of statements [2022-12-01T00:30:14.451Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-12-01T00:30:14.451Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-12-01T00:30:14.451Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-12-01T00:30:14.451Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-12-01T00:30:14.709Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2022-12-01T00:30:15.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3866842692_/foo_true__0xc0006c4ed0__} [2022-12-01T00:30:15.276Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.392s coverage: 60.7% of statements [2022-12-01T00:30:16.409Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0006c4ee8_} [2022-12-01T00:30:17.187Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-12-01T00:30:17.790Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-12-01T00:30:17.790Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0006c4f00_} [2022-12-01T00:30:17.790Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-12-01T00:30:18.578Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.315s coverage: 50.5% of statements [2022-12-01T00:30:19.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0006c4f18_} [2022-12-01T00:30:19.511Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.460s coverage: 45.9% of statements [2022-12-01T00:30:19.511Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-12-01T00:30:20.885Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-12-01T00:30:20.885Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.607s coverage: 58.0% of statements [2022-12-01T00:30:20.885Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-12-01T00:30:20.885Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-12-01T00:30:21.105Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0006c4f30_} [2022-12-01T00:30:21.675Z] docker_api_swarm_test.go:502: [dd5e6c1916d64] joining swarm manager [d11fb25a37441]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:30:21.818Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2022-12-01T00:30:22.244Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-12-01T00:30:22.504Z] --- PASS: TestServiceCreateInit (8.35s) [2022-12-01T00:30:22.504Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.76s) [2022-12-01T00:30:22.504Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.57s) [2022-12-01T00:30:22.504Z] === RUN TestCreateServiceMultipleTimes [2022-12-01T00:30:22.753Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-12-01T00:30:23.319Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 6.6% of statements [2022-12-01T00:30:23.319Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-12-01T00:30:23.319Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-12-01T00:30:23.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-12-01T00:30:23.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-12-01T00:30:23.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-12-01T00:30:23.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-12-01T00:30:23.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-12-01T00:30:23.701Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-12-01T00:30:24.252Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.2% of statements [2022-12-01T00:30:24.510Z] ok github.com/docker/docker/daemon/logger/awslogs 0.185s coverage: 77.8% of statements [2022-12-01T00:30:24.510Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2022-12-01T00:30:24.510Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-12-01T00:30:25.099Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2022-12-01T00:30:25.357Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 23.9% of statements [2022-12-01T00:30:25.933Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-12-01T00:30:26.191Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.011s coverage: 69.9% of statements [2022-12-01T00:30:26.241Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-12-01T00:30:26.757Z] ok github.com/docker/docker/daemon/logger/local 0.017s coverage: 78.7% of statements [2022-12-01T00:30:26.757Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-12-01T00:30:27.322Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 58.9% of statements [2022-12-01T00:30:27.322Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.013s coverage: 31.5% of statements [2022-12-01T00:30:27.621Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-12-01T00:30:28.463Z] --- PASS: TestBuildMultiStageOnBuild (16.35s) [2022-12-01T00:30:28.463Z] === RUN TestBuildUncleanTarFilenames [2022-12-01T00:30:28.463Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:30:28.463Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-12-01T00:30:28.463Z] === RUN TestBuildMultiStageLayerLeak [2022-12-01T00:30:28.694Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-12-01T00:30:28.694Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-12-01T00:30:29.259Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-12-01T00:30:30.158Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-12-01T00:30:30.192Z] ok github.com/docker/docker/daemon/logger/splunk 1.634s coverage: 82.5% of statements [2022-12-01T00:30:30.192Z] ? github.com/docker/docker/daemon/names [no test files] [2022-12-01T00:30:30.192Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-12-01T00:30:31.094Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-12-01T00:30:31.094Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-12-01T00:30:31.125Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2022-12-01T00:30:31.663Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-12-01T00:30:32.495Z] ok github.com/docker/docker/distribution 1.504s coverage: 29.0% of statements [2022-12-01T00:30:32.495Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-12-01T00:30:32.601Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-12-01T00:30:32.754Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-12-01T00:30:33.168Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-12-01T00:30:33.320Z] ok github.com/docker/docker/image 0.015s coverage: 86.8% of statements [2022-12-01T00:30:33.578Z] ok github.com/docker/docker/distribution/xfer 1.891s coverage: 84.6% of statements [2022-12-01T00:30:33.578Z] ? github.com/docker/docker/dockerversion [no test files] [2022-12-01T00:30:33.738Z] docker_api_swarm_test.go:507: [d720c33ec0090] joining swarm manager [d11fb25a37441]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:30:33.738Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-12-01T00:30:33.836Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-12-01T00:30:33.836Z] ? github.com/docker/docker/image/tarexport [no test files] [2022-12-01T00:30:34.401Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-12-01T00:30:34.401Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-12-01T00:30:34.676Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-12-01T00:30:34.935Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-12-01T00:30:34.966Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2022-12-01T00:30:35.504Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-12-01T00:30:35.531Z] ok github.com/docker/docker/oci 0.017s coverage: 40.6% of statements [2022-12-01T00:30:36.073Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-12-01T00:30:36.464Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2022-12-01T00:30:36.464Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-12-01T00:30:36.643Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-12-01T00:30:37.211Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-12-01T00:30:37.778Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-12-01T00:30:38.352Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-12-01T00:30:38.362Z] ok github.com/docker/docker/pkg/archive 0.295s coverage: 82.2% of statements [2022-12-01T00:30:38.620Z] ok github.com/docker/docker/pkg/authorization 0.150s coverage: 68.3% of statements [2022-12-01T00:30:38.878Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-12-01T00:30:38.932Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-12-01T00:30:39.136Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-12-01T00:30:39.191Z] --- PASS: TestCreateServiceMultipleTimes (16.81s) [2022-12-01T00:30:39.191Z] === RUN TestCreateServiceConflict [2022-12-01T00:30:40.128Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-12-01T00:30:40.697Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-12-01T00:30:41.265Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-12-01T00:30:41.266Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-12-01T00:30:41.524Z] --- PASS: TestCreateServiceConflict (2.46s) [2022-12-01T00:30:41.524Z] === RUN TestCreateServiceMaxReplicas [2022-12-01T00:30:42.094Z] === RUN TestDockerSuite/TestCpRelativePath [2022-12-01T00:30:42.412Z] ok github.com/docker/docker/pkg/chrootarchive 2.461s coverage: 43.5% of statements [2022-12-01T00:30:42.412Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-12-01T00:30:42.412Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2022-12-01T00:30:42.662Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-12-01T00:30:42.670Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2022-12-01T00:30:43.232Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-12-01T00:30:43.235Z] ok github.com/docker/docker/layer 7.355s coverage: 68.8% of statements [2022-12-01T00:30:43.235Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-12-01T00:30:43.235Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-12-01T00:30:43.235Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-12-01T00:30:43.235Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-12-01T00:30:43.235Z] ? github.com/docker/docker/oci/caps [no test files] [2022-12-01T00:30:43.235Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-12-01T00:30:43.235Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-12-01T00:30:43.379Z] --- PASS: TestBuildMultiStageLayerLeak (14.48s) [2022-12-01T00:30:43.379Z] === RUN TestBuildWithHugeFile [2022-12-01T00:30:43.800Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2022-12-01T00:30:44.057Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2022-12-01T00:30:44.170Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-12-01T00:30:44.316Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2022-12-01T00:30:44.738Z] --- PASS: TestCreateServiceMaxReplicas (3.05s) [2022-12-01T00:30:44.738Z] === RUN TestCreateWithDuplicateNetworkNames [2022-12-01T00:30:44.998Z] === RUN TestDockerSuite/TestCpToCaseA [2022-12-01T00:30:45.689Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2022-12-01T00:30:45.936Z] === RUN TestDockerSuite/TestCpToCaseB [2022-12-01T00:30:45.946Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 86.5% of statements [2022-12-01T00:30:46.205Z] ok github.com/docker/docker/pkg/discovery/kv 3.024s coverage: 84.1% of statements [2022-12-01T00:30:46.505Z] === RUN TestDockerSuite/TestCpToCaseC [2022-12-01T00:30:46.770Z] ok github.com/docker/docker/pkg/fsutils 0.230s coverage: 85.1% of statements [2022-12-01T00:30:46.770Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-12-01T00:30:48.144Z] ok github.com/docker/docker/pkg/idtools 0.435s coverage: 69.5% of statements [2022-12-01T00:30:48.144Z] ok github.com/docker/docker/pkg/ioutils 0.430s coverage: 70.6% of statements [2022-12-01T00:30:48.402Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-12-01T00:30:48.402Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2022-12-01T00:30:48.402Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-12-01T00:30:48.402Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-12-01T00:30:48.402Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-12-01T00:30:48.413Z] === RUN TestDockerSuite/TestCpToCaseD [2022-12-01T00:30:48.660Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2022-12-01T00:30:48.660Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-12-01T00:30:48.660Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-12-01T00:30:48.918Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-12-01T00:30:49.176Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2022-12-01T00:30:49.176Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2022-12-01T00:30:49.176Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-12-01T00:30:49.176Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-12-01T00:30:49.741Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-12-01T00:30:50.307Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-12-01T00:30:50.565Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-12-01T00:30:50.823Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-12-01T00:30:51.704Z] === RUN TestDockerSuite/TestCpToCaseE [2022-12-01T00:30:52.194Z] ok github.com/docker/docker/pkg/pubsub 1.036s coverage: 75.0% of statements [2022-12-01T00:30:52.194Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-12-01T00:30:53.610Z] === RUN TestDockerSuite/TestCpToCaseF [2022-12-01T00:30:53.869Z] === RUN TestDockerSuite/TestCpToCaseG [2022-12-01T00:30:56.372Z] ok github.com/docker/docker/pkg/signal 3.329s coverage: 62.3% of statements [2022-12-01T00:30:56.372Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-12-01T00:30:56.372Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-12-01T00:30:56.630Z] ok github.com/docker/docker/pkg/stringid 0.021s coverage: 70.6% of statements [2022-12-01T00:30:57.159Z] === RUN TestDockerSuite/TestCpToCaseH [2022-12-01T00:30:57.195Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.9% of statements [2022-12-01T00:30:57.453Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2022-12-01T00:30:58.019Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2022-12-01T00:30:58.276Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2022-12-01T00:30:58.534Z] coverage: [no statements] [2022-12-01T00:30:58.534Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-12-01T00:30:58.537Z] === RUN TestDockerSuite/TestCpToCaseI [2022-12-01T00:30:58.792Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-12-01T00:30:58.796Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.04s) [2022-12-01T00:30:58.796Z] === RUN TestCreateServiceSecretFileMode [2022-12-01T00:30:59.050Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-12-01T00:30:59.308Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-12-01T00:30:59.395Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-12-01T00:31:01.205Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-12-01T00:31:01.205Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-12-01T00:31:01.771Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.6% of statements [2022-12-01T00:31:02.695Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-12-01T00:31:02.695Z] === RUN TestDockerSuite/TestCpToDot [2022-12-01T00:31:02.704Z] ok github.com/docker/docker/quota 0.232s coverage: 71.4% of statements [2022-12-01T00:31:03.263Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-12-01T00:31:03.269Z] ok github.com/docker/docker/reference 0.008s coverage: 84.4% of statements [2022-12-01T00:31:04.201Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-12-01T00:31:04.202Z] ok github.com/docker/docker/registry 0.052s coverage: 57.3% of statements [2022-12-01T00:31:04.459Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-12-01T00:31:04.717Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-12-01T00:31:05.137Z] === RUN TestDockerSuite/TestCpToStdout [2022-12-01T00:31:05.283Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2022-12-01T00:31:05.283Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-12-01T00:31:05.396Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-12-01T00:31:06.334Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-12-01T00:31:06.334Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-12-01T00:31:06.902Z] === RUN TestDockerSuite/TestCpVolumePath [2022-12-01T00:31:07.218Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-12-01T00:31:07.785Z] ok github.com/docker/docker/volume/local 0.089s coverage: 76.4% of statements [2022-12-01T00:31:07.842Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-12-01T00:31:07.842Z] === RUN TestDockerSuite/TestCreateArgs [2022-12-01T00:31:07.842Z] === RUN TestDockerSuite/TestCreateByImageID [2022-12-01T00:31:08.102Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-12-01T00:31:08.352Z] ok github.com/docker/docker/volume/mounts 0.021s coverage: 67.0% of statements [2022-12-01T00:31:08.361Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-12-01T00:31:08.361Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-12-01T00:31:08.361Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-12-01T00:31:08.621Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-12-01T00:31:08.880Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-12-01T00:31:09.140Z] === RUN TestDockerSuite/TestCreateLabels [2022-12-01T00:31:09.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-12-01T00:31:09.140Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-12-01T00:31:09.399Z] === RUN TestDockerSuite/TestCreateRM [2022-12-01T00:31:09.399Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-12-01T00:31:09.399Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-12-01T00:31:09.399Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-12-01T00:31:09.658Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-12-01T00:31:09.658Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-12-01T00:31:09.724Z] ok github.com/docker/docker/volume/service 0.019s coverage: 73.1% of statements [2022-12-01T00:31:11.565Z] docker_api_swarm_node_test.go:81: [d630ddb5f1fda] joining swarm manager [d8f3a1649756c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:31:11.566Z] --- PASS: TestCreateServiceSecretFileMode (12.85s) [2022-12-01T00:31:11.566Z] === RUN TestCreateServiceConfigFileMode [2022-12-01T00:31:11.566Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-12-01T00:31:11.825Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-12-01T00:31:11.825Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-12-01T00:31:16.026Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-12-01T00:31:16.026Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-12-01T00:31:16.026Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-12-01T00:31:16.026Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-12-01T00:31:16.026Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-12-01T00:31:16.026Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-12-01T00:31:16.594Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-12-01T00:31:17.531Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-12-01T00:31:18.099Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-12-01T00:31:19.479Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-12-01T00:31:20.864Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-12-01T00:31:21.124Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-12-01T00:31:21.383Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-12-01T00:31:21.642Z] === RUN TestDockerSuite/TestDevicePermissions [2022-12-01T00:31:21.902Z] === RUN TestDockerSuite/TestDockerFails [2022-12-01T00:31:22.162Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-12-01T00:31:22.162Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-12-01T00:31:22.162Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-12-01T00:31:22.729Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-12-01T00:31:23.298Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-12-01T00:31:24.235Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-12-01T00:31:24.235Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-12-01T00:31:24.235Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-12-01T00:31:24.495Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-12-01T00:31:24.578Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/pkg/term [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/rootless [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/testutil/request [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/volume [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-12-01T00:31:24.578Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === Skipped [2022-12-01T00:31:24.578Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2022-12-01T00:31:24.578Z] exec_linux_test.go:19: requires AppArmor to be enabled [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2022-12-01T00:31:24.578Z] exec_linux_test.go:39: requires AppArmor to be enabled [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver btrfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:74: No driver to put! [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-12-01T00:31:24.578Z] time="2022-12-01T00:30:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-12-01T00:31:24.578Z] time="2022-12-01T00:30:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-12-01T00:31:24.578Z] time="2022-12-01T00:30:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-12-01T00:31:24.578Z] time="2022-12-01T00:30:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-12-01T00:31:24.578Z] time="2022-12-01T00:30:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: driver not supported [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver fuse-overlayfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:74: No driver to put! [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-12-01T00:31:24.578Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-12-01T00:31:24.578Z] overlay_test.go:50: Fails to compute changes intermittently [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-12-01T00:31:24.578Z] overlay_test.go:66: Cannot run test with naive change algorithm [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-01T00:31:24.578Z] graphtest_unix.go:47: Driver zfs not supported [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-12-01T00:31:24.578Z] graphtest_unix.go:74: No driver to put! [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-12-01T00:31:24.578Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-12-01T00:31:24.578Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2022-12-01T00:31:24.578Z] [2022-12-01T00:31:24.578Z] DONE 2265 tests, 26 skipped in 240.465s Post stage [Pipeline] junit [2022-12-01T00:31:24.590Z] Recording test results [2022-12-01T00:31:24.754Z] --- PASS: TestCreateServiceConfigFileMode (13.19s) [2022-12-01T00:31:24.754Z] === RUN TestCreateServiceSysctls [2022-12-01T00:31:24.835Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-12-01T00:31:25.014Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-12-01T00:31:25.151Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44488/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d2b734d12048443da140d62c94d612e5c026e77d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:d2b734d12048443da140d62c94d612e5c026e77d hack/validate/vendor [2022-12-01T00:31:25.716Z] update vendored copy of archive/tar [2022-12-01T00:31:25.716Z] downloading: https://golang.org/dl/go1.18.8.src.tar.gz [2022-12-01T00:31:27.549Z] docker_api_swarm_node_test.go:53: [d81fb6fef7d68] joining swarm manager [defcd4828eacc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:31:27.610Z] patching file stat_unix.go [2022-12-01T00:31:27.610Z] 2022/12/01 00:31:27 Collecting initial packages [2022-12-01T00:31:27.610Z] 2022/12/01 00:31:27 Download dependencies [2022-12-01T00:31:28.117Z] docker_api_swarm_node_test.go:54: [d1507f08c244f] joining swarm manager [defcd4828eacc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:31:28.376Z] --- PASS: TestCreateServiceSysctls (3.59s) [2022-12-01T00:31:28.376Z] === RUN TestCreateServiceCapabilities [2022-12-01T00:31:30.281Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-12-01T00:31:31.220Z] --- PASS: TestCreateServiceCapabilities (2.73s) [2022-12-01T00:31:31.220Z] === RUN TestInspect [2022-12-01T00:31:31.787Z] 2022/12/01 00:31:31 Starting whole vndr cycle because no package specified [2022-12-01T00:31:31.787Z] 2022/12/01 00:31:31 Ignoring paths matching "^archive/tar" [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/Microsoft/hcsshim, revision a11a2c44e8a4aa9d66314b1d759ef582df5ab5e8, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/Microsoft/go-winio, revision 7e149e8c70409f36773c1b2cf3447a7ab7697368, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/Azure/go-ansiterm, revision d185dfc1b5a126116ea5a19e148e29d16b4574c9, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/vbatts/tar-split, revision 80a436fd6164c557b131f7c59ed69bd81af69761, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/moby/term, revision 3f7ff695adc6a35abc925370dd0a4dafb48ec64d, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2022-12-01T00:31:32.046Z] 2022/12/01 00:31:31 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2022-12-01T00:31:32.602Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/docker/libtrust [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/moby/locker [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone golang.org/x/sys, revision 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809, attempt 1/20 [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/creack/pty [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/Azure/go-ansiterm [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/google/uuid [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/tchap/go-patricia [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/willf/bitset [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Finished clone github.com/moby/term [2022-12-01T00:31:33.420Z] 2022/12/01 00:31:33 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2022-12-01T00:31:33.986Z] 2022/12/01 00:31:33 Finished clone github.com/moby/sys [2022-12-01T00:31:33.986Z] 2022/12/01 00:31:33 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2022-12-01T00:31:33.986Z] 2022/12/01 00:31:33 Finished clone github.com/gorilla/mux [2022-12-01T00:31:33.986Z] 2022/12/01 00:31:33 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2022-12-01T00:31:33.986Z] 2022/12/01 00:31:33 Finished clone github.com/Microsoft/go-winio [2022-12-01T00:31:33.986Z] 2022/12/01 00:31:33 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2022-12-01T00:31:34.245Z] 2022/12/01 00:31:34 Finished clone github.com/sirupsen/logrus [2022-12-01T00:31:34.245Z] 2022/12/01 00:31:34 Clone github.com/armon/circbuf, revision 5111143e8da2e98b4ea6a8f32b9065ea1821c191, attempt 1/20 [2022-12-01T00:31:34.509Z] --- PASS: TestInspect (3.17s) [2022-12-01T00:31:34.509Z] === RUN TestCreateJob [2022-12-01T00:31:34.509Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-12-01T00:31:34.812Z] 2022/12/01 00:31:34 Finished clone github.com/docker/go-units [2022-12-01T00:31:34.812Z] 2022/12/01 00:31:34 Clone github.com/moby/buildkit, revision eeb7b65ab7d651770a5ec52a06ea7c96eb97a249, attempt 1/20 [2022-12-01T00:31:34.812Z] 2022/12/01 00:31:34 Finished clone github.com/syndtr/gocapability [2022-12-01T00:31:34.812Z] 2022/12/01 00:31:34 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2022-12-01T00:31:35.072Z] 2022/12/01 00:31:35 Finished clone github.com/RackSec/srslog [2022-12-01T00:31:35.072Z] 2022/12/01 00:31:35 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2022-12-01T00:31:35.330Z] 2022/12/01 00:31:35 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2022-12-01T00:31:35.330Z] 2022/12/01 00:31:35 Finished clone gotest.tools/v3 [2022-12-01T00:31:35.589Z] 2022/12/01 00:31:35 Finished clone github.com/armon/circbuf [2022-12-01T00:31:35.589Z] 2022/12/01 00:31:35 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2022-12-01T00:31:35.589Z] 2022/12/01 00:31:35 Finished clone golang.org/x/sync [2022-12-01T00:31:35.589Z] 2022/12/01 00:31:35 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2022-12-01T00:31:35.848Z] 2022/12/01 00:31:35 Finished clone github.com/google/go-cmp [2022-12-01T00:31:35.848Z] 2022/12/01 00:31:35 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2022-12-01T00:31:35.886Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-12-01T00:31:36.106Z] 2022/12/01 00:31:35 Finished clone github.com/docker/go-connections [2022-12-01T00:31:36.107Z] 2022/12/01 00:31:35 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2022-12-01T00:31:36.365Z] 2022/12/01 00:31:36 Finished clone github.com/vbatts/tar-split [2022-12-01T00:31:36.365Z] 2022/12/01 00:31:36 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2022-12-01T00:31:36.623Z] 2022/12/01 00:31:36 Finished clone github.com/tonistiigi/units [2022-12-01T00:31:36.623Z] 2022/12/01 00:31:36 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2022-12-01T00:31:36.623Z] 2022/12/01 00:31:36 Finished clone github.com/imdario/mergo [2022-12-01T00:31:36.623Z] 2022/12/01 00:31:36 Clone github.com/docker/libnetwork, revision 0dde5c895075df6e3630e76f750a447cf63f4789, attempt 1/20 [2022-12-01T00:31:36.825Z] === RUN TestDockerSuite/TestEventsAttach [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:36 Finished clone github.com/google/shlex [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:36 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:36 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:36 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:37 Finished clone github.com/opentracing-contrib/go-stdlib [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:37 Clone github.com/armon/go-metrics, revision f0300d1749da6fa982027e449ec0c7a145510c3c, attempt 1/20 [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:37 Finished clone github.com/opentracing/opentracing-go [2022-12-01T00:31:37.190Z] 2022/12/01 00:31:37 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2022-12-01T00:31:37.758Z] 2022/12/01 00:31:37 Finished clone github.com/mitchellh/hashstructure [2022-12-01T00:31:37.758Z] 2022/12/01 00:31:37 Clone github.com/hashicorp/memberlist, revision e6ff9b2d87a3f0f3f04abb5672ada3ac2a640223, attempt 1/20 [2022-12-01T00:31:37.758Z] 2022/12/01 00:31:37 Finished clone github.com/gofrs/flock [2022-12-01T00:31:37.758Z] 2022/12/01 00:31:37 Clone github.com/google/btree, revision 4030bb1f1f0c35b30ca7009e9ebd06849dd45306, attempt 1/20 [2022-12-01T00:31:37.762Z] === RUN TestDockerSuite/TestEventsCommit [2022-12-01T00:31:37.762Z] --- PASS: TestCreateJob (3.62s) [2022-12-01T00:31:37.762Z] === RUN TestReplicatedJob [2022-12-01T00:31:38.325Z] 2022/12/01 00:31:38 Finished clone github.com/docker/go-events [2022-12-01T00:31:38.325Z] 2022/12/01 00:31:38 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2022-12-01T00:31:38.325Z] 2022/12/01 00:31:38 Finished clone github.com/armon/go-radix [2022-12-01T00:31:38.325Z] 2022/12/01 00:31:38 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2022-12-01T00:31:38.330Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-12-01T00:31:38.892Z] 2022/12/01 00:31:38 Finished clone github.com/armon/go-metrics [2022-12-01T00:31:38.892Z] 2022/12/01 00:31:38 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2022-12-01T00:31:38.904Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-12-01T00:31:39.150Z] 2022/12/01 00:31:39 Finished clone github.com/google/btree [2022-12-01T00:31:39.150Z] 2022/12/01 00:31:39 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2022-12-01T00:31:39.409Z] 2022/12/01 00:31:39 Finished clone github.com/tonistiigi/fsutil [2022-12-01T00:31:39.409Z] 2022/12/01 00:31:39 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2022-12-01T00:31:39.474Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-12-01T00:31:39.667Z] 2022/12/01 00:31:39 Finished clone github.com/sean-/seed [2022-12-01T00:31:39.667Z] 2022/12/01 00:31:39 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2022-12-01T00:31:40.043Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-12-01T00:31:40.234Z] 2022/12/01 00:31:39 Finished clone github.com/hashicorp/errwrap [2022-12-01T00:31:40.234Z] 2022/12/01 00:31:39 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2022-12-01T00:31:40.234Z] 2022/12/01 00:31:40 Finished clone github.com/hashicorp/memberlist [2022-12-01T00:31:40.234Z] 2022/12/01 00:31:40 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2022-12-01T00:31:40.492Z] 2022/12/01 00:31:40 Finished clone github.com/golang/gddo [2022-12-01T00:31:40.492Z] 2022/12/01 00:31:40 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2022-12-01T00:31:41.059Z] 2022/12/01 00:31:40 Finished clone github.com/hashicorp/go-multierror [2022-12-01T00:31:41.059Z] 2022/12/01 00:31:40 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2022-12-01T00:31:41.625Z] 2022/12/01 00:31:41 Finished clone github.com/docker/libkv [2022-12-01T00:31:41.625Z] 2022/12/01 00:31:41 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2022-12-01T00:31:41.625Z] 2022/12/01 00:31:41 Finished clone github.com/vishvananda/netns [2022-12-01T00:31:41.625Z] 2022/12/01 00:31:41 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2022-12-01T00:31:41.948Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-12-01T00:31:42.191Z] 2022/12/01 00:31:41 Finished clone github.com/hashicorp/go-sockaddr [2022-12-01T00:31:42.191Z] 2022/12/01 00:31:41 Clone github.com/coreos/etcd, revision 973882f697a8db3d59815bf132c6c506434334bd, attempt 1/20 [2022-12-01T00:31:43.126Z] 2022/12/01 00:31:43 Finished clone github.com/moby/ipvs [2022-12-01T00:31:43.126Z] 2022/12/01 00:31:43 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2022-12-01T00:31:43.326Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-12-01T00:31:43.326Z] --- PASS: TestReplicatedJob (5.43s) [2022-12-01T00:31:43.326Z] === RUN TestUpdateReplicatedJob [2022-12-01T00:31:43.384Z] 2022/12/01 00:31:43 Finished clone github.com/deckarep/golang-set [2022-12-01T00:31:43.384Z] 2022/12/01 00:31:43 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2022-12-01T00:31:43.384Z] 2022/12/01 00:31:43 Finished clone github.com/samuel/go-zookeeper [2022-12-01T00:31:43.384Z] 2022/12/01 00:31:43 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2022-12-01T00:31:43.642Z] 2022/12/01 00:31:43 Finished clone github.com/BurntSushi/toml [2022-12-01T00:31:43.642Z] 2022/12/01 00:31:43 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2022-12-01T00:31:43.901Z] 2022/12/01 00:31:43 Finished clone github.com/vishvananda/netlink [2022-12-01T00:31:43.901Z] 2022/12/01 00:31:43 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2022-12-01T00:31:44.835Z] 2022/12/01 00:31:44 Finished clone github.com/hashicorp/go-msgpack [2022-12-01T00:31:44.835Z] 2022/12/01 00:31:44 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2022-12-01T00:31:44.835Z] 2022/12/01 00:31:44 Finished clone github.com/coreos/go-semver [2022-12-01T00:31:44.835Z] 2022/12/01 00:31:44 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2022-12-01T00:31:45.093Z] 2022/12/01 00:31:44 Finished clone github.com/ishidawataru/sctp [2022-12-01T00:31:45.093Z] 2022/12/01 00:31:44 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2022-12-01T00:31:45.863Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-12-01T00:31:46.468Z] 2022/12/01 00:31:46 Finished clone github.com/modern-go/concurrent [2022-12-01T00:31:46.468Z] 2022/12/01 00:31:46 Clone github.com/docker/distribution, revision b5ca020cfbe998e5af3457fda087444cf5116496, attempt 1/20 [2022-12-01T00:31:46.726Z] 2022/12/01 00:31:46 Finished clone github.com/Microsoft/opengcs [2022-12-01T00:31:46.726Z] 2022/12/01 00:31:46 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2022-12-01T00:31:46.726Z] 2022/12/01 00:31:46 Finished clone github.com/modern-go/reflect2 [2022-12-01T00:31:46.726Z] 2022/12/01 00:31:46 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2022-12-01T00:31:46.798Z] --- PASS: TestUpdateReplicatedJob (3.41s) [2022-12-01T00:31:46.798Z] === RUN TestServiceListWithStatuses [2022-12-01T00:31:46.798Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:31:46.798Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-12-01T00:31:46.798Z] === RUN TestDockerNetworkConnectAlias [2022-12-01T00:31:47.292Z] 2022/12/01 00:31:47 Finished clone go.etcd.io/bbolt [2022-12-01T00:31:47.292Z] 2022/12/01 00:31:47 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2022-12-01T00:31:47.735Z] === RUN TestDockerSuite/TestEventsCopy [2022-12-01T00:31:47.858Z] 2022/12/01 00:31:47 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2022-12-01T00:31:47.858Z] 2022/12/01 00:31:47 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2022-12-01T00:31:47.858Z] 2022/12/01 00:31:47 Finished clone github.com/json-iterator/go [2022-12-01T00:31:47.858Z] 2022/12/01 00:31:47 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2022-12-01T00:31:48.116Z] 2022/12/01 00:31:48 Finished clone github.com/containerd/typeurl [2022-12-01T00:31:48.116Z] 2022/12/01 00:31:48 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2022-12-01T00:31:48.674Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-12-01T00:31:48.682Z] 2022/12/01 00:31:48 Finished clone github.com/opencontainers/go-digest [2022-12-01T00:31:48.682Z] 2022/12/01 00:31:48 Clone github.com/opencontainers/image-spec, revision 67d2d5658fe0476ab9bf414cec164077ebff3920, attempt 1/20 [2022-12-01T00:31:48.682Z] 2022/12/01 00:31:48 Finished clone golang.org/x/net [2022-12-01T00:31:48.682Z] 2022/12/01 00:31:48 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2022-12-01T00:31:48.682Z] 2022/12/01 00:31:48 Finished clone github.com/hashicorp/serf [2022-12-01T00:31:48.682Z] 2022/12/01 00:31:48 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2022-12-01T00:31:48.940Z] 2022/12/01 00:31:48 Finished clone github.com/mistifyio/go-zfs [2022-12-01T00:31:48.940Z] 2022/12/01 00:31:48 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2022-12-01T00:31:50.052Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-12-01T00:31:50.314Z] 2022/12/01 00:31:50 Finished clone github.com/cyphar/filepath-securejoin [2022-12-01T00:31:50.314Z] 2022/12/01 00:31:50 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2022-12-01T00:31:51.248Z] 2022/12/01 00:31:51 Finished clone github.com/coreos/go-systemd [2022-12-01T00:31:51.248Z] 2022/12/01 00:31:51 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2022-12-01T00:31:51.248Z] 2022/12/01 00:31:51 Finished clone github.com/coreos/go-systemd/v22 [2022-12-01T00:31:51.248Z] 2022/12/01 00:31:51 Clone github.com/fluent/fluent-logger-golang, revision 0b652e850a9140d0b1db6390d8925d0601e952db, attempt 1/20 [2022-12-01T00:31:51.429Z] --- PASS: TestDockerNetworkConnectAlias (4.68s) [2022-12-01T00:31:51.429Z] === RUN TestDockerNetworkReConnect [2022-12-01T00:31:51.815Z] 2022/12/01 00:31:51 Finished clone github.com/opencontainers/runtime-spec [2022-12-01T00:31:51.815Z] 2022/12/01 00:31:51 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2022-12-01T00:31:52.751Z] 2022/12/01 00:31:52 Finished clone github.com/opencontainers/image-spec [2022-12-01T00:31:52.751Z] 2022/12/01 00:31:52 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2022-12-01T00:31:53.010Z] 2022/12/01 00:31:52 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2022-12-01T00:31:53.010Z] 2022/12/01 00:31:52 Finished clone github.com/godbus/dbus/v5 [2022-12-01T00:31:53.010Z] 2022/12/01 00:31:52 Finished clone github.com/Graylog2/go-gelf [2022-12-01T00:31:53.010Z] 2022/12/01 00:31:52 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2022-12-01T00:31:53.300Z] 2022/12/01 00:31:53 Finished clone github.com/fluent/fluent-logger-golang [2022-12-01T00:31:53.300Z] 2022/12/01 00:31:53 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2022-12-01T00:31:53.300Z] 2022/12/01 00:31:53 Finished clone github.com/philhofer/fwd [2022-12-01T00:31:53.300Z] 2022/12/01 00:31:53 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2022-12-01T00:31:54.717Z] --- PASS: TestDockerNetworkReConnect (3.32s) [2022-12-01T00:31:54.717Z] === RUN TestServicePlugin [2022-12-01T00:31:55.231Z] 2022/12/01 00:31:55 Finished clone github.com/bsphere/le_go [2022-12-01T00:31:55.231Z] 2022/12/01 00:31:55 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2022-12-01T00:31:55.285Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-12-01T00:31:55.545Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-12-01T00:31:55.797Z] 2022/12/01 00:31:55 Finished clone github.com/fsnotify/fsnotify [2022-12-01T00:31:55.797Z] 2022/12/01 00:31:55 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2022-12-01T00:31:55.797Z] 2022/12/01 00:31:55 Finished clone github.com/jmespath/go-jmespath [2022-12-01T00:31:55.797Z] 2022/12/01 00:31:55 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2022-12-01T00:31:56.924Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-12-01T00:31:57.170Z] 2022/12/01 00:31:56 Finished clone github.com/docker/libnetwork [2022-12-01T00:31:57.170Z] 2022/12/01 00:31:56 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2022-12-01T00:31:57.183Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-12-01T00:31:57.442Z] === RUN TestDockerSuite/TestEventsFilterType [2022-12-01T00:31:57.701Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-12-01T00:31:57.701Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-12-01T00:31:57.701Z] === RUN TestDockerSuite/TestEventsFilters [2022-12-01T00:31:57.735Z] 2022/12/01 00:31:57 Finished clone github.com/golang/groupcache [2022-12-01T00:31:57.735Z] 2022/12/01 00:31:57 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2022-12-01T00:31:57.735Z] 2022/12/01 00:31:57 Finished clone github.com/tinylib/msgp [2022-12-01T00:31:57.735Z] 2022/12/01 00:31:57 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2022-12-01T00:31:58.300Z] 2022/12/01 00:31:58 Finished clone golang.org/x/oauth2 [2022-12-01T00:31:58.300Z] 2022/12/01 00:31:58 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2022-12-01T00:31:59.082Z] plugin_test.go:62: [d5eddc71320df] joining swarm manager [dfa88ba8cf6e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:31:59.082Z] === RUN TestDockerSuite/TestEventsFormat [2022-12-01T00:32:00.028Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-12-01T00:32:00.028Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-12-01T00:32:00.028Z] === RUN TestDockerSuite/TestEventsImageImport [2022-12-01T00:32:00.197Z] 2022/12/01 00:31:59 Finished clone github.com/googleapis/gax-go [2022-12-01T00:32:00.197Z] 2022/12/01 00:31:59 Clone https://github.com/moby/containerd.git to github.com/containerd/containerd, revision 96c5ae04b6784e180aaeee50fba715ac448ddb0d, attempt 1/20 [2022-12-01T00:32:00.290Z] plugin_test.go:65: [d2eafd4c9acdd] joining swarm manager [dfa88ba8cf6e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:32:00.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-12-01T00:32:00.762Z] 2022/12/01 00:32:00 Finished clone github.com/miekg/dns [2022-12-01T00:32:00.762Z] 2022/12/01 00:32:00 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2022-12-01T00:32:01.020Z] 2022/12/01 00:32:00 Finished clone go.opencensus.io [2022-12-01T00:32:01.020Z] 2022/12/01 00:32:00 Clone github.com/containerd/continuity, revision 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd, attempt 1/20 [2022-12-01T00:32:01.226Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-12-01T00:32:01.485Z] === RUN TestDockerSuite/TestEventsImagePull [2022-12-01T00:32:01.953Z] 2022/12/01 00:32:01 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2022-12-01T00:32:01.953Z] 2022/12/01 00:32:01 Finished clone golang.org/x/sys [2022-12-01T00:32:02.523Z] 2022/12/01 00:32:02 Finished clone github.com/containerd/fifo [2022-12-01T00:32:02.524Z] 2022/12/01 00:32:02 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2022-12-01T00:32:02.864Z] === RUN TestDockerSuite/TestEventsImageTag [2022-12-01T00:32:03.801Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-12-01T00:32:03.801Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-12-01T00:32:03.801Z] docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport [2022-12-01T00:32:03.801Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-12-01T00:32:03.801Z] docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport [2022-12-01T00:32:03.801Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-12-01T00:32:05.179Z] 2022/12/01 00:32:05 Finished clone github.com/containerd/cgroups [2022-12-01T00:32:05.179Z] 2022/12/01 00:32:05 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2022-12-01T00:32:06.114Z] 2022/12/01 00:32:05 Finished clone github.com/containerd/console [2022-12-01T00:32:06.114Z] 2022/12/01 00:32:05 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2022-12-01T00:32:06.336Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-12-01T00:32:06.680Z] 2022/12/01 00:32:06 Finished clone golang.org/x/text [2022-12-01T00:32:06.681Z] 2022/12/01 00:32:06 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2022-12-01T00:32:06.905Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-12-01T00:32:06.905Z] === RUN TestDockerSuite/TestEventsRename [2022-12-01T00:32:07.247Z] 2022/12/01 00:32:07 Finished clone github.com/containerd/go-runc [2022-12-01T00:32:07.247Z] 2022/12/01 00:32:07 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2022-12-01T00:32:07.473Z] === RUN TestDockerSuite/TestEventsResize [2022-12-01T00:32:08.044Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-12-01T00:32:08.984Z] docker_api_swarm_test.go:202: [d2921eb15fa69] joining swarm manager [d3452b1a749e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:32:09.146Z] 2022/12/01 00:32:08 Finished clone github.com/containerd/continuity [2022-12-01T00:32:09.146Z] 2022/12/01 00:32:08 Clone github.com/cilium/ebpf, revision 32458a752e0bcbc670691625f84e7ef6aef5655d, attempt 1/20 [2022-12-01T00:32:09.146Z] 2022/12/01 00:32:08 Finished clone github.com/containerd/ttrpc [2022-12-01T00:32:09.146Z] 2022/12/01 00:32:08 Clone github.com/docker/swarmkit, revision cf1e0f8d95ee37ea1f9a5f8a54c73c1e0fa58a54, attempt 1/20 [2022-12-01T00:32:09.712Z] 2022/12/01 00:32:09 Finished clone github.com/gogo/googleapis [2022-12-01T00:32:09.712Z] 2022/12/01 00:32:09 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2022-12-01T00:32:12.244Z] 2022/12/01 00:32:11 Finished clone github.com/opencontainers/runc [2022-12-01T00:32:12.244Z] 2022/12/01 00:32:11 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2022-12-01T00:32:12.811Z] 2022/12/01 00:32:12 Finished clone code.cloudfoundry.org/clock [2022-12-01T00:32:12.811Z] 2022/12/01 00:32:12 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2022-12-01T00:32:12.811Z] 2022/12/01 00:32:12 Finished clone google.golang.org/grpc [2022-12-01T00:32:12.811Z] 2022/12/01 00:32:12 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2022-12-01T00:32:14.186Z] 2022/12/01 00:32:14 Finished clone github.com/Microsoft/hcsshim [2022-12-01T00:32:14.186Z] 2022/12/01 00:32:14 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2022-12-01T00:32:14.257Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-12-01T00:32:14.445Z] 2022/12/01 00:32:14 Finished clone github.com/fernet/fernet-go [2022-12-01T00:32:14.445Z] 2022/12/01 00:32:14 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2022-12-01T00:32:14.516Z] === RUN TestDockerSuite/TestEventsStreaming [2022-12-01T00:32:14.774Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-12-01T00:32:16.346Z] 2022/12/01 00:32:16 Finished clone github.com/docker/distribution [2022-12-01T00:32:16.346Z] 2022/12/01 00:32:16 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2022-12-01T00:32:18.062Z] === RUN TestDockerSuite/TestEventsTop [2022-12-01T00:32:18.249Z] 2022/12/01 00:32:18 Finished clone golang.org/x/time [2022-12-01T00:32:18.249Z] 2022/12/01 00:32:18 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2022-12-01T00:32:18.321Z] === RUN TestDockerSuite/TestEventsUntag [2022-12-01T00:32:19.185Z] 2022/12/01 00:32:19 Finished clone github.com/cilium/ebpf [2022-12-01T00:32:19.185Z] 2022/12/01 00:32:19 Clone https://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2022-12-01T00:32:20.122Z] 2022/12/01 00:32:19 Finished clone github.com/hashicorp/go-memdb [2022-12-01T00:32:20.122Z] 2022/12/01 00:32:19 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2022-12-01T00:32:20.382Z] 2022/12/01 00:32:20 Finished clone github.com/golang/protobuf [2022-12-01T00:32:20.382Z] 2022/12/01 00:32:20 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2022-12-01T00:32:20.853Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-12-01T00:32:21.318Z] 2022/12/01 00:32:21 Finished clone github.com/hashicorp/go-immutable-radix [2022-12-01T00:32:21.318Z] 2022/12/01 00:32:21 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2022-12-01T00:32:21.318Z] 2022/12/01 00:32:21 Finished clone github.com/moby/buildkit [2022-12-01T00:32:21.318Z] 2022/12/01 00:32:21 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2022-12-01T00:32:21.886Z] 2022/12/01 00:32:21 Finished clone github.com/hashicorp/golang-lru [2022-12-01T00:32:21.886Z] 2022/12/01 00:32:21 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2022-12-01T00:32:22.144Z] 2022/12/01 00:32:21 Finished clone github.com/coreos/pkg [2022-12-01T00:32:22.144Z] 2022/12/01 00:32:21 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2022-12-01T00:32:22.403Z] 2022/12/01 00:32:22 Finished clone golang.org/x/crypto [2022-12-01T00:32:22.403Z] 2022/12/01 00:32:22 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2022-12-01T00:32:22.970Z] 2022/12/01 00:32:22 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2022-12-01T00:32:22.970Z] 2022/12/01 00:32:22 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2022-12-01T00:32:23.905Z] 2022/12/01 00:32:23 Finished clone github.com/beorn7/perks [2022-12-01T00:32:23.905Z] 2022/12/01 00:32:23 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2022-12-01T00:32:23.905Z] 2022/12/01 00:32:23 Finished clone github.com/prometheus/client_model [2022-12-01T00:32:23.905Z] 2022/12/01 00:32:23 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2022-12-01T00:32:25.281Z] 2022/12/01 00:32:25 Finished clone github.com/matttproud/golang_protobuf_extensions [2022-12-01T00:32:25.281Z] 2022/12/01 00:32:25 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2022-12-01T00:32:25.848Z] 2022/12/01 00:32:25 Finished clone github.com/prometheus/client_golang [2022-12-01T00:32:25.848Z] 2022/12/01 00:32:25 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2022-12-01T00:32:25.848Z] 2022/12/01 00:32:25 Finished clone github.com/pkg/errors [2022-12-01T00:32:25.848Z] 2022/12/01 00:32:25 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2022-12-01T00:32:26.417Z] 2022/12/01 00:32:26 Finished clone github.com/prometheus/common [2022-12-01T00:32:26.417Z] 2022/12/01 00:32:26 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2022-12-01T00:32:26.675Z] 2022/12/01 00:32:26 Finished clone github.com/prometheus/procfs [2022-12-01T00:32:26.675Z] 2022/12/01 00:32:26 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2022-12-01T00:32:26.934Z] 2022/12/01 00:32:26 Finished clone github.com/inconshreveable/mousetrap [2022-12-01T00:32:26.934Z] 2022/12/01 00:32:26 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2022-12-01T00:32:27.434Z] --- PASS: TestServicePlugin (31.75s) [2022-12-01T00:32:27.434Z] === RUN TestServiceUpdateLabel [2022-12-01T00:32:27.434Z] === RUN TestDockerSuite/TestExec [2022-12-01T00:32:27.434Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-12-01T00:32:27.434Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-12-01T00:32:27.501Z] 2022/12/01 00:32:27 Finished clone github.com/cespare/xxhash/v2 [2022-12-01T00:32:27.501Z] 2022/12/01 00:32:27 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2022-12-01T00:32:28.004Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-12-01T00:32:28.573Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-12-01T00:32:28.877Z] 2022/12/01 00:32:28 Finished clone github.com/morikuni/aec [2022-12-01T00:32:28.877Z] 2022/12/01 00:32:28 Finished clone github.com/spf13/pflag [2022-12-01T00:32:29.141Z] --- PASS: TestServiceUpdateLabel (2.60s) [2022-12-01T00:32:29.141Z] === RUN TestServiceUpdateSecrets [2022-12-01T00:32:29.400Z] === RUN TestDockerSuite/TestExecAPIStart [2022-12-01T00:32:29.812Z] 2022/12/01 00:32:29 Finished clone github.com/docker/go-metrics [2022-12-01T00:32:29.812Z] 2022/12/01 00:32:29 Finished clone github.com/spf13/cobra [2022-12-01T00:32:29.970Z] docker_api_swarm_test.go:384: [dd2c26db3fe0d] joining swarm manager [d247db012a335]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:32:30.382Z] 2022/12/01 00:32:30 Finished clone github.com/google/certificate-transparency-go [2022-12-01T00:32:30.908Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-12-01T00:32:31.478Z] docker_api_swarm_test.go:385: [d0999034939f5] joining swarm manager [d247db012a335]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:32:32.046Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-12-01T00:32:32.287Z] 2022/12/01 00:32:32 Finished clone github.com/opencontainers/selinux [2022-12-01T00:32:32.615Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-12-01T00:32:33.184Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-12-01T00:32:33.751Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-12-01T00:32:34.319Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-12-01T00:32:34.889Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-12-01T00:32:35.828Z] === RUN TestDockerSuite/TestExecCgroup [2022-12-01T00:32:36.767Z] === RUN TestDockerSuite/TestExecEnv [2022-12-01T00:32:37.026Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-12-01T00:32:38.405Z] === RUN TestDockerSuite/TestExecExitStatus [2022-12-01T00:32:38.664Z] === RUN TestDockerSuite/TestExecInspectID [2022-12-01T00:32:41.197Z] === RUN TestDockerSuite/TestExecInteractive [2022-12-01T00:32:41.765Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-12-01T00:32:42.276Z] 2022/12/01 00:32:41 Finished clone github.com/cloudflare/cfssl [2022-12-01T00:32:42.333Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-12-01T00:32:42.901Z] === RUN TestDockerSuite/TestExecParseError [2022-12-01T00:32:43.468Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-12-01T00:32:44.037Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-12-01T00:32:44.305Z] --- PASS: TestServiceUpdateSecrets (15.31s) [2022-12-01T00:32:44.305Z] === RUN TestServiceUpdateConfigs [2022-12-01T00:32:44.565Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-12-01T00:32:45.943Z] === RUN TestDockerSuite/TestExecSetEnv [2022-12-01T00:32:46.464Z] 2022/12/01 00:32:45 Finished clone github.com/containerd/containerd [2022-12-01T00:32:46.512Z] === RUN TestDockerSuite/TestExecStartFails [2022-12-01T00:32:47.080Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-12-01T00:32:49.747Z] 2022/12/01 00:32:49 Finished clone github.com/coreos/etcd [2022-12-01T00:32:51.122Z] 2022/12/01 00:32:50 Finished clone github.com/docker/swarmkit [2022-12-01T00:32:55.272Z] --- PASS: TestBuildWithHugeFile (128.50s) [2022-12-01T00:32:55.272Z] === RUN TestBuildWithEmptyDockerfile [2022-12-01T00:32:55.272Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:32:55.272Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:32:55.272Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:32:55.272Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:32:55.272Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:32:55.272Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:32:55.272Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-01T00:32:55.272Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-01T00:32:55.272Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-01T00:32:55.272Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-12-01T00:32:55.272Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-12-01T00:32:55.272Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-12-01T00:32:55.272Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-12-01T00:32:55.272Z] === RUN TestBuildPreserveOwnership [2022-12-01T00:32:55.272Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:32:55.272Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2022-12-01T00:32:55.272Z] === RUN TestBuildPlatformInvalid [2022-12-01T00:32:55.272Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-12-01T00:32:55.272Z] PASS [2022-12-01T00:32:55.272Z] ok github.com/docker/docker/integration/build 194.563s [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === Skipped [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-12-01T00:32:55.272Z] build_session_test.go:25: TODO: BuildKit [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-12-01T00:32:55.272Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-12-01T00:32:55.272Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-12-01T00:32:55.272Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2022-12-01T00:32:55.272Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] DONE 28 tests, 5 skipped in 225.900s [2022-12-01T00:32:55.272Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-12-01T00:32:55.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:32:55.272Z] INFO: Testing against a local daemon [2022-12-01T00:32:55.272Z] === RUN TestConfigInspect [2022-12-01T00:32:55.272Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] --- SKIP: TestConfigInspect (0.00s) [2022-12-01T00:32:55.272Z] === RUN TestConfigList [2022-12-01T00:32:55.272Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] --- SKIP: TestConfigList (0.00s) [2022-12-01T00:32:55.272Z] === RUN TestConfigsCreateAndDelete [2022-12-01T00:32:55.272Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-12-01T00:32:55.272Z] === RUN TestConfigsUpdate [2022-12-01T00:32:55.272Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-12-01T00:32:55.272Z] === RUN TestTemplatedConfig [2022-12-01T00:32:55.272Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-12-01T00:32:55.272Z] === RUN TestConfigCreateResolve [2022-12-01T00:32:55.272Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:32:55.272Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-12-01T00:32:55.272Z] === RUN TestConfigDaemonLibtrustID [2022-12-01T00:32:55.272Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:32:55.272Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-12-01T00:32:55.272Z] PASS [2022-12-01T00:32:55.272Z] ok github.com/docker/docker/integration/config 0.112s [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === Skipped [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-12-01T00:32:55.272Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-12-01T00:32:55.272Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-12-01T00:32:55.272Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-12-01T00:32:55.272Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-12-01T00:32:55.272Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-12-01T00:32:55.272Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2022-12-01T00:32:55.272Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:32:55.272Z] [2022-12-01T00:32:55.272Z] DONE 7 tests, 7 skipped in 1.948s [2022-12-01T00:32:55.272Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-12-01T00:32:55.741Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:32:55.741Z] INFO: Testing against a local daemon [2022-12-01T00:32:55.741Z] === RUN TestCheckpoint [2022-12-01T00:32:55.741Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:32:55.741Z] --- SKIP: TestCheckpoint (0.00s) [2022-12-01T00:32:55.741Z] === RUN TestContainerInvalidJSON [2022-12-01T00:32:55.741Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:32:55.741Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:32:55.741Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:32:55.741Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:32:55.741Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:32:55.741Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:32:55.741Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2022-12-01T00:32:55.741Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-12-01T00:32:55.741Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-12-01T00:32:55.741Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-12-01T00:32:55.741Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-12-01T00:32:55.741Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2022-12-01T00:32:55.741Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-12-01T00:32:55.741Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-12-01T00:32:55.741Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2022-12-01T00:32:55.741Z] === RUN TestCopyFromContainerPathIsNotDir [2022-12-01T00:32:55.741Z] copy_test.go:38: testEnv.OSType == "windows" [2022-12-01T00:32:55.741Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.04s) [2022-12-01T00:32:55.741Z] === RUN TestCopyToContainerPathDoesNotExist [2022-12-01T00:32:56.209Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.16s) [2022-12-01T00:32:56.209Z] === RUN TestCopyToContainerPathIsNotDir [2022-12-01T00:32:56.209Z] copy_test.go:63: testEnv.OSType == "windows" [2022-12-01T00:32:56.209Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2022-12-01T00:32:56.209Z] === RUN TestCopyFromContainer [2022-12-01T00:32:56.209Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:56.209Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-12-01T00:32:56.209Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:32:56.209Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:32:56.209Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:32:56.209Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:32:56.209Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:32:56.209Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:32:56.209Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-01T00:32:56.209Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-01T00:32:56.209Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-01T00:32:56.209Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateLinkToNonExistingContainer [2022-12-01T00:32:56.209Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-12-01T00:32:56.209Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidEnv [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidEnv/0 [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidEnv/1 [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidEnv/2 [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidEnv/0 [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidEnv/2 [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidEnv/1 [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateTmpfsMountsTarget [2022-12-01T00:32:56.209Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:56.209Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateWithCustomMaskedPaths [2022-12-01T00:32:56.209Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:32:56.209Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateWithCustomReadonlyPaths [2022-12-01T00:32:56.209Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:32:56.209Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:32:56.209Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:32:56.209Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-01T00:32:56.209Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-12-01T00:32:56.209Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-12-01T00:32:56.209Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-12-01T00:32:56.209Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestCreateDifferentPlatform [2022-12-01T00:32:56.209Z] === RUN TestCreateDifferentPlatform/different_os [2022-12-01T00:32:56.209Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-12-01T00:32:56.209Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-12-01T00:32:56.209Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-12-01T00:32:56.209Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-12-01T00:32:56.209Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-12-01T00:32:56.209Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-12-01T00:32:56.209Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-12-01T00:32:56.209Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-12-01T00:32:56.209Z] === RUN TestContainerKillOnDaemonStart [2022-12-01T00:32:56.209Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:32:56.209Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestDiff [2022-12-01T00:32:56.209Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-12-01T00:32:56.209Z] --- SKIP: TestDiff (0.00s) [2022-12-01T00:32:56.209Z] === RUN TestExecWithCloseStdin [2022-12-01T00:32:59.155Z] --- PASS: TestExecWithCloseStdin (2.53s) [2022-12-01T00:32:59.155Z] === RUN TestExec [2022-12-01T00:32:59.288Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-12-01T00:32:59.288Z] === RUN TestDockerSuite/TestExecTTY [2022-12-01T00:32:59.288Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-12-01T00:32:59.288Z] --- PASS: TestServiceUpdateConfigs (14.91s) [2022-12-01T00:32:59.288Z] === RUN TestServiceUpdateNetwork [2022-12-01T00:32:59.855Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-12-01T00:33:00.423Z] === RUN TestDockerSuite/TestExecUlimits [2022-12-01T00:33:01.361Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-12-01T00:33:01.361Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-12-01T00:33:01.361Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-12-01T00:33:01.368Z] --- PASS: TestExec (2.15s) [2022-12-01T00:33:01.368Z] === RUN TestExecUser [2022-12-01T00:33:01.368Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-12-01T00:33:01.368Z] --- SKIP: TestExecUser (0.00s) [2022-12-01T00:33:01.368Z] === RUN TestExportContainerAndImportImage [2022-12-01T00:33:01.368Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:33:01.368Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-12-01T00:33:01.368Z] === RUN TestExportContainerAfterDaemonRestart [2022-12-01T00:33:01.368Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:33:01.368Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-12-01T00:33:01.368Z] === RUN TestHealthCheckWorkdir [2022-12-01T00:33:01.368Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2022-12-01T00:33:01.368Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-12-01T00:33:01.368Z] === RUN TestHealthKillContainer [2022-12-01T00:33:01.368Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-12-01T00:33:01.368Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-12-01T00:33:01.368Z] === RUN TestHealthCheckProcessKilled [2022-12-01T00:33:02.739Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-12-01T00:33:03.308Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-12-01T00:33:03.580Z] --- PASS: TestHealthCheckProcessKilled (2.26s) [2022-12-01T00:33:03.580Z] === RUN TestInspectCpusetInConfigPre120 [2022-12-01T00:33:03.580Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-12-01T00:33:03.580Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-12-01T00:33:03.580Z] === RUN TestKillContainerInvalidSignal [2022-12-01T00:33:03.875Z] === RUN TestDockerSuite/TestExecWithTERM [2022-12-01T00:33:04.445Z] === RUN TestDockerSuite/TestExecWithUser [2022-12-01T00:33:05.141Z] --- PASS: TestKillContainerInvalidSignal (1.98s) [2022-12-01T00:33:05.141Z] === RUN TestKillContainer [2022-12-01T00:33:05.141Z] === RUN TestKillContainer/no_signal [2022-12-01T00:33:05.383Z] === RUN TestDockerSuite/TestGetContainerStats [2022-12-01T00:33:07.353Z] === RUN TestKillContainer/non_killing_signal [2022-12-01T00:33:07.353Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-12-01T00:33:07.353Z] === RUN TestKillContainer/killing_signal [2022-12-01T00:33:09.213Z] 2022/12/01 00:33:08 Finished clone github.com/gogo/protobuf [2022-12-01T00:33:09.565Z] --- PASS: TestKillContainer (4.35s) [2022-12-01T00:33:09.565Z] --- PASS: TestKillContainer/no_signal (1.94s) [2022-12-01T00:33:09.565Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-12-01T00:33:09.565Z] --- PASS: TestKillContainer/killing_signal (2.35s) [2022-12-01T00:33:09.565Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-12-01T00:33:09.565Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-12-01T00:33:09.565Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-12-01T00:33:09.565Z] === RUN TestKillStoppedContainer [2022-12-01T00:33:09.565Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-12-01T00:33:09.565Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-12-01T00:33:09.565Z] === RUN TestKillStoppedContainerAPIPre120 [2022-12-01T00:33:09.565Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-12-01T00:33:09.565Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-12-01T00:33:09.565Z] === RUN TestKillDifferentUserContainer [2022-12-01T00:33:09.565Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-12-01T00:33:09.565Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-12-01T00:33:09.565Z] === RUN TestInspectOomKilledTrue [2022-12-01T00:33:09.565Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:33:09.565Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-12-01T00:33:09.565Z] === RUN TestInspectOomKilledFalse [2022-12-01T00:33:09.565Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:33:09.565Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-12-01T00:33:09.565Z] === RUN TestLogsFollowTailEmpty [2022-12-01T00:33:10.652Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-12-01T00:33:11.778Z] --- PASS: TestLogsFollowTailEmpty (2.00s) [2022-12-01T00:33:11.778Z] === RUN TestNetworkNat [2022-12-01T00:33:11.778Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2022-12-01T00:33:11.778Z] --- SKIP: TestNetworkNat (0.00s) [2022-12-01T00:33:11.778Z] === RUN TestNetworkLocalhostTCPNat [2022-12-01T00:33:12.030Z] --- PASS: TestServiceUpdateNetwork (12.82s) [2022-12-01T00:33:12.030Z] === RUN TestServiceUpdatePidsLimit [2022-12-01T00:33:13.421Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-12-01T00:33:13.988Z] --- PASS: TestNetworkLocalhostTCPNat (2.51s) [2022-12-01T00:33:13.988Z] === RUN TestNetworkLoopbackNat [2022-12-01T00:33:13.988Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2022-12-01T00:33:13.988Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-12-01T00:33:13.988Z] === RUN TestPause [2022-12-01T00:33:13.988Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-12-01T00:33:13.988Z] --- SKIP: TestPause (0.00s) [2022-12-01T00:33:13.988Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-12-01T00:33:13.990Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-12-01T00:33:14.249Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-12-01T00:33:16.152Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-12-01T00:33:16.198Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.99s) [2022-12-01T00:33:16.198Z] === RUN TestPauseStopPausedContainer [2022-12-01T00:33:16.198Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:33:16.198Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-12-01T00:33:16.198Z] === RUN TestPsFilter [2022-12-01T00:33:16.198Z] --- PASS: TestPsFilter (0.11s) [2022-12-01T00:33:16.198Z] === RUN TestRemoveContainerWithRemovedVolume [2022-12-01T00:33:18.409Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.22s) [2022-12-01T00:33:18.409Z] === RUN TestRemoveContainerWithVolume [2022-12-01T00:33:20.341Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-12-01T00:33:20.621Z] --- PASS: TestRemoveContainerWithVolume (2.18s) [2022-12-01T00:33:20.621Z] === RUN TestRemoveContainerRunning [2022-12-01T00:33:20.909Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-12-01T00:33:20.910Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-12-01T00:33:20.910Z] === RUN TestDockerSuite/TestHealth [2022-12-01T00:33:20.910Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-12-01T00:33:21.422Z] 2022/12/01 00:33:20 Finished clone google.golang.org/genproto [2022-12-01T00:33:22.357Z] 2022/12/01 00:33:22 Finished clone cloud.google.com/go [2022-12-01T00:33:22.832Z] --- PASS: TestRemoveContainerRunning (1.94s) [2022-12-01T00:33:22.832Z] === RUN TestRemoveContainerForceRemoveRunning [2022-12-01T00:33:24.393Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.01s) [2022-12-01T00:33:24.393Z] === RUN TestRemoveInvalidContainer [2022-12-01T00:33:24.393Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-12-01T00:33:24.393Z] === RUN TestRenameLinkedContainer [2022-12-01T00:33:24.393Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-12-01T00:33:24.393Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-12-01T00:33:24.393Z] === RUN TestRenameStoppedContainer [2022-12-01T00:33:27.347Z] --- PASS: TestRenameStoppedContainer (2.26s) [2022-12-01T00:33:27.347Z] === RUN TestRenameRunningContainerAndReuse [2022-12-01T00:33:29.029Z] --- PASS: TestServiceUpdatePidsLimit (16.29s) [2022-12-01T00:33:29.029Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-12-01T00:33:29.029Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2022-12-01T00:33:29.029Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-12-01T00:33:29.029Z] PASS [2022-12-01T00:33:29.029Z] [2022-12-01T00:33:29.029Z] === Skipped [2022-12-01T00:33:29.029Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-12-01T00:33:29.029Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-01T00:33:29.029Z] [2022-12-01T00:33:29.029Z] DONE 27 tests, 1 skipped in 194.514s [2022-12-01T00:33:29.029Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-12-01T00:33:29.029Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:33:29.029Z] ++ set -e [2022-12-01T00:33:29.029Z] ++ '[' -n 0 ']' [2022-12-01T00:33:29.029Z] ++ set -x [2022-12-01T00:33:29.029Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:33:29.029Z] INFO: Testing against a local daemon [2022-12-01T00:33:29.029Z] === RUN TestSessionCreate [2022-12-01T00:33:29.029Z] --- PASS: TestSessionCreate (0.01s) [2022-12-01T00:33:29.029Z] === RUN TestSessionCreateWithBadUpgrade [2022-12-01T00:33:29.029Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-12-01T00:33:29.029Z] PASS [2022-12-01T00:33:29.029Z] [2022-12-01T00:33:29.029Z] DONE 2 tests in 0.143s [2022-12-01T00:33:29.029Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-12-01T00:33:29.029Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:33:29.029Z] ++ set -e [2022-12-01T00:33:29.029Z] ++ '[' -n 0 ']' [2022-12-01T00:33:29.029Z] ++ set -x [2022-12-01T00:33:29.029Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:33:29.029Z] INFO: Testing against a local daemon [2022-12-01T00:33:29.029Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-12-01T00:33:29.029Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-01T00:33:29.029Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:33:29.029Z] === RUN TestEventsExecDie [2022-12-01T00:33:29.288Z] --- PASS: TestEventsExecDie (0.56s) [2022-12-01T00:33:29.288Z] === RUN TestEventsBackwardsCompatible [2022-12-01T00:33:29.288Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-12-01T00:33:29.288Z] === RUN TestInfoBinaryCommits [2022-12-01T00:33:29.288Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-12-01T00:33:29.288Z] === RUN TestInfoAPIVersioned [2022-12-01T00:33:29.288Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-12-01T00:33:29.288Z] === RUN TestInfoDiscoveryBackend [2022-12-01T00:33:29.856Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2022-12-01T00:33:29.856Z] === RUN TestInfoDiscoveryInvalidAdvertise [2022-12-01T00:33:30.792Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2022-12-01T00:33:30.792Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2022-12-01T00:33:31.135Z] --- PASS: TestRenameRunningContainerAndReuse (4.08s) [2022-12-01T00:33:31.135Z] === RUN TestRenameInvalidName [2022-12-01T00:33:31.360Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2022-12-01T00:33:31.360Z] === RUN TestInfoAPI [2022-12-01T00:33:31.360Z] --- PASS: TestInfoAPI (0.02s) [2022-12-01T00:33:31.360Z] === RUN TestInfoAPIWarnings [2022-12-01T00:33:33.349Z] --- PASS: TestRenameInvalidName (2.05s) [2022-12-01T00:33:33.349Z] === RUN TestRenameAnonymousContainer [2022-12-01T00:33:33.349Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2022-12-01T00:33:33.349Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2022-12-01T00:33:33.349Z] === RUN TestRenameContainerWithSameName [2022-12-01T00:33:33.894Z] check_test.go:380: [d0999034939f5] daemon is not started [2022-12-01T00:33:33.894Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-12-01T00:33:34.912Z] --- PASS: TestRenameContainerWithSameName (2.09s) [2022-12-01T00:33:34.912Z] === RUN TestRenameContainerWithLinkedContainer [2022-12-01T00:33:34.912Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2022-12-01T00:33:34.912Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-12-01T00:33:34.912Z] === RUN TestResize [2022-12-01T00:33:35.799Z] docker_api_swarm_test.go:802: [dcafb582da8cc] joining swarm manager [d95d3ba0ac897]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:33:37.123Z] --- PASS: TestResize (1.97s) [2022-12-01T00:33:37.123Z] === RUN TestResizeWithInvalidSize [2022-12-01T00:33:37.123Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2022-12-01T00:33:37.123Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2022-12-01T00:33:37.123Z] === RUN TestResizeWhenContainerNotStarted [2022-12-01T00:33:37.177Z] docker_api_swarm_test.go:802: [d4aa021562d31] joining swarm manager [d95d3ba0ac897]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:33:38.122Z] docker_api_swarm_test.go:802: [d4a34aecd665c] joining swarm manager [d95d3ba0ac897]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-12-01T00:33:39.483Z] --- PASS: TestResizeWhenContainerNotStarted (2.45s) [2022-12-01T00:33:39.483Z] === RUN TestDaemonRestartKillContainers [2022-12-01T00:33:39.483Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:33:39.483Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-12-01T00:33:39.483Z] === RUN TestStats [2022-12-01T00:33:39.483Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-12-01T00:33:39.483Z] --- SKIP: TestStats (0.00s) [2022-12-01T00:33:39.483Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-12-01T00:33:39.501Z] docker_api_swarm_test.go:802: [da2b963fc51cd] joining swarm manager [d95d3ba0ac897]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-12-01T00:33:39.501Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-12-01T00:33:39.501Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-12-01T00:33:39.501Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-12-01T00:33:39.501Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-12-01T00:33:40.437Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-12-01T00:33:40.437Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-12-01T00:33:40.697Z] docker_api_swarm_test.go:810: [d0bcffe52f345] joining swarm manager [d95d3ba0ac897]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-12-01T00:33:40.956Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-12-01T00:33:40.956Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-12-01T00:33:40.956Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-12-01T00:33:40.956Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-12-01T00:33:41.215Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-12-01T00:33:41.475Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-12-01T00:33:41.734Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-12-01T00:33:41.734Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-12-01T00:33:42.302Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-12-01T00:33:42.302Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-12-01T00:33:43.240Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-12-01T00:33:43.500Z] === RUN TestDockerSuite/TestImagesFormat [2022-12-01T00:33:43.500Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-12-01T00:33:44.068Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-12-01T00:33:45.338Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.66s) [2022-12-01T00:33:45.338Z] === RUN TestStopContainerWithTimeout [2022-12-01T00:33:45.338Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-12-01T00:33:45.338Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-12-01T00:33:45.338Z] === RUN TestUpdateRestartPolicy [2022-12-01T00:33:46.602Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-12-01T00:33:46.602Z] === RUN TestDockerSuite/TestImportBadURL [2022-12-01T00:33:46.861Z] === RUN TestDockerSuite/TestImportDisplay [2022-12-01T00:33:47.798Z] --- PASS: TestInfoAPIWarnings (16.30s) [2022-12-01T00:33:47.798Z] === RUN TestInfoDebug [2022-12-01T00:33:47.798Z] === RUN TestDockerSuite/TestImportFile [2022-12-01T00:33:48.366Z] --- PASS: TestInfoDebug (0.53s) [2022-12-01T00:33:48.366Z] === RUN TestInfoInsecureRegistries [2022-12-01T00:33:48.626Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-12-01T00:33:48.626Z] === RUN TestInfoRegistryMirrors [2022-12-01T00:33:49.194Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-12-01T00:33:49.194Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-12-01T00:33:49.194Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-12-01T00:33:49.194Z] === RUN TestLoginFailsWithBadCredentials [2022-12-01T00:33:49.767Z] --- PASS: TestLoginFailsWithBadCredentials (0.41s) [2022-12-01T00:33:49.767Z] === RUN TestPingCacheHeaders [2022-12-01T00:33:49.767Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-12-01T00:33:49.767Z] === RUN TestPingGet [2022-12-01T00:33:49.767Z] --- PASS: TestPingGet (0.03s) [2022-12-01T00:33:49.767Z] === RUN TestPingHead [2022-12-01T00:33:49.767Z] --- PASS: TestPingHead (0.02s) [2022-12-01T00:33:49.767Z] === RUN TestVersion [2022-12-01T00:33:49.767Z] --- PASS: TestVersion (0.03s) [2022-12-01T00:33:49.767Z] PASS [2022-12-01T00:33:49.767Z] [2022-12-01T00:33:49.767Z] === Skipped [2022-12-01T00:33:49.767Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:33:49.767Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-01T00:33:49.767Z] [2022-12-01T00:33:49.767Z] DONE 18 tests, 1 skipped in 21.222s [2022-12-01T00:33:49.767Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-12-01T00:33:49.767Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:33:49.767Z] ++ set -e [2022-12-01T00:33:49.767Z] ++ '[' -n 0 ']' [2022-12-01T00:33:49.767Z] ++ set -x [2022-12-01T00:33:49.767Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-12-01T00:33:50.026Z] INFO: Testing against a local daemon [2022-12-01T00:33:50.026Z] === RUN TestVolumesCreateAndList [2022-12-01T00:33:50.026Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-12-01T00:33:50.026Z] === RUN TestVolumesRemove [2022-12-01T00:33:50.026Z] --- PASS: TestVolumesRemove (0.07s) [2022-12-01T00:33:50.026Z] === RUN TestVolumesInspect [2022-12-01T00:33:50.026Z] --- PASS: TestVolumesInspect (0.02s) [2022-12-01T00:33:50.026Z] === RUN TestVolumesInvalidJSON [2022-12-01T00:33:50.026Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-12-01T00:33:50.026Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-12-01T00:33:50.026Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-12-01T00:33:50.026Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-12-01T00:33:50.026Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-12-01T00:33:50.026Z] PASS [2022-12-01T00:33:50.026Z] [2022-12-01T00:33:50.026Z] DONE 5 tests in 0.278s [2022-12-01T00:33:50.026Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-01T00:33:50.285Z] ++++ cat bundles/test-integration/docker.pid [2022-12-01T00:33:50.285Z] +++ kill 5988 [2022-12-01T00:33:50.285Z] === RUN TestDockerSuite/TestImportGzipped [2022-12-01T00:33:51.666Z] +++ /etc/init.d/apparmor stop [2022-12-01T00:33:51.666Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-01T00:33:51.666Z] [2022-12-01T00:33:51.666Z] Unloading profiles will leave already running processes permanently [2022-12-01T00:33:51.666Z] unconfined, which can lead to unexpected situations. [2022-12-01T00:33:51.666Z] [2022-12-01T00:33:51.666Z] To set a process to complain mode, use the command line tool [2022-12-01T00:33:51.666Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-01T00:33:51.666Z] +++ true [2022-12-01T00:33:51.666Z] exiting test-integration [2022-12-01T00:33:51.666Z] ++ exit 0 [2022-12-01T00:33:51.666Z] [2022-12-01T00:33:51.666Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-12-01T00:33:52.235Z] + for job in $(jobs -p) [2022-12-01T00:33:52.235Z] + wait 18638 [2022-12-01T00:33:52.805Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-12-01T00:33:53.373Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-12-01T00:33:53.941Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-12-01T00:33:54.509Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-12-01T00:33:54.509Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-12-01T00:33:54.509Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-12-01T00:33:55.081Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-12-01T00:33:55.349Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-12-01T00:33:55.922Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-12-01T00:33:56.491Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-12-01T00:33:56.750Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-12-01T00:33:57.318Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-12-01T00:33:57.318Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-12-01T00:33:58.255Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-12-01T00:33:58.823Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-12-01T00:33:59.761Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-12-01T00:33:59.761Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-12-01T00:34:00.020Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-12-01T00:34:00.020Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-12-01T00:34:00.020Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-12-01T00:34:00.957Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-12-01T00:34:01.217Z] === RUN TestDockerSuite/TestInspectDefault [2022-12-01T00:34:01.785Z] === RUN TestDockerSuite/TestInspectHistory [2022-12-01T00:34:02.353Z] === RUN TestDockerSuite/TestInspectImage [2022-12-01T00:34:02.353Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-12-01T00:34:02.353Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-12-01T00:34:02.353Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-12-01T00:34:02.353Z] === RUN TestDockerSuite/TestInspectInt64 [2022-12-01T00:34:02.613Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-12-01T00:34:03.182Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-12-01T00:34:03.182Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-12-01T00:34:03.750Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-12-01T00:34:04.010Z] === RUN TestDockerSuite/TestInspectPlugin [2022-12-01T00:34:06.543Z] === RUN TestDockerSuite/TestInspectRootFS [2022-12-01T00:34:06.543Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-12-01T00:34:06.554Z] --- PASS: TestUpdateRestartPolicy (20.89s) [2022-12-01T00:34:06.554Z] === RUN TestUpdateRestartWithAutoRemove [2022-12-01T00:34:07.111Z] === RUN TestDockerSuite/TestInspectStatus [2022-12-01T00:34:07.680Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-12-01T00:34:08.115Z] --- PASS: TestUpdateRestartWithAutoRemove (2.06s) [2022-12-01T00:34:08.115Z] === RUN TestWaitNonBlocked [2022-12-01T00:34:08.115Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:34:08.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:34:08.115Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:34:08.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:34:08.115Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-01T00:34:08.115Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-01T00:34:08.617Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-12-01T00:34:08.877Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-12-01T00:34:09.445Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-12-01T00:34:09.704Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-12-01T00:34:10.273Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-12-01T00:34:10.532Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-12-01T00:34:11.072Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-12-01T00:34:11.072Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.52s) [2022-12-01T00:34:11.072Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.70s) [2022-12-01T00:34:11.072Z] === RUN TestWaitBlocked [2022-12-01T00:34:11.072Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:11.072Z] --- SKIP: TestWaitBlocked (0.00s) [2022-12-01T00:34:11.072Z] PASS [2022-12-01T00:34:11.072Z] ok github.com/docker/docker/integration/container 75.285s [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === Skipped [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-12-01T00:34:11.072Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.04s) [2022-12-01T00:34:11.072Z] copy_test.go:38: testEnv.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2022-12-01T00:34:11.072Z] copy_test.go:63: testEnv.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-12-01T00:34:11.072Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-12-01T00:34:11.072Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-12-01T00:34:11.072Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-12-01T00:34:11.072Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-12-01T00:34:11.072Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-12-01T00:34:11.072Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-12-01T00:34:11.072Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-12-01T00:34:11.072Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-12-01T00:34:11.072Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-12-01T00:34:11.072Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-12-01T00:34:11.072Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-12-01T00:34:11.072Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-12-01T00:34:11.072Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-12-01T00:34:11.072Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-12-01T00:34:11.072Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-12-01T00:34:11.072Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-12-01T00:34:11.072Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-12-01T00:34:11.072Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-12-01T00:34:11.072Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-12-01T00:34:11.072Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-12-01T00:34:11.072Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-12-01T00:34:11.072Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-12-01T00:34:11.072Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-12-01T00:34:11.072Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-12-01T00:34:11.072Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-12-01T00:34:11.072Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-12-01T00:34:11.072Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-12-01T00:34:11.072Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2022-12-01T00:34:11.072Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-12-01T00:34:11.072Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2022-12-01T00:34:11.072Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-12-01T00:34:11.072Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-12-01T00:34:11.072Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-12-01T00:34:11.072Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-12-01T00:34:11.072Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:11.072Z] [2022-12-01T00:34:11.072Z] DONE 89 tests, 37 skipped in 78.042s [2022-12-01T00:34:11.072Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-12-01T00:34:11.100Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-12-01T00:34:11.100Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-12-01T00:34:12.480Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-12-01T00:34:12.641Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:12.641Z] INFO: Testing against a local daemon [2022-12-01T00:34:12.641Z] === RUN TestLiveRestore [2022-12-01T00:34:12.641Z] daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-12-01T00:34:12.641Z] --- SKIP: TestLiveRestore (0.00s) [2022-12-01T00:34:12.641Z] PASS [2022-12-01T00:34:12.641Z] ok github.com/docker/docker/integration/daemon 0.109s [2022-12-01T00:34:13.108Z] [2022-12-01T00:34:13.108Z] === Skipped [2022-12-01T00:34:13.108Z] === SKIP: github.com/docker/docker/integration/daemon TestLiveRestore (0.00s) [2022-12-01T00:34:13.108Z] daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-12-01T00:34:13.108Z] [2022-12-01T00:34:13.108Z] DONE 1 tests, 1 skipped in 1.833s [2022-12-01T00:34:13.108Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-12-01T00:34:13.443Z] === RUN TestDockerSuite/TestLinksEnvs [2022-12-01T00:34:14.380Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-12-01T00:34:14.639Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-12-01T00:34:16.019Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-12-01T00:34:17.397Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-12-01T00:34:18.334Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-12-01T00:34:18.593Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-12-01T00:34:18.597Z] 2022/12/01 00:34:16 Finished clone github.com/hashicorp/consul [2022-12-01T00:34:19.971Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-12-01T00:34:19.971Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-12-01T00:34:20.538Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-12-01T00:34:27.107Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-12-01T00:34:28.488Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-12-01T00:34:29.869Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-12-01T00:34:30.128Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-12-01T00:34:31.507Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-12-01T00:34:31.507Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-12-01T00:34:31.766Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-12-01T00:34:31.766Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-12-01T00:34:31.766Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-12-01T00:34:32.334Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-12-01T00:34:32.594Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-12-01T00:34:34.383Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:34.383Z] INFO: Testing against a local daemon [2022-12-01T00:34:34.383Z] === RUN TestCommitInheritsEnv [2022-12-01T00:34:34.383Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:34:34.383Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-12-01T00:34:34.383Z] === RUN TestImportExtremelyLargeImageWorks [2022-12-01T00:34:34.383Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-12-01T00:34:34.383Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-12-01T00:34:34.383Z] === RUN TestImagesFilterMultiReference [2022-12-01T00:34:34.383Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-12-01T00:34:34.383Z] === RUN TestImagePullPlatformInvalid [2022-12-01T00:34:34.383Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-12-01T00:34:34.383Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-12-01T00:34:34.383Z] pull_test.go:122: testEnv.OSType == "windows": We don't run a test registry on Windows [2022-12-01T00:34:34.383Z] --- SKIP: TestImagePullStoredfDigestForOtherRepo (0.00s) [2022-12-01T00:34:34.383Z] === RUN TestRemoveImageOrphaning [2022-12-01T00:34:34.383Z] --- PASS: TestRemoveImageOrphaning (1.00s) [2022-12-01T00:34:34.383Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-12-01T00:34:34.383Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-12-01T00:34:34.383Z] === RUN TestTagInvalidReference [2022-12-01T00:34:34.383Z] --- PASS: TestTagInvalidReference (0.03s) [2022-12-01T00:34:34.383Z] === RUN TestTagValidPrefixedRepo [2022-12-01T00:34:34.383Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-12-01T00:34:34.383Z] === RUN TestTagExistedNameWithoutForce [2022-12-01T00:34:34.383Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-12-01T00:34:34.383Z] === RUN TestTagOfficialNames [2022-12-01T00:34:34.383Z] --- PASS: TestTagOfficialNames (0.11s) [2022-12-01T00:34:34.383Z] === RUN TestTagMatchesDigest [2022-12-01T00:34:34.383Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-12-01T00:34:34.383Z] PASS [2022-12-01T00:34:34.383Z] ok github.com/docker/docker/integration/image 1.583s [2022-12-01T00:34:34.383Z] [2022-12-01T00:34:34.383Z] === Skipped [2022-12-01T00:34:34.383Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-12-01T00:34:34.383Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:34:34.383Z] [2022-12-01T00:34:34.383Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-12-01T00:34:34.383Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-12-01T00:34:34.383Z] [2022-12-01T00:34:34.383Z] === SKIP: github.com/docker/docker/integration/image TestImagePullStoredfDigestForOtherRepo (0.00s) [2022-12-01T00:34:34.383Z] pull_test.go:122: testEnv.OSType == "windows": We don't run a test registry on Windows [2022-12-01T00:34:34.383Z] [2022-12-01T00:34:34.383Z] DONE 12 tests, 3 skipped in 20.457s [2022-12-01T00:34:34.383Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-12-01T00:34:35.130Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-12-01T00:34:35.369Z] testing: warning: no tests to run [2022-12-01T00:34:35.369Z] PASS [2022-12-01T00:34:35.369Z] ok github.com/docker/docker/integration/network/ipvlan 0.152s [no tests to run] [2022-12-01T00:34:35.369Z] testing: warning: no tests to run [2022-12-01T00:34:35.369Z] PASS [2022-12-01T00:34:35.369Z] ok github.com/docker/docker/integration/network/macvlan 0.100s [no tests to run] [2022-12-01T00:34:36.069Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-12-01T00:34:36.354Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:36.354Z] INFO: Testing against a local daemon [2022-12-01T00:34:36.354Z] === RUN TestNetworkCreateDelete [2022-12-01T00:34:36.354Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:36.354Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestDockerNetworkDeletePreferID [2022-12-01T00:34:36.354Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-12-01T00:34:36.354Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestDaemonDNSFallback [2022-12-01T00:34:36.354Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:36.354Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestInspectNetwork [2022-12-01T00:34:36.354Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:36.354Z] --- SKIP: TestInspectNetwork (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestRunContainerWithBridgeNone [2022-12-01T00:34:36.354Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:36.354Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestNetworkInvalidJSON [2022-12-01T00:34:36.354Z] === RUN TestNetworkInvalidJSON//networks/create [2022-12-01T00:34:36.354Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-12-01T00:34:36.354Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:34:36.354Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:34:36.354Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:34:36.354Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:34:36.354Z] === CONT TestNetworkInvalidJSON//networks/create [2022-12-01T00:34:36.354Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-12-01T00:34:36.354Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-12-01T00:34:36.354Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-12-01T00:34:36.354Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-12-01T00:34:36.354Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-12-01T00:34:36.354Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestNetworkList [2022-12-01T00:34:36.354Z] === RUN TestNetworkList//networks [2022-12-01T00:34:36.354Z] === PAUSE TestNetworkList//networks [2022-12-01T00:34:36.354Z] === RUN TestNetworkList//networks/ [2022-12-01T00:34:36.354Z] === PAUSE TestNetworkList//networks/ [2022-12-01T00:34:36.354Z] === CONT TestNetworkList//networks [2022-12-01T00:34:36.354Z] === CONT TestNetworkList//networks/ [2022-12-01T00:34:36.354Z] --- PASS: TestNetworkList (0.03s) [2022-12-01T00:34:36.354Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-12-01T00:34:36.354Z] --- PASS: TestNetworkList//networks (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestHostIPv4BridgeLabel [2022-12-01T00:34:36.354Z] network_test.go:126: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestDaemonRestartWithLiveRestore [2022-12-01T00:34:36.354Z] service_test.go:29: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestDaemonDefaultNetworkPools [2022-12-01T00:34:36.354Z] service_test.go:58: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestDaemonRestartWithExistingNetwork [2022-12-01T00:34:36.354Z] service_test.go:102: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-12-01T00:34:36.354Z] service_test.go:136: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-12-01T00:34:36.354Z] service_test.go:187: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestServiceWithPredefinedNetwork [2022-12-01T00:34:36.354Z] service_test.go:212: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-12-01T00:34:36.354Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:34:36.354Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestServiceWithDataPathPortInit [2022-12-01T00:34:36.354Z] service_test.go:333: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-12-01T00:34:36.354Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-12-01T00:34:36.354Z] service_test.go:401: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-12-01T00:34:36.354Z] PASS [2022-12-01T00:34:36.354Z] ok github.com/docker/docker/integration/network 0.168s [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === Skipped [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-12-01T00:34:36.354Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-12-01T00:34:36.354Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-12-01T00:34:36.354Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-12-01T00:34:36.354Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-12-01T00:34:36.354Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-12-01T00:34:36.354Z] network_test.go:126: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:29: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:58: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:102: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:136: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:187: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:212: testEnv.OSType == "windows" [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:242: FLAKY_TEST [2022-12-01T00:34:36.354Z] [2022-12-01T00:34:36.354Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-12-01T00:34:36.354Z] service_test.go:333: testEnv.OSType == "windows" [2022-12-01T00:34:36.638Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-12-01T00:34:36.822Z] [2022-12-01T00:34:36.822Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-12-01T00:34:36.822Z] service_test.go:401: testEnv.OSType == "windows" [2022-12-01T00:34:36.822Z] [2022-12-01T00:34:36.822Z] DONE 22 tests, 15 skipped in 2.897s [2022-12-01T00:34:36.822Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-12-01T00:34:37.288Z] testing: warning: no tests to run [2022-12-01T00:34:37.288Z] PASS [2022-12-01T00:34:37.288Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2022-12-01T00:34:37.288Z] [2022-12-01T00:34:37.288Z] DONE 0 tests in 0.452s [2022-12-01T00:34:37.288Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-12-01T00:34:37.756Z] testing: warning: no tests to run [2022-12-01T00:34:37.756Z] PASS [2022-12-01T00:34:37.756Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2022-12-01T00:34:37.756Z] [2022-12-01T00:34:37.756Z] DONE 0 tests in 0.450s [2022-12-01T00:34:37.756Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-12-01T00:34:39.319Z] testing: warning: no tests to run [2022-12-01T00:34:39.319Z] PASS [2022-12-01T00:34:39.319Z] ok github.com/docker/docker/integration/plugin 0.135s [no tests to run] [2022-12-01T00:34:39.319Z] testing: warning: no tests to run [2022-12-01T00:34:39.319Z] PASS [2022-12-01T00:34:39.319Z] ok github.com/docker/docker/integration/plugin/authz 0.150s [no tests to run] [2022-12-01T00:34:40.829Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-12-01T00:34:41.397Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-12-01T00:34:41.397Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-12-01T00:34:42.334Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-12-01T00:34:42.903Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-12-01T00:34:43.841Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-12-01T00:34:44.779Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-12-01T00:34:45.346Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-12-01T00:34:46.498Z] testing: warning: no tests to run [2022-12-01T00:34:46.498Z] PASS [2022-12-01T00:34:46.498Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.096s [no tests to run] [2022-12-01T00:34:46.498Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:46.498Z] INFO: Testing against a local daemon [2022-12-01T00:34:46.498Z] === RUN TestExternalGraphDriver [2022-12-01T00:34:46.498Z] external_test.go:48: runtime.GOOS == "windows" [2022-12-01T00:34:46.498Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-12-01T00:34:46.498Z] === RUN TestGraphdriverPluginV2 [2022-12-01T00:34:46.498Z] external_test.go:408: runtime.GOOS == "windows" [2022-12-01T00:34:46.498Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-12-01T00:34:46.498Z] PASS [2022-12-01T00:34:46.498Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.139s [2022-12-01T00:34:47.252Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-12-01T00:34:47.511Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-12-01T00:34:48.080Z] === RUN TestDockerSuite/TestLogsSince [2022-12-01T00:34:49.465Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:49.465Z] INFO: Testing against a local daemon [2022-12-01T00:34:49.465Z] === RUN TestPluginWithDevMounts [2022-12-01T00:34:49.465Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:49.465Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-12-01T00:34:49.465Z] PASS [2022-12-01T00:34:49.465Z] ok github.com/docker/docker/integration/plugin/volumes 0.081s [2022-12-01T00:34:49.465Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:49.465Z] INFO: Testing against a local daemon [2022-12-01T00:34:49.465Z] === RUN TestPluginInvalidJSON [2022-12-01T00:34:49.465Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:34:49.465Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:34:49.465Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:34:49.465Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-12-01T00:34:49.465Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-12-01T00:34:49.465Z] === RUN TestPluginInstall [2022-12-01T00:34:49.465Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-12-01T00:34:49.465Z] --- SKIP: TestPluginInstall (0.00s) [2022-12-01T00:34:49.465Z] === RUN TestPluginsWithRuntimes [2022-12-01T00:34:49.465Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-12-01T00:34:49.465Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-12-01T00:34:49.465Z] === RUN TestPluginBackCompatMediaTypes [2022-12-01T00:34:49.465Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-12-01T00:34:49.465Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-12-01T00:34:49.465Z] PASS [2022-12-01T00:34:49.465Z] ok github.com/docker/docker/integration/plugin/common 0.135s [2022-12-01T00:34:49.465Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:49.465Z] INFO: Testing against a local daemon [2022-12-01T00:34:49.465Z] === RUN TestReadPluginNoRead [2022-12-01T00:34:49.465Z] read_test.go:21: no unix domain sockets on Windows [2022-12-01T00:34:49.465Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-12-01T00:34:49.465Z] PASS [2022-12-01T00:34:49.465Z] ok github.com/docker/docker/integration/plugin/logging 0.081s [2022-12-01T00:34:49.465Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2022-12-01T00:34:49.465Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2022-12-01T00:34:49.465Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] === Skipped [2022-12-01T00:34:49.932Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-12-01T00:34:49.932Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-12-01T00:34:49.932Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-12-01T00:34:49.932Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-12-01T00:34:49.932Z] external_test.go:48: runtime.GOOS == "windows" [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-12-01T00:34:49.932Z] external_test.go:408: runtime.GOOS == "windows" [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-12-01T00:34:49.932Z] read_test.go:21: no unix domain sockets on Windows [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-12-01T00:34:49.932Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:49.932Z] [2022-12-01T00:34:49.932Z] DONE 9 tests, 7 skipped in 12.058s [2022-12-01T00:34:49.932Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-12-01T00:34:50.400Z] testing: warning: no tests to run [2022-12-01T00:34:50.400Z] PASS [2022-12-01T00:34:50.400Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2022-12-01T00:34:50.400Z] [2022-12-01T00:34:50.400Z] DONE 0 tests in 0.449s [2022-12-01T00:34:50.400Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-12-01T00:34:50.672Z] 2022/12/01 00:34:45 Finished clone github.com/aws/aws-sdk-go [2022-12-01T00:34:51.387Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:51.387Z] INFO: Testing against a local daemon [2022-12-01T00:34:51.387Z] === RUN TestPluginInvalidJSON [2022-12-01T00:34:51.387Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:34:51.387Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:34:51.387Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-12-01T00:34:51.387Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-12-01T00:34:51.387Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-12-01T00:34:51.387Z] === RUN TestPluginInstall [2022-12-01T00:34:51.387Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-12-01T00:34:51.387Z] --- SKIP: TestPluginInstall (0.00s) [2022-12-01T00:34:51.387Z] === RUN TestPluginsWithRuntimes [2022-12-01T00:34:51.387Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-12-01T00:34:51.387Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-12-01T00:34:51.387Z] === RUN TestPluginBackCompatMediaTypes [2022-12-01T00:34:51.387Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-12-01T00:34:51.387Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-12-01T00:34:51.387Z] PASS [2022-12-01T00:34:51.387Z] ok github.com/docker/docker/integration/plugin/common (cached) [2022-12-01T00:34:51.855Z] [2022-12-01T00:34:51.855Z] === Skipped [2022-12-01T00:34:51.855Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-12-01T00:34:51.855Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-12-01T00:34:51.855Z] [2022-12-01T00:34:51.855Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-12-01T00:34:51.855Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-12-01T00:34:51.855Z] [2022-12-01T00:34:51.855Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-12-01T00:34:51.855Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-12-01T00:34:51.855Z] [2022-12-01T00:34:51.855Z] DONE 5 tests, 3 skipped in 1.057s [2022-12-01T00:34:51.855Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-12-01T00:34:52.840Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:52.840Z] INFO: Testing against a local daemon [2022-12-01T00:34:52.840Z] === RUN TestExternalGraphDriver [2022-12-01T00:34:52.840Z] external_test.go:48: runtime.GOOS == "windows" [2022-12-01T00:34:52.840Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-12-01T00:34:52.840Z] === RUN TestGraphdriverPluginV2 [2022-12-01T00:34:52.840Z] external_test.go:408: runtime.GOOS == "windows" [2022-12-01T00:34:52.840Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-12-01T00:34:52.840Z] PASS [2022-12-01T00:34:52.840Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2022-12-01T00:34:52.840Z] [2022-12-01T00:34:52.840Z] === Skipped [2022-12-01T00:34:52.840Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-12-01T00:34:52.840Z] external_test.go:48: runtime.GOOS == "windows" [2022-12-01T00:34:52.840Z] [2022-12-01T00:34:52.840Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-12-01T00:34:52.840Z] external_test.go:408: runtime.GOOS == "windows" [2022-12-01T00:34:52.840Z] [2022-12-01T00:34:52.840Z] DONE 2 tests, 2 skipped in 1.018s [2022-12-01T00:34:52.840Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-12-01T00:34:54.429Z] testing: warning: no tests to run [2022-12-01T00:34:54.429Z] PASS [2022-12-01T00:34:54.429Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:54.429Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2022-12-01T00:34:54.429Z] INFO: Testing against a local daemon [2022-12-01T00:34:54.429Z] === RUN TestReadPluginNoRead [2022-12-01T00:34:54.429Z] read_test.go:21: no unix domain sockets on Windows [2022-12-01T00:34:54.429Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-12-01T00:34:54.429Z] PASS [2022-12-01T00:34:54.429Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2022-12-01T00:34:54.429Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2022-12-01T00:34:54.429Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2022-12-01T00:34:54.429Z] [2022-12-01T00:34:54.429Z] === Skipped [2022-12-01T00:34:54.429Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-12-01T00:34:54.429Z] read_test.go:21: no unix domain sockets on Windows [2022-12-01T00:34:54.429Z] [2022-12-01T00:34:54.429Z] DONE 1 tests, 1 skipped in 1.126s [2022-12-01T00:34:54.429Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-12-01T00:34:54.643Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-12-01T00:34:54.900Z] testing: warning: no tests to run [2022-12-01T00:34:54.900Z] PASS [2022-12-01T00:34:54.900Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2022-12-01T00:34:54.900Z] [2022-12-01T00:34:54.900Z] DONE 0 tests in 0.685s [2022-12-01T00:34:54.900Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-12-01T00:34:55.885Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:55.885Z] INFO: Testing against a local daemon [2022-12-01T00:34:55.885Z] === RUN TestPluginWithDevMounts [2022-12-01T00:34:55.885Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:55.885Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-12-01T00:34:55.885Z] PASS [2022-12-01T00:34:55.885Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2022-12-01T00:34:55.885Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2022-12-01T00:34:56.353Z] [2022-12-01T00:34:56.353Z] === Skipped [2022-12-01T00:34:56.353Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-12-01T00:34:56.353Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:56.353Z] [2022-12-01T00:34:56.353Z] DONE 1 tests, 1 skipped in 1.055s [2022-12-01T00:34:56.353Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-12-01T00:34:56.546Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-12-01T00:34:57.914Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:34:57.914Z] INFO: Testing against a local daemon [2022-12-01T00:34:57.914Z] === RUN TestSecretInspect [2022-12-01T00:34:57.914Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:57.914Z] --- SKIP: TestSecretInspect (0.01s) [2022-12-01T00:34:57.914Z] === RUN TestSecretList [2022-12-01T00:34:57.914Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:57.914Z] --- SKIP: TestSecretList (0.00s) [2022-12-01T00:34:57.914Z] === RUN TestSecretsCreateAndDelete [2022-12-01T00:34:57.914Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:57.914Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-12-01T00:34:57.914Z] === RUN TestSecretsUpdate [2022-12-01T00:34:57.914Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:57.914Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-12-01T00:34:57.914Z] === RUN TestTemplatedSecret [2022-12-01T00:34:57.914Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:57.914Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-12-01T00:34:57.914Z] === RUN TestSecretCreateResolve [2022-12-01T00:34:57.914Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:57.914Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-12-01T00:34:57.914Z] PASS [2022-12-01T00:34:57.914Z] ok github.com/docker/docker/integration/secret 0.110s [2022-12-01T00:34:58.382Z] [2022-12-01T00:34:58.382Z] === Skipped [2022-12-01T00:34:58.382Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s) [2022-12-01T00:34:58.382Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:58.382Z] [2022-12-01T00:34:58.382Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-12-01T00:34:58.382Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:58.382Z] [2022-12-01T00:34:58.382Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.01s) [2022-12-01T00:34:58.382Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:58.382Z] [2022-12-01T00:34:58.382Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-12-01T00:34:58.382Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:58.382Z] [2022-12-01T00:34:58.382Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-12-01T00:34:58.382Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:34:58.382Z] [2022-12-01T00:34:58.382Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-12-01T00:34:58.382Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:34:58.382Z] [2022-12-01T00:34:58.382Z] DONE 6 tests, 6 skipped in 2.131s [2022-12-01T00:34:58.382Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-12-01T00:35:00.763Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-12-01T00:35:00.764Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-12-01T00:35:00.764Z] === RUN TestDockerSuite/TestLogsTail [2022-12-01T00:35:01.331Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-12-01T00:35:01.333Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:35:01.333Z] INFO: Testing against a local daemon [2022-12-01T00:35:01.333Z] === RUN TestServiceCreateInit [2022-12-01T00:35:01.333Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-12-01T00:35:01.333Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-12-01T00:35:01.333Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- PASS: TestServiceCreateInit (0.06s) [2022-12-01T00:35:01.333Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-12-01T00:35:01.333Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestCreateServiceMultipleTimes [2022-12-01T00:35:01.333Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestCreateServiceConflict [2022-12-01T00:35:01.333Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestCreateServiceMaxReplicas [2022-12-01T00:35:01.333Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-12-01T00:35:01.333Z] === RUN TestCreateWithDuplicateNetworkNames [2022-12-01T00:35:01.333Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestCreateServiceSecretFileMode [2022-12-01T00:35:01.333Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestCreateServiceConfigFileMode [2022-12-01T00:35:01.333Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestCreateServiceSysctls [2022-12-01T00:35:01.333Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-12-01T00:35:01.333Z] === RUN TestCreateServiceCapabilities [2022-12-01T00:35:01.333Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-12-01T00:35:01.333Z] === RUN TestInspect [2022-12-01T00:35:01.333Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestInspect (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestCreateJob [2022-12-01T00:35:01.333Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestCreateJob (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestReplicatedJob [2022-12-01T00:35:01.333Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestReplicatedJob (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestUpdateReplicatedJob [2022-12-01T00:35:01.333Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestServiceListWithStatuses [2022-12-01T00:35:01.333Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.333Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-12-01T00:35:01.333Z] === RUN TestDockerNetworkConnectAlias [2022-12-01T00:35:01.334Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-12-01T00:35:01.334Z] === RUN TestDockerNetworkReConnect [2022-12-01T00:35:01.334Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-12-01T00:35:01.334Z] === RUN TestServicePlugin [2022-12-01T00:35:01.334Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] --- SKIP: TestServicePlugin (0.00s) [2022-12-01T00:35:01.334Z] === RUN TestServiceUpdateLabel [2022-12-01T00:35:01.334Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-12-01T00:35:01.334Z] === RUN TestServiceUpdateSecrets [2022-12-01T00:35:01.334Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-12-01T00:35:01.334Z] === RUN TestServiceUpdateConfigs [2022-12-01T00:35:01.334Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-12-01T00:35:01.334Z] === RUN TestServiceUpdateNetwork [2022-12-01T00:35:01.334Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-12-01T00:35:01.334Z] === RUN TestServiceUpdatePidsLimit [2022-12-01T00:35:01.334Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-12-01T00:35:01.334Z] PASS [2022-12-01T00:35:01.334Z] ok github.com/docker/docker/integration/service 0.290s [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === Skipped [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-12-01T00:35:01.334Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-12-01T00:35:01.334Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-12-01T00:35:01.334Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-12-01T00:35:01.334Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-12-01T00:35:01.334Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-12-01T00:35:01.334Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-12-01T00:35:01.334Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-12-01T00:35:01.334Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-12-01T00:35:01.334Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-12-01T00:35:01.334Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-12-01T00:35:01.334Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-12-01T00:35:01.334Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-12-01T00:35:01.334Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-12-01T00:35:01.334Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-12-01T00:35:01.334Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-12-01T00:35:01.334Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-12-01T00:35:01.334Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-12-01T00:35:01.334Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-12-01T00:35:01.334Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-12-01T00:35:01.334Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-12-01T00:35:01.334Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-12-01T00:35:01.334Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-12-01T00:35:01.334Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-12-01T00:35:01.334Z] [2022-12-01T00:35:01.334Z] DONE 24 tests, 23 skipped in 2.761s [2022-12-01T00:35:01.334Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-12-01T00:35:01.900Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-12-01T00:35:02.160Z] docker_api_swarm_service_test.go:395: [dd298d64ac9f8] joining swarm manager [d68a2a352dfe8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:35:02.421Z] === RUN TestDockerSuite/TestMountIntoProc [2022-12-01T00:35:02.682Z] === RUN TestDockerSuite/TestMountIntoSys [2022-12-01T00:35:03.250Z] docker_api_swarm_service_test.go:395: [d5a09ebb3a879] joining swarm manager [d68a2a352dfe8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:35:03.250Z] === RUN TestDockerSuite/TestNetHostname [2022-12-01T00:35:03.548Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:35:03.548Z] INFO: Testing against a local daemon [2022-12-01T00:35:03.548Z] === RUN TestSessionCreate [2022-12-01T00:35:03.548Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-12-01T00:35:03.548Z] --- SKIP: TestSessionCreate (0.00s) [2022-12-01T00:35:03.548Z] === RUN TestSessionCreateWithBadUpgrade [2022-12-01T00:35:03.548Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-12-01T00:35:03.548Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-12-01T00:35:03.548Z] PASS [2022-12-01T00:35:03.548Z] ok github.com/docker/docker/integration/session 0.108s [2022-12-01T00:35:03.548Z] [2022-12-01T00:35:03.548Z] === Skipped [2022-12-01T00:35:03.548Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-12-01T00:35:03.548Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-12-01T00:35:03.548Z] [2022-12-01T00:35:03.548Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-12-01T00:35:03.548Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-12-01T00:35:03.548Z] [2022-12-01T00:35:03.548Z] DONE 2 tests, 2 skipped in 1.947s [2022-12-01T00:35:03.548Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-12-01T00:35:05.160Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-12-01T00:35:05.731Z] === RUN TestDockerSuite/TestNetworkEvents [2022-12-01T00:35:05.762Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:35:05.762Z] INFO: Testing against a local daemon [2022-12-01T00:35:05.762Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-12-01T00:35:05.762Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:05.762Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:35:05.762Z] === RUN TestEventsExecDie [2022-12-01T00:35:05.762Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-12-01T00:35:05.762Z] --- SKIP: TestEventsExecDie (0.00s) [2022-12-01T00:35:05.762Z] === RUN TestEventsBackwardsCompatible [2022-12-01T00:35:05.762Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-12-01T00:35:05.762Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-12-01T00:35:05.762Z] === RUN TestInfoAPI [2022-12-01T00:35:05.762Z] --- PASS: TestInfoAPI (0.04s) [2022-12-01T00:35:05.762Z] === RUN TestInfoAPIWarnings [2022-12-01T00:35:05.762Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:35:05.762Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-12-01T00:35:05.762Z] === RUN TestInfoDebug [2022-12-01T00:35:05.762Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-12-01T00:35:05.762Z] --- SKIP: TestInfoDebug (0.00s) [2022-12-01T00:35:05.762Z] === RUN TestInfoInsecureRegistries [2022-12-01T00:35:05.762Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-12-01T00:35:05.762Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-12-01T00:35:05.762Z] === RUN TestInfoRegistryMirrors [2022-12-01T00:35:05.762Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-12-01T00:35:05.762Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-12-01T00:35:05.762Z] === RUN TestLoginFailsWithBadCredentials [2022-12-01T00:35:06.229Z] --- PASS: TestLoginFailsWithBadCredentials (0.81s) [2022-12-01T00:35:06.229Z] === RUN TestPingCacheHeaders [2022-12-01T00:35:06.229Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-12-01T00:35:06.229Z] === RUN TestPingGet [2022-12-01T00:35:06.229Z] --- PASS: TestPingGet (0.04s) [2022-12-01T00:35:06.229Z] === RUN TestPingHead [2022-12-01T00:35:06.229Z] --- PASS: TestPingHead (0.05s) [2022-12-01T00:35:06.229Z] === RUN TestVersion [2022-12-01T00:35:06.229Z] --- PASS: TestVersion (0.03s) [2022-12-01T00:35:06.229Z] PASS [2022-12-01T00:35:06.229Z] ok github.com/docker/docker/integration/system 1.094s [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] === Skipped [2022-12-01T00:35:06.229Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-01T00:35:06.229Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-12-01T00:35:06.229Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-12-01T00:35:06.229Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-12-01T00:35:06.229Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-12-01T00:35:06.229Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-12-01T00:35:06.229Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-12-01T00:35:06.229Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-12-01T00:35:06.229Z] [2022-12-01T00:35:06.229Z] DONE 13 tests, 7 skipped in 2.906s [2022-12-01T00:35:06.700Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-12-01T00:35:08.913Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:35:08.913Z] INFO: Testing against a local daemon [2022-12-01T00:35:08.913Z] === RUN TestVolumesCreateAndList [2022-12-01T00:35:08.913Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-12-01T00:35:08.913Z] === RUN TestVolumesRemove [2022-12-01T00:35:08.913Z] --- PASS: TestVolumesRemove (0.06s) [2022-12-01T00:35:08.913Z] === RUN TestVolumesInspect [2022-12-01T00:35:08.913Z] --- PASS: TestVolumesInspect (0.04s) [2022-12-01T00:35:08.913Z] === RUN TestVolumesInvalidJSON [2022-12-01T00:35:08.913Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-12-01T00:35:08.913Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-12-01T00:35:08.913Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-12-01T00:35:08.913Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-12-01T00:35:08.913Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-12-01T00:35:08.913Z] PASS [2022-12-01T00:35:08.913Z] ok github.com/docker/docker/integration/volume 0.293s [2022-12-01T00:35:08.913Z] [2022-12-01T00:35:08.913Z] DONE 5 tests in 2.452s [2022-12-01T00:35:08.913Z] INFO: make.ps1 ended at 12/01/2022 00:35:08 [2022-12-01T00:35:08.913Z] INFO: Integration CLI tests being run from the host: [2022-12-01T00:35:08.913Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-12-01T00:35:12.300Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-12-01T00:35:12.560Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-12-01T00:35:12.818Z] === RUN TestDockerSuite/TestPluginActive [2022-12-01T00:35:15.353Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-12-01T00:35:18.645Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-12-01T00:35:21.185Z] docker_api_swarm_service_test.go:343: [d861e39207885] joining swarm manager [dcb4f8ef3eed9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:35:21.410Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-12-01T00:35:21.410Z] INFO: Testing against a local daemon [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-12-01T00:35:21.410Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-12-01T00:35:21.410Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-12-01T00:35:21.410Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-12-01T00:35:21.754Z] docker_api_swarm_service_test.go:343: [da49ac1b81398] joining swarm manager [dcb4f8ef3eed9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:35:21.878Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-12-01T00:35:22.322Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-12-01T00:35:22.322Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-12-01T00:35:22.322Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-12-01T00:35:24.258Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-12-01T00:35:26.799Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-12-01T00:35:28.704Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-12-01T00:35:31.993Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-12-01T00:35:35.285Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-12-01T00:35:36.666Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-12-01T00:35:37.237Z] docker_api_swarm_service_test.go:490: [d1f58e7a4343b] joining swarm manager [d06647563191b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:35:38.176Z] docker_api_swarm_service_test.go:490: [d2ff574cc54b9] joining swarm manager [d06647563191b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:35:38.435Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-12-01T00:35:39.821Z] === RUN TestDockerSuite/TestPortHostBinding [2022-12-01T00:35:41.202Z] === RUN TestDockerSuite/TestPortList [2022-12-01T00:35:47.775Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-12-01T00:35:48.034Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-12-01T00:35:51.328Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-12-01T00:35:53.864Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-12-01T00:35:53.864Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-12-01T00:35:54.125Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-12-01T00:35:54.694Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-12-01T00:35:54.694Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-12-01T00:35:54.953Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-12-01T00:35:54.953Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-12-01T00:35:55.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-12-01T00:35:55.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-12-01T00:35:56.461Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-12-01T00:35:56.720Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-12-01T00:35:56.720Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-12-01T00:35:58.627Z] docker_api_swarm_service_test.go:128: [d30f8197821c4] joining swarm manager [de19d9707316f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:35:59.196Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-12-01T00:35:59.455Z] docker_api_swarm_service_test.go:129: [d9635f6093ea5] joining swarm manager [de19d9707316f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:36:00.395Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-12-01T00:36:00.964Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-12-01T00:36:00.964Z] === RUN TestDockerSuite/TestPsByOrder [2022-12-01T00:36:01.534Z] docker_api_swarm_service_test.go:137: [d269591d74b69] joining swarm manager [de19d9707316f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-12-01T00:36:02.473Z] docker_api_swarm_service_test.go:138: [dafa88196651d] joining swarm manager [de19d9707316f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-12-01T00:36:03.412Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-12-01T00:36:04.350Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-12-01T00:36:06.887Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-12-01T00:36:09.441Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-12-01T00:36:09.441Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-12-01T00:36:11.979Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-12-01T00:36:18.544Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-12-01T00:36:19.112Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-12-01T00:36:20.490Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-12-01T00:36:21.430Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-12-01T00:36:22.368Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-12-01T00:36:24.278Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-12-01T00:36:24.537Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-12-01T00:36:25.475Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-12-01T00:36:26.413Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-12-01T00:36:26.673Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-12-01T00:36:26.932Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-12-01T00:36:27.192Z] === RUN TestDockerSuite/TestPsRightTagName [2022-12-01T00:36:29.101Z] === RUN TestDockerSuite/TestPsShowMounts [2022-12-01T00:36:29.101Z] docker_api_swarm_service_test.go:304: [de686922a901f] joining swarm manager [dbacfd2c9315c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:36:30.039Z] docker_api_swarm_service_test.go:304: [ddb10a8e07596] joining swarm manager [dbacfd2c9315c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:36:30.607Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-12-01T00:36:31.556Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-12-01T00:36:31.556Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-12-01T00:36:31.556Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-12-01T00:36:32.139Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-12-01T00:36:32.398Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-12-01T00:36:32.398Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-12-01T00:36:32.966Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-12-01T00:36:33.903Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-12-01T00:36:34.840Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-12-01T00:36:35.101Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-12-01T00:36:41.674Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-12-01T00:36:42.243Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-12-01T00:36:43.623Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-12-01T00:36:43.623Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-12-01T00:36:43.623Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-12-01T00:36:43.882Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-12-01T00:36:45.787Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-12-01T00:36:46.726Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-12-01T00:36:48.633Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-12-01T00:36:49.571Z] === RUN TestDockerSuite/TestRmiBlank [2022-12-01T00:36:49.571Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-12-01T00:36:49.571Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-12-01T00:36:49.829Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-12-01T00:36:52.367Z] docker_api_swarm_service_test.go:100: [d096b7e497c98] joining swarm manager [d745e19fd2b79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:36:52.368Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-12-01T00:36:52.936Z] docker_api_swarm_service_test.go:101: [db1cfe35c2286] joining swarm manager [d745e19fd2b79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:36:52.936Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-12-01T00:36:53.195Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-12-01T00:36:54.595Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-12-01T00:36:55.979Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-12-01T00:36:57.359Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-12-01T00:36:57.927Z] === RUN TestDockerSuite/TestRmiTag [2022-12-01T00:36:58.187Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-12-01T00:36:58.447Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-12-01T00:37:00.987Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-12-01T00:37:01.555Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-12-01T00:37:02.124Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-12-01T00:37:02.384Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-12-01T00:37:03.323Z] === RUN TestDockerSuite/TestRunAddHost [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-12-01T00:37:03.335Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-12-01T00:37:03.335Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-12-01T00:37:03.335Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-12-01T00:37:03.335Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-12-01T00:37:03.335Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-12-01T00:37:03.335Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-12-01T00:37:03.335Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-12-01T00:37:03.335Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2022-12-01T00:37:03.335Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-12-01T00:37:03.894Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-12-01T00:37:04.154Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-12-01T00:37:04.722Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-12-01T00:37:04.722Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-12-01T00:37:04.981Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-12-01T00:37:06.359Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-12-01T00:37:06.619Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-12-01T00:37:07.119Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-12-01T00:37:07.119Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-12-01T00:37:07.119Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-12-01T00:37:07.119Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2022-12-01T00:37:07.119Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-12-01T00:37:07.189Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-12-01T00:37:07.757Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-12-01T00:37:08.694Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-12-01T00:37:10.074Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-12-01T00:37:10.643Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-12-01T00:37:10.908Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-12-01T00:37:11.582Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-12-01T00:37:12.166Z] check_test.go:380: [d096b7e497c98] daemon is not started [2022-12-01T00:37:12.166Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-12-01T00:37:13.106Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-12-01T00:37:13.674Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-12-01T00:37:14.242Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-12-01T00:37:14.810Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-12-01T00:37:15.378Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-12-01T00:37:15.947Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-12-01T00:37:16.206Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-12-01T00:37:16.206Z] === RUN TestDockerSuite/TestRunBindMounts [2022-12-01T00:37:17.585Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-12-01T00:37:17.585Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-12-01T00:37:18.061Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-12-01T00:37:18.061Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2022-12-01T00:37:18.061Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-12-01T00:37:18.061Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-12-01T00:37:18.061Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-12-01T00:37:18.061Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2022-12-01T00:37:18.061Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-12-01T00:37:18.061Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-12-01T00:37:18.061Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-12-01T00:37:18.153Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-12-01T00:37:18.721Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-12-01T00:37:18.981Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-12-01T00:37:19.920Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-12-01T00:37:19.920Z] docker_api_swarm_service_test.go:533: [d64d63f20ded9] joining swarm manager [d13271cf8a2e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:37:19.920Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-12-01T00:37:20.179Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-12-01T00:37:20.748Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-12-01T00:37:21.007Z] docker_api_swarm_service_test.go:534: [da273ae385701] joining swarm manager [d13271cf8a2e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:37:21.008Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-12-01T00:37:21.008Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-12-01T00:37:21.008Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-12-01T00:37:21.008Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-12-01T00:37:21.008Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-12-01T00:37:21.266Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-12-01T00:37:21.525Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-12-01T00:37:22.094Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-12-01T00:37:22.094Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-12-01T00:37:22.664Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-12-01T00:37:22.664Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-12-01T00:37:24.043Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-12-01T00:37:24.983Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-12-01T00:37:25.553Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-12-01T00:37:26.121Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-12-01T00:37:26.121Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-12-01T00:37:26.690Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-12-01T00:37:28.070Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-12-01T00:37:29.022Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-12-01T00:37:29.600Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-12-01T00:37:30.168Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-12-01T00:37:30.737Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-12-01T00:37:30.996Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-12-01T00:37:31.419Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-12-01T00:37:31.565Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-12-01T00:37:31.824Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-12-01T00:37:32.761Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-12-01T00:37:35.298Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-12-01T00:37:35.298Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-12-01T00:37:35.866Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-12-01T00:37:37.247Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-12-01T00:37:38.185Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-12-01T00:37:39.565Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-12-01T00:37:41.471Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-12-01T00:37:41.471Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2022-12-01T00:37:41.471Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-12-01T00:37:41.471Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2022-12-01T00:37:41.471Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-12-01T00:37:41.471Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-12-01T00:37:42.851Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-12-01T00:37:43.420Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-12-01T00:37:43.988Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-12-01T00:37:45.370Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-12-01T00:37:45.629Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-12-01T00:37:46.197Z] docker_api_swarm_service_test.go:148: [df3bda6e8f5a3] joining swarm manager [d82e0de685efc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:37:46.766Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-12-01T00:37:47.335Z] docker_api_swarm_service_test.go:148: [dc0a534ffd22f] joining swarm manager [d82e0de685efc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:37:47.335Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-12-01T00:37:47.335Z] docker_cli_run_unix_test.go:87: Host does not have /dev/snd [2022-12-01T00:37:47.335Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-12-01T00:37:47.922Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-12-01T00:37:49.301Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-12-01T00:37:49.560Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-12-01T00:37:49.821Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-12-01T00:37:50.391Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-12-01T00:37:51.331Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-12-01T00:37:51.591Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-12-01T00:37:51.591Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-12-01T00:37:52.162Z] === RUN TestDockerSuite/TestRunEnvironment [2022-12-01T00:37:52.423Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-12-01T00:37:52.994Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-12-01T00:37:53.252Z] === RUN TestDockerSuite/TestRunExitCode [2022-12-01T00:37:53.820Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-12-01T00:37:54.389Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-12-01T00:37:54.650Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-12-01T00:37:55.220Z] === RUN TestDockerSuite/TestRunExposePort [2022-12-01T00:37:55.220Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-12-01T00:37:55.788Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-12-01T00:37:56.048Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-12-01T00:37:57.429Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-12-01T00:37:57.429Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-12-01T00:37:57.429Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-12-01T00:37:57.429Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-12-01T00:37:59.334Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-12-01T00:37:59.903Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-12-01T00:38:12.119Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-12-01T00:38:12.119Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-12-01T00:38:12.688Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-12-01T00:38:12.688Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-12-01T00:38:12.688Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-12-01T00:38:12.688Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-12-01T00:38:13.275Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-12-01T00:38:15.182Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-12-01T00:38:15.751Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-12-01T00:38:16.691Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-12-01T00:38:23.258Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-12-01T00:38:23.258Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-12-01T00:38:23.258Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-12-01T00:38:23.258Z] === RUN TestDockerSuite/TestRunModeHostname [2022-12-01T00:38:24.196Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-12-01T00:38:24.196Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-12-01T00:38:24.456Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-12-01T00:38:25.838Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-12-01T00:38:26.776Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-12-01T00:38:27.714Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-12-01T00:38:27.714Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-12-01T00:38:27.973Z] === RUN TestDockerSuite/TestRunModePIDHost [2022-12-01T00:38:28.911Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-12-01T00:38:29.849Z] === RUN TestDockerSuite/TestRunMount [2022-12-01T00:38:34.042Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-12-01T00:38:34.302Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-12-01T00:38:34.873Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-12-01T00:38:35.819Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-12-01T00:38:37.212Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-12-01T00:38:39.747Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-12-01T00:38:41.655Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-12-01T00:38:43.033Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-12-01T00:38:43.971Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-12-01T00:38:44.909Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-12-01T00:38:44.909Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-12-01T00:38:45.849Z] === RUN TestDockerSuite/TestRunNetHost [2022-12-01T00:38:46.791Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-12-01T00:38:47.050Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-12-01T00:38:47.310Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-12-01T00:38:47.879Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-12-01T00:38:49.787Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-12-01T00:38:51.167Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-12-01T00:38:52.106Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-12-01T00:38:54.644Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-12-01T00:38:54.644Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-12-01T00:38:54.903Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-12-01T00:38:55.163Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-12-01T00:38:55.743Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-12-01T00:38:55.743Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-12-01T00:38:56.312Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-12-01T00:38:56.880Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-12-01T00:38:56.880Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-12-01T00:38:57.448Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-12-01T00:38:57.448Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-12-01T00:38:59.982Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-12-01T00:39:02.517Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-12-01T00:39:03.453Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-12-01T00:39:03.453Z] docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport [2022-12-01T00:39:03.453Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-12-01T00:39:04.023Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-12-01T00:39:04.593Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-12-01T00:39:04.853Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-12-01T00:39:05.791Z] === RUN TestDockerSuite/TestRunPortInUse [2022-12-01T00:39:06.729Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-12-01T00:39:07.298Z] docker_cli_run_unix_test.go:1408: out: "a *:* rwm\n" [2022-12-01T00:39:07.298Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-12-01T00:39:07.868Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-12-01T00:39:08.436Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-12-01T00:39:09.005Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-12-01T00:39:09.005Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-12-01T00:39:09.573Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-12-01T00:39:09.573Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2022-12-01T00:39:09.573Z] === RUN TestDockerSuite/TestRunPublishPort [2022-12-01T00:39:10.142Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-12-01T00:39:10.711Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-12-01T00:39:10.711Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2022-12-01T00:39:10.711Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-12-01T00:39:11.281Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-12-01T00:39:12.190Z] 2022/12/01 00:39:10 Finished clone google.golang.org/api [2022-12-01T00:39:12.190Z] 2022/12/01 00:39:10 Dependencies downloaded. Download time: 7m38.82482485s [2022-12-01T00:39:12.190Z] 2022/12/01 00:39:10 Collecting all dependencies [2022-12-01T00:39:12.219Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-12-01T00:39:12.219Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2022-12-01T00:39:12.219Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-12-01T00:39:13.159Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-12-01T00:39:14.574Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-12-01T00:39:15.952Z] === RUN TestDockerSuite/TestRunRm [2022-12-01T00:39:16.524Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-12-01T00:39:19.812Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-12-01T00:39:20.381Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-12-01T00:39:20.640Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-12-01T00:39:22.019Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-12-01T00:39:22.154Z] 2022/12/01 00:39:21 Clean vendor dir from unused packages [2022-12-01T00:39:22.154Z] 2022/12/01 00:39:21 Ignoring paths matching "^archive/tar" [2022-12-01T00:39:22.587Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-12-01T00:39:22.720Z] 2022/12/01 00:39:22 Success [2022-12-01T00:39:22.720Z] 2022/12/01 00:39:22 Running time: 7m55.111531823s [2022-12-01T00:39:22.977Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-12-01T00:39:23.874Z] + echo Ensuring container killed. [2022-12-01T00:39:23.874Z] Ensuring container killed. [2022-12-01T00:39:23.874Z] + docker rm -vf docker-pr7 [2022-12-01T00:39:23.874Z] Error response from daemon: No such container: docker-pr7 [Pipeline] sh [2022-12-01T00:39:24.158Z] + echo Chowning /workspace to jenkins user [2022-12-01T00:39:24.158Z] Chowning /workspace to jenkins user [2022-12-01T00:39:24.158Z] + id -u [2022-12-01T00:39:24.158Z] + id -g [2022-12-01T00:39:24.158Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44488:/workspace busybox chown -R 1000:1000 /workspace [2022-12-01T00:39:25.124Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-01T00:39:25.831Z] + bundleName=unit [2022-12-01T00:39:25.831Z] + echo Creating unit-bundles.tar.gz [2022-12-01T00:39:25.831Z] Creating unit-bundles.tar.gz [2022-12-01T00:39:25.831Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2022-12-01T00:39:25.831Z] bundles/junit-report.xml [2022-12-01T00:39:25.831Z] bundles/go-test-report.json [2022-12-01T00:39:25.831Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-12-01T00:39:25.843Z] Archiving artifacts [2022-12-01T00:39:26.281Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44488/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-12-01T00:39:26.583Z] + make clean [2022-12-01T00:39:26.841Z] docker volume rm -f docker-dev-cache [2022-12-01T00:39:26.841Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-01T00:39:27.658Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-12-01T00:39:27.658Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-12-01T00:39:28.090Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-12-01T00:39:28.090Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2022-12-01T00:39:28.090Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-12-01T00:39:28.090Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-12-01T00:39:28.090Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-12-01T00:39:28.226Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-12-01T00:39:28.485Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-12-01T00:39:29.054Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-12-01T00:39:29.317Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-12-01T00:39:29.888Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-12-01T00:39:30.147Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-12-01T00:39:30.301Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-12-01T00:39:30.715Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-12-01T00:39:30.975Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-12-01T00:39:31.289Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-12-01T00:39:31.289Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2022-12-01T00:39:31.289Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-12-01T00:39:31.289Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2022-12-01T00:39:31.289Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-12-01T00:39:31.289Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2022-12-01T00:39:31.289Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-12-01T00:39:31.289Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-12-01T00:39:32.274Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-12-01T00:39:33.509Z] === RUN TestDockerSuite/TestRunState [2022-12-01T00:39:34.459Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-12-01T00:39:35.029Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-12-01T00:39:35.228Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-12-01T00:39:35.288Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-12-01T00:39:35.548Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-12-01T00:39:35.548Z] docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport [2022-12-01T00:39:35.548Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-12-01T00:39:36.116Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-12-01T00:39:36.684Z] === RUN TestDockerSuite/TestRunSysctls [2022-12-01T00:39:36.789Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-12-01T00:39:36.790Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2022-12-01T00:39:36.790Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-12-01T00:39:36.790Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2022-12-01T00:39:36.790Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-12-01T00:39:36.790Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-12-01T00:39:37.252Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-12-01T00:39:37.821Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-12-01T00:39:37.821Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-12-01T00:39:37.821Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-12-01T00:39:38.389Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-12-01T00:39:38.999Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-12-01T00:39:40.298Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-12-01T00:39:40.867Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-12-01T00:39:42.248Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-12-01T00:39:44.783Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-12-01T00:39:45.719Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-12-01T00:39:47.625Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-12-01T00:39:47.885Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-12-01T00:39:48.452Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-12-01T00:39:49.390Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-12-01T00:39:49.390Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-12-01T00:39:50.769Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-12-01T00:39:51.479Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-12-01T00:39:52.149Z] === RUN TestDockerSuite/TestRunUserByID [2022-12-01T00:39:52.411Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-12-01T00:39:52.411Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-12-01T00:39:52.670Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-12-01T00:39:53.247Z] === RUN TestDockerSuite/TestRunUserByName [2022-12-01T00:39:53.506Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-12-01T00:39:54.076Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-12-01T00:39:54.076Z] docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer [2022-12-01T00:39:54.076Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-12-01T00:39:54.076Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-12-01T00:39:54.425Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-12-01T00:39:54.645Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-12-01T00:39:55.988Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-12-01T00:39:55.988Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2022-12-01T00:39:55.988Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-12-01T00:39:57.183Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-12-01T00:39:57.442Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-12-01T00:39:58.010Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-12-01T00:39:58.932Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-12-01T00:39:59.391Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-12-01T00:40:00.328Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-12-01T00:40:00.493Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-12-01T00:40:01.707Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-12-01T00:40:01.966Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-12-01T00:40:03.345Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-12-01T00:40:03.915Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-12-01T00:40:03.915Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-12-01T00:40:03.915Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-12-01T00:40:03.915Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-12-01T00:40:03.915Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-12-01T00:40:03.915Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-12-01T00:40:03.915Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-12-01T00:40:04.174Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-12-01T00:40:04.174Z] docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight [2022-12-01T00:40:04.174Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-12-01T00:40:05.113Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-12-01T00:40:05.113Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-12-01T00:40:05.242Z] === RUN TestDockerSuite/TestBuildAddScript [2022-12-01T00:40:05.242Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2022-12-01T00:40:05.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-12-01T00:40:05.242Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2022-12-01T00:40:05.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-12-01T00:40:05.242Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2022-12-01T00:40:05.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-12-01T00:40:05.242Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2022-12-01T00:40:05.242Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-12-01T00:40:05.242Z] === RUN TestDockerSuite/TestBuildAddTar [2022-12-01T00:40:05.372Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-12-01T00:40:06.752Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-12-01T00:40:07.322Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-12-01T00:40:07.581Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-12-01T00:40:07.842Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-12-01T00:40:07.842Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-12-01T00:40:08.410Z] docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-12-01T00:40:08.410Z] docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-12-01T00:40:08.410Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-12-01T00:40:08.410Z] docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-12-01T00:40:08.410Z] docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight [2022-12-01T00:40:08.410Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-12-01T00:40:08.410Z] docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight [2022-12-01T00:40:08.670Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-12-01T00:40:09.239Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-12-01T00:40:09.499Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-12-01T00:40:09.759Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-12-01T00:40:10.018Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-12-01T00:40:10.277Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-12-01T00:40:10.277Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-12-01T00:40:11.226Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-12-01T00:40:11.226Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-12-01T00:40:11.485Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-12-01T00:40:12.054Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-12-01T00:40:12.313Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-12-01T00:40:12.313Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-12-01T00:40:12.881Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-12-01T00:40:13.141Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-12-01T00:40:14.079Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-12-01T00:40:14.648Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-12-01T00:40:14.648Z] docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport [2022-12-01T00:40:14.648Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-12-01T00:40:14.908Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-12-01T00:40:15.167Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-12-01T00:40:16.106Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-12-01T00:40:16.366Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-12-01T00:40:16.936Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-12-01T00:40:18.842Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-12-01T00:40:19.101Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-12-01T00:40:19.360Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-12-01T00:40:19.360Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-12-01T00:40:19.360Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-12-01T00:40:19.928Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-12-01T00:40:20.867Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-12-01T00:40:21.438Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-12-01T00:40:22.010Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-12-01T00:40:22.010Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-12-01T00:40:23.390Z] === RUN TestDockerSuite/TestSaveImageId [2022-12-01T00:40:23.390Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-12-01T00:40:23.959Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-12-01T00:40:24.897Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-12-01T00:40:25.470Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents2579683394 [2022-12-01T00:40:25.729Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-12-01T00:40:25.730Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-12-01T00:40:27.638Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-12-01T00:40:27.638Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-12-01T00:40:27.638Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-12-01T00:40:28.590Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-12-01T00:40:29.968Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-12-01T00:40:30.536Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-12-01T00:40:32.440Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-12-01T00:40:32.699Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-12-01T00:40:32.958Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-12-01T00:40:32.958Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-12-01T00:40:34.862Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-12-01T00:40:35.340Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-12-01T00:40:35.340Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2022-12-01T00:40:35.340Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-12-01T00:40:35.340Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2022-12-01T00:40:35.430Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-12-01T00:40:35.807Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-12-01T00:40:36.808Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-12-01T00:40:42.081Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-12-01T00:40:43.020Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-12-01T00:40:43.592Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-12-01T00:40:44.530Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-12-01T00:40:47.064Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-12-01T00:40:48.443Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-12-01T00:40:49.012Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-12-01T00:40:49.581Z] === RUN TestDockerSuite/TestStartRecordError [2022-12-01T00:40:51.492Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-12-01T00:40:51.492Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-12-01T00:40:53.398Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-12-01T00:40:54.336Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-12-01T00:40:54.904Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-12-01T00:40:57.441Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-12-01T00:40:57.700Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-12-01T00:41:01.894Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-12-01T00:41:02.153Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-12-01T00:41:04.689Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-12-01T00:41:04.949Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-12-01T00:41:05.909Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-12-01T00:41:05.909Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2022-12-01T00:41:05.909Z] === RUN TestDockerSuite/TestBuildBlankName [2022-12-01T00:41:05.909Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-12-01T00:41:09.140Z] === RUN TestDockerSuite/TestStatsNoStream [2022-12-01T00:41:09.691Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-12-01T00:41:09.691Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2022-12-01T00:41:10.158Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-12-01T00:41:11.673Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-12-01T00:41:13.058Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-12-01T00:41:13.629Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-12-01T00:41:14.198Z] === RUN TestDockerSuite/TestTopPrivileged [2022-12-01T00:41:14.766Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-12-01T00:41:14.766Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-12-01T00:41:14.766Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-12-01T00:41:14.905Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-12-01T00:41:15.334Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-12-01T00:41:17.870Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-12-01T00:41:17.870Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-12-01T00:41:21.160Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-12-01T00:41:21.160Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-12-01T00:41:21.728Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-12-01T00:41:21.728Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-12-01T00:41:21.728Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-12-01T00:41:21.728Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-12-01T00:41:21.728Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-12-01T00:41:22.666Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-12-01T00:41:23.234Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-12-01T00:41:23.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-12-01T00:41:23.801Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-12-01T00:41:24.739Z] === RUN TestDockerSuite/TestUpdateStats [2022-12-01T00:41:28.026Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-12-01T00:41:28.962Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-12-01T00:41:28.962Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-12-01T00:41:28.962Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-12-01T00:41:29.533Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-12-01T00:41:30.472Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-12-01T00:41:30.472Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-12-01T00:41:30.701Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-12-01T00:41:30.701Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2022-12-01T00:41:31.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-12-01T00:41:33.012Z] docker_cli_service_logs_test.go:246: checking task 0y9r464z1ume [2022-12-01T00:41:33.012Z] docker_cli_service_logs_test.go:251: checking messages for 0y9r464z1ume [2022-12-01T00:41:33.012Z] docker_cli_service_logs_test.go:246: checking task wrurh97giba0 [2022-12-01T00:41:33.012Z] docker_cli_service_logs_test.go:251: checking messages for wrurh97giba0 [2022-12-01T00:41:33.271Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-12-01T00:41:35.833Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-12-01T00:41:37.738Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-12-01T00:41:39.118Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-12-01T00:41:41.026Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-12-01T00:41:41.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-12-01T00:41:41.577Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2022-12-01T00:41:41.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-12-01T00:41:41.577Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2022-12-01T00:41:41.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-12-01T00:41:43.563Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-12-01T00:41:43.823Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-12-01T00:41:45.203Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-12-01T00:41:46.326Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-12-01T00:41:46.326Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2022-12-01T00:41:46.326Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-12-01T00:41:46.585Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-12-01T00:41:46.585Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-12-01T00:41:46.793Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-12-01T00:41:46.793Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2022-12-01T00:41:47.260Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-12-01T00:41:47.260Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2022-12-01T00:41:47.260Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-12-01T00:41:47.523Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-12-01T00:41:48.901Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-12-01T00:41:49.839Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-12-01T00:41:51.218Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-12-01T00:41:52.597Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-12-01T00:41:54.504Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-12-01T00:41:55.895Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-12-01T00:42:04.012Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-12-01T00:42:05.390Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-12-01T00:42:07.924Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-12-01T00:42:09.301Z] docker_cli_swarm_test.go:1902: [db1c20de96960] joining swarm manager [d1f8985783416]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:42:10.679Z] docker_cli_swarm_test.go:1903: [d9a570d4258ad] joining swarm manager [d1f8985783416]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:42:10.938Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-12-01T00:42:10.938Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-12-01T00:42:10.938Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-12-01T00:42:11.875Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-12-01T00:42:11.875Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-12-01T00:42:11.875Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-12-01T00:42:11.875Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-12-01T00:42:12.443Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-12-01T00:42:12.443Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-12-01T00:42:13.017Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-12-01T00:42:13.017Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-12-01T00:42:13.017Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-12-01T00:42:13.017Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-12-01T00:42:13.277Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-12-01T00:42:14.655Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-12-01T00:42:14.655Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-12-01T00:42:14.655Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-12-01T00:42:14.914Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-12-01T00:42:14.914Z] === RUN TestDockerSuite/TestVolumeEvents [2022-12-01T00:42:20.185Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-12-01T00:42:21.581Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-12-01T00:42:21.581Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-12-01T00:42:21.581Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-12-01T00:42:23.488Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-12-01T00:42:26.028Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-12-01T00:42:26.028Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite (1291.90s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.66s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.92s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.98s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.54s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.02s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.08s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.34s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.54s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.67s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.66s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.75s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.74s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.79s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.85s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.80s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAttachDetach (0.84s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.78s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.61s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.97s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.78s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.44s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.78s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.31s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.07s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.16s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.72s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.25s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.65s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.12s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.72s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.31s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.70s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.30s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.86s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.50s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.53s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.63s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.15s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.12s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.95s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.82s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.13s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.92s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.38s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.89s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.12s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.18s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (4.91s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.23s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.71s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.43s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.99s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.66s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.03s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.29s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.41s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.52s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.96s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.74s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.20s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.88s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.20s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.56s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.86s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.05s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.81s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.85s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.52s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.87s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.94s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.21s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.52s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.38s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCmd (0.28s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.27s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.26s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.06s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.87s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.79s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.73s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.85s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.50s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.04s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.36s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.88s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.64s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.12s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.36s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.39s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.53s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.30s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.02s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.47s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.12s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.18s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.55s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.08s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.10s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.97s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.02s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.40s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.05s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.80s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.15s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.30s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.88s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.19s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.50s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.99s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.97s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.26s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.39s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.37s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.40s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.80s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.38s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.46s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.81s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnv (1.37s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.18s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.94s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.17s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.10s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.37s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.47s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.14s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.68s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.73s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.70s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFails (0.63s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.87s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.05s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.87s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.62s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.39s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.16s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.83s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.28s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.67s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.72s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.27s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildHistory (3.60s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.50s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.84s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.79s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.94s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.96s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLabel (0.40s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLabels (0.43s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.06s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.67s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.10s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.44s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.06s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.17s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.96s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.08s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.00s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.39s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.33s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.30s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.65s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.81s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.85s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.48s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.19s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.38s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.41s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.80s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.64s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.29s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.57s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.40s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.42s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.27s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.38s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.01s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.95s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.66s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.89s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.84s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.27s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.02s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildPATH (1.48s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.56s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.70s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.76s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.46s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.92s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildRm (2.84s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.71s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.05s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.41s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.44s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.78s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.96s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.80s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.83s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.06s) [2022-12-01T00:42:26.028Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.18s) [2022-12-01T00:42:26.028Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.58s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildStderr (0.61s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.93s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.71s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.66s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.34s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.63s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.93s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildUser (1.33s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.53s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.96s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.67s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.69s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.69s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.13s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.20s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.72s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.58s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.73s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.12s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.69s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.23s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.37s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.48s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.30s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.47s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.53s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitChange (0.62s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.58s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.93s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.58s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitTTY (1.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.64s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.20s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.71s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.11s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.16s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.22s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.61s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.55s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.47s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.50s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.52s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.71s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.57s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.65s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.85s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.61s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.54s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.55s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.54s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.64s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.53s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.52s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.46s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.51s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.97s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.06s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.60s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.35s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.65s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.52s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.62s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.60s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.10s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.58s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.73s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.65s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.22s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (0.59s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.42s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.58s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.38s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0006c4ea0_} (0.51s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11186141922_/foo_false____} (1.33s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11186141922_/foo_true____} (1.44s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3866842692_/foo_false____} (1.32s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3866842692_/foo_true____} (1.38s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3866842692_/foo_true__0xc0006c4ed0__} (1.36s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0006c4ee8_} (1.31s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0006c4f00_} (1.35s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0006c4f18_} (1.66s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0006c4f30_} (1.60s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.09s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.50s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.47s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.15s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.22s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.80s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.73s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.64s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.59s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.55s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.59s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.57s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.53s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.56s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.55s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.52s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.62s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.09s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.67s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.64s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.58s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.55s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.75s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.91s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.79s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.99s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.64s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.91s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.94s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.45s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.73s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.94s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.64s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.55s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToDot (0.49s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.82s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.90s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToStdout (0.49s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.79s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.50s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.70s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.31s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.42s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.43s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.21s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.11s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.95s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.09s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.44s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.98s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.66s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.35s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.05s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.46s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.43s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.46s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.71s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.51s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.98s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.27s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.75s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.95s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.24s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.35s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.97s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsAttach (0.79s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsCommit (0.74s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.54s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.72s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.67s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.27s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.34s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.14s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsCopy (0.92s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.31s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.54s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.34s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.20s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.29s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.32s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFilters (1.29s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFormat (0.97s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.05s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.43s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsImagePull (1.04s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-12-01T00:42:26.029Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.41s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.61s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsRename (0.60s) [2022-12-01T00:42:26.029Z] --- PASS: TestDockerSuite/TestEventsResize (0.60s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.61s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.70s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.81s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestEventsTop (0.53s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestEventsUntag (2.58s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.89s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExec (0.63s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.71s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.72s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.59s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.13s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.58s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.60s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.56s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.57s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.97s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.98s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.64s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecParseError (0.45s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.55s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.65s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.12s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.89s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecStartFails (0.58s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.73s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecTTY (0.71s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.65s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.60s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecUlimits (0.90s) [2022-12-01T00:42:26.030Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.40s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.78s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.52s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestExecWithUser (0.71s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.64s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.46s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestHealth (18.75s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.63s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.67s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.35s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.56s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.59s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImportDisplay (1.13s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImportFile (1.17s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.34s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImportGzipped (1.21s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.32s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.42s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.57s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.75s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.49s) [2022-12-01T00:42:26.030Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectHistory (0.58s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-12-01T00:42:26.030Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.40s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.41s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.47s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectStatus (0.52s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.92s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.45s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.41s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.39s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.97s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.92s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.34s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.35s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.34s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.32s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.35s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.09s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.24s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.49s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.42s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.80s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.81s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.67s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.79s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.41s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsSince (6.49s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.51s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.56s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsTail (0.65s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.75s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.29s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestNetHostname (1.87s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.35s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.65s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.24s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.43s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPluginActive (2.30s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.12s) [2022-12-01T00:42:26.030Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.73s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.80s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.88s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.76s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.27s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.73s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.32s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.22s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPortList (6.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.86s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.02s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.53s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.51s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.20s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.24s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.11s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.66s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsByOrder (2.35s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.87s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.30s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.89s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.30s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.39s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.03s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.41s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.88s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.86s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.54s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.53s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.99s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.16s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.59s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.56s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.78s) [2022-12-01T00:42:26.030Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.47s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.41s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.88s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.90s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.44s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.40s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.77s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.30s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.90s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.86s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.85s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.89s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.85s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.67s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.20s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.35s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.68s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.58s) [2022-12-01T00:42:26.030Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.98s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.25s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.49s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.48s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.10s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.49s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.56s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.60s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.90s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.25s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.68s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.75s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.84s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.70s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.61s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.77s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.34s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.55s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.66s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.45s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.53s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.52s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.06s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.31s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.87s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.62s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.62s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.27s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.94s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.90s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.40s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.97s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.36s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.30s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.97s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.67s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.46s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.43s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.12s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.85s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.52s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.30s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.56s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.66s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.39s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.57s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.66s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.41s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.45s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.41s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.16s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.94s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.90s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.78s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.09s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.43s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.84s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.94s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.92s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.85s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.31s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.76s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.96s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.95s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.84s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.96s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunMount (4.16s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.48s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.18s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.80s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.64s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.04s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.99s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.71s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetHost (1.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.55s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.50s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.66s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.82s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.39s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.14s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.49s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.55s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.69s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.59s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.85s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.56s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.23s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.69s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.67s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.56s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.58s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.70s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.58s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.47s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.62s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.07s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.41s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.24s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunRm (0.56s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.41s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.38s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.13s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.56s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.43s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.40s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.46s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunState (1.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.45s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.41s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.56s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunSysctls (1.13s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.52s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.13s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.58s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.22s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.25s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.50s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.53s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.78s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.44s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.26s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUserByID (0.43s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUserByName (0.43s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.40s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.47s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.42s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.66s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.28s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.90s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.35s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.70s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.67s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.79s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.52s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.21s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.67s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.53s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.56s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.52s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.54s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.59s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.60s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.48s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.63s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.07s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.65s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.11s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.48s) [2022-12-01T00:42:26.031Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.49s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.32s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.53s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.77s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.58s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.69s) [2022-12-01T00:42:26.031Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.80s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.15s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.32s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveImageId (0.13s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.59s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.77s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.09s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.47s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.12s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.24s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.26s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.27s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.52s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.07s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.96s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.45s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.64s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.88s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.52s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.92s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.54s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartRecordError (1.69s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.87s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.33s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.67s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.30s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.77s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.48s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.44s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.47s) [2022-12-01T00:42:26.032Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.62s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.95s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s) [2022-12-01T00:42:26.032Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-12-01T00:42:26.032Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.63s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.97s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateStats (3.45s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.82s) [2022-12-01T00:42:26.032Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.61s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.69s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.99s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.35s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.95s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.35s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.07s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.49s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.55s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.64s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.97s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.01s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.31s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.29s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.25s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.65s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.79s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.70s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.57s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.42s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.38s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.33s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.73s) [2022-12-01T00:42:26.032Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.43s) [2022-12-01T00:42:26.032Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-12-01T00:42:26.032Z] === RUN TestDockerRegistrySuite [2022-12-01T00:42:26.032Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-12-01T00:42:26.970Z] check_test.go:196: [dfdacab13e604] daemon is not started [2022-12-01T00:42:26.970Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-12-01T00:42:27.909Z] check_test.go:196: [dd4a4c34f9ca1] daemon is not started [2022-12-01T00:42:27.909Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-12-01T00:42:29.290Z] check_test.go:196: [d4df792514a33] daemon is not started [2022-12-01T00:42:29.290Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-12-01T00:42:29.290Z] check_test.go:196: [d40696bea9a92] daemon is not started [2022-12-01T00:42:29.290Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-12-01T00:42:29.938Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-12-01T00:42:31.828Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-12-01T00:42:31.828Z] check_test.go:196: [d88a848709bb1] daemon is not started [2022-12-01T00:42:31.828Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-12-01T00:42:32.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-12-01T00:42:32.152Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2022-12-01T00:42:32.620Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-12-01T00:42:32.620Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2022-12-01T00:42:33.087Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-12-01T00:42:34.071Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-12-01T00:42:34.071Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2022-12-01T00:42:34.071Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-12-01T00:42:38.397Z] check_test.go:196: [ddb5dbf493f67] daemon is not started [2022-12-01T00:42:38.397Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-12-01T00:42:38.818Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-12-01T00:42:39.775Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-12-01T00:42:39.802Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-12-01T00:42:39.802Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2022-12-01T00:42:39.802Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-12-01T00:42:39.802Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2022-12-01T00:42:39.802Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-12-01T00:42:40.786Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-12-01T00:42:41.155Z] check_test.go:196: [de0f5aada2301] daemon is not started [2022-12-01T00:42:41.414Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-12-01T00:42:41.770Z] === RUN TestDockerSuite/TestBuildCmd [2022-12-01T00:42:42.237Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-12-01T00:42:42.351Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-12-01T00:42:42.610Z] check_test.go:196: [de2adb384b282] daemon is not started [2022-12-01T00:42:42.611Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-12-01T00:42:43.222Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-12-01T00:42:43.558Z] check_test.go:196: [de93c1b49d59e] daemon is not started [2022-12-01T00:42:43.558Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-12-01T00:42:43.690Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-12-01T00:42:45.058Z] check_test.go:196: [d6674b89b1f33] daemon is not started [2022-12-01T00:42:45.058Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-12-01T00:42:46.437Z] check_test.go:196: [db8d6d3a836a9] daemon is not started [2022-12-01T00:42:46.437Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-12-01T00:42:47.375Z] check_test.go:196: [d4c24e479915c] daemon is not started [2022-12-01T00:42:47.375Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-12-01T00:42:48.319Z] check_test.go:196: [de390c7848752] daemon is not started [2022-12-01T00:42:48.319Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-12-01T00:42:48.438Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-12-01T00:42:49.255Z] check_test.go:196: [dc92d8e687a38] daemon is not started [2022-12-01T00:42:49.255Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-12-01T00:42:50.192Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:97ee6c880d317e99e0fc29bec82c3690c37f51a243186f3bb242e0438a4cb9d6 [2022-12-01T00:42:50.648Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-12-01T00:42:50.648Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2022-12-01T00:42:50.648Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-12-01T00:42:51.130Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c723987089d1a26c0d529952851e566a781cf0575e2aefa900f9b8e8c9ad65fa [2022-12-01T00:42:51.390Z] check_test.go:196: [d11b5eb4ebe75] daemon is not started [2022-12-01T00:42:51.390Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-12-01T00:42:51.632Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-12-01T00:42:51.632Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2022-12-01T00:42:51.632Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-12-01T00:42:52.099Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-12-01T00:42:52.329Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1ead4b8bb84f1a73ba15fde3c6ddd7cc39c271e4d3ddaf08c821896527cc0018 [2022-12-01T00:42:52.897Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ee46f863740c1027e3bb9dc2bc9355cc3376392052423f0296bca4fcbefa16af [2022-12-01T00:42:53.157Z] check_test.go:196: [df285d321ab54] daemon is not started [2022-12-01T00:42:53.157Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-12-01T00:42:54.094Z] check_test.go:196: [d21d7b07eb7ef] daemon is not started [2022-12-01T00:42:54.094Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-12-01T00:42:54.315Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-12-01T00:42:55.299Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-12-01T00:42:55.767Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-12-01T00:42:55.767Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2022-12-01T00:42:55.767Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-12-01T00:42:56.235Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-12-01T00:42:57.221Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-12-01T00:42:57.221Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2022-12-01T00:42:57.221Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-12-01T00:42:57.221Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2022-12-01T00:42:57.221Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-12-01T00:42:57.383Z] check_test.go:196: [d2c92899723a0] daemon is not started [2022-12-01T00:42:57.383Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-12-01T00:42:57.643Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-12-01T00:42:58.581Z] check_test.go:196: [de3d076c52491] daemon is not started [2022-12-01T00:42:58.581Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-12-01T00:42:58.581Z] check_test.go:196: [dc839e0492fa8] daemon is not started [2022-12-01T00:42:58.581Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-12-01T00:42:59.959Z] check_test.go:196: [d965e14302ea7] daemon is not started [2022-12-01T00:42:59.959Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-12-01T00:42:59.959Z] docker_cli_swarm_test.go:1803: [dd1b9b8e97218] joining swarm manager [d44f9aa01f496]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:43:00.898Z] check_test.go:196: [d5c20dc9612d8] daemon is not started [2022-12-01T00:43:00.898Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-12-01T00:43:01.158Z] docker_cli_swarm_test.go:1804: [dfa302c40aa8f] joining swarm manager [d44f9aa01f496]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:43:01.726Z] check_test.go:196: [d817830c5738e] daemon is not started [2022-12-01T00:43:01.726Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-12-01T00:43:01.966Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-12-01T00:43:04.260Z] check_test.go:196: [d8ab3a15715df] daemon is not started [2022-12-01T00:43:04.260Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-12-01T00:43:04.519Z] check_test.go:196: [dd126e3ce86a8] daemon is not started [2022-12-01T00:43:04.519Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-12-01T00:43:05.900Z] check_test.go:196: [d303a43c85265] daemon is not started [2022-12-01T00:43:05.900Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-12-01T00:43:05.900Z] check_test.go:196: [d341f4b338be1] daemon is not started [2022-12-01T00:43:05.900Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-12-01T00:43:06.159Z] check_test.go:196: [d08ba287c9896] daemon is not started [2022-12-01T00:43:06.160Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-12-01T00:43:06.419Z] check_test.go:196: [d4464e5e196b1] daemon is not started [2022-12-01T00:43:06.419Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-12-01T00:43:06.679Z] check_test.go:196: [df0aee3133253] daemon is not started [2022-12-01T00:43:06.679Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-12-01T00:43:06.938Z] check_test.go:196: [ddbc4eedcc442] daemon is not started [2022-12-01T00:43:06.938Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-12-01T00:43:07.199Z] check_test.go:196: [d30b46ff48dac] daemon is not started [2022-12-01T00:43:07.199Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-12-01T00:43:08.298Z] check_test.go:196: [d735104eb7a60] daemon is not started [2022-12-01T00:43:08.298Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-12-01T00:43:09.686Z] check_test.go:196: [d6d87b5668c39] daemon is not started [2022-12-01T00:43:09.686Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-12-01T00:43:10.254Z] check_test.go:196: [d44cd7d4f0e2c] daemon is not started [2022-12-01T00:43:10.254Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-12-01T00:43:11.633Z] check_test.go:196: [d472324fd8868] daemon is not started [2022-12-01T00:43:11.633Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-12-01T00:43:12.201Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite (47.13s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.07s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.98s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.62s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.31s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.06s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.38s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.95s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.40s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.13s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.20s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.93s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.00s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.82s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.08s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.01s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.18s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.15s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.10s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.01s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.34s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.44s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.81s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.99s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-12-01T00:43:13.138Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2022-12-01T00:43:13.138Z] === RUN TestDockerSchema1RegistrySuite [2022-12-01T00:43:13.138Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-12-01T00:43:13.138Z] check_test.go:223: [daca0fde3d23d] daemon is not started [2022-12-01T00:43:13.138Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-12-01T00:43:15.676Z] check_test.go:223: [d43077f560ddd] daemon is not started [2022-12-01T00:43:15.676Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-12-01T00:43:17.056Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-12-01T00:43:20.346Z] check_test.go:223: [dddb2e9821f46] daemon is not started [2022-12-01T00:43:20.346Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2022-12-01T00:43:22.882Z] check_test.go:223: [d8ea1bd1c5c02] daemon is not started [2022-12-01T00:43:23.142Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2022-12-01T00:43:24.094Z] check_test.go:223: [d07ebe94e8ab3] daemon is not started [2022-12-01T00:43:24.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-12-01T00:43:24.661Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-12-01T00:43:25.230Z] check_test.go:223: [d2e2c3ffcfdae] daemon is not started [2022-12-01T00:43:25.230Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-12-01T00:43:25.489Z] check_test.go:223: [d1454cd4881f4] daemon is not started [2022-12-01T00:43:25.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-12-01T00:43:26.427Z] check_test.go:223: [d42d656585f12] daemon is not started [2022-12-01T00:43:26.688Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-12-01T00:43:26.947Z] docker_cli_swarm_test.go:1322: [d228bc3566d92] joining swarm manager [da568b9b58de8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:43:27.885Z] check_test.go:223: [dd489e44cd245] daemon is not started [2022-12-01T00:43:27.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-12-01T00:43:28.145Z] docker_cli_swarm_test.go:1323: [ddc6388109cf3] joining swarm manager [da568b9b58de8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:43:28.714Z] check_test.go:223: [d8d0ad351ef66] daemon is not started [2022-12-01T00:43:28.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-12-01T00:43:31.252Z] check_test.go:223: [d444625a77e28] daemon is not started [2022-12-01T00:43:31.252Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-12-01T00:43:31.512Z] check_test.go:223: [db4efa7d3bd09] daemon is not started [2022-12-01T00:43:31.512Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-12-01T00:43:31.771Z] check_test.go:223: [de380ac70339f] daemon is not started [2022-12-01T00:43:31.771Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2022-12-01T00:43:32.030Z] check_test.go:223: [d9574431b830e] daemon is not started [2022-12-01T00:43:32.030Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2022-12-01T00:43:32.053Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-12-01T00:43:32.289Z] check_test.go:223: [de224c5b1c179] daemon is not started [2022-12-01T00:43:32.289Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2022-12-01T00:43:32.548Z] check_test.go:223: [df162a064b855] daemon is not started [2022-12-01T00:43:32.548Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2022-12-01T00:43:32.807Z] check_test.go:223: [d5858478c4097] daemon is not started [2022-12-01T00:43:32.807Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2022-12-01T00:43:33.067Z] check_test.go:223: [dcc6d0c716c25] daemon is not started [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite (19.99s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.18s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.60s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.54s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.70s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.00s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.23s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.15s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.18s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.10s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.93s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.40s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2022-12-01T00:43:33.067Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2022-12-01T00:43:33.067Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-12-01T00:43:33.067Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-12-01T00:43:33.614Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-12-01T00:43:33.635Z] check_test.go:252: [d5246891acfbb] daemon is not started [2022-12-01T00:43:33.635Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-12-01T00:43:34.081Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-12-01T00:43:34.573Z] check_test.go:252: [d958e81f84442] daemon is not started [2022-12-01T00:43:34.573Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-12-01T00:43:34.573Z] check_test.go:252: [d9e3b2dad61e7] daemon is not started [2022-12-01T00:43:34.573Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-12-01T00:43:35.950Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-12-01T00:43:36.209Z] check_test.go:252: [d771a4f0968cd] daemon is not started [2022-12-01T00:43:36.209Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-12-01T00:43:36.777Z] check_test.go:252: [d1f182b82b1b7] daemon is not started [2022-12-01T00:43:36.777Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-12-01T00:43:37.715Z] check_test.go:252: [da8338e3757a7] daemon is not started [2022-12-01T00:43:37.715Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-12-01T00:43:37.715Z] check_test.go:252: [dd514bf3067fe] daemon is not started [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.83s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.63s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.86s) [2022-12-01T00:43:37.715Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.18s) [2022-12-01T00:43:37.715Z] === RUN TestDockerRegistryAuthTokenSuite [2022-12-01T00:43:37.715Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-12-01T00:43:38.827Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-12-01T00:43:38.827Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2022-12-01T00:43:39.294Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-12-01T00:43:39.294Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2022-12-01T00:43:39.762Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-12-01T00:43:39.762Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2022-12-01T00:43:39.762Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-12-01T00:43:40.229Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-12-01T00:43:40.229Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2022-12-01T00:43:40.229Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-12-01T00:43:42.994Z] check_test.go:279: [d1e0c6c09edcd] daemon is not started [2022-12-01T00:43:42.994Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-12-01T00:43:43.262Z] check_test.go:279: [d8f7399496b99] daemon is not started [2022-12-01T00:43:43.262Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-12-01T00:43:43.262Z] check_test.go:279: [d84e46f414ba9] daemon is not started [2022-12-01T00:43:43.262Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-12-01T00:43:43.525Z] check_test.go:279: [ddbf28aeea7f5] daemon is not started [2022-12-01T00:43:43.525Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-12-01T00:43:43.525Z] check_test.go:279: [d74fd91fcedb7] daemon is not started [2022-12-01T00:43:43.525Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.81s) [2022-12-01T00:43:43.525Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2022-12-01T00:43:43.525Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.19s) [2022-12-01T00:43:43.525Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-12-01T00:43:43.525Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-12-01T00:43:43.525Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-12-01T00:43:43.525Z] === RUN TestDockerNetworkSuite [2022-12-01T00:43:43.525Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-12-01T00:43:46.061Z] docker_cli_network_unix_test.go:47: [d85db81c5fafa] daemon is not started [2022-12-01T00:43:46.061Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-12-01T00:43:46.630Z] docker_cli_network_unix_test.go:47: [d6afa7dea2fba] daemon is not started [2022-12-01T00:43:46.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-12-01T00:43:49.165Z] docker_cli_network_unix_test.go:47: [d4a1f218d8ee5] daemon is not started [2022-12-01T00:43:49.425Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-12-01T00:43:50.805Z] docker_cli_network_unix_test.go:47: [d809413827b38] daemon is not started [2022-12-01T00:43:50.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-12-01T00:43:51.064Z] docker_cli_network_unix_test.go:1234: [d8cfc2c94e36d] daemon is not started [2022-12-01T00:43:53.598Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-12-01T00:43:54.167Z] docker_cli_network_unix_test.go:47: [d41a1818b0f1a] daemon is not started [2022-12-01T00:43:54.736Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-12-01T00:43:58.930Z] docker_cli_network_unix_test.go:47: [dd41a46e3b8ad] daemon is not started [2022-12-01T00:43:59.868Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-12-01T00:44:01.253Z] docker_cli_network_unix_test.go:47: [d7c602264c91d] daemon is not started [2022-12-01T00:44:01.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-12-01T00:44:03.221Z] docker_cli_network_unix_test.go:47: [db8ef22846ff2] daemon is not started [2022-12-01T00:44:03.221Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-12-01T00:44:03.480Z] docker_cli_network_unix_test.go:47: [de9b766e1093a] daemon is not started [2022-12-01T00:44:03.480Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-12-01T00:44:04.049Z] docker_cli_network_unix_test.go:47: [dcbfd0a52a47f] daemon is not started [2022-12-01T00:44:04.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-12-01T00:44:04.619Z] docker_cli_network_unix_test.go:47: [d026006dabd78] daemon is not started [2022-12-01T00:44:04.877Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-12-01T00:44:05.446Z] docker_cli_network_unix_test.go:47: [d4955002c20d7] daemon is not started [2022-12-01T00:44:05.707Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-12-01T00:44:05.966Z] docker_cli_network_unix_test.go:47: [daffd8ee9cfd3] daemon is not started [2022-12-01T00:44:05.966Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-12-01T00:44:06.225Z] docker_cli_network_unix_test.go:47: [dcb40ae0a844f] daemon is not started [2022-12-01T00:44:06.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-12-01T00:44:06.795Z] docker_cli_network_unix_test.go:47: [d0f0704bf9dc9] daemon is not started [2022-12-01T00:44:07.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-12-01T00:44:07.054Z] docker_cli_network_unix_test.go:47: [daaf0ecec6ca1] daemon is not started [2022-12-01T00:44:07.314Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-12-01T00:44:07.314Z] docker_cli_network_unix_test.go:47: [d81f48a07e3a6] daemon is not started [2022-12-01T00:44:07.314Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-12-01T00:44:07.314Z] docker_cli_network_unix_test.go:47: [da28b29bb934b] daemon is not started [2022-12-01T00:44:07.314Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-12-01T00:44:08.251Z] docker_cli_network_unix_test.go:47: [dc0316833f11d] daemon is not started [2022-12-01T00:44:08.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-12-01T00:44:08.820Z] docker_cli_network_unix_test.go:47: [def75199082d7] daemon is not started [2022-12-01T00:44:09.080Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-12-01T00:44:09.080Z] docker_cli_network_unix_test.go:47: [d91f79f62cf84] daemon is not started [2022-12-01T00:44:09.080Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-12-01T00:44:09.340Z] docker_cli_network_unix_test.go:47: [d305c92abcfa9] daemon is not started [2022-12-01T00:44:09.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-12-01T00:44:09.599Z] docker_cli_network_unix_test.go:47: [dd921fd35869b] daemon is not started [2022-12-01T00:44:09.599Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-12-01T00:44:10.318Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-12-01T00:44:10.318Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-12-01T00:44:10.318Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2022-12-01T00:44:10.318Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-12-01T00:44:10.535Z] docker_cli_network_unix_test.go:969: [de6ace540b05d] daemon is not started [2022-12-01T00:44:11.915Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-12-01T00:44:12.854Z] docker_cli_network_unix_test.go:47: [db685536a35e2] daemon is not started [2022-12-01T00:44:12.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-12-01T00:44:16.144Z] docker_cli_network_unix_test.go:1117: [dd5285b8a5c9b] daemon is not started [2022-12-01T00:44:18.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-12-01T00:44:18.679Z] docker_cli_network_unix_test.go:47: [d236b2b214581] daemon is not started [2022-12-01T00:44:18.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-12-01T00:44:19.639Z] docker_cli_network_unix_test.go:47: [d3c74b787ade3] daemon is not started [2022-12-01T00:44:19.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-12-01T00:44:19.639Z] docker_cli_network_unix_test.go:47: [d5870c891828d] daemon is not started [2022-12-01T00:44:19.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-12-01T00:44:19.639Z] docker_cli_network_unix_test.go:47: [d1d0d183ad4dd] daemon is not started [2022-12-01T00:44:19.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-12-01T00:44:19.898Z] docker_cli_network_unix_test.go:47: [d84023ac434e8] daemon is not started [2022-12-01T00:44:19.898Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-12-01T00:44:19.898Z] docker_cli_network_unix_test.go:47: [d90559ab3ea91] daemon is not started [2022-12-01T00:44:19.898Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-12-01T00:44:19.898Z] docker_cli_network_unix_test.go:47: [d866bed8481af] daemon is not started [2022-12-01T00:44:20.157Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-12-01T00:44:21.536Z] docker_cli_network_unix_test.go:47: [d9efc5bc46ac3] daemon is not started [2022-12-01T00:44:22.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-12-01T00:44:22.472Z] docker_cli_network_unix_test.go:47: [df6f8666b32e5] daemon is not started [2022-12-01T00:44:22.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-12-01T00:44:22.472Z] docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks [2022-12-01T00:44:22.472Z] docker_cli_network_unix_test.go:47: [dfbcd6e399033] daemon is not started [2022-12-01T00:44:22.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-12-01T00:44:23.040Z] docker_cli_network_unix_test.go:47: [d038b056a78c2] daemon is not started [2022-12-01T00:44:23.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-12-01T00:44:26.589Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-12-01T00:44:27.968Z] docker_cli_network_unix_test.go:1085: [defe5a024dae5] daemon is not started [2022-12-01T00:44:28.119Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-12-01T00:44:29.685Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-12-01T00:44:29.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-12-01T00:44:29.874Z] docker_cli_network_unix_test.go:47: [d6eb6923090aa] daemon is not started [2022-12-01T00:44:29.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-12-01T00:44:30.134Z] docker_cli_network_unix_test.go:47: [dcab65e428c28] daemon is not started [2022-12-01T00:44:30.153Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-12-01T00:44:30.394Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-12-01T00:44:31.772Z] docker_cli_network_unix_test.go:47: [d7c649734de87] daemon is not started [2022-12-01T00:44:32.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-12-01T00:44:32.031Z] docker_cli_network_unix_test.go:47: [dc864ccaacd73] daemon is not started [2022-12-01T00:44:32.031Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-12-01T00:44:32.598Z] docker_cli_network_unix_test.go:47: [db59d47ab11ef] daemon is not started [2022-12-01T00:44:32.857Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-12-01T00:44:33.116Z] docker_cli_network_unix_test.go:47: [d1144db34f7ac] daemon is not started [2022-12-01T00:44:33.376Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-12-01T00:44:33.944Z] docker_cli_network_unix_test.go:47: [d591cf753c4f0] daemon is not started [2022-12-01T00:44:34.203Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-12-01T00:44:38.809Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-12-01T00:44:40.805Z] docker_cli_network_unix_test.go:47: [db0de068d2239] daemon is not started [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite (56.35s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.41s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.68s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.67s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.49s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.45s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.44s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.90s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.23s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.15s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.56s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.86s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.97s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-12-01T00:44:40.805Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.99s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.23s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.11s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.55s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.87s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.48s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-12-01T00:44:40.806Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.73s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.39s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.02s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.73s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.57s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.52s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.94s) [2022-12-01T00:44:40.806Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.75s) [2022-12-01T00:44:40.806Z] === RUN TestDockerHubPullSuite [2022-12-01T00:44:40.806Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-12-01T00:44:41.020Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-12-01T00:44:42.182Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-12-01T00:44:43.964Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-12-01T00:44:44.716Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-12-01T00:44:45.652Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-12-01T00:44:47.030Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-12-01T00:44:47.597Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-12-01T00:44:48.165Z] --- PASS: TestDockerHubPullSuite (8.07s) [2022-12-01T00:44:48.165Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.00s) [2022-12-01T00:44:48.165Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.51s) [2022-12-01T00:44:48.165Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.97s) [2022-12-01T00:44:48.165Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.71s) [2022-12-01T00:44:48.165Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.51s) [2022-12-01T00:44:48.165Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s) [2022-12-01T00:44:48.165Z] PASS [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === Skipped [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-12-01T00:44:48.165Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.165Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-12-01T00:44:48.165Z] [2022-12-01T00:44:48.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-12-01T00:44:48.166Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-12-01T00:44:48.166Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-12-01T00:44:48.166Z] docker_cli_sni_test.go:18: Flakey test [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-12-01T00:44:48.166Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:87: Host does not have /dev/snd [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-12-01T00:44:48.166Z] docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks [2022-12-01T00:44:48.166Z] docker_cli_network_unix_test.go:47: [dfbcd6e399033] daemon is not started [2022-12-01T00:44:48.166Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-12-01T00:44:48.166Z] [2022-12-01T00:44:48.166Z] DONE 1270 tests, 51 skipped in 1439.870s [2022-12-01T00:44:48.166Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-01T00:44:48.166Z] ++++ cat bundles/test-integration/docker.pid [2022-12-01T00:44:48.166Z] +++ kill 8035 [2022-12-01T00:44:49.102Z] +++ /etc/init.d/apparmor stop [2022-12-01T00:44:49.102Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-01T00:44:49.102Z] [2022-12-01T00:44:49.102Z] Unloading profiles will leave already running processes permanently [2022-12-01T00:44:49.102Z] unconfined, which can lead to unexpected situations. [2022-12-01T00:44:49.102Z] [2022-12-01T00:44:49.102Z] To set a process to complain mode, use the command line tool [2022-12-01T00:44:49.102Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-01T00:44:49.102Z] +++ true [2022-12-01T00:44:49.102Z] exiting test-integration [2022-12-01T00:44:49.102Z] ++ exit 0 [2022-12-01T00:44:49.102Z] [2022-12-01T00:44:49.361Z] + for job in $(jobs -p) [2022-12-01T00:44:49.361Z] + wait 18639 [2022-12-01T00:45:56.239Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-12-01T00:45:59.187Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-12-01T00:45:59.187Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2022-12-01T00:45:59.187Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-12-01T00:46:25.811Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-12-01T00:46:26.750Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-12-01T00:46:33.323Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-12-01T00:46:38.601Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-12-01T00:46:41.138Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-12-01T00:46:45.338Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-12-01T00:46:51.910Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-12-01T00:46:56.113Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-12-01T00:46:56.113Z] docker_cli_swarm_test.go:131: unmatched requirement IPv6 [2022-12-01T00:46:56.113Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-12-01T00:47:01.387Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-12-01T00:47:01.387Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-12-01T00:47:01.955Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-12-01T00:47:04.490Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-12-01T00:47:25.421Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-12-01T00:47:25.421Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-12-01T00:47:25.890Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-12-01T00:47:51.164Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-12-01T00:47:58.332Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-12-01T00:48:00.726Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-12-01T00:48:00.726Z] docker_cli_swarm_test.go:1187: [df416b778d4ed] joining swarm manager [d7fb14f21f6a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:48:06.021Z] docker_cli_swarm_test.go:1196: [d6e0cd6c3ff5f] joining swarm manager [d7fb14f21f6a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:48:13.253Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-12-01T00:48:49.105Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-12-01T00:48:52.709Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-12-01T00:48:57.758Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-12-01T00:49:00.828Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-12-01T00:49:05.022Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-12-01T00:49:06.413Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-12-01T00:49:06.928Z] docker_cli_swarm_test.go:1119: [d5943aa4f70bb] joining swarm manager [d3c61a729c038]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:49:08.307Z] docker_cli_swarm_test.go:1120: [d05dae5c4cf80] joining swarm manager [d3c61a729c038]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:50:44.782Z] docker_cli_swarm_test.go:1173: [d39dca33cc5ff] joining swarm manager [d3c61a729c038]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-12-01T00:51:18.325Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-12-01T00:51:18.325Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-12-01T00:51:18.325Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-12-01T00:51:18.325Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-12-01T00:51:19.887Z] === RUN TestDockerSuite/TestBuildEnv [2022-12-01T00:51:19.887Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2022-12-01T00:51:19.887Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-12-01T00:51:19.887Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2022-12-01T00:51:19.887Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-12-01T00:51:19.887Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2022-12-01T00:51:19.887Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-12-01T00:51:19.887Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2022-12-01T00:51:19.887Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-12-01T00:51:19.887Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2022-12-01T00:51:19.887Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-12-01T00:51:23.507Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-12-01T00:51:23.507Z] docker_cli_swarm_test.go:1454: [d28bf70c25f12] joining swarm manager [d1b5279a48813]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:51:23.507Z] docker_cli_swarm_test.go:1455: [df9c4296067aa] joining swarm manager [d1b5279a48813]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-12-01T00:51:23.674Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-12-01T00:51:23.674Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2022-12-01T00:51:23.674Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-12-01T00:51:23.674Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2022-12-01T00:51:23.674Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-12-01T00:51:23.674Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2022-12-01T00:51:23.674Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-12-01T00:51:24.143Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-12-01T00:51:28.894Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-12-01T00:51:33.487Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-12-01T00:51:33.746Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-12-01T00:51:33.746Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-12-01T00:51:34.005Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-12-01T00:51:34.005Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-12-01T00:51:34.573Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-12-01T00:51:37.109Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-12-01T00:51:40.400Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-12-01T00:51:42.305Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-12-01T00:51:43.825Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-12-01T00:51:44.210Z] docker_cli_swarm_unix_test.go:63: [d5fe5e71cbb65] joining swarm manager [de327a465c393]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:51:44.293Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-12-01T00:51:44.761Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2022-12-01T00:51:44.761Z] === RUN TestDockerSuite/TestBuildExpose [2022-12-01T00:51:44.761Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2022-12-01T00:51:44.761Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-12-01T00:51:44.761Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2022-12-01T00:51:44.761Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-12-01T00:51:44.761Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2022-12-01T00:51:44.761Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-12-01T00:51:44.761Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2022-12-01T00:51:44.761Z] === RUN TestDockerSuite/TestBuildFails [2022-12-01T00:51:51.911Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-12-01T00:51:51.911Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-12-01T00:51:57.777Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-12-01T00:52:02.525Z] === RUN TestDockerSuite/TestBuildForceRm [2022-12-01T00:52:09.674Z] === RUN TestDockerSuite/TestBuildFromGit [2022-12-01T00:52:14.427Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-12-01T00:52:15.411Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-12-01T00:52:21.270Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-12-01T00:52:21.270Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2022-12-01T00:52:21.270Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-12-01T00:52:21.738Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-12-01T00:52:22.206Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-12-01T00:52:22.206Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2022-12-01T00:52:22.206Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-12-01T00:52:30.860Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-12-01T00:52:30.860Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2022-12-01T00:52:30.860Z] === RUN TestDockerSuite/TestBuildHistory [2022-12-01T00:52:40.448Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-12-01T00:52:40.448Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-12-01T00:52:40.448Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-12-01T00:52:41.274Z] === RUN TestDockerSuite/TestBuildIidFile [2022-12-01T00:52:41.274Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-12-01T00:52:41.834Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-12-01T00:52:43.485Z] === RUN TestDockerSuite/TestBuildInheritance [2022-12-01T00:52:43.485Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2022-12-01T00:52:43.485Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-12-01T00:52:43.952Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-12-01T00:52:43.952Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-12-01T00:52:45.123Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-12-01T00:52:47.660Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-12-01T00:52:48.701Z] === RUN TestDockerSuite/TestBuildLabel [2022-12-01T00:52:49.038Z] docker_api_swarm_test.go:962: [d5aa06d3a5984] joining swarm manager [df7fffb733ac5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-12-01T00:52:49.168Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-12-01T00:52:49.635Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-12-01T00:52:50.620Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-12-01T00:52:51.093Z] === RUN TestDockerSuite/TestBuildLabels [2022-12-01T00:52:52.081Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-12-01T00:52:53.643Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-12-01T00:52:59.504Z] === RUN TestDockerSuite/TestBuildLastModified [2022-12-01T00:52:59.504Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2022-12-01T00:52:59.504Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-12-01T00:52:59.504Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2022-12-01T00:52:59.504Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-12-01T00:52:59.504Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-12-01T00:52:59.504Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-12-01T00:52:59.504Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-12-01T00:52:59.504Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-12-01T00:52:59.971Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-12-01T00:53:00.439Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-12-01T00:53:07.134Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-12-01T00:53:10.858Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-12-01T00:53:19.346Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-12-01T00:53:21.260Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-12-01T00:53:23.824Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-12-01T00:53:26.368Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-12-01T00:53:32.948Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-12-01T00:53:36.159Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-12-01T00:53:36.159Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2022-12-01T00:53:36.159Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-12-01T00:53:36.628Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-12-01T00:53:38.232Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-12-01T00:53:40.146Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-12-01T00:53:42.690Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-12-01T00:53:45.234Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-12-01T00:53:47.794Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-12-01T00:53:50.342Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-12-01T00:53:52.886Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-12-01T00:54:06.746Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-12-01T00:54:19.267Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-12-01T00:54:24.015Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-12-01T00:54:29.875Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-12-01T00:54:34.630Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-12-01T00:54:49.259Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-12-01T00:54:52.442Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-12-01T00:54:52.442Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2022-12-01T00:54:52.442Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-12-01T00:55:01.470Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-12-01T00:55:02.861Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-12-01T00:55:03.328Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-12-01T00:55:03.328Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2022-12-01T00:55:03.328Z] === RUN TestDockerSuite/TestBuildNetNone [2022-12-01T00:55:03.328Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2022-12-01T00:55:03.328Z] === RUN TestDockerSuite/TestBuildNoContext [2022-12-01T00:55:06.280Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-12-01T00:55:14.937Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-12-01T00:55:17.890Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-12-01T00:55:17.890Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-12-01T00:55:17.890Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite (1729.87s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.07s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.81s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.02s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.34s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.94s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.23s) [2022-12-01T00:55:19.578Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.31s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.73s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.45s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.62s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.12s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.26s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.30s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.64s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (51.74s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.76s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.32s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.52s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.71s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.06s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.15s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.52s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.82s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.16s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.96s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.78s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.43s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.10s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.39s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.81s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.87s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.41s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.43s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.63s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.91s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.52s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.85s) [2022-12-01T00:55:19.578Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.55s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.52s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.53s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.05s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.14s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.93s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.49s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.64s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.75s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.93s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.64s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.46s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.05s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.95s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.99s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.53s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.22s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.71s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.87s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.08s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.88s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.63s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.74s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.57s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.71s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.71s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.81s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.44s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.56s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.69s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.12s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.22s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.28s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.90s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.56s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.55s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.08s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.89s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (178.64s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.37s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.04s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.82s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.11s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.20s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.86s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.66s) [2022-12-01T00:55:19.579Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.23s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.68s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.69s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.09s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.46s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.12s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.88s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.28s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (134.43s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.18s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.19s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.17s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.29s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.08s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.23s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.14s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.12s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.16s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.03s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.38s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.90s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.99s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.13s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.17s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.77s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.80s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.42s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.41s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.48s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.54s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.49s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.93s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.11s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.79s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.14s) [2022-12-01T00:55:19.579Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s) [2022-12-01T00:55:19.579Z] === RUN TestDockerExternalVolumeSuite [2022-12-01T00:55:19.579Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-12-01T00:55:19.579Z] docker_cli_external_volume_driver_test.go:53: [d69236ff4870f] daemon is not started [2022-12-01T00:55:20.841Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-12-01T00:55:21.309Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-12-01T00:55:22.874Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-12-01T00:55:34.473Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-12-01T00:55:40.696Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-12-01T00:55:42.270Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-12-01T00:55:50.959Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-12-01T00:55:53.915Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-12-01T00:56:02.578Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-12-01T00:56:06.366Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-12-01T00:56:11.116Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-12-01T00:56:11.586Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-12-01T00:56:11.586Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2022-12-01T00:56:11.586Z] === RUN TestDockerSuite/TestBuildPATH [2022-12-01T00:56:11.586Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2022-12-01T00:56:11.586Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-12-01T00:56:13.808Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-12-01T00:56:13.808Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2022-12-01T00:56:13.808Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-12-01T00:56:42.170Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-12-01T00:56:52.157Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-12-01T00:57:04.672Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-12-01T00:57:07.036Z] docker_cli_external_volume_driver_test.go:53: [db1011e65c347] daemon is not started [2022-12-01T00:57:21.916Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-12-01T00:57:29.949Z] === RUN TestDockerSuite/TestBuildRm [2022-12-01T00:57:36.794Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-12-01T00:57:42.428Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-12-01T00:57:43.990Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-12-01T00:57:43.990Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2022-12-01T00:57:44.458Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-12-01T00:57:44.458Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2022-12-01T00:57:44.458Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-12-01T00:57:46.021Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-12-01T00:57:49.811Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-12-01T00:57:51.680Z] docker_cli_external_volume_driver_test.go:53: [de3d2bbb2f2aa] daemon is not started [2022-12-01T00:57:52.756Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-12-01T00:57:57.502Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-12-01T00:58:06.570Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-12-01T00:58:06.575Z] docker_cli_external_volume_driver_test.go:53: [d30c85821c10f] daemon is not started [2022-12-01T00:58:12.427Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-12-01T00:58:12.427Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-12-01T00:58:12.894Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-12-01T00:58:21.468Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-12-01T00:58:23.304Z] === RUN TestDockerSuite/TestBuildSpaces [2022-12-01T00:58:23.304Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-12-01T00:58:28.054Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-12-01T00:58:28.054Z] === RUN TestDockerSuite/TestBuildStderr [2022-12-01T00:58:31.842Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-12-01T00:58:53.063Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-12-01T00:58:53.064Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2022-12-01T00:58:53.064Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-12-01T00:58:54.505Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-12-01T00:58:58.221Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-12-01T00:58:59.208Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-12-01T00:59:03.970Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-12-01T00:59:08.726Z] === RUN TestDockerSuite/TestBuildUser [2022-12-01T00:59:08.726Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2022-12-01T00:59:08.726Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-12-01T00:59:08.726Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2022-12-01T00:59:08.726Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-12-01T00:59:08.726Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2022-12-01T00:59:08.726Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-12-01T00:59:09.406Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-12-01T00:59:12.519Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-12-01T00:59:12.987Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-12-01T00:59:20.153Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-12-01T00:59:20.153Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2022-12-01T00:59:20.153Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-12-01T00:59:20.153Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2022-12-01T00:59:20.153Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-12-01T00:59:27.533Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-12-01T00:59:41.385Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-12-01T00:59:41.385Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-12-01T00:59:48.541Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-12-01T00:59:54.409Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-12-01T00:59:54.409Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2022-12-01T00:59:54.409Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-12-01T00:59:54.409Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2022-12-01T00:59:54.409Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-12-01T00:59:57.361Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-12-01T00:59:57.361Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2022-12-01T00:59:57.361Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-12-01T01:00:07.786Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-12-01T01:00:12.544Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-12-01T01:00:12.544Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-12-01T01:00:14.237Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-12-01T01:00:30.356Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-12-01T01:00:30.356Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2022-12-01T01:00:30.356Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-12-01T01:00:30.356Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2022-12-01T01:00:30.356Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-12-01T01:00:30.356Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2022-12-01T01:00:30.356Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-12-01T01:00:31.341Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-12-01T01:00:32.341Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-12-01T01:00:38.495Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-12-01T01:00:40.058Z] === RUN TestDockerSuite/TestBuildXZHost [2022-12-01T01:00:40.058Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2022-12-01T01:00:40.526Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-12-01T01:00:40.526Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-12-01T01:00:40.526Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-12-01T01:00:40.526Z] docker_cli_sni_test.go:18: Flakey test [2022-12-01T01:00:40.526Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-12-01T01:00:42.736Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-12-01T01:00:46.523Z] === RUN TestDockerSuite/TestCommitChange [2022-12-01T01:00:51.274Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-12-01T01:00:56.031Z] === RUN TestDockerSuite/TestCommitHardlink [2022-12-01T01:00:56.031Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2022-12-01T01:00:56.031Z] === RUN TestDockerSuite/TestCommitNewFile [2022-12-01T01:01:01.908Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-12-01T01:01:01.908Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2022-12-01T01:01:01.908Z] === RUN TestDockerSuite/TestCommitTTY [2022-12-01T01:01:04.428Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-12-01T01:01:14.402Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-12-01T01:01:17.356Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-12-01T01:01:17.356Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-12-01T01:01:17.356Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-12-01T01:01:17.356Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-12-01T01:01:17.356Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-12-01T01:01:17.356Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-12-01T01:01:17.356Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-12-01T01:01:17.356Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-12-01T01:01:29.851Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-12-01T01:01:35.716Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-12-01T01:01:35.716Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-12-01T01:01:35.716Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-12-01T01:01:36.528Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-12-01T01:01:37.281Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-12-01T01:01:37.281Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-12-01T01:01:37.281Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-12-01T01:01:37.281Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-12-01T01:01:37.281Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-12-01T01:01:37.281Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-12-01T01:01:37.281Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-12-01T01:01:39.496Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-12-01T01:01:39.496Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-12-01T01:01:39.496Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-12-01T01:01:39.496Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-12-01T01:01:42.447Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-12-01T01:01:42.447Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-12-01T01:01:42.447Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-12-01T01:01:42.447Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-12-01T01:01:42.447Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-12-01T01:01:42.447Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-12-01T01:01:42.447Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-12-01T01:01:42.447Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-12-01T01:01:44.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-12-01T01:01:47.619Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-12-01T01:01:48.751Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-12-01T01:01:49.183Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-12-01T01:01:49.183Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-12-01T01:01:49.183Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-12-01T01:01:49.183Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-12-01T01:01:52.134Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-12-01T01:01:52.134Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-12-01T01:01:53.699Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-12-01T01:01:53.699Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-12-01T01:01:53.699Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-12-01T01:01:53.699Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T01:01:54.167Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-12-01T01:01:56.383Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-12-01T01:01:56.383Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-12-01T01:01:58.600Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-12-01T01:01:58.600Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-12-01T01:01:58.600Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-12-01T01:02:00.815Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-12-01T01:02:01.284Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-12-01T01:02:03.496Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-12-01T01:02:06.869Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-12-01T01:02:06.869Z] docker_cli_external_volume_driver_test.go:485: [dfce090b5e65e] daemon is not started [2022-12-01T01:02:07.283Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-12-01T01:02:11.069Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-12-01T01:02:11.069Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-12-01T01:02:11.069Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-12-01T01:02:11.069Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-12-01T01:02:11.537Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-12-01T01:02:13.100Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-12-01T01:02:13.100Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-12-01T01:02:13.100Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-12-01T01:02:20.261Z] === RUN TestDockerSuite/TestContainerAPITop [2022-12-01T01:02:20.261Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-12-01T01:02:20.261Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-12-01T01:02:21.750Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-12-01T01:02:21.750Z] docker_cli_external_volume_driver_test.go:53: [d1165e2d731ae] daemon is not started [2022-12-01T01:02:22.472Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-12-01T01:02:22.939Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-12-01T01:02:27.684Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-12-01T01:02:29.248Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-12-01T01:02:29.248Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-12-01T01:02:29.248Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-12-01T01:02:29.248Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2022-12-01T01:02:29.248Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-12-01T01:02:29.248Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2022-12-01T01:02:29.248Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-12-01T01:02:29.248Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2022-12-01T01:02:29.248Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-12-01T01:02:29.248Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2022-12-01T01:02:29.248Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-12-01T01:02:31.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-12-01T01:02:31.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-12-01T01:02:33.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-12-01T01:02:36.615Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite (436.82s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.14s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.74s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.13s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.23s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2022-12-01T01:02:36.630Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-12-01T01:02:36.630Z] PASS [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] === Skipped [2022-12-01T01:02:36.630Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-12-01T01:02:36.630Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-12-01T01:02:36.630Z] check_test.go:309: [d20f45cf36d04] daemon is not started [2022-12-01T01:02:36.630Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-12-01T01:02:36.630Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-12-01T01:02:36.630Z] check_test.go:309: [d04ab1db77689] daemon is not started [2022-12-01T01:02:36.630Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-12-01T01:02:36.630Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-12-01T01:02:36.630Z] check_test.go:309: [dbef0f9fa8a68] daemon is not started [2022-12-01T01:02:36.630Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-12-01T01:02:36.630Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-12-01T01:02:36.630Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-12-01T01:02:36.630Z] docker_cli_swarm_test.go:131: unmatched requirement IPv6 [2022-12-01T01:02:36.630Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] DONE 273 tests, 5 skipped in 2507.172s [2022-12-01T01:02:36.630Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-01T01:02:36.630Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc94e11ab203a/docker.pid [2022-12-01T01:02:36.630Z] +++ kill 5838 [2022-12-01T01:02:36.630Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5838 is not a child of this shell [2022-12-01T01:02:36.630Z] warning: PID 5838 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc94e11ab203a/docker.pid had a nonzero exit code [2022-12-01T01:02:36.630Z] ++++ cat bundles/test-integration/docker.pid [2022-12-01T01:02:36.630Z] +++ kill 8006 [2022-12-01T01:02:36.630Z] +++ /etc/init.d/apparmor stop [2022-12-01T01:02:36.630Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] Unloading profiles will leave already running processes permanently [2022-12-01T01:02:36.630Z] unconfined, which can lead to unexpected situations. [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.630Z] To set a process to complain mode, use the command line tool [2022-12-01T01:02:36.630Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-01T01:02:36.630Z] +++ true [2022-12-01T01:02:36.630Z] exiting test-integration [2022-12-01T01:02:36.630Z] ++ exit 0 [2022-12-01T01:02:36.630Z] [2022-12-01T01:02:36.889Z] + exit 0 [2022-12-01T01:02:36.889Z] ++ jobs -p [2022-12-01T01:02:36.889Z] + pids= [2022-12-01T01:02:36.889Z] + echo 'Remaining pids to kill: []' [2022-12-01T01:02:36.889Z] Remaining pids to kill: [] [2022-12-01T01:02:36.889Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-12-01T01:02:36.902Z] Recording test results [2022-12-01T01:02:38.660Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-12-01T01:02:38.825Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-12-01T01:02:38.972Z] + echo Ensuring container killed. [2022-12-01T01:02:38.972Z] Ensuring container killed. [2022-12-01T01:02:38.972Z] + docker ps -aq -f name=docker-pr7-* [2022-12-01T01:02:39.909Z] + cids=8c9bfc72cc9a [2022-12-01T01:02:39.909Z] 878c21df47a1 [2022-12-01T01:02:39.909Z] 9100d6ed9788 [2022-12-01T01:02:39.909Z] + [ -n 8c9bfc72cc9a [2022-12-01T01:02:39.909Z] 878c21df47a1 [2022-12-01T01:02:39.909Z] 9100d6ed9788 ] [2022-12-01T01:02:39.909Z] + docker rm -vf 8c9bfc72cc9a 878c21df47a1 9100d6ed9788 [2022-12-01T01:02:40.168Z] 8c9bfc72cc9a [2022-12-01T01:02:40.427Z] 878c21df47a1 [2022-12-01T01:02:40.427Z] 9100d6ed9788 [Pipeline] sh [2022-12-01T01:02:40.719Z] + echo Chowning /workspace to jenkins user [2022-12-01T01:02:40.719Z] Chowning /workspace to jenkins user [2022-12-01T01:02:40.719Z] + id -u [2022-12-01T01:02:40.719Z] + id -g [2022-12-01T01:02:40.719Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44488:/workspace busybox chown -R 1000:1000 /workspace [2022-12-01T01:02:40.719Z] Unable to find image 'busybox:latest' locally [2022-12-01T01:02:40.978Z] latest: Pulling from library/busybox [2022-12-01T01:02:40.978Z] 405fecb6a2fa: Pulling fs layer [2022-12-01T01:02:40.978Z] 405fecb6a2fa: Download complete [2022-12-01T01:02:40.978Z] 405fecb6a2fa: Pull complete [2022-12-01T01:02:41.237Z] Digest: sha256:fcd85228d7a25feb59f101ac3a955d27c80df4ad824d65f5757a954831450185 [2022-12-01T01:02:41.237Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-01T01:02:44.164Z] + bundleName=amd64 [2022-12-01T01:02:44.164Z] + echo Creating amd64-bundles.tar.gz [2022-12-01T01:02:44.164Z] Creating amd64-bundles.tar.gz [2022-12-01T01:02:44.164Z] + xargs tar -czf amd64-bundles.tar.gz [2022-12-01T01:02:44.164Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-12-01T01:02:45.114Z] Archiving artifacts [2022-12-01T01:02:45.972Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004b10_} [2022-12-01T01:02:47.317Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44488/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-12-01T01:02:47.626Z] + make clean [2022-12-01T01:02:47.885Z] docker volume rm -f docker-dev-cache [2022-12-01T01:02:47.885Z] docker-dev-cache [Pipeline] deleteDir [2022-12-01T01:02:48.919Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11704727400_c:\foo_false____} [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-01T01:02:57.571Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11704727400_c:\foo_true____} [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-12-01T01:02:59.132Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-12-01T01:02:59.132Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-12-01T01:02:59.132Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-12-01T01:02:59.132Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-12-01T01:02:59.132Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-12-01T01:02:59.132Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-12-01T01:02:59.132Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-12-01T01:03:06.275Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-12-01T01:03:06.275Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-12-01T01:03:06.743Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-12-01T01:03:06.743Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-12-01T01:03:06.743Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-12-01T01:03:09.690Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-12-01T01:03:09.690Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-12-01T01:03:09.690Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-12-01T01:03:09.690Z] === RUN TestDockerSuite/TestCpRelativePath [2022-12-01T01:03:11.900Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-12-01T01:03:11.900Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-12-01T01:03:11.900Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-12-01T01:03:11.900Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-12-01T01:03:11.900Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-12-01T01:03:11.900Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-12-01T01:03:11.900Z] === RUN TestDockerSuite/TestCpToCaseA [2022-12-01T01:03:16.647Z] === RUN TestDockerSuite/TestCpToCaseB [2022-12-01T01:03:18.857Z] === RUN TestDockerSuite/TestCpToCaseC [2022-12-01T01:03:18.857Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-12-01T01:03:18.857Z] === RUN TestDockerSuite/TestCpToCaseD [2022-12-01T01:03:18.857Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-12-01T01:03:18.857Z] === RUN TestDockerSuite/TestCpToCaseE [2022-12-01T01:03:44.122Z] === RUN TestDockerSuite/TestCpToCaseF [2022-12-01T01:03:44.122Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-12-01T01:03:44.122Z] === RUN TestDockerSuite/TestCpToCaseG [2022-12-01T01:03:44.122Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-12-01T01:03:44.122Z] === RUN TestDockerSuite/TestCpToCaseH [2022-12-01T01:03:51.268Z] === RUN TestDockerSuite/TestCpToCaseI [2022-12-01T01:03:51.268Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-12-01T01:03:51.268Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-12-01T01:03:51.268Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-12-01T01:03:51.268Z] === RUN TestDockerSuite/TestCpToDot [2022-12-01T01:03:53.510Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-12-01T01:03:53.510Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-12-01T01:03:53.510Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-12-01T01:03:53.510Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-12-01T01:03:53.510Z] === RUN TestDockerSuite/TestCpToStdout [2022-12-01T01:04:02.161Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-12-01T01:04:02.161Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-12-01T01:04:02.161Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-12-01T01:04:02.161Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-12-01T01:04:02.161Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-12-01T01:04:02.161Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-12-01T01:04:02.161Z] === RUN TestDockerSuite/TestCpVolumePath [2022-12-01T01:04:02.161Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-12-01T01:04:02.161Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-12-01T01:04:02.161Z] === RUN TestDockerSuite/TestCreateArgs [2022-12-01T01:04:02.161Z] === RUN TestDockerSuite/TestCreateByImageID [2022-12-01T01:04:03.145Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-12-01T01:04:05.355Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-12-01T01:04:05.823Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-12-01T01:04:05.823Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-12-01T01:04:08.034Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-12-01T01:04:08.501Z] === RUN TestDockerSuite/TestCreateLabels [2022-12-01T01:04:08.501Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-12-01T01:04:08.501Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-12-01T01:04:08.501Z] === RUN TestDockerSuite/TestCreateRM [2022-12-01T01:04:08.968Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-12-01T01:04:08.968Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-12-01T01:04:08.968Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-12-01T01:04:08.968Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-12-01T01:04:09.435Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-12-01T01:04:16.584Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-12-01T01:04:17.052Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-12-01T01:04:17.519Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-12-01T01:04:20.464Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-12-01T01:04:20.464Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-12-01T01:04:20.464Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-12-01T01:04:20.931Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-12-01T01:04:23.143Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDevicePermissions [2022-12-01T01:04:23.143Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDockerFails [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-12-01T01:04:23.143Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-12-01T01:04:23.143Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-12-01T01:04:23.143Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestEventsAttach [2022-12-01T01:04:23.143Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.143Z] === RUN TestDockerSuite/TestEventsCommit [2022-12-01T01:04:23.143Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2022-12-01T01:04:23.611Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-12-01T01:04:25.820Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-12-01T01:04:28.032Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-12-01T01:04:30.243Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-12-01T01:04:38.891Z] === RUN TestDockerSuite/TestEventsCopy [2022-12-01T01:04:42.674Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-12-01T01:04:48.530Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-12-01T01:04:50.091Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-12-01T01:04:50.558Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-12-01T01:04:54.342Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-12-01T01:04:55.328Z] === RUN TestDockerSuite/TestEventsFilterType [2022-12-01T01:04:56.312Z] === RUN TestDockerSuite/TestEventsFilters [2022-12-01T01:05:01.069Z] === RUN TestDockerSuite/TestEventsFormat [2022-12-01T01:05:05.818Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-12-01T01:05:05.818Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-12-01T01:05:05.818Z] === RUN TestDockerSuite/TestEventsImageImport [2022-12-01T01:05:05.818Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2022-12-01T01:05:05.818Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-12-01T01:05:05.818Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2022-12-01T01:05:05.818Z] === RUN TestDockerSuite/TestEventsImagePull [2022-12-01T01:05:05.818Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2022-12-01T01:05:05.818Z] === RUN TestDockerSuite/TestEventsImageTag [2022-12-01T01:05:06.808Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-12-01T01:05:06.808Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2022-12-01T01:05:06.808Z] === RUN TestDockerSuite/TestEventsRename [2022-12-01T01:05:09.764Z] === RUN TestDockerSuite/TestEventsResize [2022-12-01T01:05:11.980Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-12-01T01:05:19.135Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-12-01T01:05:22.085Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-12-01T01:05:26.845Z] === RUN TestDockerSuite/TestEventsTop [2022-12-01T01:05:26.845Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2022-12-01T01:05:26.845Z] === RUN TestDockerSuite/TestEventsUntag [2022-12-01T01:05:29.797Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-12-01T01:05:33.588Z] === RUN TestDockerSuite/TestExec [2022-12-01T01:05:33.588Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-12-01T01:05:33.588Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-12-01T01:05:33.588Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-12-01T01:05:33.588Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-12-01T01:05:35.155Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-12-01T01:05:37.372Z] === RUN TestDockerSuite/TestExecAPIStart [2022-12-01T01:05:37.372Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-12-01T01:05:37.372Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-12-01T01:05:37.372Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-12-01T01:05:37.372Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-12-01T01:05:37.372Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-12-01T01:05:37.372Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-12-01T01:05:38.937Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-12-01T01:05:41.158Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-12-01T01:05:43.375Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-12-01T01:05:45.591Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-12-01T01:05:50.345Z] === RUN TestDockerSuite/TestExecCgroup [2022-12-01T01:05:50.345Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-12-01T01:05:50.345Z] === RUN TestDockerSuite/TestExecEnv [2022-12-01T01:05:50.345Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-12-01T01:05:50.345Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-12-01T01:05:50.345Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-12-01T01:05:50.345Z] === RUN TestDockerSuite/TestExecExitStatus [2022-12-01T01:05:51.910Z] === RUN TestDockerSuite/TestExecInspectID [2022-12-01T01:05:56.666Z] === RUN TestDockerSuite/TestExecInteractive [2022-12-01T01:05:56.666Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-12-01T01:05:56.666Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-12-01T01:05:56.666Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-12-01T01:05:56.666Z] === RUN TestDockerSuite/TestExecParseError [2022-12-01T01:05:56.666Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-12-01T01:05:56.666Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-12-01T01:05:56.666Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-12-01T01:05:57.135Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-12-01T01:05:57.135Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-12-01T01:05:57.135Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-12-01T01:05:59.350Z] === RUN TestDockerSuite/TestExecSetEnv [2022-12-01T01:05:59.350Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-12-01T01:05:59.350Z] === RUN TestDockerSuite/TestExecStartFails [2022-12-01T01:05:59.350Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-12-01T01:05:59.350Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-12-01T01:05:59.350Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-12-01T01:05:59.350Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-12-01T01:05:59.350Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-12-01T01:05:59.350Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-12-01T01:05:59.350Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-12-01T01:05:59.350Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-12-01T01:06:02.309Z] === RUN TestDockerSuite/TestExecUlimits [2022-12-01T01:06:02.309Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-12-01T01:06:02.309Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-12-01T01:06:10.973Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-12-01T01:06:10.973Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-12-01T01:06:10.973Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-12-01T01:06:10.973Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-12-01T01:06:10.973Z] === RUN TestDockerSuite/TestExecWithUser [2022-12-01T01:06:10.973Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-12-01T01:06:10.973Z] === RUN TestDockerSuite/TestGetContainerStats [2022-12-01T01:06:15.730Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-12-01T01:06:22.888Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-12-01T01:06:25.105Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-12-01T01:06:30.973Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-12-01T01:06:30.973Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-12-01T01:06:30.973Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-12-01T01:06:30.973Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-12-01T01:06:30.973Z] === RUN TestDockerSuite/TestHealth [2022-12-01T01:06:30.973Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-12-01T01:06:30.973Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-12-01T01:06:31.441Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-12-01T01:06:31.441Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-12-01T01:06:31.441Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-12-01T01:06:36.198Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-12-01T01:06:36.198Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-12-01T01:06:36.198Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2022-12-01T01:06:36.198Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-12-01T01:06:36.198Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-12-01T01:06:36.198Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-12-01T01:06:36.198Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-12-01T01:06:36.667Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-12-01T01:06:36.667Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2022-12-01T01:06:36.667Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-12-01T01:06:37.654Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-12-01T01:06:37.654Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-12-01T01:06:39.870Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-12-01T01:06:39.870Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-12-01T01:06:42.085Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-12-01T01:06:44.299Z] === RUN TestDockerSuite/TestImagesFormat [2022-12-01T01:06:44.766Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-12-01T01:06:44.766Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2022-12-01T01:06:44.766Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-12-01T01:06:48.551Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-12-01T01:06:48.551Z] === RUN TestDockerSuite/TestImportBadURL [2022-12-01T01:06:50.763Z] === RUN TestDockerSuite/TestImportDisplay [2022-12-01T01:06:50.763Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2022-12-01T01:06:50.763Z] === RUN TestDockerSuite/TestImportFile [2022-12-01T01:06:50.763Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2022-12-01T01:06:50.763Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-12-01T01:06:50.763Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-12-01T01:06:50.763Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2022-12-01T01:06:50.763Z] === RUN TestDockerSuite/TestImportGzipped [2022-12-01T01:06:50.763Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2022-12-01T01:06:50.763Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-12-01T01:06:50.763Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2022-12-01T01:06:50.764Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-12-01T01:06:50.764Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-12-01T01:06:50.764Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-12-01T01:06:50.764Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-12-01T01:06:50.764Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-12-01T01:06:50.764Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-12-01T01:06:50.764Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-12-01T01:06:51.231Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-12-01T01:06:51.231Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-12-01T01:06:51.231Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-12-01T01:06:51.231Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-12-01T01:06:51.231Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-12-01T01:06:53.443Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-12-01T01:06:55.655Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-12-01T01:06:55.655Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-12-01T01:06:55.655Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-12-01T01:06:55.655Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-12-01T01:06:55.655Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-12-01T01:06:55.655Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-12-01T01:06:55.655Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-12-01T01:06:55.655Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-12-01T01:06:57.866Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-12-01T01:06:57.866Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-12-01T01:07:00.077Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-12-01T01:07:00.077Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-12-01T01:07:00.077Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-12-01T01:07:00.077Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-12-01T01:07:00.544Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-12-01T01:07:00.544Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-12-01T01:07:00.544Z] === RUN TestDockerSuite/TestInspectDefault [2022-12-01T01:07:02.759Z] === RUN TestDockerSuite/TestInspectHistory [2022-12-01T01:07:07.509Z] === RUN TestDockerSuite/TestInspectImage [2022-12-01T01:07:07.509Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-12-01T01:07:07.509Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-12-01T01:07:07.509Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-12-01T01:07:07.509Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-12-01T01:07:07.509Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-12-01T01:07:07.509Z] === RUN TestDockerSuite/TestInspectInt64 [2022-12-01T01:07:09.077Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-12-01T01:07:11.290Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-12-01T01:07:11.761Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-12-01T01:07:13.979Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-12-01T01:07:16.192Z] === RUN TestDockerSuite/TestInspectPlugin [2022-12-01T01:07:16.192Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-12-01T01:07:16.192Z] === RUN TestDockerSuite/TestInspectRootFS [2022-12-01T01:07:16.192Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-12-01T01:07:19.144Z] === RUN TestDockerSuite/TestInspectStatus [2022-12-01T01:07:21.361Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-12-01T01:07:26.124Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-12-01T01:07:28.336Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-12-01T01:07:30.547Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-12-01T01:07:32.759Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-12-01T01:07:34.971Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-12-01T01:07:37.181Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksEnvs [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-12-01T01:07:39.397Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-12-01T01:07:39.397Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-12-01T01:07:39.397Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2022-12-01T01:07:39.397Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-12-01T01:07:39.865Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-12-01T01:07:39.865Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-12-01T01:07:41.430Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-12-01T01:07:43.645Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-12-01T01:07:49.508Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-12-01T01:07:51.726Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-12-01T01:07:51.726Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2022-12-01T01:07:51.726Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-12-01T01:07:53.941Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-12-01T01:07:53.941Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-12-01T01:07:59.810Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-12-01T01:08:05.675Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-12-01T01:08:11.540Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-12-01T01:08:13.754Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-12-01T01:08:16.706Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-12-01T01:08:16.706Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-12-01T01:08:16.706Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-12-01T01:08:18.921Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-12-01T01:08:26.078Z] === RUN TestDockerSuite/TestLogsSince [2022-12-01T01:08:34.737Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-12-01T01:08:34.737Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-12-01T01:08:34.737Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-12-01T01:08:34.737Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-12-01T01:08:35.205Z] === RUN TestDockerSuite/TestLogsTail [2022-12-01T01:08:38.155Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-12-01T01:08:40.366Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestMountIntoProc [2022-12-01T01:08:47.515Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestMountIntoSys [2022-12-01T01:08:47.515Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestNetHostname [2022-12-01T01:08:47.515Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-12-01T01:08:47.515Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-12-01T01:08:47.515Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-12-01T01:08:47.515Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginActive [2022-12-01T01:08:47.515Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-12-01T01:08:47.515Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-12-01T01:08:47.515Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-12-01T01:08:47.515Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-12-01T01:08:47.515Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-12-01T01:08:47.515Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-12-01T01:08:47.515Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-12-01T01:08:47.515Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-12-01T01:08:47.515Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPortHostBinding [2022-12-01T01:08:47.515Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPortList [2022-12-01T01:08:47.515Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-12-01T01:08:47.515Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-12-01T01:08:52.267Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-12-01T01:08:52.267Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-12-01T01:08:52.267Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-12-01T01:08:52.267Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-12-01T01:08:52.267Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-12-01T01:08:52.267Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-12-01T01:08:52.267Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-12-01T01:08:52.267Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-12-01T01:08:52.267Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-12-01T01:09:02.680Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-12-01T01:09:02.680Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-12-01T01:09:02.680Z] === RUN TestDockerSuite/TestPsByOrder [2022-12-01T01:09:09.822Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-12-01T01:09:09.823Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2022-12-01T01:09:09.823Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-12-01T01:09:20.249Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-12-01T01:09:35.172Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-12-01T01:09:35.172Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-12-01T01:09:35.172Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-12-01T01:09:35.172Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-12-01T01:09:47.650Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-12-01T01:09:50.594Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-12-01T01:10:08.393Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-12-01T01:10:11.336Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-12-01T01:10:11.336Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2022-12-01T01:10:11.336Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-12-01T01:10:11.336Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2022-12-01T01:10:11.336Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-12-01T01:10:16.079Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-12-01T01:10:16.079Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-12-01T01:10:16.079Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-12-01T01:10:16.079Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2022-12-01T01:10:16.079Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-12-01T01:10:16.079Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2022-12-01T01:10:16.079Z] === RUN TestDockerSuite/TestPsRightTagName [2022-12-01T01:10:16.079Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2022-12-01T01:10:16.079Z] === RUN TestDockerSuite/TestPsShowMounts [2022-12-01T01:10:23.222Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-12-01T01:10:23.222Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2022-12-01T01:10:23.222Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-12-01T01:10:24.781Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-12-01T01:10:24.782Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-12-01T01:10:24.782Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-12-01T01:10:25.765Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-12-01T01:10:26.232Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-12-01T01:10:26.232Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-12-01T01:10:26.232Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-12-01T01:10:30.976Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-12-01T01:10:34.761Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-12-01T01:10:36.971Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-12-01T01:11:12.796Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-12-01T01:11:12.796Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-12-01T01:11:12.796Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-12-01T01:11:17.540Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-12-01T01:11:17.540Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-12-01T01:11:17.540Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-12-01T01:11:18.007Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-12-01T01:11:22.755Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-12-01T01:11:27.507Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-12-01T01:11:27.507Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-12-01T01:11:27.507Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-12-01T01:11:31.293Z] === RUN TestDockerSuite/TestRmiBlank [2022-12-01T01:11:31.762Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-12-01T01:11:31.762Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-12-01T01:11:46.680Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-12-01T01:11:52.545Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-12-01T01:11:53.530Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-12-01T01:12:00.679Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-12-01T01:12:04.464Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-12-01T01:12:16.943Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-12-01T01:12:20.731Z] === RUN TestDockerSuite/TestRmiTag [2022-12-01T01:12:21.198Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-12-01T01:12:23.412Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-12-01T01:12:41.235Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-12-01T01:12:41.705Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-12-01T01:12:46.460Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-12-01T01:12:47.446Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAddHost [2022-12-01T01:12:47.446Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-12-01T01:12:47.446Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-12-01T01:12:47.446Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-12-01T01:12:47.446Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-12-01T01:12:47.446Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-12-01T01:12:47.446Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-12-01T01:12:47.446Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-12-01T01:12:49.661Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-12-01T01:12:49.661Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-12-01T01:12:49.661Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-12-01T01:12:49.661Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2022-12-01T01:12:49.661Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-12-01T01:12:54.417Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-12-01T01:12:57.374Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-12-01T01:13:04.540Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-12-01T01:13:06.105Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-12-01T01:13:13.262Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-12-01T01:13:13.262Z] === RUN TestDockerSuite/TestRunBindMounts [2022-12-01T01:13:18.018Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-12-01T01:13:18.019Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2022-12-01T01:13:18.019Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-12-01T01:13:20.233Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-12-01T01:13:20.233Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2022-12-01T01:13:20.233Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-12-01T01:13:23.185Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-12-01T01:13:23.185Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2022-12-01T01:13:23.185Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-12-01T01:13:23.185Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2022-12-01T01:13:23.185Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-12-01T01:13:25.401Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-12-01T01:13:25.401Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-12-01T01:13:25.401Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-12-01T01:13:25.401Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-12-01T01:13:25.401Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-12-01T01:13:25.401Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-12-01T01:13:25.401Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2022-12-01T01:13:25.401Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-12-01T01:13:27.618Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-12-01T01:13:29.834Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-12-01T01:13:32.050Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-12-01T01:13:32.050Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2022-12-01T01:13:32.050Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-12-01T01:13:32.050Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2022-12-01T01:13:32.050Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-12-01T01:13:32.050Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2022-12-01T01:13:32.050Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-12-01T01:13:34.264Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-12-01T01:13:34.265Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-12-01T01:13:34.265Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-12-01T01:13:34.265Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2022-12-01T01:13:34.265Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-12-01T01:13:34.265Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2022-12-01T01:13:34.265Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-12-01T01:13:34.265Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2022-12-01T01:13:34.265Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-12-01T01:13:35.830Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-12-01T01:13:41.698Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-12-01T01:13:41.698Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2022-12-01T01:13:41.698Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-12-01T01:13:41.698Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2022-12-01T01:13:41.698Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-12-01T01:13:41.698Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2022-12-01T01:13:41.698Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-12-01T01:13:41.698Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2022-12-01T01:13:41.698Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-12-01T01:13:41.698Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2022-12-01T01:13:41.698Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-12-01T01:13:41.698Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-12-01T01:13:41.698Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-12-01T01:13:43.918Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-12-01T01:13:43.918Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2022-12-01T01:13:43.918Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-12-01T01:13:43.918Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-12-01T01:13:43.918Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2022-12-01T01:13:43.918Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-12-01T01:13:46.134Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-12-01T01:13:48.344Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-12-01T01:13:48.344Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2022-12-01T01:13:48.344Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-12-01T01:13:50.556Z] === RUN TestDockerSuite/TestRunEnvironment [2022-12-01T01:13:50.556Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2022-12-01T01:13:50.556Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-12-01T01:13:50.556Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2022-12-01T01:13:50.556Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-12-01T01:13:50.556Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2022-12-01T01:13:50.556Z] === RUN TestDockerSuite/TestRunExitCode [2022-12-01T01:13:52.774Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-12-01T01:13:54.984Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-12-01T01:13:57.930Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-12-01T01:13:59.491Z] === RUN TestDockerSuite/TestRunExposePort [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-12-01T01:13:59.958Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-12-01T01:13:59.958Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-12-01T01:13:59.958Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-12-01T01:13:59.958Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-12-01T01:13:59.958Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-12-01T01:13:59.958Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-12-01T01:13:59.958Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-12-01T01:13:59.958Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-12-01T01:14:03.742Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-12-01T01:14:03.742Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2022-12-01T01:14:03.742Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-12-01T01:14:03.742Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-12-01T01:14:03.742Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2022-12-01T01:14:03.742Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-12-01T01:14:03.742Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2022-12-01T01:14:03.743Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-12-01T01:14:03.743Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2022-12-01T01:14:03.743Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-12-01T01:14:03.743Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2022-12-01T01:14:03.743Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-12-01T01:14:14.155Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-12-01T01:14:14.155Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2022-12-01T01:14:14.155Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModeHostname [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModePIDHost [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunMount [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-12-01T01:14:15.139Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-12-01T01:14:15.139Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-12-01T01:14:22.291Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-12-01T01:14:22.291Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-12-01T01:14:22.291Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-12-01T01:14:22.291Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2022-12-01T01:14:22.291Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-12-01T01:14:22.291Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2022-12-01T01:14:22.291Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-12-01T01:14:27.177Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-12-01T01:14:30.963Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-12-01T01:14:30.963Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2022-12-01T01:14:30.963Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-12-01T01:14:30.963Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2022-12-01T01:14:30.963Z] === RUN TestDockerSuite/TestRunNetHost [2022-12-01T01:14:30.963Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2022-12-01T01:14:30.963Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-12-01T01:14:30.963Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2022-12-01T01:14:30.963Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-12-01T01:14:30.963Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-12-01T01:14:30.963Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-12-01T01:14:30.963Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2022-12-01T01:14:30.963Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-12-01T01:14:30.963Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-12-01T01:14:31.433Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-12-01T01:14:31.433Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2022-12-01T01:14:31.433Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-12-01T01:14:31.433Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2022-12-01T01:14:31.433Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-12-01T01:14:31.433Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-12-01T01:14:32.418Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-12-01T01:14:34.630Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-12-01T01:14:36.844Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-12-01T01:14:37.829Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-12-01T01:14:40.042Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-12-01T01:14:40.510Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-12-01T01:14:40.511Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-12-01T01:14:40.511Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunPortInUse [2022-12-01T01:14:40.511Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-12-01T01:14:40.511Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-12-01T01:14:40.511Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-12-01T01:14:40.511Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-12-01T01:14:40.511Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2022-12-01T01:14:40.511Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-12-01T01:14:43.459Z] === RUN TestDockerSuite/TestRunPublishPort [2022-12-01T01:14:43.459Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2022-12-01T01:14:43.459Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-12-01T01:14:43.459Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2022-12-01T01:14:43.459Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-12-01T01:14:43.459Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2022-12-01T01:14:43.459Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-12-01T01:14:43.459Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2022-12-01T01:14:43.459Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-12-01T01:14:43.459Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2022-12-01T01:14:43.459Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-12-01T01:14:58.387Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-12-01T01:14:58.387Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-12-01T01:14:58.387Z] === RUN TestDockerSuite/TestRunRm [2022-12-01T01:14:58.387Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-12-01T01:15:04.249Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-12-01T01:15:11.408Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-12-01T01:15:13.622Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-12-01T01:15:15.837Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-12-01T01:15:18.788Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-12-01T01:15:18.788Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-12-01T01:15:18.788Z] === RUN TestDockerSuite/TestRunState [2022-12-01T01:15:18.788Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2022-12-01T01:15:18.788Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-12-01T01:15:21.002Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-12-01T01:15:21.002Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2022-12-01T01:15:21.002Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-12-01T01:15:22.565Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-12-01T01:15:22.565Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2022-12-01T01:15:22.565Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-12-01T01:15:22.565Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2022-12-01T01:15:22.565Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-12-01T01:15:23.032Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-12-01T01:15:23.033Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-12-01T01:15:23.033Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2022-12-01T01:15:23.033Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUserByID [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUserByName [2022-12-01T01:15:27.817Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2022-12-01T01:15:27.817Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-12-01T01:15:34.965Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-12-01T01:15:34.965Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2022-12-01T01:15:34.965Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-12-01T01:15:37.175Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-12-01T01:15:37.175Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2022-12-01T01:15:37.175Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-12-01T01:15:37.175Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2022-12-01T01:15:37.175Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-12-01T01:15:40.121Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-12-01T01:15:47.265Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-12-01T01:15:51.047Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-12-01T01:15:56.903Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-12-01T01:15:56.903Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2022-12-01T01:15:56.903Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-12-01T01:15:56.903Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-12-01T01:15:59.848Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-12-01T01:16:02.057Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-12-01T01:16:04.274Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-12-01T01:16:04.275Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2022-12-01T01:16:04.275Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-12-01T01:16:04.275Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-12-01T01:16:04.742Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-12-01T01:16:04.742Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2022-12-01T01:16:04.742Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-12-01T01:16:04.742Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-12-01T01:16:04.742Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-12-01T01:16:04.742Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2022-12-01T01:16:04.742Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-12-01T01:16:04.742Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2022-12-01T01:16:04.742Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-12-01T01:16:04.742Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2022-12-01T01:16:04.742Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-12-01T01:16:08.524Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-12-01T01:16:10.734Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-12-01T01:16:12.944Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-12-01T01:16:23.356Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-12-01T01:16:23.356Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-12-01T01:16:23.356Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-12-01T01:16:23.356Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-12-01T01:16:23.356Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveImageId [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-12-01T01:16:23.356Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2022-12-01T01:16:23.356Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-12-01T01:16:24.341Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-12-01T01:16:24.341Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-12-01T01:16:24.808Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-12-01T01:16:25.275Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-12-01T01:16:26.836Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-12-01T01:16:33.978Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-12-01T01:16:33.978Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-12-01T01:16:33.978Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-12-01T01:16:41.123Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-12-01T01:16:41.123Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-12-01T01:16:41.123Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-12-01T01:16:44.907Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-12-01T01:16:44.907Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-12-01T01:16:44.907Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-12-01T01:16:44.907Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-12-01T01:16:44.907Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-12-01T01:16:44.907Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-12-01T01:16:44.907Z] === RUN TestDockerSuite/TestStartRecordError [2022-12-01T01:16:44.907Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-12-01T01:16:44.907Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-12-01T01:16:50.763Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-12-01T01:16:50.763Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-12-01T01:16:50.763Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-12-01T01:16:50.763Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-12-01T01:16:50.763Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-12-01T01:16:50.763Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-12-01T01:16:50.763Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-12-01T01:16:50.763Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-12-01T01:16:50.763Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-12-01T01:16:50.763Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-12-01T01:16:50.763Z] === RUN TestDockerSuite/TestStatsNoStream [2022-12-01T01:16:50.763Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-12-01T01:16:50.763Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-12-01T01:16:52.974Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-12-01T01:16:55.184Z] === RUN TestDockerSuite/TestTopPrivileged [2022-12-01T01:16:55.184Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-12-01T01:16:55.184Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-12-01T01:16:57.393Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-12-01T01:16:57.393Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2022-12-01T01:16:57.393Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-12-01T01:16:57.393Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-12-01T01:16:57.393Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-12-01T01:16:57.393Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-12-01T01:16:57.393Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-12-01T01:16:57.393Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2022-12-01T01:16:57.393Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-12-01T01:16:57.393Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2022-12-01T01:16:57.393Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-12-01T01:16:57.393Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2022-12-01T01:16:57.393Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-12-01T01:17:15.210Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-12-01T01:17:15.210Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-12-01T01:17:15.210Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-12-01T01:17:15.210Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2022-12-01T01:17:15.210Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-12-01T01:17:15.210Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-12-01T01:17:15.210Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-12-01T01:17:15.210Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-12-01T01:17:21.071Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-12-01T01:17:21.071Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-12-01T01:17:24.019Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-12-01T01:17:24.486Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-12-01T01:17:24.953Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-12-01T01:17:24.953Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-12-01T01:17:25.420Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-12-01T01:17:34.068Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-12-01T01:17:34.068Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2022-12-01T01:17:34.068Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-12-01T01:17:34.068Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-12-01T01:17:34.068Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-12-01T01:17:34.068Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2022-12-01T01:17:34.068Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-12-01T01:17:41.215Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-12-01T01:17:41.215Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-12-01T01:17:41.215Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-12-01T01:17:56.138Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-12-01T01:17:56.138Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.138Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite (2556.07s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.77s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (97.63s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.97s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.39s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.26s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.22s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.30s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (9.11s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (110.66s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.32s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.83s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.79s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.99s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.45s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.54s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.74s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.71s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.01s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.15s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.51s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.43s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddTar (30.17s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.57s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.52s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.56s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.43s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.56s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.91s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.40s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.73s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.58s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.69s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.30s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.21s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.18s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.20s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.32s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.88s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCmd (0.54s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.55s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.08s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.04s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.12s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.09s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.83s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2022-12-01T01:17:56.138Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s) [2022-12-01T01:17:56.138Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.85s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.25s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.11s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.93s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.68s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.84s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.68s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.99s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.56s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.69s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.68s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.67s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignore (69.82s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (84.64s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.48s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.71s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.93s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.52s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.19s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.22s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.74s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.66s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (117.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.53s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.05s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.49s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.34s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.15s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.46s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.27s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.88s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.65s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.99s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFails (7.19s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.27s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.22s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.51s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.37s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.11s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.15s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildHistory (10.01s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.92s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.00s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLabel (0.91s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.87s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLabels (0.93s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.47s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.37s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.52s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.69s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (9.54s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (24.41s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.07s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.28s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.37s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.21s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.92s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.34s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.86s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.12s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.62s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.70s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.40s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.36s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.20s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuild (18.17s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.41s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.15s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.45s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.81s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.62s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.45s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.08s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.21s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.88s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (31.96s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildRm (12.11s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.26s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.35s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.30s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.63s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.10s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.52s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.70s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.61s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.09s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.49s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildStderr (4.19s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.21s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (7.75s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.18s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.22s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.81s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.75s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.53s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.52s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.66s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.81s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.92s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.16s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.57s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.37s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.11s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.11s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.23s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.77s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.13s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.05s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestCommitChange (4.61s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.11s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.41s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestCommitTTY (11.37s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.08s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPICommit (11.16s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.51s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.24s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.23s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.48s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.52s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.40s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.15s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.32s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.24s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.25s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.03s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.63s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.22s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.20s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.79s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.09s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.93s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.17s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.23s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.27s) [2022-12-01T01:17:56.139Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.00s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-12-01T01:17:56.139Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.98s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (27.97s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.56s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.50s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.53s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.55s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004b10_} (2.64s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11704727400_c:\foo_false____} (7.58s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11704727400_c:\foo_true____} (2.58s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.14s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.23s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.57s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.46s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.61s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.34s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpToCaseE (23.08s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.00s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpToDot (2.50s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCpToStdout (7.47s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.78s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.24s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.95s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateRM (0.29s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.31s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.40s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.44s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.22s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.30s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.32s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.35s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.36s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.83s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsCopy (4.56s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.90s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.25s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.80s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.75s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.87s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.97s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFilters (4.63s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFormat (4.64s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsRename (2.35s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsResize (2.66s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.28s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.52s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.75s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.83s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.93s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.94s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.94s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.16s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.22s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.20s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.12s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.27s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecInspectID (4.77s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.50s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.37s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.95s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.99s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.98s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.06s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.11s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.16s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.57s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.96s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.73s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.58s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.61s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImportBadURL (2.45s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.22s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.26s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.21s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.20s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectDefault (2.24s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectHistory (4.24s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.21s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.33s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.24s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.43s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.35s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectStatus (2.74s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.54s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.36s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.25s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.14s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.15s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.26s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.17s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.92s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.00s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.46s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.33s) [2022-12-01T01:17:56.140Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.18s) [2022-12-01T01:17:56.140Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.86s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.91s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.82s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.69s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.49s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.32s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.15s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsSince (9.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsTail (2.82s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.49s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestLogsWithDetails (7.12s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.36s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (9.21s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsByOrder (8.37s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.23s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.55s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.58s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.69s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (16.90s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.39s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.60s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.83s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.39s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.06s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.75s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.03s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.17s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.38s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (34.52s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.75s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.67s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.38s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.38s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.46s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.25s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (7.71s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.32s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.62s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (12.00s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.97s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiTag (0.69s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.31s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.74s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.64s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.66s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.06s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.99s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.59s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.78s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.08s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.24s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.13s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.43s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.16s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.96s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.92s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.27s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.34s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.15s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.23s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.64s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.16s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.32s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.04s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.23s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.19s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.27s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunExitCode (2.29s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.34s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.31s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.24s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.84s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.29s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.68s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.79s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.02s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.14s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.31s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.97s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.20s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.36s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.95s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.05s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.26s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-12-01T01:17:56.141Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.88s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-12-01T01:17:56.141Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.81s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunRm (2.38s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.53s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.21s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.31s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.17s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.52s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.26s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.96s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.70s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunUserDefaults (7.12s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.20s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.86s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.58s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.52s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.91s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.67s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.27s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.34s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.70s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.20s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.40s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.34s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.43s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.65s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.45s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.88s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.89s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.25s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.29s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.10s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.23s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.89s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.57s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.60s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.73s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.53s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-12-01T01:17:56.142Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.50s) [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-12-01T01:17:56.142Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.142Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.16s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-12-01T01:17:56.142Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-12-01T01:17:56.142Z] === RUN TestDockerSchema1RegistrySuite [2022-12-01T01:17:56.142Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-12-01T01:17:56.142Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.143Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-12-01T01:17:56.143Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.143Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-12-01T01:17:56.143Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.143Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2022-12-01T01:17:56.611Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-12-01T01:17:56.611Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthTokenSuite [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-12-01T01:17:56.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-12-01T01:17:56.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-12-01T01:17:56.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-12-01T01:17:56.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-12-01T01:17:56.611Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-12-01T01:17:56.611Z] === RUN TestDockerDaemonSuite [2022-12-01T01:17:56.611Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-12-01T01:17:56.611Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-12-01T01:17:56.611Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-12-01T01:17:56.611Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-12-01T01:17:56.611Z] === RUN TestDockerSwarmSuite [2022-12-01T01:17:56.611Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-12-01T01:17:56.611Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] --- PASS: TestDockerPluginSuite (0.03s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-12-01T01:17:56.611Z] === RUN TestDockerExternalVolumeSuite [2022-12-01T01:17:56.611Z] check_test.go:128: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.611Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-12-01T01:17:56.611Z] === RUN TestDockerNetworkSuite [2022-12-01T01:17:56.612Z] check_test.go:134: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-12-01T01:17:56.612Z] === RUN TestDockerHubPullSuite [2022-12-01T01:17:56.612Z] check_test.go:142: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-12-01T01:17:56.612Z] PASS [2022-12-01T01:17:56.612Z] ok github.com/docker/docker/integration-cli 2556.604s [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === Skipped [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-12-01T01:17:56.612Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-12-01T01:17:56.612Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-12-01T01:17:56.612Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-12-01T01:17:56.612Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-12-01T01:17:56.612Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-12-01T01:17:56.612Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-12-01T01:17:56.612Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-12-01T01:17:56.612Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-12-01T01:17:56.612Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-12-01T01:17:56.612Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.612Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-12-01T01:17:56.612Z] [2022-12-01T01:17:56.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.32s) [2022-12-01T01:17:56.613Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.32s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2022-12-01T01:17:56.613Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-12-01T01:17:56.613Z] docker_cli_sni_test.go:18: Flakey test [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-12-01T01:17:56.613Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-12-01T01:17:56.613Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.613Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-12-01T01:17:56.613Z] [2022-12-01T01:17:56.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-12-01T01:17:56.613Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-12-01T01:17:56.614Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-12-01T01:17:56.614Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-12-01T01:17:56.614Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-12-01T01:17:56.614Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-12-01T01:17:56.614Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-12-01T01:17:56.614Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-12-01T01:17:56.614Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-12-01T01:17:56.614Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-12-01T01:17:56.614Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.614Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-12-01T01:17:56.614Z] [2022-12-01T01:17:56.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-12-01T01:17:56.615Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-12-01T01:17:56.615Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-12-01T01:17:56.615Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-12-01T01:17:56.615Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-12-01T01:17:56.615Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-12-01T01:17:56.615Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-12-01T01:17:56.615Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-12-01T01:17:56.615Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-12-01T01:17:56.615Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-12-01T01:17:56.615Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-12-01T01:17:56.615Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-12-01T01:17:56.615Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-12-01T01:17:56.615Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-12-01T01:17:56.615Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-12-01T01:17:56.615Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.615Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-12-01T01:17:56.615Z] [2022-12-01T01:17:56.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-12-01T01:17:56.615Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-12-01T01:17:56.616Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-12-01T01:17:56.616Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-12-01T01:17:56.616Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.616Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-12-01T01:17:56.616Z] [2022-12-01T01:17:56.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-12-01T01:17:56.617Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.617Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-12-01T01:17:56.617Z] [2022-12-01T01:17:56.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.04s) [2022-12-01T01:17:56.617Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.617Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.04s) [2022-12-01T01:17:56.617Z] [2022-12-01T01:17:56.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-12-01T01:17:56.617Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.617Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-12-01T01:17:56.617Z] [2022-12-01T01:17:56.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-12-01T01:17:56.617Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.617Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-12-01T01:17:56.617Z] [2022-12-01T01:17:56.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-12-01T01:17:56.617Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.617Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-12-01T01:17:56.617Z] [2022-12-01T01:17:56.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-12-01T01:17:56.617Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2022-12-01T01:17:56.617Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-12-01T01:17:56.617Z] [2022-12-01T01:17:56.617Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-12-01T01:17:56.617Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.26s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.26s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.084Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-12-01T01:17:57.084Z] [2022-12-01T01:17:57.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-12-01T01:17:57.084Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-12-01T01:17:57.085Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-12-01T01:17:57.085Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.085Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-12-01T01:17:57.085Z] [2022-12-01T01:17:57.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.16s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.16s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:212: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:239: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:268: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:302: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-12-01T01:17:57.086Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.086Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-12-01T01:17:57.086Z] [2022-12-01T01:17:57.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:128: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:134: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-12-01T01:17:57.087Z] check_test.go:142: unmatched requirement DaemonIsLinux [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] DONE 1093 tests, 547 skipped in 2567.713s [2022-12-01T01:17:57.087Z] INFO: Integration tests ended at 12/01/2022 01:17:56. Duration:00:42:48.0546118 [2022-12-01T01:17:57.087Z] INFO: Docker info of the daemon under test at end of run [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] Containers: 2 [2022-12-01T01:17:57.087Z] Running: 0 [2022-12-01T01:17:57.087Z] Paused: 0 [2022-12-01T01:17:57.087Z] Stopped: 2 [2022-12-01T01:17:57.087Z] Images: 18 [2022-12-01T01:17:57.087Z] Server Version: 0.0.0-dev [2022-12-01T01:17:57.087Z] Storage Driver: windowsfilter [2022-12-01T01:17:57.087Z] Windows: [2022-12-01T01:17:57.087Z] Logging Driver: json-file [2022-12-01T01:17:57.087Z] Plugins: [2022-12-01T01:17:57.087Z] Volume: local [2022-12-01T01:17:57.087Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-12-01T01:17:57.087Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-12-01T01:17:57.087Z] Swarm: inactive [2022-12-01T01:17:57.087Z] Default Isolation: process [2022-12-01T01:17:57.087Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-12-01T01:17:57.087Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-12-01T01:17:57.087Z] OSType: windows [2022-12-01T01:17:57.087Z] Architecture: x86_64 [2022-12-01T01:17:57.087Z] CPUs: 4 [2022-12-01T01:17:57.087Z] Total Memory: 32GiB [2022-12-01T01:17:57.087Z] Name: azwin-2-323cf0 [2022-12-01T01:17:57.087Z] ID: J3XT:FNYM:NZ57:LDHA:FHR5:7RLM:HBZ6:EZMV:PKYJ:ANLG:4EGC:LWR4 [2022-12-01T01:17:57.087Z] Docker Root Dir: D:\CI\PR-44488\7\daemon [2022-12-01T01:17:57.087Z] Debug Mode (client): false [2022-12-01T01:17:57.087Z] Debug Mode (server): true [2022-12-01T01:17:57.087Z] File Descriptors: -1 [2022-12-01T01:17:57.087Z] Goroutines: 17 [2022-12-01T01:17:57.087Z] System Time: 2022-12-01T01:17:56.8763565Z [2022-12-01T01:17:57.087Z] EventsListeners: 0 [2022-12-01T01:17:57.087Z] Registry: https://index.docker.io/v1/ [2022-12-01T01:17:57.087Z] Labels: [2022-12-01T01:17:57.087Z] Experimental: false [2022-12-01T01:17:57.087Z] Insecure Registries: [2022-12-01T01:17:57.087Z] 127.0.0.0/8 [2022-12-01T01:17:57.087Z] Live Restore Enabled: false [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] [2022-12-01T01:17:57.087Z] INFO: Stopping daemon under test [2022-12-01T01:17:57.554Z] SUCCESS: The process with PID 1140 (child process of PID 6120) has been terminated. [2022-12-01T01:17:57.554Z] SUCCESS: The process with PID 6120 (child process of PID 4196) has been terminated. [2022-12-01T01:17:57.554Z] INFO: Stop tailing logs of the daemon under tests [2022-12-01T01:17:57.554Z] INFO: executeCI.ps1 Completed successfully at 12/01/2022 01:17:57. [2022-12-01T01:17:57.554Z] INFO: Tidying up at end of run [2022-12-01T01:17:57.554Z] INFO: Saving daemon under test log (d:\CI\PR-44488\7\dut.out) to bundles\CIDUT.out [2022-12-01T01:17:57.554Z] INFO: Saving daemon under test log (d:\CI\PR-44488\7\dut.err) to bundles\CIDUT.err [2022-12-01T01:17:57.554Z] INFO: Nuke-Everything... [2022-12-01T01:17:57.554Z] INFO: Container count on control daemon to delete is 2 [2022-12-01T01:17:57.554Z] 4da0dce5c0b8 [2022-12-01T01:17:57.554Z] 01143cc8162b [2022-12-01T01:17:58.021Z] INFO: Tidying pidfile d:\CI\PR-44488\7\docker.pid [2022-12-01T01:17:58.021Z] INFO: Nuking d:\CI [2022-12-01T01:18:28.111Z] INFO: Zapped successfully [2022-12-01T01:18:28.111Z] [2022-12-01T01:18:28.111Z] INFO: executeCI.ps1 exiting at Thu Dec 1 01:18:23 CUT 2022. Duration 01:07:57.5912096 [2022-12-01T01:18:28.111Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-12-01T01:18:28.358Z] Recording test results [2022-12-01T01:18:35.297Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-12-01T01:18:37.395Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-12-01T01:18:39.177Z] Archiving artifacts [2022-12-01T01:18:53.733Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44488/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-12-01T01:18:54.679Z] + make clean [2022-12-01T01:18:56.240Z] docker volume rm -f docker-dev-cache [2022-12-01T01:18:56.240Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS