Pull request #45406 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from db9ab6438debd1b262c29479a23b4e972405ff75+3275e2a936789f19f9e7c5371ae3451579821968 (ba7bb3f0f4b4fe4c52d404693891e73c95203aba) 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-45406@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2023-05-05T19:00:46.840Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2023-05-05T19:00:46.843Z] Trying to pass milestone 4 [Pipeline] milestone [2023-05-05T19:00:46.960Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2023-05-05T19:00:52.974Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0beaada79903de4b0) in /home/ubuntu/workspace/moby_PR-45406 [Pipeline] { [Pipeline] checkout [2023-05-05T19:00:53.024Z] The recommended git tool is: git [2023-05-05T19:00:53.037Z] using credential docker-jenkins-github-credentials [2023-05-05T19:00:53.052Z] Cloning the remote Git repository [2023-05-05T19:00:53.052Z] Cloning with configured refspecs honoured and without tags [2023-05-05T19:00:53.054Z] Cloning repository https://github.com/moby/moby.git [2023-05-05T19:00:53.055Z] > git init /home/ubuntu/workspace/moby_PR-45406 # timeout=10 [2023-05-05T19:00:53.060Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:00:53.060Z] > git --version # timeout=10 [2023-05-05T19:00:53.062Z] > git --version # 'git version 2.17.1' [2023-05-05T19:00:53.062Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:00:53.063Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:05.024Z] Fetching without tags [2023-05-05T19:01:05.225Z] Merging remotes/origin/20.10 commit 3275e2a936789f19f9e7c5371ae3451579821968 into PR head commit db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:05.008Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:05.011Z] > git config --add remote.origin.fetch +refs/pull/45406/head:refs/remotes/origin/PR-45406 # timeout=10 [2023-05-05T19:01:05.013Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:05.021Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:05.026Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:05.027Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:05.027Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:05.227Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:05.230Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:05.696Z] Merge succeeded, producing db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:05.696Z] Checking out Revision db9ab6438debd1b262c29479a23b4e972405ff75 (PR-45406) [2023-05-05T19:01:06.306Z] Commit message: "update runc binary to v1.1.7" [2023-05-05T19:01:06.311Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T19:01:06.970Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45406:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2023-05-05T19:01:05.679Z] > git remote # timeout=10 [2023-05-05T19:01:05.682Z] > git config --get remote.origin.url # timeout=10 [2023-05-05T19:01:05.684Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:05.685Z] > git merge 3275e2a936789f19f9e7c5371ae3451579821968 # timeout=10 [2023-05-05T19:01:05.692Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-05T19:01:05.698Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:05.700Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:06.308Z] > git rev-list --no-walk 6a6174e0198f5c28ba022e18382b661f65a4f89d # timeout=10 [2023-05-05T19:01:12.226Z] 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 [2023-05-05T19:01:13.338Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0beaada79903de4b0) in /home/ubuntu/workspace/moby_PR-45406 [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 [2023-05-05T19:01:13.385Z] The recommended git tool is: git [2023-05-05T19:01:13.392Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2023-05-05T19:01:13.406Z] Fetching changes from the remote Git repository [2023-05-05T19:01:13.410Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2023-05-05T19:01:13.614Z] Merging remotes/origin/20.10 commit 3275e2a936789f19f9e7c5371ae3451579821968 into PR head commit db9ab6438debd1b262c29479a23b4e972405ff75 [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2023-05-05T19:01:13.674Z] Merge succeeded, producing db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:13.675Z] Checking out Revision db9ab6438debd1b262c29479a23b4e972405ff75 (PR-45406) [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2023-05-05T19:01:13.718Z] Commit message: "update runc binary to v1.1.7" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T19:01:13.404Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-45406/.git # timeout=10 [2023-05-05T19:01:13.408Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:13.412Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:13.412Z] > git --version # timeout=10 [2023-05-05T19:01:13.414Z] > git --version # 'git version 2.17.1' [2023-05-05T19:01:13.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:13.415Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:13.616Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:13.618Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:13.656Z] > git remote # timeout=10 [2023-05-05T19:01:13.658Z] > git config --get remote.origin.url # timeout=10 [2023-05-05T19:01:13.660Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:13.660Z] > git merge 3275e2a936789f19f9e7c5371ae3451579821968 # timeout=10 [2023-05-05T19:01:13.672Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-05T19:01:13.676Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:13.678Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:14.413Z] + [ PR != PR ] [2023-05-05T19:01:14.413Z] + [ 20.10 != master ] [2023-05-05T19:01:14.413Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-05-05T19:01:14.723Z] + docker version [2023-05-05T19:01:14.723Z] Client: Docker Engine - Community [2023-05-05T19:01:14.723Z] Version: 23.0.1 [2023-05-05T19:01:14.723Z] API version: 1.42 [2023-05-05T19:01:14.723Z] Go version: go1.19.5 [2023-05-05T19:01:14.723Z] Git commit: a5ee5b1 [2023-05-05T19:01:14.723Z] Built: Thu Feb 9 19:46:49 2023 [2023-05-05T19:01:14.723Z] OS/Arch: linux/amd64 [2023-05-05T19:01:14.723Z] Context: default [2023-05-05T19:01:14.723Z] [2023-05-05T19:01:14.723Z] Server: Docker Engine - Community [2023-05-05T19:01:14.723Z] Engine: [2023-05-05T19:01:14.723Z] Version: 23.0.1 [2023-05-05T19:01:14.723Z] API version: 1.42 (minimum version 1.12) [2023-05-05T19:01:14.723Z] Go version: go1.19.5 [2023-05-05T19:01:14.723Z] Git commit: bc3805a [2023-05-05T19:01:14.723Z] Built: Thu Feb 9 19:46:49 2023 [2023-05-05T19:01:14.723Z] OS/Arch: linux/amd64 [2023-05-05T19:01:14.723Z] Experimental: true [2023-05-05T19:01:14.723Z] containerd: [2023-05-05T19:01:14.723Z] Version: 1.6.18 [2023-05-05T19:01:14.723Z] GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:01:14.723Z] runc: [2023-05-05T19:01:14.723Z] Version: 1.1.4 [2023-05-05T19:01:14.723Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-05-05T19:01:14.723Z] docker-init: [2023-05-05T19:01:14.723Z] Version: 0.19.0 [2023-05-05T19:01:14.723Z] GitCommit: de40ad0 [Pipeline] sh [2023-05-05T19:01:15.000Z] + docker info [2023-05-05T19:01:15.000Z] Client: [2023-05-05T19:01:15.000Z] Context: default [2023-05-05T19:01:15.000Z] Debug Mode: false [2023-05-05T19:01:15.000Z] Plugins: [2023-05-05T19:01:15.000Z] buildx: Docker Buildx (Docker Inc.) [2023-05-05T19:01:15.000Z] Version: v0.10.4 [2023-05-05T19:01:15.000Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-05-05T19:01:15.000Z] compose: Docker Compose (Docker Inc.) [2023-05-05T19:01:15.000Z] Version: v2.16.0 [2023-05-05T19:01:15.000Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-05-05T19:01:15.000Z] scan: Docker Scan (Docker Inc.) [2023-05-05T19:01:15.000Z] Version: v0.23.0 [2023-05-05T19:01:15.000Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-05-05T19:01:15.000Z] [2023-05-05T19:01:15.000Z] Server: [2023-05-05T19:01:15.000Z] Containers: 0 [2023-05-05T19:01:15.000Z] Running: 0 [2023-05-05T19:01:15.000Z] Paused: 0 [2023-05-05T19:01:15.000Z] Stopped: 0 [2023-05-05T19:01:15.000Z] Images: 2 [2023-05-05T19:01:15.000Z] Server Version: 23.0.1 [2023-05-05T19:01:15.000Z] Storage Driver: overlay2 [2023-05-05T19:01:15.000Z] Backing Filesystem: extfs [2023-05-05T19:01:15.000Z] Supports d_type: true [2023-05-05T19:01:15.000Z] Using metacopy: false [2023-05-05T19:01:15.000Z] Native Overlay Diff: true [2023-05-05T19:01:15.000Z] userxattr: false [2023-05-05T19:01:15.000Z] Logging Driver: json-file [2023-05-05T19:01:15.000Z] Cgroup Driver: cgroupfs [2023-05-05T19:01:15.000Z] Cgroup Version: 1 [2023-05-05T19:01:15.000Z] Plugins: [2023-05-05T19:01:15.000Z] Volume: local [2023-05-05T19:01:15.000Z] Network: bridge host ipvlan macvlan null overlay [2023-05-05T19:01:15.000Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-05-05T19:01:15.000Z] Swarm: inactive [2023-05-05T19:01:15.000Z] Runtimes: io.containerd.runc.v2 runc [2023-05-05T19:01:15.000Z] Default Runtime: runc [2023-05-05T19:01:15.000Z] Init Binary: docker-init [2023-05-05T19:01:15.000Z] containerd version: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:01:15.000Z] runc version: v1.1.4-0-g5fd4c4d [2023-05-05T19:01:15.000Z] init version: de40ad0 [2023-05-05T19:01:15.000Z] Security Options: [2023-05-05T19:01:15.000Z] apparmor [2023-05-05T19:01:15.000Z] seccomp [2023-05-05T19:01:15.000Z] Profile: builtin [2023-05-05T19:01:15.000Z] Kernel Version: 5.4.0-1097-aws [2023-05-05T19:01:15.000Z] Operating System: Ubuntu 18.04.6 LTS [2023-05-05T19:01:15.000Z] OSType: linux [2023-05-05T19:01:15.000Z] Architecture: x86_64 [2023-05-05T19:01:15.000Z] CPUs: 8 [2023-05-05T19:01:15.000Z] Total Memory: 30.91GiB [2023-05-05T19:01:15.000Z] Name: ip-10-100-99-123 [2023-05-05T19:01:15.000Z] ID: f362b4ed-d2f6-482a-9172-f235455d5c62 [2023-05-05T19:01:15.000Z] Docker Root Dir: /var/lib/docker [2023-05-05T19:01:15.000Z] Debug Mode: false [2023-05-05T19:01:15.000Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:01:15.000Z] Experimental: true [2023-05-05T19:01:15.000Z] Insecure Registries: [2023-05-05T19:01:15.000Z] 127.0.0.0/8 [2023-05-05T19:01:15.000Z] Live Restore Enabled: true [2023-05-05T19:01:15.000Z] [2023-05-05T19:01:15.000Z] WARNING: No swap limit support [Pipeline] sh [2023-05-05T19:01:15.278Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:01:15.278Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:01:15.278Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45406/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-05-05T19:01:15.278Z] + bash /home/ubuntu/workspace/moby_PR-45406/check-config.sh [2023-05-05T19:01:15.278Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-05-05T19:01:15.278Z] info: reading kernel config from /boot/config-5.4.0-1097-aws ... [2023-05-05T19:01:15.278Z] [2023-05-05T19:01:15.278Z] Generally Necessary: [2023-05-05T19:01:15.278Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-05-05T19:01:15.278Z] - apparmor: enabled and tools installed [2023-05-05T19:01:15.278Z] - CONFIG_NAMESPACES: enabled [2023-05-05T19:01:15.278Z] - CONFIG_NET_NS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_PID_NS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_IPC_NS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_UTS_NS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_CGROUPS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-05-05T19:01:15.278Z] - CONFIG_CGROUP_DEVICE: enabled [2023-05-05T19:01:15.278Z] - CONFIG_CGROUP_FREEZER: enabled [2023-05-05T19:01:15.278Z] - CONFIG_CGROUP_SCHED: enabled [2023-05-05T19:01:15.278Z] - CONFIG_CPUSETS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_MEMCG: enabled [2023-05-05T19:01:15.278Z] - CONFIG_KEYS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_VETH: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_BRIDGE: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_NF_NAT_IPV4: missing [2023-05-05T19:01:15.278Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_NF_NAT: enabled (as module) [2023-05-05T19:01:15.278Z] - CONFIG_NF_NAT_NEEDED: missing [2023-05-05T19:01:15.278Z] - CONFIG_POSIX_MQUEUE: enabled [2023-05-05T19:01:15.278Z] [2023-05-05T19:01:15.278Z] Optional Features: [2023-05-05T19:01:15.278Z] - CONFIG_USER_NS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_SECCOMP: enabled [2023-05-05T19:01:15.278Z] - CONFIG_CGROUP_PIDS: enabled [2023-05-05T19:01:15.278Z] - CONFIG_MEMCG_SWAP: enabled [2023-05-05T19:01:15.535Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-05-05T19:01:15.535Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2023-05-05T19:01:15.535Z] - CONFIG_BLK_CGROUP: enabled [2023-05-05T19:01:15.535Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-05-05T19:01:15.535Z] - CONFIG_IOSCHED_CFQ: missing [2023-05-05T19:01:15.535Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-05-05T19:01:15.535Z] - CONFIG_CGROUP_PERF: enabled [2023-05-05T19:01:15.535Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-05-05T19:01:15.535Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-05-05T19:01:15.535Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-05-05T19:01:15.535Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-05-05T19:01:15.535Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-05-05T19:01:15.535Z] - CONFIG_RT_GROUP_SCHED: missing [2023-05-05T19:01:15.535Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-05-05T19:01:15.535Z] - CONFIG_IP_VS: enabled (as module) [2023-05-05T19:01:15.535Z] - CONFIG_IP_VS_NFCT: enabled [2023-05-05T19:01:15.535Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-05-05T19:01:15.535Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-05-05T19:01:15.535Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-05-05T19:01:15.535Z] - CONFIG_EXT4_FS: enabled [2023-05-05T19:01:15.535Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-05-05T19:01:15.535Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-05-05T19:01:15.535Z] - Network Drivers: [2023-05-05T19:01:15.535Z] - "overlay": [2023-05-05T19:01:15.535Z] - CONFIG_VXLAN: enabled (as module) [2023-05-05T19:01:15.536Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-05-05T19:01:15.536Z] Optional (for encrypted networks): [2023-05-05T19:01:15.793Z] - CONFIG_CRYPTO: enabled [2023-05-05T19:01:15.793Z] - CONFIG_CRYPTO_AEAD: enabled [2023-05-05T19:01:15.793Z] - CONFIG_CRYPTO_GCM: enabled [2023-05-05T19:01:15.793Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-05-05T19:01:15.793Z] - CONFIG_CRYPTO_GHASH: enabled [2023-05-05T19:01:15.793Z] - CONFIG_XFRM: enabled [2023-05-05T19:01:15.793Z] - CONFIG_XFRM_USER: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_INET_ESP: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-05-05T19:01:15.793Z] - "ipvlan": [2023-05-05T19:01:15.793Z] - CONFIG_IPVLAN: enabled (as module) [2023-05-05T19:01:15.793Z] - "macvlan": [2023-05-05T19:01:15.793Z] - CONFIG_MACVLAN: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_DUMMY: enabled (as module) [2023-05-05T19:01:15.793Z] - "ftp,tftp client in container": [2023-05-05T19:01:15.793Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-05-05T19:01:15.793Z] - Storage Drivers: [2023-05-05T19:01:15.793Z] - "aufs": [2023-05-05T19:01:15.793Z] - CONFIG_AUFS_FS: enabled (as module) [2023-05-05T19:01:15.793Z] - "btrfs": [2023-05-05T19:01:15.793Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-05-05T19:01:15.793Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-05-05T19:01:15.793Z] - "devicemapper": [2023-05-05T19:01:15.793Z] - CONFIG_BLK_DEV_DM: enabled [2023-05-05T19:01:15.793Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-05-05T19:01:15.793Z] - "overlay": [2023-05-05T19:01:15.793Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-05-05T19:01:15.793Z] - "zfs": [2023-05-05T19:01:15.793Z] - /dev/zfs: present [2023-05-05T19:01:15.793Z] - zfs command: missing [2023-05-05T19:01:15.793Z] - zpool command: missing [2023-05-05T19:01:15.793Z] [2023-05-05T19:01:15.793Z] Limits: [2023-05-05T19:01:15.793Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-05-05T19:01:15.793Z] [2023-05-05T19:01:15.793Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-05-05T19:01:16.113Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:db9ab6438debd1b262c29479a23b4e972405ff75 . [2023-05-05T19:01:16.371Z] #1 [internal] load .dockerignore [2023-05-05T19:01:16.371Z] #1 transferring context: 87B done [2023-05-05T19:01:16.371Z] #1 DONE 0.0s [2023-05-05T19:01:16.371Z] [2023-05-05T19:01:16.371Z] #2 [internal] load build definition from Dockerfile [2023-05-05T19:01:16.371Z] #2 transferring dockerfile: 17.17kB done [2023-05-05T19:01:16.371Z] #2 DONE 0.0s [2023-05-05T19:01:16.371Z] [2023-05-05T19:01:16.371Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-05-05T19:01:16.371Z] #3 DONE 0.1s [2023-05-05T19:01:16.371Z] [2023-05-05T19:01:16.371Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-05-05T19:01:16.371Z] #4 CACHED [2023-05-05T19:01:16.371Z] [2023-05-05T19:01:16.371Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:01:16.371Z] #5 ... [2023-05-05T19:01:16.371Z] [2023-05-05T19:01:16.371Z] #6 [internal] load metadata for docker.io/library/golang:1.19.9-bullseye [2023-05-05T19:01:16.371Z] #6 DONE 0.1s [2023-05-05T19:01:16.371Z] [2023-05-05T19:01:16.371Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2023-05-05T19:01:16.371Z] #7 DONE 0.1s [2023-05-05T19:01:16.371Z] [2023-05-05T19:01:16.371Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:01:16.371Z] #8 DONE 0.1s [2023-05-05T19:01:16.629Z] [2023-05-05T19:01:16.629Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:01:16.629Z] #5 DONE 0.1s [2023-05-05T19:01:16.629Z] [2023-05-05T19:01:16.629Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:01:16.629Z] #9 CACHED [2023-05-05T19:01:16.629Z] [2023-05-05T19:01:16.629Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:01:16.629Z] #10 CACHED [2023-05-05T19:01:16.629Z] [2023-05-05T19:01:16.629Z] #11 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:01:16.629Z] #11 CACHED [2023-05-05T19:01:16.629Z] [2023-05-05T19:01:16.629Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:01:16.629Z] #12 resolve docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 0.0s done [2023-05-05T19:01:16.890Z] #12 sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 1.86kB / 1.86kB done [2023-05-05T19:01:16.890Z] #12 sha256:695bd97c6b054b118b89b25a44d3a53de194b41fa46ee529836077411abf1e82 1.58kB / 1.58kB done [2023-05-05T19:01:16.890Z] #12 sha256:0a1c2e17bc25d699e4ffaabb32fbae72af23c080a432438943fee9e50ccf31b6 6.78kB / 6.78kB done [2023-05-05T19:01:16.890Z] #12 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 0B / 15.76MB 0.1s [2023-05-05T19:01:16.890Z] #12 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 15.76MB / 15.76MB 0.3s [2023-05-05T19:01:16.890Z] #12 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 14.68MB / 54.58MB 0.3s [2023-05-05T19:01:16.890Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 0B / 86.03MB 0.3s [2023-05-05T19:01:17.159Z] #12 ... [2023-05-05T19:01:17.159Z] [2023-05-05T19:01:17.159Z] #13 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-05-05T19:01:17.159Z] #13 DONE 0.4s [2023-05-05T19:01:17.159Z] [2023-05-05T19:01:17.159Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:01:17.159Z] #12 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 15.76MB / 15.76MB 0.3s done [2023-05-05T19:01:17.159Z] #12 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 20.97MB / 54.58MB 0.4s [2023-05-05T19:01:17.159Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 9.58MB / 86.03MB 0.4s [2023-05-05T19:01:17.159Z] #12 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e [2023-05-05T19:01:17.159Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 4.19MB / 149.07MB 0.4s [2023-05-05T19:01:17.159Z] #12 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 30.41MB / 54.58MB 0.5s [2023-05-05T19:01:17.159Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 18.87MB / 86.03MB 0.5s [2023-05-05T19:01:17.425Z] #12 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 42.99MB / 54.58MB 0.6s [2023-05-05T19:01:17.426Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 31.46MB / 86.03MB 0.6s [2023-05-05T19:01:17.426Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 22.02MB / 149.07MB 0.6s [2023-05-05T19:01:17.426Z] #12 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 54.53MB / 54.58MB 0.7s [2023-05-05T19:01:17.426Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 41.94MB / 86.03MB 0.7s [2023-05-05T19:01:17.426Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 32.51MB / 149.07MB 0.7s [2023-05-05T19:01:17.426Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 52.43MB / 86.03MB 0.8s [2023-05-05T19:01:17.426Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 43.46MB / 149.07MB 0.8s [2023-05-05T19:01:17.724Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 62.91MB / 86.03MB 0.9s [2023-05-05T19:01:17.724Z] #12 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 0.6s done [2023-05-05T19:01:17.724Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 54.53MB / 149.07MB 0.9s [2023-05-05T19:01:17.724Z] #12 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 54.58MB / 54.58MB 0.9s done [2023-05-05T19:01:17.724Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 80.74MB / 86.03MB 1.1s [2023-05-05T19:01:17.724Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 72.35MB / 149.07MB 1.1s [2023-05-05T19:01:17.982Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 85.98MB / 86.03MB 1.2s [2023-05-05T19:01:17.982Z] #12 sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 155B / 155B 1.2s [2023-05-05T19:01:17.982Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 90.18MB / 149.07MB 1.3s [2023-05-05T19:01:17.982Z] #12 sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 155B / 155B 1.2s done [2023-05-05T19:01:18.239Z] #12 ... [2023-05-05T19:01:18.239Z] [2023-05-05T19:01:18.239Z] #14 [internal] load build context [2023-05-05T19:01:18.239Z] #14 transferring context: 53.56MB 1.3s done [2023-05-05T19:01:18.239Z] #14 DONE 1.4s [2023-05-05T19:01:18.239Z] [2023-05-05T19:01:18.239Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:01:18.239Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 115.34MB / 149.07MB 1.5s [2023-05-05T19:01:18.496Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 144.70MB / 149.07MB 1.8s [2023-05-05T19:01:18.754Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 86.03MB / 86.03MB 2.0s done [2023-05-05T19:01:19.022Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0981b32f5c82e844b) in /home/ubuntu/workspace/moby_PR-45406 [Pipeline] { [2023-05-05T19:01:19.044Z] #12 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 [Pipeline] checkout [2023-05-05T19:01:19.096Z] The recommended git tool is: git [2023-05-05T19:01:19.302Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 149.07MB / 149.07MB 2.5s done [2023-05-05T19:01:20.673Z] #12 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 1.4s done [2023-05-05T19:01:20.862Z] using credential docker-jenkins-github-credentials [2023-05-05T19:01:20.876Z] Cloning the remote Git repository [2023-05-05T19:01:20.876Z] Cloning with configured refspecs honoured and without tags [2023-05-05T19:01:20.932Z] #12 extracting sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b [2023-05-05T19:01:20.819Z] Cloning repository https://github.com/moby/moby.git [2023-05-05T19:01:20.882Z] > git init /home/ubuntu/workspace/moby_PR-45406 # timeout=10 [2023-05-05T19:01:21.141Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:21.141Z] > git --version # timeout=10 [2023-05-05T19:01:21.145Z] > git --version # 'git version 2.25.1' [2023-05-05T19:01:21.145Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:21.146Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:22.476Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09770e78e9e61498f) in /home/ubuntu/workspace/moby_PR-45406 [Pipeline] { [Pipeline] checkout [2023-05-05T19:01:22.558Z] The recommended git tool is: git [2023-05-05T19:01:22.840Z] #12 ... [2023-05-05T19:01:22.840Z] [2023-05-05T19:01:22.840Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-05-05T19:01:22.840Z] #15 DONE 5.5s [2023-05-05T19:01:22.840Z] [2023-05-05T19:01:22.840Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:01:23.098Z] #12 extracting sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 2.0s done [2023-05-05T19:01:23.662Z] #12 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 0.1s [2023-05-05T19:01:24.251Z] using credential docker-jenkins-github-credentials [2023-05-05T19:01:24.263Z] Cloning the remote Git repository [2023-05-05T19:01:24.263Z] Cloning with configured refspecs honoured and without tags [2023-05-05T19:01:23.765Z] Cloning repository https://github.com/moby/moby.git [2023-05-05T19:01:23.809Z] > git init /home/ubuntu/workspace/moby_PR-45406 # timeout=10 [2023-05-05T19:01:24.014Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:24.014Z] > git --version # timeout=10 [2023-05-05T19:01:24.017Z] > git --version # 'git version 2.17.1' [2023-05-05T19:01:24.017Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:24.061Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:26.941Z] #12 ... [2023-05-05T19:01:26.941Z] [2023-05-05T19:01:26.941Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:01:26.941Z] #0 1.153 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:01:26.941Z] #0 1.166 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:01:26.941Z] #0 1.166 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:01:26.941Z] #0 1.312 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:01:26.941Z] #0 1.894 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:01:26.941Z] #0 1.912 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:01:26.942Z] #0 3.076 Fetched 8644 kB in 2s (3947 kB/s) [2023-05-05T19:01:26.942Z] #0 3.076 Reading package lists... [2023-05-05T19:01:26.942Z] #0 3.745 Reading package lists... [2023-05-05T19:01:26.942Z] #0 4.272 Building dependency tree... [2023-05-05T19:01:26.942Z] #0 4.578 The following additional packages will be installed: [2023-05-05T19:01:26.942Z] #0 4.579 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-05-05T19:01:26.942Z] #0 4.579 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-05-05T19:01:26.942Z] #0 4.580 Recommended packages: [2023-05-05T19:01:26.942Z] #0 4.580 libldap-common publicsuffix libsasl2-modules [2023-05-05T19:01:26.942Z] #0 4.730 The following NEW packages will be installed: [2023-05-05T19:01:26.942Z] #0 4.731 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-05-05T19:01:26.942Z] #0 4.731 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-05-05T19:01:26.942Z] #0 4.732 libssh2-1 openssl [2023-05-05T19:01:26.942Z] #0 5.004 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:01:26.942Z] #0 5.004 Need to get 3050 kB of archives. [2023-05-05T19:01:26.942Z] #0 5.004 After this operation, 6663 kB of additional disk space will be used. [2023-05-05T19:01:26.942Z] #0 5.004 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-05-05T19:01:26.942Z] #0 5.035 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-05-05T19:01:26.942Z] #0 5.046 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-05-05T19:01:26.942Z] #0 5.051 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-05-05T19:01:26.942Z] #0 5.054 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-05-05T19:01:26.942Z] #0 5.068 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-05-05T19:01:26.942Z] #0 5.093 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-05-05T19:01:26.942Z] #0 5.122 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-05-05T19:01:26.942Z] #0 5.151 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-05-05T19:01:26.942Z] #0 5.154 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-05-05T19:01:26.942Z] #0 5.183 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-05-05T19:01:26.942Z] #0 5.242 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-05-05T19:01:26.942Z] #0 5.306 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:01:26.942Z] #0 5.325 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:01:26.942Z] #0 5.347 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:01:26.942Z] #0 5.634 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:01:26.942Z] #0 5.673 Fetched 3050 kB in 1s (4991 kB/s) [2023-05-05T19:01:26.942Z] #0 5.882 Selecting previously unselected package openssl. [2023-05-05T19:01:26.942Z] #0 5.882 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6664 files and directories currently installed.) [2023-05-05T19:01:26.942Z] #0 5.889 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-05-05T19:01:26.942Z] #0 5.892 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:01:26.942Z] #0 6.004 Selecting previously unselected package ca-certificates. [2023-05-05T19:01:26.942Z] #0 6.006 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-05-05T19:01:26.942Z] #0 6.009 Unpacking ca-certificates (20210119) ... [2023-05-05T19:01:26.942Z] #0 6.129 Selecting previously unselected package libbrotli1:amd64. [2023-05-05T19:01:26.942Z] #0 6.131 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-05-05T19:01:26.942Z] #0 6.138 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:01:26.942Z] #0 6.362 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-05-05T19:01:26.942Z] #0 6.389 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:01:26.942Z] #0 6.586 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:01:26.942Z] #0 7.262 Selecting previously unselected package libsasl2-2:amd64. [2023-05-05T19:01:26.942Z] #0 7.263 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:01:26.942Z] #0 7.288 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:01:26.942Z] #0 8.113 Selecting previously unselected package libldap-2.4-2:amd64. [2023-05-05T19:01:26.942Z] #0 8.115 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-05-05T19:01:26.942Z] #0 8.177 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:01:26.942Z] #0 9.183 Selecting previously unselected package libnghttp2-14:amd64. [2023-05-05T19:01:26.942Z] #0 9.185 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-05-05T19:01:26.942Z] #0 9.350 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:01:26.942Z] #16 ... [2023-05-05T19:01:26.942Z] [2023-05-05T19:01:26.942Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:01:27.876Z] #12 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 4.4s done [2023-05-05T19:01:28.338Z] Still waiting to schedule task [2023-05-05T19:01:28.339Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02eac5d1ac930b190)’ is offline [2023-05-05T19:01:28.339Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dc3721a978d230b6)’ is offline [2023-05-05T19:01:28.339Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0523d39f4a2713888)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2023-05-05T19:01:28.339Z] ‘linuxone-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2023-05-05T19:01:28.339Z] ‘linuxone-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2023-05-05T19:01:28.339Z] ‘linuxone-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2023-05-05T19:01:28.339Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2023-05-05T19:01:28.339Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ [2023-05-05T19:01:28.339Z] Still waiting to schedule task [2023-05-05T19:01:28.339Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0523d39f4a2713888)’ is offline [2023-05-05T19:01:28.342Z] Still waiting to schedule task [2023-05-05T19:01:28.342Z] All nodes of label ‘windows-2019’ are offline [2023-05-05T19:01:28.441Z] #12 extracting sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 done [2023-05-05T19:01:28.441Z] #12 DONE 11.8s [2023-05-05T19:01:28.441Z] [2023-05-05T19:01:28.441Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:01:28.441Z] #16 10.37 Selecting previously unselected package libpsl5:amd64. [2023-05-05T19:01:28.441Z] #16 10.37 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.38 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:01:28.441Z] #16 10.41 Selecting previously unselected package librtmp1:amd64. [2023-05-05T19:01:28.441Z] #16 10.42 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:01:28.441Z] #16 10.55 Selecting previously unselected package libssh2-1:amd64. [2023-05-05T19:01:28.441Z] #16 10.55 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.56 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:01:28.441Z] #16 10.62 Selecting previously unselected package libcurl4:amd64. [2023-05-05T19:01:28.441Z] #16 10.62 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.63 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:01:28.441Z] #16 10.74 Selecting previously unselected package curl. [2023-05-05T19:01:28.441Z] #16 10.74 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.75 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:01:28.441Z] #16 10.80 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:01:28.441Z] #16 10.80 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.81 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:01:28.441Z] #16 10.87 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:01:28.441Z] #16 10.87 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.87 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:01:28.441Z] #16 10.95 Selecting previously unselected package jq. [2023-05-05T19:01:28.441Z] #16 10.95 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:01:28.441Z] #16 10.95 Unpacking jq (1.6-2.1) ... [2023-05-05T19:01:28.441Z] #16 10.99 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:01:28.441Z] #16 11.00 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:01:28.441Z] #16 11.02 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:01:28.441Z] #16 11.03 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:01:28.441Z] #16 11.04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:01:28.441Z] #16 11.05 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:01:28.441Z] #16 11.06 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:01:28.441Z] #16 11.07 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:01:28.441Z] #16 11.08 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:01:28.441Z] #16 11.10 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:01:28.441Z] #16 11.11 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:01:28.441Z] #16 11.13 Setting up ca-certificates (20210119) ... [2023-05-05T19:01:28.441Z] #16 11.56 Updating certificates in /etc/ssl/certs... [2023-05-05T19:01:28.717Z] #16 12.09 129 added, 0 removed; done. [2023-05-05T19:01:29.058Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02eac5d1ac930b190) in /home/ubuntu/workspace/moby_PR-45406 [Pipeline] { [Pipeline] checkout [2023-05-05T19:01:29.225Z] The recommended git tool is: git [2023-05-05T19:01:29.283Z] #16 12.50 Setting up jq (1.6-2.1) ... [2023-05-05T19:01:29.848Z] #16 13.17 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:01:31.023Z] using credential docker-jenkins-github-credentials [2023-05-05T19:01:31.034Z] Cloning the remote Git repository [2023-05-05T19:01:31.034Z] Cloning with configured refspecs honoured and without tags [2023-05-05T19:01:31.223Z] #16 14.22 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:01:31.336Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0523d39f4a2713888) in /home/ubuntu/workspace/moby_PR-45406 [Pipeline] { [Pipeline] checkout [2023-05-05T19:01:31.415Z] The recommended git tool is: git [2023-05-05T19:01:30.373Z] Cloning repository https://github.com/moby/moby.git [2023-05-05T19:01:30.415Z] > git init /home/ubuntu/workspace/moby_PR-45406 # timeout=10 [2023-05-05T19:01:30.611Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:30.611Z] > git --version # timeout=10 [2023-05-05T19:01:30.614Z] > git --version # 'git version 2.17.1' [2023-05-05T19:01:30.614Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:30.615Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:32.171Z] #16 15.26 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:01:32.171Z] #16 15.57 Processing triggers for ca-certificates (20210119) ... [2023-05-05T19:01:32.429Z] #16 15.73 Updating certificates in /etc/ssl/certs... [2023-05-05T19:01:32.686Z] #16 16.07 0 added, 0 removed; done. [2023-05-05T19:01:32.686Z] #16 16.07 Running hooks in /etc/ca-certificates/update.d... [2023-05-05T19:01:32.943Z] #16 16.07 done. [2023-05-05T19:01:33.038Z] using credential docker-jenkins-github-credentials [2023-05-05T19:01:33.050Z] Cloning the remote Git repository [2023-05-05T19:01:33.050Z] Cloning with configured refspecs honoured and without tags [2023-05-05T19:01:33.029Z] Cloning repository https://github.com/moby/moby.git [2023-05-05T19:01:33.073Z] > git init /home/ubuntu/workspace/moby_PR-45406 # timeout=10 [2023-05-05T19:01:33.319Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:33.319Z] > git --version # timeout=10 [2023-05-05T19:01:33.322Z] > git --version # 'git version 2.25.1' [2023-05-05T19:01:33.323Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:33.324Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:33.643Z] Fetching without tags [2023-05-05T19:01:33.847Z] Merging remotes/origin/20.10 commit 3275e2a936789f19f9e7c5371ae3451579821968 into PR head commit db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:33.960Z] Fetching without tags [2023-05-05T19:01:34.152Z] Merging remotes/origin/20.10 commit 3275e2a936789f19f9e7c5371ae3451579821968 into PR head commit db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:34.424Z] Merge succeeded, producing db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:34.424Z] Checking out Revision db9ab6438debd1b262c29479a23b4e972405ff75 (PR-45406) [2023-05-05T19:01:34.627Z] Merge succeeded, producing db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:34.627Z] Checking out Revision db9ab6438debd1b262c29479a23b4e972405ff75 (PR-45406) [2023-05-05T19:01:33.576Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:33.580Z] > git config --add remote.origin.fetch +refs/pull/45406/head:refs/remotes/origin/PR-45406 # timeout=10 [2023-05-05T19:01:33.583Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:33.589Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:33.597Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:33.597Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:33.598Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:33.805Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:33.808Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:34.356Z] > git remote # timeout=10 [2023-05-05T19:01:34.360Z] > git config --get remote.origin.url # timeout=10 [2023-05-05T19:01:34.363Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:34.364Z] > git merge 3275e2a936789f19f9e7c5371ae3451579821968 # timeout=10 [2023-05-05T19:01:34.371Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-05T19:01:34.378Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:34.381Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:33.933Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:33.940Z] > git config --add remote.origin.fetch +refs/pull/45406/head:refs/remotes/origin/PR-45406 # timeout=10 [2023-05-05T19:01:33.946Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:33.957Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:33.963Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:33.963Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:33.964Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:34.159Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:34.161Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:34.611Z] > git remote # timeout=10 [2023-05-05T19:01:34.615Z] > git config --get remote.origin.url # timeout=10 [2023-05-05T19:01:34.617Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:34.618Z] > git merge 3275e2a936789f19f9e7c5371ae3451579821968 # timeout=10 [2023-05-05T19:01:34.624Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-05T19:01:34.629Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:34.632Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:37.121Z] #16 DONE 20.2s [2023-05-05T19:01:37.121Z] [2023-05-05T19:01:37.121Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-05-05T19:01:37.121Z] #17 DONE 8.4s [2023-05-05T19:01:37.121Z] [2023-05-05T19:01:37.121Z] #18 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-05-05T19:01:37.121Z] #18 DONE 0.0s [2023-05-05T19:01:37.121Z] [2023-05-05T19:01:37.121Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:01:37.688Z] #19 ... [2023-05-05T19:01:37.688Z] [2023-05-05T19:01:37.688Z] #20 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2023-05-05T19:01:37.688Z] #20 DONE 0.7s [2023-05-05T19:01:37.688Z] [2023-05-05T19:01:37.688Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-05-05T19:01:37.688Z] #21 DONE 0.1s [2023-05-05T19:01:37.688Z] [2023-05-05T19:01:37.688Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-05-05T19:01:37.688Z] #22 DONE 0.1s [2023-05-05T19:01:37.688Z] [2023-05-05T19:01:37.688Z] #23 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:01:38.298Z] Commit message: "update runc binary to v1.1.7" [2023-05-05T19:01:38.601Z] Commit message: "update runc binary to v1.1.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-05-05T19:01:39.102Z] + docker version [2023-05-05T19:01:39.392Z] + docker version [2023-05-05T19:01:39.593Z] #23 1.812 + git clone https://github.com/docker/distribution.git . [2023-05-05T19:01:39.593Z] #23 1.812 Cloning into '.'... [2023-05-05T19:01:42.909Z] #23 ... [2023-05-05T19:01:42.909Z] [2023-05-05T19:01:42.909Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:01:42.909Z] #19 1.463 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-05-05T19:01:42.909Z] #19 1.799 #=#=# [2023-05-05T19:01:42.909Z] #19 2.046 #=#=# ######################################################################## 100.0% [2023-05-05T19:01:42.909Z] #19 2.329 [2023-05-05T19:01:42.909Z] #19 3.535 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-05-05T19:01:42.909Z] #19 4.142 [2023-05-05T19:01:42.909Z] #19 4.403 #=#=# 0.3% ######################################################################## 100.0% [2023-05-05T19:01:42.909Z] #19 4.966 [2023-05-05T19:01:43.126Z] Fetching without tags [2023-05-05T19:01:43.168Z] #19 6.186 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-05-05T19:01:43.352Z] Merging remotes/origin/20.10 commit 3275e2a936789f19f9e7c5371ae3451579821968 into PR head commit db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:43.070Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:43.085Z] > git config --add remote.origin.fetch +refs/pull/45406/head:refs/remotes/origin/PR-45406 # timeout=10 [2023-05-05T19:01:43.091Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:43.112Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:43.128Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:43.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:43.161Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:43.357Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:43.359Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:43.744Z] #19 6.694 [2023-05-05T19:01:43.929Z] Merge succeeded, producing db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:43.930Z] Checking out Revision db9ab6438debd1b262c29479a23b4e972405ff75 (PR-45406) [2023-05-05T19:01:44.523Z] #19 6.951 #=#=# 0.1% ############## 19.5% ############################# 41.5% ################################################ 67.6% ########################################################### 82.9% ######################################################################## 100.0% [2023-05-05T19:01:44.672Z] Fetching without tags [2023-05-05T19:01:44.784Z] #19 7.992 [2023-05-05T19:01:44.921Z] Merging remotes/origin/20.10 commit 3275e2a936789f19f9e7c5371ae3451579821968 into PR head commit db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:43.803Z] > git remote # timeout=10 [2023-05-05T19:01:43.806Z] > git config --get remote.origin.url # timeout=10 [2023-05-05T19:01:43.809Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:43.920Z] > git merge 3275e2a936789f19f9e7c5371ae3451579821968 # timeout=10 [2023-05-05T19:01:43.926Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-05T19:01:43.931Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:43.933Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:45.702Z] Merge succeeded, producing db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:01:45.702Z] Checking out Revision db9ab6438debd1b262c29479a23b4e972405ff75 (PR-45406) [2023-05-05T19:01:44.636Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:44.639Z] > git config --add remote.origin.fetch +refs/pull/45406/head:refs/remotes/origin/PR-45406 # timeout=10 [2023-05-05T19:01:44.642Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:44.654Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:01:44.701Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:01:44.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:44.703Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:01:44.911Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:44.914Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:45.670Z] > git remote # timeout=10 [2023-05-05T19:01:45.673Z] > git config --get remote.origin.url # timeout=10 [2023-05-05T19:01:45.676Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:01:45.677Z] > git merge 3275e2a936789f19f9e7c5371ae3451579821968 # timeout=10 [2023-05-05T19:01:45.685Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-05T19:01:46.690Z] #19 9.755 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-05-05T19:01:46.950Z] #19 ... [2023-05-05T19:01:46.951Z] [2023-05-05T19:01:46.951Z] #24 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2023-05-05T19:01:46.951Z] #0 1.280 + RM_GOPATH=0 [2023-05-05T19:01:46.951Z] #0 1.280 + TMP_GOPATH= [2023-05-05T19:01:46.951Z] #0 1.280 + : /build [2023-05-05T19:01:46.951Z] #0 1.280 + '[' -z '' ']' [2023-05-05T19:01:46.951Z] #0 1.280 ++ mktemp -d [2023-05-05T19:01:46.951Z] #0 1.284 + export GOPATH=/tmp/tmp.JgUsi7Dvf3 [2023-05-05T19:01:46.951Z] #0 1.284 + GOPATH=/tmp/tmp.JgUsi7Dvf3 [2023-05-05T19:01:46.951Z] #0 1.284 + RM_GOPATH=1 [2023-05-05T19:01:46.951Z] #0 1.284 + case "$(go env GOARCH)" in [2023-05-05T19:01:46.951Z] #0 1.284 ++ go env GOARCH [2023-05-05T19:01:46.951Z] #0 1.293 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:46.951Z] #0 1.293 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:46.951Z] #0 1.296 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:01:46.951Z] #0 1.296 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:46.951Z] #0 1.296 + dir=/tmp/install [2023-05-05T19:01:46.951Z] #0 1.296 + bin=vndr [2023-05-05T19:01:46.951Z] #0 1.296 + shift [2023-05-05T19:01:46.951Z] #0 1.296 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-05-05T19:01:46.951Z] #0 1.296 + . /tmp/install/vndr.installer [2023-05-05T19:01:46.951Z] #0 1.296 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:01:46.951Z] #0 1.296 + install_vndr [2023-05-05T19:01:46.951Z] #0 1.296 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-05-05T19:01:46.951Z] #0 1.296 + GOBIN=/build [2023-05-05T19:01:46.951Z] #0 1.296 + GO111MODULE=on [2023-05-05T19:01:46.951Z] #0 1.296 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:01:46.951Z] #0 1.411 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:01:46.951Z] #24 DONE 9.3s [2023-05-05T19:01:46.951Z] [2023-05-05T19:01:46.951Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:01:46.951Z] #0 1.798 + RM_GOPATH=0 [2023-05-05T19:01:46.951Z] #0 1.798 + TMP_GOPATH= [2023-05-05T19:01:46.951Z] #0 1.798 + : /build [2023-05-05T19:01:46.951Z] #0 1.798 + '[' -z '' ']' [2023-05-05T19:01:46.951Z] #0 1.798 ++ mktemp -d [2023-05-05T19:01:46.951Z] #0 1.805 + export GOPATH=/tmp/tmp.tCcwEi5Kl9 [2023-05-05T19:01:46.951Z] #0 1.805 + GOPATH=/tmp/tmp.tCcwEi5Kl9 [2023-05-05T19:01:46.951Z] #0 1.805 + RM_GOPATH=1 [2023-05-05T19:01:46.951Z] #0 1.805 + case "$(go env GOARCH)" in [2023-05-05T19:01:46.951Z] #0 1.805 ++ go env GOARCH [2023-05-05T19:01:46.951Z] #0 1.813 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:46.951Z] #0 1.813 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:46.951Z] #0 1.813 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:46.951Z] #0 1.813 + dir=/tmp/install [2023-05-05T19:01:46.951Z] #0 1.813 + bin=dockercli [2023-05-05T19:01:46.951Z] #0 1.813 + shift [2023-05-05T19:01:46.951Z] #0 1.813 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-05-05T19:01:46.951Z] #0 1.813 + . /tmp/install/dockercli.installer [2023-05-05T19:01:46.951Z] #0 1.813 ++ : stable [2023-05-05T19:01:46.951Z] #0 1.813 ++ : 17.06.2-ce [2023-05-05T19:01:46.951Z] #0 1.813 + install_dockercli [2023-05-05T19:01:46.951Z] #0 1.813 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-05-05T19:01:46.951Z] #0 1.813 Install docker/cli version 17.06.2-ce from stable [2023-05-05T19:01:46.951Z] #0 1.831 ++ uname -m [2023-05-05T19:01:46.951Z] #0 1.837 + arch=x86_64 [2023-05-05T19:01:46.951Z] #0 1.837 + '[' x86_64 '!=' x86_64 ']' [2023-05-05T19:01:46.951Z] #0 1.837 + url=https://download.docker.com/linux/static [2023-05-05T19:01:46.951Z] #0 1.838 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-05-05T19:01:46.951Z] #0 1.840 + tar -xz docker/docker [2023-05-05T19:01:46.951Z] #0 4.232 + mkdir -p /build [2023-05-05T19:01:46.951Z] #0 4.233 + mv docker/docker /build/ [2023-05-05T19:01:46.951Z] #0 4.245 + rmdir docker [2023-05-05T19:01:46.951Z] #25 DONE 9.3s [2023-05-05T19:01:46.951Z] [2023-05-05T19:01:46.951Z] #26 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:01:46.951Z] #0 1.323 + RM_GOPATH=0 [2023-05-05T19:01:46.951Z] #0 1.323 + TMP_GOPATH= [2023-05-05T19:01:46.951Z] #0 1.323 + : /build [2023-05-05T19:01:46.951Z] #0 1.323 + '[' -z '' ']' [2023-05-05T19:01:46.951Z] #0 1.323 ++ mktemp -d [2023-05-05T19:01:46.951Z] #0 1.327 + export GOPATH=/tmp/tmp.qWaDzBxwlX [2023-05-05T19:01:46.951Z] #0 1.327 + GOPATH=/tmp/tmp.qWaDzBxwlX [2023-05-05T19:01:46.951Z] #0 1.327 + RM_GOPATH=1 [2023-05-05T19:01:46.951Z] #0 1.327 + case "$(go env GOARCH)" in [2023-05-05T19:01:46.951Z] #0 1.327 ++ go env GOARCH [2023-05-05T19:01:46.951Z] #0 1.334 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:46.951Z] #0 1.334 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:46.951Z] #0 1.335 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:46.951Z] #0 1.336 Install golangci-lint version v1.49.0 [2023-05-05T19:01:46.951Z] #0 1.336 + dir=/tmp/install [2023-05-05T19:01:46.951Z] #0 1.336 + bin=golangci_lint [2023-05-05T19:01:46.951Z] #0 1.336 + shift [2023-05-05T19:01:46.951Z] #0 1.336 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-05-05T19:01:46.951Z] #0 1.336 + . /tmp/install/golangci_lint.installer [2023-05-05T19:01:46.951Z] #0 1.336 ++ : v1.49.0 [2023-05-05T19:01:46.951Z] #0 1.336 + install_golangci_lint [2023-05-05T19:01:46.951Z] #0 1.336 + set -e [2023-05-05T19:01:46.951Z] #0 1.336 + echo 'Install golangci-lint version v1.49.0' [2023-05-05T19:01:46.951Z] #0 1.336 + GOBIN=/build [2023-05-05T19:01:46.951Z] #0 1.336 + GO111MODULE=on [2023-05-05T19:01:46.951Z] #0 1.336 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-05-05T19:01:46.951Z] #0 1.718 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-05-05T19:01:46.951Z] #0 2.910 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:01:46.951Z] #0 2.911 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:01:46.951Z] #0 2.912 go: downloading github.com/spf13/cobra v1.5.0 [2023-05-05T19:01:46.951Z] #0 2.912 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:01:46.951Z] #0 2.912 go: downloading github.com/spf13/pflag v1.0.5 [2023-05-05T19:01:46.951Z] #0 2.913 go: downloading github.com/spf13/viper v1.12.0 [2023-05-05T19:01:46.951Z] #0 2.922 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-05-05T19:01:46.951Z] #0 3.068 go: downloading golang.org/x/tools v0.1.12 [2023-05-05T19:01:46.951Z] #0 3.106 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-05-05T19:01:46.951Z] #0 3.112 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-05-05T19:01:46.951Z] #0 3.121 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-05-05T19:01:46.951Z] #0 3.193 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-05-05T19:01:46.951Z] #0 3.296 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-05-05T19:01:46.951Z] #0 3.296 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-05-05T19:01:46.951Z] #0 3.356 go: downloading github.com/stretchr/testify v1.8.0 [2023-05-05T19:01:46.951Z] #0 3.363 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-05-05T19:01:46.951Z] #0 3.461 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-05-05T19:01:46.951Z] #0 3.492 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-05-05T19:01:46.951Z] #0 3.522 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-05-05T19:01:46.951Z] #0 3.528 go: downloading github.com/Antonboom/errname v0.1.7 [2023-05-05T19:01:46.951Z] #0 3.532 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-05-05T19:01:46.951Z] #0 3.586 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-05-05T19:01:46.951Z] #0 3.702 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-05-05T19:01:46.951Z] #0 3.705 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-05-05T19:01:46.951Z] #0 3.708 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-05-05T19:01:46.951Z] #0 3.729 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-05-05T19:01:46.951Z] #0 3.907 go: downloading github.com/alingse/asasalint v0.0.11 [2023-05-05T19:01:46.951Z] #0 3.997 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-05-05T19:01:46.951Z] #0 4.010 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-05-05T19:01:46.951Z] #0 4.013 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-05-05T19:01:46.951Z] #0 4.019 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-05-05T19:01:46.951Z] #0 4.146 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-05-05T19:01:46.951Z] #0 4.154 go: downloading github.com/breml/bidichk v0.2.3 [2023-05-05T19:01:46.951Z] #0 4.202 go: downloading github.com/breml/errchkjson v0.3.0 [2023-05-05T19:01:46.951Z] #0 4.206 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-05-05T19:01:46.951Z] #0 4.235 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-05-05T19:01:46.951Z] #0 4.250 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-05-05T19:01:46.951Z] #0 4.290 go: downloading github.com/daixiang0/gci v0.6.3 [2023-05-05T19:01:46.951Z] #0 4.336 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-05-05T19:01:46.951Z] #0 4.422 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-05-05T19:01:46.951Z] #0 4.424 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-05-05T19:01:46.951Z] #0 4.732 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-05-05T19:01:46.951Z] #0 4.753 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-05-05T19:01:46.951Z] #0 4.754 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-05-05T19:01:46.951Z] #0 4.919 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-05-05T19:01:46.951Z] #0 4.983 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-05-05T19:01:46.951Z] #0 5.155 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-05-05T19:01:46.951Z] #0 5.161 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-05-05T19:01:46.951Z] #0 5.241 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-05-05T19:01:46.951Z] #0 5.256 go: downloading github.com/golangci/misspell v0.3.5 [2023-05-05T19:01:46.951Z] #0 5.296 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-05-05T19:01:46.951Z] #0 5.342 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-05-05T19:01:46.951Z] #0 5.417 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-05-05T19:01:46.951Z] #0 5.440 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-05-05T19:01:46.951Z] #0 5.458 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-05-05T19:01:46.951Z] #0 5.591 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-05-05T19:01:46.951Z] #0 5.600 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-05-05T19:01:46.951Z] #0 5.607 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-05-05T19:01:46.951Z] #0 5.663 go: downloading github.com/julz/importas v0.1.0 [2023-05-05T19:01:46.951Z] #0 5.724 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-05-05T19:01:46.951Z] #0 5.725 go: downloading github.com/kulti/thelper v0.6.3 [2023-05-05T19:01:46.951Z] #0 5.764 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-05-05T19:01:46.951Z] #0 5.787 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-05-05T19:01:46.951Z] #0 5.853 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-05-05T19:01:46.951Z] #0 5.858 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-05-05T19:01:46.951Z] #0 6.010 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-05-05T19:01:46.951Z] #0 6.049 go: downloading github.com/maratori/testpackage v1.1.0 [2023-05-05T19:01:46.951Z] #0 6.170 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-05-05T19:01:46.951Z] #0 6.230 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-05-05T19:01:46.951Z] #0 6.257 go: downloading github.com/mgechev/revive v1.2.3 [2023-05-05T19:01:46.951Z] #0 6.269 go: downloading github.com/moricho/tparallel v0.2.1 [2023-05-05T19:01:46.951Z] #0 6.275 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-05-05T19:01:46.951Z] #0 6.390 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-05-05T19:01:46.951Z] #0 6.395 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-05-05T19:01:46.951Z] #0 6.433 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-05-05T19:01:46.951Z] #0 6.670 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-05-05T19:01:46.951Z] #0 6.685 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-05-05T19:01:46.951Z] #0 6.873 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-05-05T19:01:46.951Z] #0 6.929 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-05-05T19:01:46.951Z] #0 6.931 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-05-05T19:01:46.951Z] #0 6.964 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-05-05T19:01:46.951Z] #0 7.181 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-05-05T19:01:46.951Z] #0 7.269 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-05-05T19:01:46.951Z] #0 7.269 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-05-05T19:01:46.951Z] #0 7.270 go: downloading github.com/sivchari/tenv v1.7.0 [2023-05-05T19:01:46.951Z] #0 7.329 go: downloading github.com/sonatard/noctx v0.0.1 [2023-05-05T19:01:46.951Z] #0 7.335 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-05-05T19:01:46.951Z] #0 7.336 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-05-05T19:01:46.951Z] #0 7.358 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-05-05T19:01:46.951Z] #0 7.366 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-05-05T19:01:46.951Z] #0 7.380 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-05-05T19:01:46.951Z] #0 7.398 go: downloading github.com/tetafro/godot v1.4.11 [2023-05-05T19:01:46.951Z] #0 7.415 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-05-05T19:01:46.951Z] #0 7.419 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-05-05T19:01:46.951Z] #0 7.465 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-05-05T19:01:46.951Z] #0 7.499 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-05-05T19:01:46.951Z] #0 7.509 go: downloading github.com/ultraware/funlen v0.0.3 [2023-05-05T19:01:46.951Z] #0 7.512 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-05-05T19:01:46.951Z] #0 7.536 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-05-05T19:01:46.951Z] #0 7.593 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-05-05T19:01:46.951Z] #0 7.651 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-05-05T19:01:46.951Z] #0 7.655 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-05-05T19:01:46.951Z] #0 8.267 go: downloading honnef.co/go/tools v0.3.3 [2023-05-05T19:01:46.951Z] #0 8.269 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-05-05T19:01:46.951Z] #0 8.270 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-05-05T19:01:46.951Z] #0 8.538 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-05-05T19:01:46.951Z] #0 8.563 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-05-05T19:01:46.951Z] #0 8.685 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:01:46.951Z] #0 8.748 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:01:46.951Z] #0 8.867 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-05-05T19:01:46.951Z] #0 8.953 go: downloading github.com/spf13/afero v1.8.2 [2023-05-05T19:01:46.951Z] #0 8.977 go: downloading github.com/spf13/cast v1.5.0 [2023-05-05T19:01:46.951Z] #0 9.046 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-05-05T19:01:46.951Z] #0 9.088 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-05-05T19:01:46.951Z] #0 9.095 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-05-05T19:01:46.951Z] #0 9.294 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-05-05T19:01:46.951Z] #26 9.301 go: downloading github.com/stretchr/objx v0.4.0 [2023-05-05T19:01:46.951Z] #26 9.301 go: downloading github.com/gobwas/glob v0.2.3 [2023-05-05T19:01:46.951Z] #26 9.306 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-05-05T19:01:46.951Z] #26 9.322 go: downloading go.uber.org/zap v1.17.0 [2023-05-05T19:01:46.951Z] #26 9.322 go: downloading github.com/kisielk/gotool v1.0.0 [2023-05-05T19:01:46.951Z] #26 9.323 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-05-05T19:01:46.951Z] #26 9.409 go: downloading golang.org/x/text v0.3.7 [2023-05-05T19:01:47.210Z] #26 9.682 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-05-05T19:01:47.210Z] #26 ... [2023-05-05T19:01:47.210Z] [2023-05-05T19:01:47.210Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:01:47.210Z] #19 10.47 [2023-05-05T19:01:45.726Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:01:45.728Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:01:47.469Z] #19 ... [2023-05-05T19:01:47.469Z] [2023-05-05T19:01:47.469Z] #27 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2023-05-05T19:01:47.469Z] #0 1.167 + RM_GOPATH=0 [2023-05-05T19:01:47.469Z] #0 1.167 + TMP_GOPATH= [2023-05-05T19:01:47.469Z] #0 1.167 + : /build [2023-05-05T19:01:47.469Z] #0 1.167 + '[' -z '' ']' [2023-05-05T19:01:47.469Z] #0 1.168 ++ mktemp -d [2023-05-05T19:01:47.469Z] #0 1.170 + export GOPATH=/tmp/tmp.PzB9FHBDPc [2023-05-05T19:01:47.469Z] #0 1.170 + GOPATH=/tmp/tmp.PzB9FHBDPc [2023-05-05T19:01:47.469Z] #0 1.170 + RM_GOPATH=1 [2023-05-05T19:01:47.469Z] #0 1.170 + case "$(go env GOARCH)" in [2023-05-05T19:01:47.469Z] #0 1.171 ++ go env GOARCH [2023-05-05T19:01:47.469Z] #0 1.178 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:47.469Z] #0 1.178 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:47.469Z] #0 1.179 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:47.469Z] #0 1.180 + dir=/tmp/install [2023-05-05T19:01:47.469Z] #0 1.180 + bin=shfmt [2023-05-05T19:01:47.469Z] #0 1.180 + shift [2023-05-05T19:01:47.469Z] #0 1.180 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-05-05T19:01:47.469Z] #0 1.180 + . /tmp/install/shfmt.installer [2023-05-05T19:01:47.469Z] #0 1.180 ++ : v3.0.2 [2023-05-05T19:01:47.469Z] #0 1.180 + install_shfmt [2023-05-05T19:01:47.469Z] #0 1.180 + echo 'Install shfmt version v3.0.2' [2023-05-05T19:01:47.469Z] #0 1.180 + GOBIN=/build [2023-05-05T19:01:47.469Z] #0 1.180 + GO111MODULE=on [2023-05-05T19:01:47.469Z] #0 1.180 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-05-05T19:01:47.469Z] #0 1.180 Install shfmt version v3.0.2 [2023-05-05T19:01:47.469Z] #0 1.554 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-05-05T19:01:47.469Z] #0 8.092 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-05-05T19:01:47.469Z] #0 8.118 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-05-05T19:01:47.469Z] #0 8.118 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-05-05T19:01:47.469Z] #0 8.921 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-05-05T19:01:47.727Z] #27 ... [2023-05-05T19:01:47.727Z] [2023-05-05T19:01:47.727Z] #28 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:01:47.727Z] #0 2.945 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:01:47.727Z] #0 2.961 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:01:47.727Z] #0 2.987 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:01:47.727Z] #0 3.374 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:01:47.727Z] #0 3.986 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:01:47.727Z] #0 4.576 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:01:47.727Z] #0 7.386 Fetched 8644 kB in 5s (1838 kB/s) [2023-05-05T19:01:47.727Z] #0 7.386 Reading package lists... [2023-05-05T19:01:47.727Z] #0 8.765 Reading package lists... [2023-05-05T19:01:47.842Z] Commit message: "update runc binary to v1.1.7" [2023-05-05T19:01:47.986Z] #0 10.07 Building dependency tree... [2023-05-05T19:01:47.986Z] #28 ... [2023-05-05T19:01:47.986Z] [2023-05-05T19:01:47.986Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:01:47.986Z] #0 1.128 + RM_GOPATH=0 [2023-05-05T19:01:47.986Z] #0 1.128 + TMP_GOPATH= [2023-05-05T19:01:47.986Z] #0 1.128 + : /build [2023-05-05T19:01:47.986Z] #0 1.128 + '[' -z '' ']' [2023-05-05T19:01:47.986Z] #0 1.128 ++ mktemp -d [2023-05-05T19:01:47.986Z] #0 1.129 + export GOPATH=/tmp/tmp.W0mAnWpyE4 [2023-05-05T19:01:47.986Z] #0 1.129 + GOPATH=/tmp/tmp.W0mAnWpyE4 [2023-05-05T19:01:47.986Z] #0 1.129 + RM_GOPATH=1 [2023-05-05T19:01:47.986Z] #0 1.129 + case "$(go env GOARCH)" in [2023-05-05T19:01:47.986Z] #0 1.133 ++ go env GOARCH [2023-05-05T19:01:47.986Z] #0 1.139 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:47.986Z] #0 1.139 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:47.986Z] #0 1.141 Install rootlesskit version v0.14.4 [2023-05-05T19:01:47.986Z] #0 1.141 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:47.986Z] #0 1.141 + dir=/tmp/install [2023-05-05T19:01:47.986Z] #0 1.141 + bin=rootlesskit [2023-05-05T19:01:47.986Z] #0 1.141 + shift [2023-05-05T19:01:47.986Z] #0 1.141 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-05-05T19:01:47.986Z] #0 1.141 + . /tmp/install/rootlesskit.installer [2023-05-05T19:01:47.986Z] #0 1.141 ++ : v0.14.4 [2023-05-05T19:01:47.986Z] #0 1.141 + install_rootlesskit [2023-05-05T19:01:47.986Z] #0 1.141 + case "$1" in [2023-05-05T19:01:47.986Z] #0 1.141 + export CGO_ENABLED=0 [2023-05-05T19:01:47.986Z] #0 1.141 + CGO_ENABLED=0 [2023-05-05T19:01:47.986Z] #0 1.141 + _install_rootlesskit [2023-05-05T19:01:47.986Z] #0 1.141 + echo 'Install rootlesskit version v0.14.4' [2023-05-05T19:01:47.986Z] #0 1.141 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:01:47.986Z] #0 1.141 + GOBIN=/build [2023-05-05T19:01:47.986Z] #0 1.141 + GO111MODULE=on [2023-05-05T19:01:47.986Z] #0 1.141 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-05-05T19:01:47.986Z] #0 1.572 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-05-05T19:01:47.986Z] #0 5.181 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-05-05T19:01:47.986Z] #0 5.181 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-05-05T19:01:47.986Z] #0 5.181 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-05-05T19:01:47.986Z] #0 5.182 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:01:47.986Z] #0 5.182 go: downloading github.com/google/uuid v1.3.0 [2023-05-05T19:01:47.986Z] #0 5.182 go: downloading github.com/moby/vpnkit v0.5.0 [2023-05-05T19:01:47.986Z] #0 5.187 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:01:47.986Z] #0 5.197 go: downloading github.com/gorilla/mux v1.8.0 [2023-05-05T19:01:47.986Z] #0 5.220 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-05-05T19:01:47.986Z] #0 5.283 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-05-05T19:01:47.986Z] #0 5.317 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-05-05T19:01:47.986Z] #0 6.283 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-05-05T19:01:47.986Z] #0 6.289 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-05-05T19:01:47.986Z] #0 6.324 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-05-05T19:01:47.986Z] #0 6.384 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-05-05T19:01:47.986Z] #29 ... [2023-05-05T19:01:47.986Z] [2023-05-05T19:01:47.986Z] #30 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:01:47.986Z] #0 2.797 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:01:47.986Z] #0 2.898 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:01:47.986Z] #0 2.988 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:01:47.986Z] #0 3.305 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:01:47.986Z] #0 4.282 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:01:47.986Z] #0 4.289 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:01:47.986Z] #0 6.977 Fetched 8644 kB in 4s (1934 kB/s) [2023-05-05T19:01:47.986Z] #0 6.977 Reading package lists... [2023-05-05T19:01:47.986Z] #0 8.559 Reading package lists... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-05-05T19:01:48.247Z] #0 9.957 Building dependency tree... [2023-05-05T19:01:48.247Z] #30 ... [2023-05-05T19:01:48.247Z] [2023-05-05T19:01:48.247Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:01:48.247Z] #0 1.603 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-05-05T19:01:48.247Z] #0 1.604 Cloning into '.'... [2023-05-05T19:01:48.247Z] #31 ... [2023-05-05T19:01:48.247Z] [2023-05-05T19:01:48.247Z] #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 [2023-05-05T19:01:48.247Z] #0 2.802 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:01:48.247Z] #0 2.897 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:01:48.247Z] #0 2.988 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:01:48.247Z] #0 3.328 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:01:48.247Z] #0 4.228 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:01:48.247Z] #0 4.242 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:01:48.247Z] #0 7.345 Fetched 8644 kB in 5s (1806 kB/s) [2023-05-05T19:01:48.247Z] #0 7.345 Reading package lists... [2023-05-05T19:01:48.247Z] #0 8.611 Reading package lists... [2023-05-05T19:01:48.247Z] #0 10.37 Building dependency tree... [2023-05-05T19:01:48.247Z] #32 ... [2023-05-05T19:01:48.247Z] [2023-05-05T19:01:48.247Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:01:48.247Z] #0 0.997 + RM_GOPATH=0 [2023-05-05T19:01:48.247Z] #0 0.997 + TMP_GOPATH= [2023-05-05T19:01:48.247Z] #0 0.998 + : /build [2023-05-05T19:01:48.247Z] #0 0.998 + '[' -z '' ']' [2023-05-05T19:01:48.247Z] #0 0.998 ++ mktemp -d [2023-05-05T19:01:48.247Z] #0 1.001 + export GOPATH=/tmp/tmp.Ky2WHYfoCW [2023-05-05T19:01:48.247Z] #0 1.001 + GOPATH=/tmp/tmp.Ky2WHYfoCW [2023-05-05T19:01:48.247Z] #0 1.001 + RM_GOPATH=1 [2023-05-05T19:01:48.247Z] #0 1.001 + case "$(go env GOARCH)" in [2023-05-05T19:01:48.247Z] #0 1.005 ++ go env GOARCH [2023-05-05T19:01:48.247Z] #0 1.013 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:48.247Z] #0 1.013 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:48.247Z] #0 1.018 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:01:48.247Z] #0 1.019 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:48.247Z] #0 1.019 + dir=/tmp/install [2023-05-05T19:01:48.247Z] #0 1.019 + bin=tomlv [2023-05-05T19:01:48.247Z] #0 1.019 + shift [2023-05-05T19:01:48.247Z] #0 1.019 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-05-05T19:01:48.247Z] #0 1.019 + . /tmp/install/tomlv.installer [2023-05-05T19:01:48.247Z] #0 1.019 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:01:48.247Z] #0 1.019 + install_tomlv [2023-05-05T19:01:48.247Z] #0 1.019 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-05-05T19:01:48.247Z] #0 1.019 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Ky2WHYfoCW/src/github.com/BurntSushi/toml [2023-05-05T19:01:48.247Z] #0 1.024 Cloning into '/tmp/tmp.Ky2WHYfoCW/src/github.com/BurntSushi/toml'... [2023-05-05T19:01:48.247Z] #0 1.418 + cd /tmp/tmp.Ky2WHYfoCW/src/github.com/BurntSushi/toml [2023-05-05T19:01:48.247Z] #0 1.418 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:01:48.247Z] #0 1.444 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:01:48.247Z] #0 1.553 encoding [2023-05-05T19:01:48.247Z] #0 1.556 internal/goarch [2023-05-05T19:01:48.247Z] #0 1.562 internal/unsafeheader [2023-05-05T19:01:48.247Z] #0 1.570 internal/goos [2023-05-05T19:01:48.247Z] #0 1.587 internal/goexperiment [2023-05-05T19:01:48.247Z] #0 1.611 internal/itoa [2023-05-05T19:01:48.247Z] #0 1.624 internal/cpu [2023-05-05T19:01:48.247Z] #0 1.636 math/bits [2023-05-05T19:01:48.247Z] #0 1.636 internal/abi [2023-05-05T19:01:48.247Z] #0 1.636 runtime/internal/syscall [2023-05-05T19:01:48.247Z] #0 1.652 runtime/internal/math [2023-05-05T19:01:48.247Z] #0 1.671 runtime/internal/sys [2023-05-05T19:01:48.247Z] #0 1.681 runtime/internal/atomic [2023-05-05T19:01:48.247Z] #0 1.706 unicode/utf8 [2023-05-05T19:01:48.247Z] #0 1.718 internal/race [2023-05-05T19:01:48.247Z] #0 1.797 sync/atomic [2023-05-05T19:01:48.247Z] #0 1.815 unicode [2023-05-05T19:01:48.247Z] #0 1.853 internal/bytealg [2023-05-05T19:01:48.247Z] #0 1.861 math [2023-05-05T19:01:48.247Z] #0 2.020 runtime [2023-05-05T19:01:48.247Z] #0 8.788 sync [2023-05-05T19:01:48.247Z] #0 8.809 internal/reflectlite [2023-05-05T19:01:48.247Z] #0 9.531 internal/testlog [2023-05-05T19:01:48.247Z] #0 10.24 errors [2023-05-05T19:01:48.247Z] #0 10.24 sort [2023-05-05T19:01:48.247Z] #0 10.37 strconv [2023-05-05T19:01:48.247Z] #0 10.37 io [2023-05-05T19:01:48.247Z] #0 10.37 internal/oserror [2023-05-05T19:01:48.247Z] #0 10.38 path [2023-05-05T19:01:48.247Z] #0 10.38 internal/safefilepath [2023-05-05T19:01:48.247Z] #0 10.54 syscall [2023-05-05T19:01:48.533Z] #33 ... [2023-05-05T19:01:48.533Z] [2023-05-05T19:01:48.533Z] #34 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:01:48.533Z] #0 1.404 + RM_GOPATH=0 [2023-05-05T19:01:48.533Z] #0 1.404 + TMP_GOPATH= [2023-05-05T19:01:48.533Z] #0 1.404 + : /build [2023-05-05T19:01:48.533Z] #0 1.404 + '[' -z '' ']' [2023-05-05T19:01:48.533Z] #0 1.404 ++ mktemp -d [2023-05-05T19:01:48.533Z] #0 1.406 + export GOPATH=/tmp/tmp.5KVkMHdijW [2023-05-05T19:01:48.533Z] #0 1.406 + GOPATH=/tmp/tmp.5KVkMHdijW [2023-05-05T19:01:48.533Z] #0 1.406 + RM_GOPATH=1 [2023-05-05T19:01:48.533Z] #0 1.406 + case "$(go env GOARCH)" in [2023-05-05T19:01:48.533Z] #0 1.411 ++ go env GOARCH [2023-05-05T19:01:48.533Z] #0 1.414 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:48.533Z] #0 1.414 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:48.533Z] #0 1.414 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:48.533Z] #0 1.415 + dir=/tmp/install [2023-05-05T19:01:48.533Z] #0 1.415 + bin=gotestsum [2023-05-05T19:01:48.533Z] #0 1.415 + shift [2023-05-05T19:01:48.533Z] #0 1.415 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-05-05T19:01:48.533Z] #0 1.415 + . /tmp/install/gotestsum.installer [2023-05-05T19:01:48.533Z] #0 1.415 ++ : v1.8.2 [2023-05-05T19:01:48.533Z] #0 1.415 + install_gotestsum [2023-05-05T19:01:48.533Z] #0 1.415 Install gotestsum version v1.8.2 [2023-05-05T19:01:48.533Z] #0 1.420 + set -e [2023-05-05T19:01:48.533Z] #0 1.420 + echo 'Install gotestsum version v1.8.2' [2023-05-05T19:01:48.533Z] #0 1.420 + GOBIN=/build [2023-05-05T19:01:48.533Z] #0 1.420 + GO111MODULE=on [2023-05-05T19:01:48.533Z] #0 1.420 + go install gotest.tools/gotestsum@v1.8.2 [2023-05-05T19:01:48.533Z] #0 1.763 go: downloading gotest.tools/gotestsum v1.8.2 [2023-05-05T19:01:48.533Z] #0 2.485 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:01:48.533Z] #0 2.485 go: downloading github.com/dnephin/pflag v1.0.7 [2023-05-05T19:01:48.533Z] #0 2.485 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-05-05T19:01:48.533Z] #0 2.509 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:01:48.533Z] #0 2.509 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-05-05T19:01:48.533Z] #0 2.518 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-05-05T19:01:48.533Z] #0 2.518 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-05-05T19:01:48.533Z] #0 2.521 go: downloading golang.org/x/tools v0.1.11 [2023-05-05T19:01:48.533Z] #0 2.521 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-05-05T19:01:48.533Z] #0 2.597 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-05-05T19:01:48.533Z] #0 5.458 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:01:48.533Z] #34 ... [2023-05-05T19:01:48.533Z] [2023-05-05T19:01:48.533Z] #35 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2023-05-05T19:01:48.533Z] #0 2.010 + RM_GOPATH=0 [2023-05-05T19:01:48.533Z] #0 2.010 + TMP_GOPATH= [2023-05-05T19:01:48.533Z] #0 2.010 + : /build [2023-05-05T19:01:48.533Z] #0 2.010 + '[' -z '' ']' [2023-05-05T19:01:48.533Z] #0 2.010 ++ mktemp -d [2023-05-05T19:01:48.533Z] #0 2.011 + export GOPATH=/tmp/tmp.o7FuACh32K [2023-05-05T19:01:48.533Z] #0 2.011 + GOPATH=/tmp/tmp.o7FuACh32K [2023-05-05T19:01:48.533Z] #0 2.011 + RM_GOPATH=1 [2023-05-05T19:01:48.533Z] #0 2.011 + case "$(go env GOARCH)" in [2023-05-05T19:01:48.533Z] #0 2.020 ++ go env GOARCH [2023-05-05T19:01:48.533Z] #0 2.029 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:01:48.533Z] #0 2.029 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:48.533Z] #0 2.029 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:01:48.533Z] #0 2.029 ++ dirname /tmp/install/install.sh [2023-05-05T19:01:48.533Z] #0 2.029 + dir=/tmp/install [2023-05-05T19:01:48.533Z] #0 2.029 + bin=proxy [2023-05-05T19:01:48.533Z] #0 2.029 + shift [2023-05-05T19:01:48.533Z] #0 2.029 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-05-05T19:01:48.533Z] #0 2.029 + . /tmp/install/proxy.installer [2023-05-05T19:01:48.533Z] #0 2.029 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:01:48.533Z] #0 2.029 + install_proxy [2023-05-05T19:01:48.533Z] #0 2.029 + case "$1" in [2023-05-05T19:01:48.533Z] #0 2.029 + export CGO_ENABLED=0 [2023-05-05T19:01:48.533Z] #0 2.029 + CGO_ENABLED=0 [2023-05-05T19:01:48.533Z] #0 2.029 + _install_proxy [2023-05-05T19:01:48.533Z] #0 2.029 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03' [2023-05-05T19:01:48.533Z] #0 2.049 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.o7FuACh32K/src/github.com/docker/libnetwork [2023-05-05T19:01:48.533Z] #0 2.049 Cloning into '/tmp/tmp.o7FuACh32K/src/github.com/docker/libnetwork'... [2023-05-05T19:01:48.533Z] #0 6.770 + cd /tmp/tmp.o7FuACh32K/src/github.com/docker/libnetwork [2023-05-05T19:01:48.533Z] #0 6.770 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:01:48.533Z] #0 6.983 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-05-05T19:01:48.612Z] + docker version [2023-05-05T19:01:48.792Z] #35 ... [2023-05-05T19:01:48.792Z] [2023-05-05T19:01:48.792Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:01:48.792Z] #0 2.974 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:01:48.792Z] #0 2.996 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:01:48.792Z] #0 2.996 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:01:48.792Z] #0 3.391 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:01:48.792Z] #0 4.281 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:01:48.792Z] #0 4.297 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:01:48.792Z] #0 7.684 Fetched 8644 kB in 5s (1734 kB/s) [2023-05-05T19:01:48.792Z] #0 7.684 Reading package lists... [2023-05-05T19:01:48.792Z] #0 9.260 Reading package lists... [2023-05-05T19:01:48.792Z] #0 10.76 Building dependency tree... [2023-05-05T19:01:48.792Z] #36 ... [2023-05-05T19:01:48.792Z] [2023-05-05T19:01:48.792Z] #30 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:01:48.792Z] #30 11.31 The following additional packages will be installed: [2023-05-05T19:01:48.792Z] #30 11.31 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-05-05T19:01:48.792Z] #30 11.32 Suggested packages: [2023-05-05T19:01:48.792Z] #30 11.32 cmake-doc ninja-build lrzip [2023-05-05T19:01:48.792Z] #30 11.32 Recommended packages: [2023-05-05T19:01:48.792Z] #30 11.32 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-05-05T19:01:49.361Z] #30 11.59 The following NEW packages will be installed: [2023-05-05T19:01:49.361Z] #30 11.61 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-05-05T19:01:49.361Z] #30 11.61 vim-common xxd [2023-05-05T19:01:49.361Z] #30 11.90 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:01:49.361Z] #30 11.90 Need to get 17.7 MB of archives. [2023-05-05T19:01:49.361Z] #30 11.90 After this operation, 70.7 MB of additional disk space will be used. [2023-05-05T19:01:49.361Z] #30 11.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:01:49.642Z] #30 11.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:01:49.642Z] #30 11.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-05-05T19:01:49.642Z] #30 12.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:01:49.901Z] #30 12.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB] [2023-05-05T19:01:49.901Z] #30 12.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-05-05T19:01:49.901Z] #30 12.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-05-05T19:01:49.901Z] #30 12.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-05-05T19:01:49.901Z] #30 12.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-05-05T19:01:49.901Z] #30 12.39 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-05-05T19:01:50.118Z] Commit message: "update runc binary to v1.1.7" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-05-05T19:01:50.838Z] #30 ... [2023-05-05T19:01:50.838Z] [2023-05-05T19:01:50.838Z] #35 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2023-05-05T19:01:50.838Z] #35 DONE 13.1s [2023-05-05T19:01:50.838Z] [2023-05-05T19:01:50.838Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:01:50.838Z] #36 11.70 The following additional packages will be installed: [2023-05-05T19:01:50.838Z] #36 11.70 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-05-05T19:01:50.838Z] #36 11.70 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-05-05T19:01:50.838Z] #36 11.70 Suggested packages: [2023-05-05T19:01:50.838Z] #36 11.70 manpages-dev protobuf-mode-el python3-setuptools [2023-05-05T19:01:50.838Z] #36 11.96 The following NEW packages will be installed: [2023-05-05T19:01:50.838Z] #36 11.96 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-05-05T19:01:50.838Z] #36 11.96 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-05-05T19:01:50.838Z] #36 11.96 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-05-05T19:01:50.838Z] #36 11.96 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-05-05T19:01:50.838Z] #36 12.26 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:01:50.838Z] #36 12.26 Need to get 4583 kB of archives. [2023-05-05T19:01:50.838Z] #36 12.26 After this operation, 25.9 MB of additional disk space will be used. [2023-05-05T19:01:50.838Z] #36 12.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:01:50.838Z] #36 12.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-05-05T19:01:50.838Z] #36 12.29 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:01:50.838Z] #36 12.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-05-05T19:01:50.838Z] #36 12.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:01:50.838Z] #36 12.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-05-05T19:01:50.838Z] #36 12.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:01:50.838Z] #36 12.35 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-05-05T19:01:50.838Z] #36 12.37 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-05-05T19:01:50.838Z] #36 12.38 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-05-05T19:01:50.838Z] #36 12.43 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-05-05T19:01:50.838Z] #36 12.44 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-05-05T19:01:50.838Z] #36 12.48 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-05-05T19:01:50.838Z] #36 12.49 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-05-05T19:01:50.838Z] #36 12.49 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-05-05T19:01:50.838Z] #36 12.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:01:50.838Z] #36 12.50 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-05-05T19:01:50.838Z] #36 12.50 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-05-05T19:01:50.838Z] #36 12.97 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:01:50.838Z] #36 13.13 Fetched 4583 kB in 1s (8513 kB/s) [2023-05-05T19:01:50.838Z] #36 13.27 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:01:50.838Z] #36 13.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:01:50.838Z] #36 13.28 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:01:50.838Z] #36 13.30 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:01:50.855Z] + docker version [2023-05-05T19:01:51.328Z] Client: Docker Engine - Community [2023-05-05T19:01:51.328Z] Version: 23.0.1 [2023-05-05T19:01:51.328Z] API version: 1.42 [2023-05-05T19:01:51.328Z] Go version: go1.19.5 [2023-05-05T19:01:51.328Z] Git commit: a5ee5b1 [2023-05-05T19:01:51.328Z] Built: Thu Feb 9 19:46:32 2023 [2023-05-05T19:01:51.328Z] OS/Arch: linux/arm64 [2023-05-05T19:01:51.328Z] Context: default [2023-05-05T19:01:51.328Z] [2023-05-05T19:01:51.328Z] Server: Docker Engine - Community [2023-05-05T19:01:51.328Z] Engine: [2023-05-05T19:01:51.328Z] Version: 23.0.1 [2023-05-05T19:01:51.328Z] API version: 1.42 (minimum version 1.12) [2023-05-05T19:01:51.328Z] Go version: go1.19.5 [2023-05-05T19:01:51.328Z] Git commit: bc3805a [2023-05-05T19:01:51.328Z] Built: Thu Feb 9 19:46:32 2023 [2023-05-05T19:01:51.328Z] OS/Arch: linux/arm64 [2023-05-05T19:01:51.328Z] Experimental: true [2023-05-05T19:01:51.328Z] containerd: [2023-05-05T19:01:51.328Z] Version: 1.6.18 [2023-05-05T19:01:51.328Z] GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:01:51.328Z] runc: [2023-05-05T19:01:51.328Z] Version: 1.1.4 [2023-05-05T19:01:51.328Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-05-05T19:01:51.328Z] docker-init: [2023-05-05T19:01:51.328Z] Version: 0.19.0 [2023-05-05T19:01:51.328Z] GitCommit: de40ad0 [Pipeline] sh [2023-05-05T19:01:51.406Z] #36 13.80 Selecting previously unselected package libcap-dev:amd64. [2023-05-05T19:01:51.406Z] #36 13.80 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-05-05T19:01:51.406Z] #36 13.80 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:01:51.639Z] + docker info [2023-05-05T19:01:51.639Z] Client: [2023-05-05T19:01:51.639Z] Context: default [2023-05-05T19:01:51.639Z] Debug Mode: false [2023-05-05T19:01:51.639Z] Plugins: [2023-05-05T19:01:51.639Z] buildx: Docker Buildx (Docker Inc.) [2023-05-05T19:01:51.639Z] Version: v0.10.4 [2023-05-05T19:01:51.639Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-05-05T19:01:51.639Z] compose: Docker Compose (Docker Inc.) [2023-05-05T19:01:51.639Z] Version: v2.16.0 [2023-05-05T19:01:51.639Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-05-05T19:01:51.639Z] [2023-05-05T19:01:51.639Z] Server: [2023-05-05T19:01:51.639Z] Containers: 0 [2023-05-05T19:01:51.639Z] Running: 0 [2023-05-05T19:01:51.639Z] Paused: 0 [2023-05-05T19:01:51.639Z] Stopped: 0 [2023-05-05T19:01:51.639Z] Images: 0 [2023-05-05T19:01:51.639Z] Server Version: 23.0.1 [2023-05-05T19:01:51.639Z] Storage Driver: overlay2 [2023-05-05T19:01:51.639Z] Backing Filesystem: extfs [2023-05-05T19:01:51.639Z] Supports d_type: true [2023-05-05T19:01:51.639Z] Using metacopy: false [2023-05-05T19:01:51.639Z] Native Overlay Diff: true [2023-05-05T19:01:51.639Z] userxattr: false [2023-05-05T19:01:51.639Z] Logging Driver: json-file [2023-05-05T19:01:51.639Z] Cgroup Driver: cgroupfs [2023-05-05T19:01:51.639Z] Cgroup Version: 1 [2023-05-05T19:01:51.639Z] Plugins: [2023-05-05T19:01:51.639Z] Volume: local [2023-05-05T19:01:51.639Z] Network: bridge host ipvlan macvlan null overlay [2023-05-05T19:01:51.639Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-05-05T19:01:51.639Z] Swarm: inactive [2023-05-05T19:01:51.639Z] Runtimes: runc io.containerd.runc.v2 [2023-05-05T19:01:51.639Z] Default Runtime: runc [2023-05-05T19:01:51.639Z] Init Binary: docker-init [2023-05-05T19:01:51.639Z] containerd version: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:01:51.639Z] runc version: v1.1.4-0-g5fd4c4d [2023-05-05T19:01:51.639Z] init version: de40ad0 [2023-05-05T19:01:51.639Z] Security Options: [2023-05-05T19:01:51.639Z] apparmor [2023-05-05T19:01:51.639Z] seccomp [2023-05-05T19:01:51.639Z] Profile: builtin [2023-05-05T19:01:51.639Z] Kernel Version: 5.15.0-1031-aws [2023-05-05T19:01:51.639Z] Operating System: Ubuntu 20.04.6 LTS [2023-05-05T19:01:51.639Z] OSType: linux [2023-05-05T19:01:51.639Z] Architecture: aarch64 [2023-05-05T19:01:51.639Z] CPUs: 8 [2023-05-05T19:01:51.639Z] Total Memory: 30.64GiB [2023-05-05T19:01:51.639Z] Name: ip-10-100-40-50 [2023-05-05T19:01:51.639Z] ID: 1c6d7120-c134-4627-b601-91a150afaa3a [2023-05-05T19:01:51.639Z] Docker Root Dir: /var/lib/docker [2023-05-05T19:01:51.639Z] Debug Mode: false [2023-05-05T19:01:51.639Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:01:51.639Z] Experimental: true [2023-05-05T19:01:51.639Z] Insecure Registries: [2023-05-05T19:01:51.639Z] 127.0.0.0/8 [2023-05-05T19:01:51.639Z] Live Restore Enabled: true [2023-05-05T19:01:51.639Z] [Pipeline] sh [2023-05-05T19:01:51.925Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:01:51.925Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:01:51.926Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45406/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-05-05T19:01:51.926Z] + bash /home/ubuntu/workspace/moby_PR-45406/check-config.sh [2023-05-05T19:01:51.926Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-05-05T19:01:51.926Z] info: reading kernel config from /boot/config-5.15.0-1031-aws ... [2023-05-05T19:01:51.926Z] [2023-05-05T19:01:51.926Z] Generally Necessary: [2023-05-05T19:01:51.926Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-05-05T19:01:51.926Z] - apparmor: enabled and tools installed [2023-05-05T19:01:51.926Z] - CONFIG_NAMESPACES: enabled [2023-05-05T19:01:51.926Z] - CONFIG_NET_NS: enabled [2023-05-05T19:01:51.926Z] - CONFIG_PID_NS: enabled [2023-05-05T19:01:51.926Z] - CONFIG_IPC_NS: enabled [2023-05-05T19:01:51.926Z] - CONFIG_UTS_NS: enabled [2023-05-05T19:01:51.926Z] - CONFIG_CGROUPS: enabled [2023-05-05T19:01:51.926Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-05-05T19:01:51.926Z] - CONFIG_CGROUP_DEVICE: enabled [2023-05-05T19:01:51.926Z] - CONFIG_CGROUP_FREEZER: enabled [2023-05-05T19:01:51.926Z] - CONFIG_CGROUP_SCHED: enabled [2023-05-05T19:01:51.926Z] - CONFIG_CPUSETS: enabled [2023-05-05T19:01:51.926Z] - CONFIG_MEMCG: enabled [2023-05-05T19:01:51.926Z] - CONFIG_KEYS: enabled [2023-05-05T19:01:51.926Z] - CONFIG_VETH: enabled (as module) [2023-05-05T19:01:51.926Z] - CONFIG_BRIDGE: enabled (as module) [2023-05-05T19:01:51.926Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-05-05T19:01:51.926Z] - CONFIG_NF_NAT_IPV4: missing [2023-05-05T19:01:51.926Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_NF_NAT: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_NF_NAT_NEEDED: missing [2023-05-05T19:01:52.186Z] - CONFIG_POSIX_MQUEUE: enabled [2023-05-05T19:01:52.186Z] [2023-05-05T19:01:52.186Z] Optional Features: [2023-05-05T19:01:52.186Z] - CONFIG_USER_NS: enabled [2023-05-05T19:01:52.186Z] - CONFIG_SECCOMP: enabled [2023-05-05T19:01:52.186Z] - CONFIG_CGROUP_PIDS: enabled [2023-05-05T19:01:52.186Z] - CONFIG_MEMCG_SWAP: enabled [2023-05-05T19:01:52.186Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-05-05T19:01:52.186Z] (cgroup swap accounting is currently enabled) [2023-05-05T19:01:52.186Z] - CONFIG_BLK_CGROUP: enabled [2023-05-05T19:01:52.186Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-05-05T19:01:52.186Z] - CONFIG_IOSCHED_CFQ: missing [2023-05-05T19:01:52.186Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-05-05T19:01:52.186Z] - CONFIG_CGROUP_PERF: enabled [2023-05-05T19:01:52.186Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-05-05T19:01:52.186Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-05-05T19:01:52.186Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-05-05T19:01:52.186Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-05-05T19:01:52.447Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-05-05T19:01:52.447Z] - CONFIG_RT_GROUP_SCHED: missing [2023-05-05T19:01:52.447Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-05-05T19:01:52.447Z] - CONFIG_IP_VS: enabled (as module) [2023-05-05T19:01:52.447Z] - CONFIG_IP_VS_NFCT: enabled [2023-05-05T19:01:52.447Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-05-05T19:01:52.447Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-05-05T19:01:52.447Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-05-05T19:01:52.447Z] - CONFIG_EXT4_FS: enabled [2023-05-05T19:01:52.447Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-05-05T19:01:52.447Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-05-05T19:01:52.447Z] - Network Drivers: [2023-05-05T19:01:52.447Z] - "overlay": [2023-05-05T19:01:52.447Z] - CONFIG_VXLAN: enabled (as module) [2023-05-05T19:01:52.447Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-05-05T19:01:52.447Z] Optional (for encrypted networks): [2023-05-05T19:01:52.447Z] - CONFIG_CRYPTO: enabled [2023-05-05T19:01:52.447Z] - CONFIG_CRYPTO_AEAD: enabled [2023-05-05T19:01:52.447Z] - CONFIG_CRYPTO_GCM: enabled [2023-05-05T19:01:52.447Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-05-05T19:01:52.447Z] - CONFIG_CRYPTO_GHASH: enabled [2023-05-05T19:01:52.447Z] - CONFIG_XFRM: enabled [2023-05-05T19:01:52.447Z] - CONFIG_XFRM_USER: enabled (as module) [2023-05-05T19:01:52.447Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-05-05T19:01:52.447Z] - CONFIG_INET_ESP: enabled (as module) [2023-05-05T19:01:52.447Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-05-05T19:01:52.447Z] - "ipvlan": [2023-05-05T19:01:52.707Z] - CONFIG_IPVLAN: enabled (as module) [2023-05-05T19:01:52.707Z] - "macvlan": [2023-05-05T19:01:52.707Z] - CONFIG_MACVLAN: enabled (as module) [2023-05-05T19:01:52.707Z] - CONFIG_DUMMY: enabled (as module) [2023-05-05T19:01:52.707Z] - "ftp,tftp client in container": [2023-05-05T19:01:52.707Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-05-05T19:01:52.707Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-05-05T19:01:52.707Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-05-05T19:01:52.707Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-05-05T19:01:52.707Z] - Storage Drivers: [2023-05-05T19:01:52.707Z] - "aufs": [2023-05-05T19:01:52.707Z] - CONFIG_AUFS_FS: enabled (as module) [2023-05-05T19:01:52.707Z] - "btrfs": [2023-05-05T19:01:52.707Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-05-05T19:01:52.707Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-05-05T19:01:52.707Z] - "devicemapper": [2023-05-05T19:01:52.707Z] - CONFIG_BLK_DEV_DM: enabled [2023-05-05T19:01:52.707Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-05-05T19:01:52.707Z] - "overlay": [2023-05-05T19:01:52.707Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-05-05T19:01:52.707Z] - "zfs": [2023-05-05T19:01:52.707Z] - /dev/zfs: present [2023-05-05T19:01:52.707Z] - zfs command: missing [2023-05-05T19:01:52.707Z] - zpool command: missing [2023-05-05T19:01:52.707Z] [2023-05-05T19:01:52.707Z] Limits: [2023-05-05T19:01:52.707Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-05-05T19:01:52.707Z] [2023-05-05T19:01:52.707Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-05-05T19:01:53.038Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:db9ab6438debd1b262c29479a23b4e972405ff75 . [2023-05-05T19:01:53.298Z] #1 [internal] load .dockerignore [2023-05-05T19:01:53.298Z] #1 transferring context: 87B done [2023-05-05T19:01:53.298Z] #1 DONE 0.0s [2023-05-05T19:01:53.298Z] [2023-05-05T19:01:53.298Z] #2 [internal] load build definition from Dockerfile [2023-05-05T19:01:53.298Z] #2 transferring dockerfile: 17.17kB done [2023-05-05T19:01:53.298Z] #2 DONE 0.1s [2023-05-05T19:01:53.298Z] [2023-05-05T19:01:53.298Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-05-05T19:01:53.374Z] #36 15.54 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:01:53.374Z] #36 15.54 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:01:53.374Z] #36 15.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:01:53.374Z] #36 ... [2023-05-05T19:01:53.374Z] [2023-05-05T19:01:53.374Z] #23 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:01:53.374Z] #23 5.553 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-05-05T19:01:53.374Z] #23 5.934 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-05-05T19:01:53.374Z] #23 ... [2023-05-05T19:01:53.374Z] [2023-05-05T19:01:53.374Z] #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 [2023-05-05T19:01:53.374Z] #32 11.08 The following additional packages will be installed: [2023-05-05T19:01:53.374Z] #32 11.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:01:53.374Z] #32 11.08 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-05-05T19:01:53.374Z] #32 11.08 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-05-05T19:01:53.374Z] #32 11.08 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-05-05T19:01:53.374Z] #32 11.08 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-05-05T19:01:53.374Z] #32 11.08 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-05-05T19:01:53.374Z] #32 11.08 mingw-w64-common mingw-w64-x86-64-dev [2023-05-05T19:01:53.374Z] #32 11.08 Suggested packages: [2023-05-05T19:01:53.374Z] #32 11.10 gcc-10-locales seccomp wine64 [2023-05-05T19:01:53.374Z] #32 11.44 The following NEW packages will be installed: [2023-05-05T19:01:53.374Z] #32 11.45 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:01:53.374Z] #32 11.45 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-05-05T19:01:53.374Z] #32 11.45 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-05-05T19:01:53.374Z] #32 11.45 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-05-05T19:01:53.374Z] #32 11.45 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-05-05T19:01:53.374Z] #32 11.45 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-05-05T19:01:53.374Z] #32 11.45 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-05-05T19:01:53.374Z] #32 11.45 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-05-05T19:01:53.374Z] #32 11.45 mingw-w64-x86-64-dev [2023-05-05T19:01:53.374Z] #32 11.74 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:01:53.374Z] #32 11.74 Need to get 115 MB of archives. [2023-05-05T19:01:53.374Z] #32 11.74 After this operation, 645 MB of additional disk space will be used. [2023-05-05T19:01:53.374Z] #32 11.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-05-05T19:01:53.374Z] #32 11.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-05-05T19:01:53.374Z] #32 11.88 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-05-05T19:01:53.374Z] #32 11.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-05-05T19:01:53.374Z] #32 11.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-05-05T19:01:53.374Z] #32 11.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-05-05T19:01:53.374Z] #32 12.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-05-05T19:01:53.374Z] #32 12.35 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-05-05T19:01:53.374Z] #32 12.35 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-05-05T19:01:53.374Z] #32 12.81 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:01:53.374Z] #32 13.65 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-05-05T19:01:53.374Z] #32 14.05 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-05-05T19:01:53.374Z] #32 14.49 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:01:53.374Z] #32 15.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2023-05-05T19:01:53.374Z] #32 15.95 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-05-05T19:01:53.559Z] #3 DONE 0.3s [2023-05-05T19:01:53.559Z] [2023-05-05T19:01:53.559Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-05-05T19:01:53.559Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done [2023-05-05T19:01:53.559Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-05-05T19:01:53.559Z] #4 sha256:7f44e51970d0422c2cbff3b20b6b5ef861f6244c396a06e1a96f7aa4fa83a4e6 482B / 482B done [2023-05-05T19:01:53.559Z] #4 sha256:a28edb2041b8f23c38382d8be273f0239f51ff1f510f98bccc8d0e7f42249e97 2.90kB / 2.90kB done [2023-05-05T19:01:53.559Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0B / 10.82MB 0.1s [2023-05-05T19:01:53.633Z] #32 15.96 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-05-05T19:01:53.633Z] #32 15.97 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-05-05T19:01:53.633Z] #32 15.98 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:01:53.633Z] #32 16.00 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:01:53.633Z] #32 16.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-05-05T19:01:53.633Z] #32 16.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u2 [123 kB] [2023-05-05T19:01:53.633Z] #32 16.05 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-05-05T19:01:53.633Z] #32 16.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-05-05T19:01:53.633Z] #32 16.06 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-05-05T19:01:53.633Z] #32 16.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-05-05T19:01:53.633Z] #32 16.06 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-05-05T19:01:53.633Z] #32 16.08 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-05-05T19:01:53.633Z] #32 16.08 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-05-05T19:01:53.633Z] #32 16.08 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-05-05T19:01:53.633Z] #32 16.08 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u2 [401 kB] [2023-05-05T19:01:53.819Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.2s [2023-05-05T19:01:53.819Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.2s done [2023-05-05T19:01:53.819Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.1s [2023-05-05T19:01:53.894Z] #32 ... [2023-05-05T19:01:53.894Z] [2023-05-05T19:01:53.894Z] #19 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:01:53.894Z] #19 10.75 #=#=# ######################################################################## 100.0% [2023-05-05T19:01:53.894Z] #19 11.49 [2023-05-05T19:01:53.894Z] #19 12.86 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-05-05T19:01:53.894Z] #19 13.42 [2023-05-05T19:01:53.894Z] #19 13.69 #=#=# ######################################################################## 100.0% [2023-05-05T19:01:53.894Z] #19 14.38 [2023-05-05T19:01:53.894Z] #19 14.62 Download of images into '/build' complete. [2023-05-05T19:01:53.894Z] #19 14.62 Use something like the following to load the result into a Docker daemon: [2023-05-05T19:01:53.894Z] #19 14.62 tar -cC '/build' . | docker load [2023-05-05T19:01:53.894Z] #19 DONE 16.9s [2023-05-05T19:01:53.894Z] [2023-05-05T19:01:53.894Z] #27 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2023-05-05T19:01:53.894Z] #27 DONE 16.3s [2023-05-05T19:01:53.894Z] [2023-05-05T19:01:53.894Z] #28 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:01:53.894Z] #0 10.07 Building dependency tree... [2023-05-05T19:01:53.894Z] #28 10.90 The following additional packages will be installed: [2023-05-05T19:01:53.894Z] #28 10.90 libbtrfs0 [2023-05-05T19:01:53.894Z] #28 10.96 The following NEW packages will be installed: [2023-05-05T19:01:53.894Z] #28 10.96 libbtrfs-dev libbtrfs0 [2023-05-05T19:01:53.894Z] #28 11.30 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:01:53.894Z] #28 11.30 Need to get 460 kB of archives. [2023-05-05T19:01:53.894Z] #28 11.30 After this operation, 1237 kB of additional disk space will be used. [2023-05-05T19:01:53.894Z] #28 11.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:01:53.894Z] #28 11.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:01:53.894Z] #28 11.85 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:01:53.894Z] #28 12.00 Fetched 460 kB in 0s (1396 kB/s) [2023-05-05T19:01:53.894Z] #28 12.88 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:01:53.894Z] #28 12.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:01:53.894Z] #28 12.89 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:01:53.894Z] #28 13.04 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:01:53.894Z] #28 13.18 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:01:53.894Z] #28 13.18 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:01:53.894Z] #28 13.20 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:01:53.894Z] #28 13.75 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:01:53.894Z] #28 13.76 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:01:53.894Z] #28 13.79 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:01:53.894Z] #28 DONE 16.3s [2023-05-05T19:01:53.894Z] [2023-05-05T19:01:53.894Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:01:53.894Z] #36 16.10 Selecting previously unselected package libnet1-dev. [2023-05-05T19:01:53.894Z] #36 16.12 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:01:53.894Z] #36 16.25 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:01:54.080Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.1s done [2023-05-05T19:01:54.080Z] #4 DONE 0.4s [2023-05-05T19:01:54.152Z] #36 16.49 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:01:54.152Z] #36 16.51 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:01:54.152Z] #36 16.58 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:01:54.152Z] #36 16.67 Selecting previously unselected package libnl-3-dev:amd64. [2023-05-05T19:01:54.340Z] [2023-05-05T19:01:54.340Z] #5 [internal] load metadata for docker.io/library/debian:bullseye [2023-05-05T19:01:54.410Z] #36 16.69 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:01:54.410Z] #36 16.70 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:01:54.410Z] #36 16.87 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:01:54.410Z] #36 16.88 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:01:54.410Z] #36 16.88 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:01:54.410Z] #36 16.98 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-05-05T19:01:54.410Z] #36 16.98 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:01:54.669Z] #36 17.01 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:01:54.911Z] #5 ... [2023-05-05T19:01:54.911Z] [2023-05-05T19:01:54.911Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:01:54.911Z] #6 DONE 0.6s [2023-05-05T19:01:54.911Z] [2023-05-05T19:01:54.911Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:01:54.911Z] #7 DONE 0.7s [2023-05-05T19:01:54.911Z] [2023-05-05T19:01:54.911Z] #8 [internal] load metadata for docker.io/library/golang:1.19.9-bullseye [2023-05-05T19:01:54.911Z] #8 DONE 0.7s [2023-05-05T19:01:54.911Z] [2023-05-05T19:01:54.911Z] #5 [internal] load metadata for docker.io/library/debian:bullseye [2023-05-05T19:01:54.911Z] #5 DONE 0.7s [2023-05-05T19:01:54.911Z] [2023-05-05T19:01:54.911Z] #9 [internal] load build context [2023-05-05T19:01:54.927Z] #36 17.22 Selecting previously unselected package zlib1g-dev:amd64. [2023-05-05T19:01:54.927Z] #36 17.22 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-05-05T19:01:54.927Z] #36 17.23 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:01:55.498Z] #36 ... [2023-05-05T19:01:55.498Z] [2023-05-05T19:01:55.498Z] #34 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:01:55.498Z] #34 DONE 17.8s [2023-05-05T19:01:55.498Z] [2023-05-05T19:01:55.498Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:01:55.498Z] #36 17.91 Selecting previously unselected package libprotobuf23:amd64. [2023-05-05T19:01:55.498Z] #36 17.91 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-05-05T19:01:55.498Z] #36 17.92 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:01:56.079Z] #36 18.35 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-05-05T19:01:56.079Z] #36 18.35 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-05-05T19:01:56.079Z] #36 18.36 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:01:56.338Z] #36 18.79 Selecting previously unselected package libprotobuf-dev:amd64. [2023-05-05T19:01:56.338Z] #36 18.79 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-05-05T19:01:56.596Z] #36 19.02 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:01:56.826Z] #9 ... [2023-05-05T19:01:56.826Z] [2023-05-05T19:01:56.826Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:01:56.826Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2023-05-05T19:01:56.826Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:01:56.826Z] #10 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-05-05T19:01:56.826Z] #10 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-05-05T19:01:56.826Z] #10 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done [2023-05-05T19:01:56.826Z] #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done [2023-05-05T19:01:56.826Z] #10 DONE 1.5s [2023-05-05T19:01:56.826Z] [2023-05-05T19:01:56.826Z] #9 [internal] load build context [2023-05-05T19:01:56.826Z] #9 ... [2023-05-05T19:01:56.826Z] [2023-05-05T19:01:56.826Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:01:56.826Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2023-05-05T19:01:56.826Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:01:56.826Z] #11 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-05-05T19:01:56.826Z] #11 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-05-05T19:01:56.826Z] #11 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2023-05-05T19:01:56.826Z] #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2023-05-05T19:01:56.826Z] #11 DONE 1.8s [2023-05-05T19:01:56.826Z] [2023-05-05T19:01:56.826Z] #9 [internal] load build context [2023-05-05T19:01:56.826Z] #9 transferring context: 53.56MB 1.7s done [2023-05-05T19:01:56.826Z] #9 DONE 2.0s [2023-05-05T19:01:56.826Z] [2023-05-05T19:01:56.826Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:01:56.826Z] #12 resolve docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 0.2s done [2023-05-05T19:01:56.826Z] #12 sha256:4d88dcbecf7c53402ec251afd23209e50257298e592d3a178182d64f22fa1cae 6.79kB / 6.79kB done [2023-05-05T19:01:56.826Z] #12 sha256:78b603af10aa69a18f75a4da0300c6026eae4a4fa40a47f6a873ac8aa69e245e 1.58kB / 1.58kB done [2023-05-05T19:01:56.826Z] #12 sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 1.86kB / 1.86kB done [2023-05-05T19:01:56.826Z] #12 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 53.69MB / 53.69MB 1.0s done [2023-05-05T19:01:56.826Z] #12 sha256:73587d290df17347645f166c8385f0a2d320a31f4803658f619f2887a5d88faf 15.75MB / 15.75MB 1.1s done [2023-05-05T19:01:56.826Z] #12 sha256:bd49b43770afa984b42a50282487e41b4ca05ba0e9f8bf233e6fc6d2fa99353e 54.68MB / 54.68MB 1.4s done [2023-05-05T19:01:56.826Z] #12 extracting sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 0.5s [2023-05-05T19:01:56.826Z] #12 sha256:be6e36e34b21ddb404fd06bbedc1849caa3c1f13b25dc68f2e5f15d6070a9f76 57.67MB / 81.44MB 1.6s [2023-05-05T19:01:56.826Z] #12 sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 42.99MB / 115.27MB 1.6s [2023-05-05T19:01:56.826Z] #12 sha256:b19f6e891efbecc4017b2787949481c01dbe0f0817454c9f9e87bd9618c648d3 155B / 155B 1.6s done [2023-05-05T19:01:57.087Z] #12 sha256:be6e36e34b21ddb404fd06bbedc1849caa3c1f13b25dc68f2e5f15d6070a9f76 66.06MB / 81.44MB 1.7s [2023-05-05T19:01:57.087Z] #12 sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 53.48MB / 115.27MB 1.7s [2023-05-05T19:01:57.087Z] #12 sha256:be6e36e34b21ddb404fd06bbedc1849caa3c1f13b25dc68f2e5f15d6070a9f76 74.45MB / 81.44MB 1.8s [2023-05-05T19:01:57.087Z] #12 sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 63.96MB / 115.27MB 1.8s [2023-05-05T19:01:57.163Z] #36 19.54 Selecting previously unselected package libprotoc23:amd64. [2023-05-05T19:01:57.163Z] #36 19.54 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-05-05T19:01:57.163Z] #36 19.55 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:01:57.348Z] #12 sha256:be6e36e34b21ddb404fd06bbedc1849caa3c1f13b25dc68f2e5f15d6070a9f76 81.44MB / 81.44MB 1.9s [2023-05-05T19:01:57.348Z] #12 sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 83.89MB / 115.27MB 2.1s [2023-05-05T19:01:57.422Z] #36 19.89 Selecting previously unselected package protobuf-c-compiler. [2023-05-05T19:01:57.422Z] #36 19.90 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:01:57.422Z] #36 19.90 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:01:57.422Z] #36 ... [2023-05-05T19:01:57.422Z] [2023-05-05T19:01:57.422Z] #26 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:01:57.422Z] #26 9.825 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-05-05T19:01:57.422Z] #26 9.825 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-05-05T19:01:57.422Z] #26 9.829 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-05-05T19:01:57.422Z] #26 9.853 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-05-05T19:01:57.422Z] #26 9.859 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-05-05T19:01:57.422Z] #26 9.887 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-05-05T19:01:57.422Z] #26 9.897 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-05-05T19:01:57.422Z] #26 9.921 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-05-05T19:01:57.422Z] #26 9.937 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-05-05T19:01:57.422Z] #26 9.945 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-05-05T19:01:57.422Z] #26 9.965 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-05-05T19:01:57.422Z] #26 10.22 go: downloading github.com/ettle/strcase v0.1.1 [2023-05-05T19:01:57.422Z] #26 10.22 go: downloading github.com/Masterminds/semver v1.5.0 [2023-05-05T19:01:57.422Z] #26 10.27 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-05-05T19:01:57.422Z] #26 10.45 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-05-05T19:01:57.422Z] #26 10.47 go: downloading github.com/fatih/structtag v1.2.0 [2023-05-05T19:01:57.422Z] #26 10.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-05-05T19:01:57.422Z] #26 10.63 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-05-05T19:01:57.422Z] #26 10.74 go: downloading github.com/prometheus/client_model v0.2.0 [2023-05-05T19:01:57.422Z] #26 11.03 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-05-05T19:01:57.422Z] #26 11.05 go: downloading github.com/google/go-cmp v0.5.8 [2023-05-05T19:01:57.422Z] #26 11.47 go: downloading github.com/subosito/gotenv v1.4.0 [2023-05-05T19:01:57.422Z] #26 11.47 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-05-05T19:01:57.422Z] #26 11.61 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-05-05T19:01:57.422Z] #26 11.70 go: downloading github.com/magiconair/properties v1.8.6 [2023-05-05T19:01:57.422Z] #26 11.75 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-05-05T19:01:57.422Z] #26 11.76 go: downloading go.uber.org/atomic v1.7.0 [2023-05-05T19:01:57.422Z] #26 11.89 go: downloading go.uber.org/multierr v1.6.0 [2023-05-05T19:01:57.422Z] #26 11.95 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-05-05T19:01:57.422Z] #26 11.95 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-05-05T19:01:57.422Z] #26 12.00 go: downloading github.com/golang/protobuf v1.5.2 [2023-05-05T19:01:57.422Z] #26 12.07 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-05-05T19:01:57.422Z] #26 12.11 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-05-05T19:01:57.422Z] #26 12.12 go: downloading github.com/prometheus/common v0.32.1 [2023-05-05T19:01:57.422Z] #26 12.13 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-05-05T19:01:57.422Z] #26 12.31 go: downloading github.com/beorn7/perks v1.0.1 [2023-05-05T19:01:57.422Z] #26 12.37 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-05-05T19:01:57.422Z] #26 12.37 go: downloading github.com/prometheus/procfs v0.7.3 [2023-05-05T19:01:57.422Z] #26 12.41 go: downloading google.golang.org/protobuf v1.28.0 [2023-05-05T19:01:57.422Z] #26 12.44 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-05-05T19:01:57.422Z] #26 13.64 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-05-05T19:01:57.609Z] #12 sha256:be6e36e34b21ddb404fd06bbedc1849caa3c1f13b25dc68f2e5f15d6070a9f76 81.44MB / 81.44MB 2.2s done [2023-05-05T19:01:57.609Z] #12 sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 99.61MB / 115.27MB 2.2s [2023-05-05T19:01:57.609Z] #12 extracting sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 1.4s done [2023-05-05T19:01:57.609Z] #12 sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 115.27MB / 115.27MB 2.4s [2023-05-05T19:01:57.680Z] #26 ... [2023-05-05T19:01:57.680Z] [2023-05-05T19:01:57.680Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:01:57.680Z] #36 19.98 Selecting previously unselected package protobuf-compiler. [2023-05-05T19:01:57.680Z] #36 19.99 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-05-05T19:01:57.680Z] #36 20.00 Unpacking protobuf-compiler (3.12.4-1) ... [2023-05-05T19:01:57.680Z] #36 20.12 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:01:57.680Z] #36 20.12 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:01:57.680Z] #36 20.14 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:01:57.870Z] #12 extracting sha256:73587d290df17347645f166c8385f0a2d320a31f4803658f619f2887a5d88faf 0.1s [2023-05-05T19:01:57.870Z] #12 ... [2023-05-05T19:01:57.870Z] [2023-05-05T19:01:57.870Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:01:57.870Z] #13 resolve docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 0.2s done [2023-05-05T19:01:57.870Z] #13 sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 1.85kB / 1.85kB done [2023-05-05T19:01:57.870Z] #13 sha256:ffc0fb46ea2b4c6e5462896ab380db366d1f142e565a0bfae4f91d0b511baae3 529B / 529B done [2023-05-05T19:01:57.870Z] #13 sha256:af5aac46f628b47b218f9993d0f936b7f889093a0ab9b35722dcb34dc6d92a87 1.48kB / 1.48kB done [2023-05-05T19:01:57.870Z] #13 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 53.69MB / 53.69MB 1.0s done [2023-05-05T19:01:57.870Z] #13 DONE 3.0s [2023-05-05T19:01:57.870Z] [2023-05-05T19:01:57.870Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:01:57.870Z] #12 sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 115.27MB / 115.27MB 2.6s done [2023-05-05T19:01:57.939Z] #36 20.27 Selecting previously unselected package python3-six. [2023-05-05T19:01:57.939Z] #36 20.27 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-05-05T19:01:57.939Z] #36 20.28 Unpacking python3-six (1.16.0-2) ... [2023-05-05T19:01:57.939Z] #36 20.35 Selecting previously unselected package python3-protobuf. [2023-05-05T19:01:57.939Z] #36 20.35 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-05-05T19:01:57.939Z] #36 20.36 Unpacking python3-protobuf (3.12.4-1) ... [2023-05-05T19:01:58.131Z] #12 extracting sha256:73587d290df17347645f166c8385f0a2d320a31f4803658f619f2887a5d88faf 0.3s done [2023-05-05T19:01:58.341Z] #36 20.69 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:01:58.391Z] #12 extracting sha256:bd49b43770afa984b42a50282487e41b4ca05ba0e9f8bf233e6fc6d2fa99353e [2023-05-05T19:01:58.600Z] #36 ... [2023-05-05T19:01:58.600Z] [2023-05-05T19:01:58.600Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:01:58.600Z] #31 10.92 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-05-05T19:01:58.600Z] #31 11.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:01:58.859Z] #31 ... [2023-05-05T19:01:58.859Z] [2023-05-05T19:01:58.859Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:01:58.859Z] #33 11.27 strings [2023-05-05T19:01:58.859Z] #33 11.28 bytes [2023-05-05T19:01:58.859Z] #33 11.28 text/tabwriter [2023-05-05T19:01:58.859Z] #33 12.81 reflect [2023-05-05T19:01:58.859Z] #33 12.87 bufio [2023-05-05T19:01:58.859Z] #33 13.71 internal/syscall/unix [2023-05-05T19:01:58.859Z] #33 13.72 internal/syscall/execenv [2023-05-05T19:01:58.859Z] #33 13.74 time [2023-05-05T19:01:58.859Z] #33 15.34 io/fs [2023-05-05T19:01:58.859Z] #33 15.35 internal/poll [2023-05-05T19:01:58.859Z] #33 16.13 os [2023-05-05T19:01:58.859Z] #33 16.36 internal/fmtsort [2023-05-05T19:01:58.859Z] #33 17.77 io/ioutil [2023-05-05T19:01:58.859Z] #33 17.77 fmt [2023-05-05T19:01:58.859Z] #33 18.75 github.com/BurntSushi/toml [2023-05-05T19:01:58.859Z] #33 18.75 log [2023-05-05T19:01:58.859Z] #33 18.75 flag [2023-05-05T19:01:58.859Z] #33 20.05 github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:01:59.118Z] #33 ... [2023-05-05T19:01:59.118Z] [2023-05-05T19:01:59.118Z] #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 [2023-05-05T19:01:59.118Z] #32 16.53 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:01:59.118Z] #32 16.61 Fetched 115 MB in 5s (24.7 MB/s) [2023-05-05T19:01:59.118Z] #32 16.66 Selecting previously unselected package binutils-mingw-w64-i686. [2023-05-05T19:01:59.118Z] #32 16.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:01:59.118Z] #32 16.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:01:59.118Z] #32 16.70 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:01:59.118Z] #32 18.27 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-05-05T19:01:59.118Z] #32 18.27 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:01:59.118Z] #32 18.29 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:01:59.118Z] #32 19.31 Selecting previously unselected package binutils-mingw-w64. [2023-05-05T19:01:59.118Z] #32 19.32 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-05-05T19:01:59.118Z] #32 19.32 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:01:59.118Z] #32 19.42 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-05-05T19:01:59.118Z] #32 19.42 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:01:59.118Z] #32 19.44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:01:59.118Z] #32 19.61 Selecting previously unselected package dmsetup. [2023-05-05T19:01:59.118Z] #32 19.61 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:01:59.118Z] #32 19.67 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:01:59.118Z] #32 19.76 Selecting previously unselected package mingw-w64-common. [2023-05-05T19:01:59.118Z] #32 19.76 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-05-05T19:01:59.118Z] #32 19.77 Unpacking mingw-w64-common (8.0.0-1) ... [2023-05-05T19:01:59.334Z] #12 extracting sha256:bd49b43770afa984b42a50282487e41b4ca05ba0e9f8bf233e6fc6d2fa99353e 0.9s done [2023-05-05T19:01:59.595Z] #12 extracting sha256:be6e36e34b21ddb404fd06bbedc1849caa3c1f13b25dc68f2e5f15d6070a9f76 [2023-05-05T19:02:00.053Z] #32 22.35 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-05-05T19:02:00.053Z] #32 22.36 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-05-05T19:02:00.053Z] #32 22.37 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:02:00.620Z] #32 ... [2023-05-05T19:02:00.620Z] [2023-05-05T19:02:00.620Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:00.620Z] #33 DONE 23.0s [2023-05-05T19:02:00.620Z] [2023-05-05T19:02:00.620Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:00.620Z] #36 21.85 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:02:00.620Z] #36 22.31 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:00.620Z] #36 22.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:00.620Z] #36 22.48 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:00.620Z] #36 22.92 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:02:00.620Z] #36 23.03 Setting up python3-six (1.16.0-2) ... [2023-05-05T19:02:00.857Z] Client: Docker Engine - Community [2023-05-05T19:02:00.857Z] Version: 23.0.1 [2023-05-05T19:02:00.857Z] API version: 1.42 [2023-05-05T19:02:00.857Z] Go version: go1.19.5 [2023-05-05T19:02:00.857Z] Git commit: a5ee5b1 [2023-05-05T19:02:00.857Z] Built: Thu Feb 9 19:46:49 2023 [2023-05-05T19:02:00.857Z] OS/Arch: linux/amd64 [2023-05-05T19:02:00.857Z] Context: default [2023-05-05T19:02:00.857Z] [2023-05-05T19:02:00.857Z] Server: Docker Engine - Community [2023-05-05T19:02:00.857Z] Engine: [2023-05-05T19:02:00.857Z] Version: 23.0.1 [2023-05-05T19:02:00.857Z] API version: 1.42 (minimum version 1.12) [2023-05-05T19:02:00.857Z] Go version: go1.19.5 [2023-05-05T19:02:00.857Z] Git commit: bc3805a [2023-05-05T19:02:00.857Z] Built: Thu Feb 9 19:46:49 2023 [2023-05-05T19:02:00.857Z] OS/Arch: linux/amd64 [2023-05-05T19:02:00.857Z] Experimental: true [2023-05-05T19:02:00.857Z] containerd: [2023-05-05T19:02:00.857Z] Version: 1.6.18 [2023-05-05T19:02:00.857Z] GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:02:00.857Z] runc: [2023-05-05T19:02:00.857Z] Version: 1.1.4 [2023-05-05T19:02:00.857Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-05-05T19:02:00.857Z] docker-init: [2023-05-05T19:02:00.857Z] Version: 0.19.0 [2023-05-05T19:02:00.857Z] GitCommit: de40ad0 [2023-05-05T19:02:00.878Z] #36 ... [2023-05-05T19:02:00.878Z] [2023-05-05T19:02:00.878Z] #30 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:00.878Z] #30 13.29 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:00.878Z] #30 13.73 Fetched 17.7 MB in 1s (15.2 MB/s) [2023-05-05T19:02:00.878Z] #30 13.80 Selecting previously unselected package xxd. [2023-05-05T19:02:00.878Z] #30 13.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:00.878Z] #30 13.89 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:02:00.878Z] #30 13.92 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:00.878Z] #30 16.01 Selecting previously unselected package vim-common. [2023-05-05T19:02:00.878Z] #30 16.01 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:02:00.878Z] #30 16.12 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:00.878Z] #30 16.46 Selecting previously unselected package cmake-data. [2023-05-05T19:02:00.878Z] #30 16.49 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-05-05T19:02:00.878Z] #30 16.52 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:02:00.878Z] #30 18.05 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:02:00.878Z] #30 18.05 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:02:00.878Z] #30 18.17 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:02:00.878Z] #30 20.58 Selecting previously unselected package libxml2:amd64. [2023-05-05T19:02:00.878Z] #30 20.59 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... [2023-05-05T19:02:00.878Z] #30 20.64 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:02:00.878Z] #30 22.34 Selecting previously unselected package libarchive13:amd64. [2023-05-05T19:02:00.878Z] #30 22.35 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-05-05T19:02:00.878Z] #30 22.37 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:02:00.878Z] #30 23.06 Selecting previously unselected package libjsoncpp24:amd64. [2023-05-05T19:02:00.878Z] #30 23.06 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-05-05T19:02:00.878Z] #30 23.06 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:02:00.878Z] #30 23.18 Selecting previously unselected package librhash0:amd64. [2023-05-05T19:02:00.878Z] #30 23.18 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-05-05T19:02:00.878Z] #30 23.20 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:02:00.878Z] #30 23.43 Selecting previously unselected package libuv1:amd64. [2023-05-05T19:02:00.878Z] #30 23.43 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-05-05T19:02:00.878Z] #30 23.43 Unpacking libuv1:amd64 (1.40.0-2) ... [Pipeline] sh [2023-05-05T19:02:00.980Z] #12 extracting sha256:be6e36e34b21ddb404fd06bbedc1849caa3c1f13b25dc68f2e5f15d6070a9f76 1.0s done [2023-05-05T19:02:00.980Z] #12 extracting sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a [2023-05-05T19:02:01.140Z] #30 23.50 Selecting previously unselected package cmake. [2023-05-05T19:02:01.140Z] #30 23.50 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-05-05T19:02:01.140Z] #30 23.51 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:02:01.140Z] #30 ... [2023-05-05T19:02:01.140Z] [2023-05-05T19:02:01.141Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:01.141Z] #36 23.47 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:02:01.141Z] #36 23.48 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:02:01.141Z] #36 23.49 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:02:01.141Z] #36 23.53 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:01.141Z] #36 23.56 Setting up python3-protobuf (3.12.4-1) ... [2023-05-05T19:02:01.189Z] + docker info [2023-05-05T19:02:01.189Z] Client: [2023-05-05T19:02:01.189Z] Context: default [2023-05-05T19:02:01.189Z] Debug Mode: false [2023-05-05T19:02:01.189Z] Plugins: [2023-05-05T19:02:01.189Z] buildx: Docker Buildx (Docker Inc.) [2023-05-05T19:02:01.189Z] Version: v0.10.4 [2023-05-05T19:02:01.189Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-05-05T19:02:01.189Z] compose: Docker Compose (Docker Inc.) [2023-05-05T19:02:01.189Z] Version: v2.16.0 [2023-05-05T19:02:01.189Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-05-05T19:02:01.189Z] scan: Docker Scan (Docker Inc.) [2023-05-05T19:02:01.189Z] Version: v0.23.0 [2023-05-05T19:02:01.189Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-05-05T19:02:01.189Z] [2023-05-05T19:02:01.189Z] Server: [2023-05-05T19:02:01.189Z] Containers: 0 [2023-05-05T19:02:01.189Z] Running: 0 [2023-05-05T19:02:01.189Z] Paused: 0 [2023-05-05T19:02:01.189Z] Stopped: 0 [2023-05-05T19:02:01.189Z] Images: 0 [2023-05-05T19:02:01.189Z] Server Version: 23.0.1 [2023-05-05T19:02:01.189Z] Storage Driver: overlay2 [2023-05-05T19:02:01.189Z] Backing Filesystem: extfs [2023-05-05T19:02:01.189Z] Supports d_type: true [2023-05-05T19:02:01.189Z] Using metacopy: false [2023-05-05T19:02:01.189Z] Native Overlay Diff: true [2023-05-05T19:02:01.189Z] userxattr: false [2023-05-05T19:02:01.189Z] Logging Driver: json-file [2023-05-05T19:02:01.189Z] Cgroup Driver: cgroupfs [2023-05-05T19:02:01.189Z] Cgroup Version: 1 [2023-05-05T19:02:01.189Z] Plugins: [2023-05-05T19:02:01.189Z] Volume: local [2023-05-05T19:02:01.189Z] Network: bridge host ipvlan macvlan null overlay [2023-05-05T19:02:01.189Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-05-05T19:02:01.189Z] Swarm: inactive [2023-05-05T19:02:01.189Z] Runtimes: io.containerd.runc.v2 runc [2023-05-05T19:02:01.189Z] Default Runtime: runc [2023-05-05T19:02:01.189Z] Init Binary: docker-init [2023-05-05T19:02:01.189Z] containerd version: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:02:01.189Z] runc version: v1.1.4-0-g5fd4c4d [2023-05-05T19:02:01.189Z] init version: de40ad0 [2023-05-05T19:02:01.189Z] Security Options: [2023-05-05T19:02:01.189Z] apparmor [2023-05-05T19:02:01.189Z] seccomp [2023-05-05T19:02:01.189Z] Profile: builtin [2023-05-05T19:02:01.189Z] Kernel Version: 5.4.0-1097-aws [2023-05-05T19:02:01.189Z] Operating System: Ubuntu 18.04.6 LTS [2023-05-05T19:02:01.189Z] OSType: linux [2023-05-05T19:02:01.189Z] Architecture: x86_64 [2023-05-05T19:02:01.189Z] CPUs: 8 [2023-05-05T19:02:01.189Z] Total Memory: 30.58GiB [2023-05-05T19:02:01.189Z] Name: ip-10-100-84-163 [2023-05-05T19:02:01.189Z] ID: f362b4ed-d2f6-482a-9172-f235455d5c62 [2023-05-05T19:02:01.189Z] Docker Root Dir: /var/lib/docker [2023-05-05T19:02:01.189Z] Debug Mode: false [2023-05-05T19:02:01.189Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:02:01.189Z] Experimental: true [2023-05-05T19:02:01.189Z] Insecure Registries: [2023-05-05T19:02:01.189Z] 127.0.0.0/8 [2023-05-05T19:02:01.189Z] Live Restore Enabled: true [2023-05-05T19:02:01.189Z] [2023-05-05T19:02:01.189Z] WARNING: No swap limit support [Pipeline] sh [2023-05-05T19:02:01.332Z] Client: Docker Engine - Community [2023-05-05T19:02:01.332Z] Version: 23.0.1 [2023-05-05T19:02:01.332Z] API version: 1.42 [2023-05-05T19:02:01.332Z] Go version: go1.19.5 [2023-05-05T19:02:01.332Z] Git commit: a5ee5b1 [2023-05-05T19:02:01.332Z] Built: Thu Feb 9 19:46:49 2023 [2023-05-05T19:02:01.332Z] OS/Arch: linux/amd64 [2023-05-05T19:02:01.332Z] Context: default [2023-05-05T19:02:01.332Z] [2023-05-05T19:02:01.332Z] Server: Docker Engine - Community [2023-05-05T19:02:01.332Z] Engine: [2023-05-05T19:02:01.332Z] Version: 23.0.1 [2023-05-05T19:02:01.332Z] API version: 1.42 (minimum version 1.12) [2023-05-05T19:02:01.332Z] Go version: go1.19.5 [2023-05-05T19:02:01.332Z] Git commit: bc3805a [2023-05-05T19:02:01.332Z] Built: Thu Feb 9 19:46:49 2023 [2023-05-05T19:02:01.332Z] OS/Arch: linux/amd64 [2023-05-05T19:02:01.332Z] Experimental: true [2023-05-05T19:02:01.332Z] containerd: [2023-05-05T19:02:01.332Z] Version: 1.6.18 [2023-05-05T19:02:01.332Z] GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:02:01.332Z] runc: [2023-05-05T19:02:01.332Z] Version: 1.1.4 [2023-05-05T19:02:01.332Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-05-05T19:02:01.332Z] docker-init: [2023-05-05T19:02:01.332Z] Version: 0.19.0 [2023-05-05T19:02:01.332Z] GitCommit: de40ad0 [Pipeline] sh [2023-05-05T19:02:01.504Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:02:01.504Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:02:01.504Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45406/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-05-05T19:02:01.504Z] + bash /home/ubuntu/workspace/moby_PR-45406/check-config.sh [2023-05-05T19:02:01.504Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-05-05T19:02:01.504Z] info: reading kernel config from /boot/config-5.4.0-1097-aws ... [2023-05-05T19:02:01.504Z] [2023-05-05T19:02:01.504Z] Generally Necessary: [2023-05-05T19:02:01.504Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-05-05T19:02:01.504Z] - apparmor: enabled and tools installed [2023-05-05T19:02:01.504Z] - CONFIG_NAMESPACES: enabled [2023-05-05T19:02:01.504Z] - CONFIG_NET_NS: enabled [2023-05-05T19:02:01.504Z] - CONFIG_PID_NS: enabled [2023-05-05T19:02:01.504Z] - CONFIG_IPC_NS: enabled [2023-05-05T19:02:01.504Z] - CONFIG_UTS_NS: enabled [2023-05-05T19:02:01.504Z] - CONFIG_CGROUPS: enabled [2023-05-05T19:02:01.504Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-05-05T19:02:01.504Z] - CONFIG_CGROUP_DEVICE: enabled [2023-05-05T19:02:01.504Z] - CONFIG_CGROUP_FREEZER: enabled [2023-05-05T19:02:01.504Z] - CONFIG_CGROUP_SCHED: enabled [2023-05-05T19:02:01.504Z] - CONFIG_CPUSETS: enabled [2023-05-05T19:02:01.504Z] - CONFIG_MEMCG: enabled [2023-05-05T19:02:01.504Z] - CONFIG_KEYS: enabled [2023-05-05T19:02:01.504Z] - CONFIG_VETH: enabled (as module) [2023-05-05T19:02:01.504Z] - CONFIG_BRIDGE: enabled (as module) [2023-05-05T19:02:01.504Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-05-05T19:02:01.504Z] - CONFIG_NF_NAT_IPV4: missing [2023-05-05T19:02:01.504Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-05-05T19:02:01.504Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-05-05T19:02:01.504Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-05-05T19:02:01.636Z] + docker info [2023-05-05T19:02:01.636Z] Client: [2023-05-05T19:02:01.636Z] Context: default [2023-05-05T19:02:01.636Z] Debug Mode: false [2023-05-05T19:02:01.636Z] Plugins: [2023-05-05T19:02:01.636Z] buildx: Docker Buildx (Docker Inc.) [2023-05-05T19:02:01.636Z] Version: v0.10.4 [2023-05-05T19:02:01.636Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-05-05T19:02:01.636Z] compose: Docker Compose (Docker Inc.) [2023-05-05T19:02:01.636Z] Version: v2.16.0 [2023-05-05T19:02:01.636Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-05-05T19:02:01.636Z] scan: Docker Scan (Docker Inc.) [2023-05-05T19:02:01.636Z] Version: v0.23.0 [2023-05-05T19:02:01.636Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-05-05T19:02:01.636Z] [2023-05-05T19:02:01.636Z] Server: [2023-05-05T19:02:01.636Z] Containers: 0 [2023-05-05T19:02:01.636Z] Running: 0 [2023-05-05T19:02:01.636Z] Paused: 0 [2023-05-05T19:02:01.636Z] Stopped: 0 [2023-05-05T19:02:01.636Z] Images: 0 [2023-05-05T19:02:01.636Z] Server Version: 23.0.1 [2023-05-05T19:02:01.636Z] Storage Driver: overlay2 [2023-05-05T19:02:01.636Z] Backing Filesystem: extfs [2023-05-05T19:02:01.636Z] Supports d_type: true [2023-05-05T19:02:01.636Z] Using metacopy: false [2023-05-05T19:02:01.636Z] Native Overlay Diff: true [2023-05-05T19:02:01.636Z] userxattr: false [2023-05-05T19:02:01.636Z] Logging Driver: json-file [2023-05-05T19:02:01.636Z] Cgroup Driver: cgroupfs [2023-05-05T19:02:01.636Z] Cgroup Version: 1 [2023-05-05T19:02:01.636Z] Plugins: [2023-05-05T19:02:01.636Z] Volume: local [2023-05-05T19:02:01.636Z] Network: bridge host ipvlan macvlan null overlay [2023-05-05T19:02:01.636Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-05-05T19:02:01.636Z] Swarm: inactive [2023-05-05T19:02:01.636Z] Runtimes: io.containerd.runc.v2 runc [2023-05-05T19:02:01.636Z] Default Runtime: runc [2023-05-05T19:02:01.636Z] Init Binary: docker-init [2023-05-05T19:02:01.636Z] containerd version: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:02:01.636Z] runc version: v1.1.4-0-g5fd4c4d [2023-05-05T19:02:01.636Z] init version: de40ad0 [2023-05-05T19:02:01.636Z] Security Options: [2023-05-05T19:02:01.636Z] apparmor [2023-05-05T19:02:01.636Z] seccomp [2023-05-05T19:02:01.636Z] Profile: builtin [2023-05-05T19:02:01.636Z] Kernel Version: 5.4.0-1097-aws [2023-05-05T19:02:01.636Z] Operating System: Ubuntu 18.04.6 LTS [2023-05-05T19:02:01.636Z] OSType: linux [2023-05-05T19:02:01.636Z] Architecture: x86_64 [2023-05-05T19:02:01.636Z] CPUs: 8 [2023-05-05T19:02:01.636Z] Total Memory: 30.58GiB [2023-05-05T19:02:01.636Z] Name: ip-10-100-52-62 [2023-05-05T19:02:01.636Z] ID: f362b4ed-d2f6-482a-9172-f235455d5c62 [2023-05-05T19:02:01.636Z] Docker Root Dir: /var/lib/docker [2023-05-05T19:02:01.636Z] Debug Mode: false [2023-05-05T19:02:01.636Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:02:01.636Z] Experimental: true [2023-05-05T19:02:01.636Z] Insecure Registries: [2023-05-05T19:02:01.636Z] 127.0.0.0/8 [2023-05-05T19:02:01.636Z] Live Restore Enabled: true [2023-05-05T19:02:01.636Z] [2023-05-05T19:02:01.636Z] WARNING: No swap limit support [Pipeline] sh [2023-05-05T19:02:01.759Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_NF_NAT: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_NF_NAT_NEEDED: missing [2023-05-05T19:02:01.759Z] - CONFIG_POSIX_MQUEUE: enabled [2023-05-05T19:02:01.759Z] [2023-05-05T19:02:01.759Z] Optional Features: [2023-05-05T19:02:01.759Z] - CONFIG_USER_NS: enabled [2023-05-05T19:02:01.759Z] - CONFIG_SECCOMP: enabled [2023-05-05T19:02:01.759Z] - CONFIG_CGROUP_PIDS: enabled [2023-05-05T19:02:01.759Z] - CONFIG_MEMCG_SWAP: enabled [2023-05-05T19:02:01.759Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-05-05T19:02:01.759Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2023-05-05T19:02:01.759Z] - CONFIG_BLK_CGROUP: enabled [2023-05-05T19:02:01.759Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-05-05T19:02:01.759Z] - CONFIG_IOSCHED_CFQ: missing [2023-05-05T19:02:01.759Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-05-05T19:02:01.759Z] - CONFIG_CGROUP_PERF: enabled [2023-05-05T19:02:01.759Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-05-05T19:02:01.759Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-05-05T19:02:01.759Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-05-05T19:02:01.759Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-05-05T19:02:01.759Z] - CONFIG_RT_GROUP_SCHED: missing [2023-05-05T19:02:01.759Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_IP_VS: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_IP_VS_NFCT: enabled [2023-05-05T19:02:01.759Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-05-05T19:02:01.759Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-05-05T19:02:01.759Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-05-05T19:02:01.759Z] - CONFIG_EXT4_FS: enabled [2023-05-05T19:02:01.759Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-05-05T19:02:01.759Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-05-05T19:02:01.759Z] - Network Drivers: [2023-05-05T19:02:01.759Z] - "overlay": [2023-05-05T19:02:01.918Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:02:01.918Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:02:01.918Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45406/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2023-05-05T19:02:01.918Z] + bash /home/ubuntu/workspace/moby_PR-45406/check-config.sh [2023-05-05T19:02:01.918Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-05-05T19:02:01.918Z] info: reading kernel config from /boot/config-5.4.0-1097-aws ... [2023-05-05T19:02:01.918Z] [2023-05-05T19:02:01.918Z] Generally Necessary: [2023-05-05T19:02:01.918Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-05-05T19:02:01.918Z] - apparmor: enabled and tools installed [2023-05-05T19:02:01.918Z] - CONFIG_NAMESPACES: enabled [2023-05-05T19:02:01.918Z] - CONFIG_NET_NS: enabled [2023-05-05T19:02:01.918Z] - CONFIG_PID_NS: enabled [2023-05-05T19:02:01.918Z] - CONFIG_IPC_NS: enabled [2023-05-05T19:02:01.918Z] - CONFIG_UTS_NS: enabled [2023-05-05T19:02:01.918Z] - CONFIG_CGROUPS: enabled [2023-05-05T19:02:01.918Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-05-05T19:02:01.918Z] - CONFIG_CGROUP_DEVICE: enabled [2023-05-05T19:02:01.918Z] - CONFIG_CGROUP_FREEZER: enabled [2023-05-05T19:02:01.918Z] - CONFIG_CGROUP_SCHED: enabled [2023-05-05T19:02:01.918Z] - CONFIG_CPUSETS: enabled [2023-05-05T19:02:01.918Z] - CONFIG_MEMCG: enabled [2023-05-05T19:02:01.918Z] - CONFIG_KEYS: enabled [2023-05-05T19:02:01.918Z] - CONFIG_VETH: enabled (as module) [2023-05-05T19:02:01.918Z] - CONFIG_BRIDGE: enabled (as module) [2023-05-05T19:02:01.918Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-05-05T19:02:01.918Z] - CONFIG_NF_NAT_IPV4: missing [2023-05-05T19:02:01.918Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-05-05T19:02:01.918Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-05-05T19:02:01.918Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_VXLAN: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-05-05T19:02:02.015Z] Optional (for encrypted networks): [2023-05-05T19:02:02.015Z] - CONFIG_CRYPTO: enabled [2023-05-05T19:02:02.015Z] - CONFIG_CRYPTO_AEAD: enabled [2023-05-05T19:02:02.015Z] - CONFIG_CRYPTO_GCM: enabled [2023-05-05T19:02:02.015Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-05-05T19:02:02.015Z] - CONFIG_CRYPTO_GHASH: enabled [2023-05-05T19:02:02.015Z] - CONFIG_XFRM: enabled [2023-05-05T19:02:02.015Z] - CONFIG_XFRM_USER: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_INET_ESP: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-05-05T19:02:02.015Z] - "ipvlan": [2023-05-05T19:02:02.015Z] - CONFIG_IPVLAN: enabled (as module) [2023-05-05T19:02:02.015Z] - "macvlan": [2023-05-05T19:02:02.015Z] - CONFIG_MACVLAN: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_DUMMY: enabled (as module) [2023-05-05T19:02:02.015Z] - "ftp,tftp client in container": [2023-05-05T19:02:02.015Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-05-05T19:02:02.015Z] - Storage Drivers: [2023-05-05T19:02:02.015Z] - "aufs": [2023-05-05T19:02:02.015Z] - CONFIG_AUFS_FS: enabled (as module) [2023-05-05T19:02:02.015Z] - "btrfs": [2023-05-05T19:02:02.015Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-05-05T19:02:02.015Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-05-05T19:02:02.015Z] - "devicemapper": [2023-05-05T19:02:02.015Z] - CONFIG_BLK_DEV_DM: enabled [2023-05-05T19:02:02.015Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-05-05T19:02:02.015Z] - "overlay": [2023-05-05T19:02:02.015Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-05-05T19:02:02.015Z] - "zfs": [2023-05-05T19:02:02.015Z] - /dev/zfs: present [2023-05-05T19:02:02.015Z] - zfs command: missing [2023-05-05T19:02:02.015Z] - zpool command: missing [2023-05-05T19:02:02.015Z] [2023-05-05T19:02:02.015Z] Limits: [2023-05-05T19:02:02.015Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-05-05T19:02:02.015Z] [2023-05-05T19:02:02.015Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-05-05T19:02:02.177Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-05-05T19:02:02.177Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-05-05T19:02:02.177Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-05-05T19:02:02.177Z] - CONFIG_NF_NAT: enabled (as module) [2023-05-05T19:02:02.177Z] - CONFIG_NF_NAT_NEEDED: missing [2023-05-05T19:02:02.177Z] - CONFIG_POSIX_MQUEUE: enabled [2023-05-05T19:02:02.177Z] [2023-05-05T19:02:02.177Z] Optional Features: [2023-05-05T19:02:02.177Z] - CONFIG_USER_NS: enabled [2023-05-05T19:02:02.177Z] - CONFIG_SECCOMP: enabled [2023-05-05T19:02:02.177Z] - CONFIG_CGROUP_PIDS: enabled [2023-05-05T19:02:02.177Z] - CONFIG_MEMCG_SWAP: enabled [2023-05-05T19:02:02.177Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2023-05-05T19:02:02.177Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2023-05-05T19:02:02.177Z] - CONFIG_BLK_CGROUP: enabled [2023-05-05T19:02:02.177Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-05-05T19:02:02.177Z] - CONFIG_IOSCHED_CFQ: missing [2023-05-05T19:02:02.177Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2023-05-05T19:02:02.177Z] - CONFIG_CGROUP_PERF: enabled [2023-05-05T19:02:02.177Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-05-05T19:02:02.177Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-05-05T19:02:02.177Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-05-05T19:02:02.177Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-05-05T19:02:02.177Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-05-05T19:02:02.177Z] - CONFIG_RT_GROUP_SCHED: missing [2023-05-05T19:02:02.177Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-05-05T19:02:02.177Z] - CONFIG_IP_VS: enabled (as module) [2023-05-05T19:02:02.177Z] - CONFIG_IP_VS_NFCT: enabled [2023-05-05T19:02:02.178Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-05-05T19:02:02.178Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-05-05T19:02:02.178Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-05-05T19:02:02.178Z] - CONFIG_EXT4_FS: enabled [2023-05-05T19:02:02.178Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-05-05T19:02:02.178Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-05-05T19:02:02.178Z] - Network Drivers: [2023-05-05T19:02:02.178Z] - "overlay": [2023-05-05T19:02:02.178Z] - CONFIG_VXLAN: enabled (as module) [2023-05-05T19:02:02.178Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-05-05T19:02:02.178Z] Optional (for encrypted networks): [2023-05-05T19:02:02.331Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:db9ab6438debd1b262c29479a23b4e972405ff75 . [2023-05-05T19:02:02.436Z] - CONFIG_CRYPTO: enabled [2023-05-05T19:02:02.437Z] - CONFIG_CRYPTO_AEAD: enabled [2023-05-05T19:02:02.437Z] - CONFIG_CRYPTO_GCM: enabled [2023-05-05T19:02:02.437Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-05-05T19:02:02.437Z] - CONFIG_CRYPTO_GHASH: enabled [2023-05-05T19:02:02.437Z] - CONFIG_XFRM: enabled [2023-05-05T19:02:02.437Z] - CONFIG_XFRM_USER: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_INET_ESP: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2023-05-05T19:02:02.437Z] - "ipvlan": [2023-05-05T19:02:02.437Z] - CONFIG_IPVLAN: enabled (as module) [2023-05-05T19:02:02.437Z] - "macvlan": [2023-05-05T19:02:02.437Z] - CONFIG_MACVLAN: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_DUMMY: enabled (as module) [2023-05-05T19:02:02.437Z] - "ftp,tftp client in container": [2023-05-05T19:02:02.437Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-05-05T19:02:02.437Z] - Storage Drivers: [2023-05-05T19:02:02.437Z] - "aufs": [2023-05-05T19:02:02.437Z] - CONFIG_AUFS_FS: enabled (as module) [2023-05-05T19:02:02.437Z] - "btrfs": [2023-05-05T19:02:02.437Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-05-05T19:02:02.437Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-05-05T19:02:02.437Z] - "devicemapper": [2023-05-05T19:02:02.437Z] - CONFIG_BLK_DEV_DM: enabled [2023-05-05T19:02:02.437Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-05-05T19:02:02.437Z] - "overlay": [2023-05-05T19:02:02.437Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-05-05T19:02:02.437Z] - "zfs": [2023-05-05T19:02:02.437Z] - /dev/zfs: present [2023-05-05T19:02:02.437Z] - zfs command: missing [2023-05-05T19:02:02.437Z] - zpool command: missing [2023-05-05T19:02:02.437Z] [2023-05-05T19:02:02.437Z] Limits: [2023-05-05T19:02:02.437Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-05-05T19:02:02.437Z] [2023-05-05T19:02:02.437Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-05-05T19:02:02.550Z] #36 24.64 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:02:02.550Z] #36 24.68 Setting up protobuf-compiler (3.12.4-1) ... [2023-05-05T19:02:02.550Z] #36 24.69 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:02.550Z] #36 24.72 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:02:02.550Z] #36 24.75 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:02:02.550Z] #36 24.77 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:02.550Z] #36 24.80 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:02.587Z] #1 [internal] load build definition from Dockerfile [2023-05-05T19:02:02.587Z] #1 transferring dockerfile: 17.17kB done [2023-05-05T19:02:02.587Z] #1 DONE 0.1s [2023-05-05T19:02:02.587Z] [2023-05-05T19:02:02.587Z] #2 [internal] load .dockerignore [2023-05-05T19:02:02.587Z] #2 transferring context: 87B done [2023-05-05T19:02:02.587Z] #2 DONE 0.1s [2023-05-05T19:02:02.587Z] [2023-05-05T19:02:02.587Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-05-05T19:02:02.763Z] + sudo modprobe ip_vs [2023-05-05T19:02:02.763Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:db9ab6438debd1b262c29479a23b4e972405ff75 . [2023-05-05T19:02:02.842Z] #3 DONE 0.4s [2023-05-05T19:02:02.895Z] #12 extracting sha256:e85d888f030a8144c84f6c4271cb484094a6949d6dd7d613859a7007d623a64a 1.7s done [2023-05-05T19:02:02.895Z] #12 extracting sha256:b19f6e891efbecc4017b2787949481c01dbe0f0817454c9f9e87bd9618c648d3 done [2023-05-05T19:02:03.098Z] [2023-05-05T19:02:03.098Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-05-05T19:02:03.098Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done [2023-05-05T19:02:03.098Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 4.19MB / 11.55MB 0.1s [2023-05-05T19:02:03.098Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-05-05T19:02:03.098Z] #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done [2023-05-05T19:02:03.098Z] #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done [2023-05-05T19:02:03.098Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done [2023-05-05T19:02:03.098Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd [2023-05-05T19:02:03.353Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done [2023-05-05T19:02:03.354Z] #1 [internal] load .dockerignore [2023-05-05T19:02:03.354Z] #1 transferring context: [2023-05-05T19:02:03.354Z] #1 transferring context: 87B done [2023-05-05T19:02:03.354Z] #1 DONE 0.2s [2023-05-05T19:02:03.354Z] [2023-05-05T19:02:03.354Z] #2 [internal] load build definition from Dockerfile [2023-05-05T19:02:03.354Z] #2 transferring dockerfile: 17.17kB done [2023-05-05T19:02:03.354Z] #2 DONE 0.2s [2023-05-05T19:02:03.354Z] [2023-05-05T19:02:03.354Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-05-05T19:02:03.609Z] #4 DONE 0.5s [2023-05-05T19:02:03.609Z] [2023-05-05T19:02:03.609Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:02:03.923Z] #3 DONE 0.5s [2023-05-05T19:02:03.923Z] [2023-05-05T19:02:03.923Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-05-05T19:02:03.923Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done [2023-05-05T19:02:03.923Z] #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done [2023-05-05T19:02:03.923Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 7.34MB / 11.55MB 0.1s [2023-05-05T19:02:03.923Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-05-05T19:02:03.923Z] #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done [2023-05-05T19:02:03.923Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done [2023-05-05T19:02:03.923Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd [2023-05-05T19:02:03.926Z] #36 ... [2023-05-05T19:02:03.926Z] [2023-05-05T19:02:03.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 [2023-05-05T19:02:03.926Z] #0 1.329 + RM_GOPATH=0 [2023-05-05T19:02:03.926Z] #0 1.329 + TMP_GOPATH= [2023-05-05T19:02:03.926Z] #0 1.329 + : /build [2023-05-05T19:02:03.926Z] #0 1.329 + '[' -z '' ']' [2023-05-05T19:02:03.926Z] #0 1.329 ++ mktemp -d [2023-05-05T19:02:03.926Z] #0 1.377 + export GOPATH=/tmp/tmp.e6uW3kkwLu [2023-05-05T19:02:03.926Z] #0 1.378 + GOPATH=/tmp/tmp.e6uW3kkwLu [2023-05-05T19:02:03.926Z] #0 1.378 + RM_GOPATH=1 [2023-05-05T19:02:03.926Z] #0 1.378 + case "$(go env GOARCH)" in [2023-05-05T19:02:03.926Z] #0 1.379 ++ go env GOARCH [2023-05-05T19:02:03.926Z] #0 1.387 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:03.926Z] #0 1.387 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:03.926Z] #0 1.388 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:03.926Z] #0 1.394 + dir=/tmp/install [2023-05-05T19:02:03.926Z] #0 1.394 + bin=containerd [2023-05-05T19:02:03.926Z] #0 1.394 + shift [2023-05-05T19:02:03.926Z] #0 1.394 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-05-05T19:02:03.926Z] #0 1.394 + . /tmp/install/containerd.installer [2023-05-05T19:02:03.926Z] #0 1.394 ++ set -e [2023-05-05T19:02:03.926Z] #0 1.394 ++ : v1.6.20 [2023-05-05T19:02:03.926Z] #0 1.394 + install_containerd [2023-05-05T19:02:03.926Z] #0 1.394 + echo 'Install containerd version v1.6.20' [2023-05-05T19:02:03.926Z] #0 1.394 + git clone https://github.com/containerd/containerd.git /tmp/tmp.e6uW3kkwLu/src/github.com/containerd/containerd [2023-05-05T19:02:03.926Z] #0 1.395 Install containerd version v1.6.20 [2023-05-05T19:02:03.926Z] #0 1.400 Cloning into '/tmp/tmp.e6uW3kkwLu/src/github.com/containerd/containerd'... [2023-05-05T19:02:03.926Z] #37 ... [2023-05-05T19:02:03.926Z] [2023-05-05T19:02:03.926Z] #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 [2023-05-05T19:02:03.926Z] #32 24.79 Selecting previously unselected package gcc-mingw-w64-base. [2023-05-05T19:02:03.926Z] #32 24.80 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:02:03.926Z] #32 24.81 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:02:03.926Z] #32 24.91 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-05-05T19:02:03.926Z] #32 24.92 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:02:03.926Z] #32 24.96 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:04.182Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done [2023-05-05T19:02:04.182Z] #4 DONE 0.5s [2023-05-05T19:02:04.185Z] #32 ... [2023-05-05T19:02:04.185Z] [2023-05-05T19:02:04.185Z] #36 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:04.185Z] #36 DONE 26.7s [2023-05-05T19:02:04.278Z] #12 DONE 9.1s [2023-05-05T19:02:04.278Z] [2023-05-05T19:02:04.278Z] #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-05-05T19:02:04.441Z] [2023-05-05T19:02:04.441Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:02:04.444Z] [2023-05-05T19:02:04.444Z] #30 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:04.444Z] #30 24.84 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:02:04.444Z] #30 24.88 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:04.444Z] #30 24.90 Setting up libuv1:amd64 (1.40.0-2) ... [2023-05-05T19:02:04.444Z] #30 25.00 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:04.444Z] #30 26.16 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:02:04.444Z] #30 26.69 Setting up librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:02:04.444Z] #30 26.71 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:02:04.444Z] #30 26.75 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:02:04.444Z] #30 26.77 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:02:04.444Z] #30 26.78 Setting up cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:02:04.444Z] #30 26.81 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:04.535Z] #5 DONE 1.0s [2023-05-05T19:02:04.535Z] [2023-05-05T19:02:04.535Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:02:04.535Z] #6 DONE 0.9s [2023-05-05T19:02:04.535Z] [2023-05-05T19:02:04.535Z] #7 [internal] load metadata for docker.io/library/golang:1.19.9-bullseye [2023-05-05T19:02:04.535Z] #7 DONE 1.0s [2023-05-05T19:02:04.535Z] [2023-05-05T19:02:04.535Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2023-05-05T19:02:04.535Z] #8 DONE 1.0s [2023-05-05T19:02:04.849Z] #14 DONE 0.6s [2023-05-05T19:02:04.849Z] [2023-05-05T19:02:04.849Z] #15 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2023-05-05T19:02:04.849Z] #15 ... [2023-05-05T19:02:04.849Z] [2023-05-05T19:02:04.849Z] #16 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-05-05T19:02:04.849Z] #16 DONE 0.1s [2023-05-05T19:02:04.849Z] [2023-05-05T19:02:04.849Z] #17 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-05-05T19:02:04.849Z] #17 DONE 0.1s [2023-05-05T19:02:04.849Z] [2023-05-05T19:02:04.849Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:04.849Z] #0 1.129 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:04.849Z] #0 1.147 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:04.849Z] #0 1.147 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:04.849Z] #0 1.272 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2023-05-05T19:02:04.849Z] #0 1.566 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [235 kB] [2023-05-05T19:02:04.849Z] #0 1.570 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-05-05T19:02:04.849Z] #0 2.474 Fetched 8526 kB in 2s (5313 kB/s) [2023-05-05T19:02:04.849Z] #0 2.474 Reading package lists... [2023-05-05T19:02:04.849Z] #0 3.038 Reading package lists... [2023-05-05T19:02:04.849Z] #0 3.581 Building dependency tree... [2023-05-05T19:02:04.849Z] #0 4.032 The following additional packages will be installed: [2023-05-05T19:02:04.849Z] #0 4.033 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-05-05T19:02:04.849Z] #0 4.034 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-05-05T19:02:04.849Z] #0 4.037 Recommended packages: [2023-05-05T19:02:04.849Z] #0 4.037 libldap-common publicsuffix libsasl2-modules [2023-05-05T19:02:04.849Z] #0 4.163 The following NEW packages will be installed: [2023-05-05T19:02:04.849Z] #0 4.164 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-05-05T19:02:04.849Z] #0 4.164 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-05-05T19:02:04.849Z] #0 4.165 libssh2-1 openssl [2023-05-05T19:02:04.849Z] #0 4.441 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:04.849Z] #0 4.441 Need to get 2944 kB of archives. [2023-05-05T19:02:04.849Z] #0 4.441 After this operation, 6484 kB of additional disk space will be used. [2023-05-05T19:02:04.849Z] #0 4.441 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB] [2023-05-05T19:02:04.849Z] #0 4.462 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2023-05-05T19:02:04.849Z] #0 4.463 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2023-05-05T19:02:04.849Z] #0 4.467 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2023-05-05T19:02:04.849Z] #0 4.471 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2023-05-05T19:02:04.849Z] #0 4.476 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2023-05-05T19:02:04.849Z] #0 4.510 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2023-05-05T19:02:04.849Z] #0 4.514 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2023-05-05T19:02:04.849Z] #0 4.516 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2023-05-05T19:02:04.849Z] #0 4.517 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2023-05-05T19:02:04.849Z] #0 4.520 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB] [2023-05-05T19:02:04.849Z] #0 4.526 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB] [2023-05-05T19:02:04.849Z] #0 4.531 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2023-05-05T19:02:04.849Z] #0 4.536 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2023-05-05T19:02:04.849Z] #0 4.538 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2023-05-05T19:02:04.849Z] #0 4.759 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:04.849Z] #0 4.872 Fetched 2944 kB in 0s (7602 kB/s) [2023-05-05T19:02:04.849Z] #0 5.062 Selecting previously unselected package openssl. [2023-05-05T19:02:04.849Z] #0 5.062 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6656 files and directories currently installed.) [2023-05-05T19:02:04.849Z] #0 5.067 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 5.154 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:04.849Z] #0 6.022 Selecting previously unselected package ca-certificates. [2023-05-05T19:02:04.849Z] #0 6.023 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-05-05T19:02:04.849Z] #0 6.035 Unpacking ca-certificates (20210119) ... [2023-05-05T19:02:04.849Z] #0 6.221 Selecting previously unselected package libbrotli1:arm64. [2023-05-05T19:02:04.849Z] #0 6.223 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.366 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2023-05-05T19:02:04.849Z] #0 6.476 Selecting previously unselected package libsasl2-modules-db:arm64. [2023-05-05T19:02:04.849Z] #0 6.477 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.485 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:04.849Z] #0 6.558 Selecting previously unselected package libsasl2-2:arm64. [2023-05-05T19:02:04.849Z] #0 6.559 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.571 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:04.849Z] #0 6.646 Selecting previously unselected package libldap-2.4-2:arm64. [2023-05-05T19:02:04.849Z] #0 6.648 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.655 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:04.849Z] #0 6.746 Selecting previously unselected package libnghttp2-14:arm64. [2023-05-05T19:02:04.849Z] #0 6.746 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.757 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2023-05-05T19:02:04.849Z] #0 6.808 Selecting previously unselected package libpsl5:arm64. [2023-05-05T19:02:04.849Z] #0 6.809 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.813 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2023-05-05T19:02:04.849Z] #0 6.883 Selecting previously unselected package librtmp1:arm64. [2023-05-05T19:02:04.849Z] #0 6.884 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.895 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:04.849Z] #0 6.945 Selecting previously unselected package libssh2-1:arm64. [2023-05-05T19:02:04.849Z] #0 6.947 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2023-05-05T19:02:04.849Z] #0 6.950 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2023-05-05T19:02:04.849Z] #0 7.027 Selecting previously unselected package libcurl4:arm64. [2023-05-05T19:02:05.010Z] #5 ... [2023-05-05T19:02:05.010Z] [2023-05-05T19:02:05.010Z] #6 [internal] load metadata for docker.io/library/golang:1.19.9-bullseye [2023-05-05T19:02:05.010Z] #6 DONE 0.7s [2023-05-05T19:02:05.110Z] #18 ... [2023-05-05T19:02:05.110Z] [2023-05-05T19:02:05.110Z] #15 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2023-05-05T19:02:05.110Z] #15 DONE 0.5s [2023-05-05T19:02:05.110Z] [2023-05-05T19:02:05.110Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:05.110Z] #18 7.028 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ... [2023-05-05T19:02:05.110Z] #18 7.032 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:05.110Z] #18 7.080 Selecting previously unselected package curl. [2023-05-05T19:02:05.110Z] #18 7.082 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ... [2023-05-05T19:02:05.110Z] #18 7.087 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:05.110Z] #18 7.143 Selecting previously unselected package libonig5:arm64. [2023-05-05T19:02:05.110Z] #18 ... [2023-05-05T19:02:05.110Z] [2023-05-05T19:02:05.110Z] #19 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:05.110Z] #19 ... [2023-05-05T19:02:05.110Z] [2023-05-05T19:02:05.110Z] #20 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-05-05T19:02:05.110Z] #20 DONE 0.2s [2023-05-05T19:02:05.270Z] [2023-05-05T19:02:05.270Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2023-05-05T19:02:05.270Z] #7 DONE 0.8s [2023-05-05T19:02:05.270Z] [2023-05-05T19:02:05.270Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:02:05.270Z] #8 DONE 0.8s [2023-05-05T19:02:05.270Z] [2023-05-05T19:02:05.270Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:02:05.270Z] #5 DONE 0.8s [2023-05-05T19:02:05.370Z] [2023-05-05T19:02:05.370Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-05-05T19:02:05.370Z] #21 DONE 0.2s [2023-05-05T19:02:05.370Z] [2023-05-05T19:02:05.370Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:05.370Z] #18 7.145 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2023-05-05T19:02:05.370Z] #18 7.150 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2023-05-05T19:02:05.370Z] #18 7.207 Selecting previously unselected package libjq1:arm64. [2023-05-05T19:02:05.370Z] #18 7.209 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2023-05-05T19:02:05.370Z] #18 7.213 Unpacking libjq1:arm64 (1.6-2.1) ... [2023-05-05T19:02:05.370Z] #18 7.284 Selecting previously unselected package jq. [2023-05-05T19:02:05.370Z] #18 7.286 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2023-05-05T19:02:05.370Z] #18 7.289 Unpacking jq (1.6-2.1) ... [2023-05-05T19:02:05.370Z] #18 7.336 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2023-05-05T19:02:05.370Z] #18 7.347 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2023-05-05T19:02:05.370Z] #18 7.400 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2023-05-05T19:02:05.370Z] #18 7.411 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:05.370Z] #18 7.422 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:05.370Z] #18 7.432 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:05.370Z] #18 7.444 Setting up libssh2-1:arm64 (1.9.0-2) ... [2023-05-05T19:02:05.370Z] #18 7.453 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:05.370Z] #18 7.468 Setting up libonig5:arm64 (6.9.6-1.1) ... [2023-05-05T19:02:05.370Z] #18 7.481 Setting up libjq1:arm64 (1.6-2.1) ... [2023-05-05T19:02:05.370Z] #18 7.490 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:05.370Z] #18 7.500 Setting up ca-certificates (20210119) ... [2023-05-05T19:02:05.379Z] #30 DONE 27.5s [2023-05-05T19:02:05.379Z] [2023-05-05T19:02:05.379Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2023-05-05T19:02:06.315Z] #38 1.065 + RM_GOPATH=0 [2023-05-05T19:02:06.315Z] #38 1.065 + TMP_GOPATH= [2023-05-05T19:02:06.315Z] #38 1.065 + : /build [2023-05-05T19:02:06.315Z] #38 1.065 + '[' -z '' ']' [2023-05-05T19:02:06.315Z] #38 1.065 ++ mktemp -d [2023-05-05T19:02:06.315Z] #38 1.067 + export GOPATH=/tmp/tmp.ntftdPxBQ4 [2023-05-05T19:02:06.315Z] #38 1.067 + GOPATH=/tmp/tmp.ntftdPxBQ4 [2023-05-05T19:02:06.315Z] #38 1.067 + RM_GOPATH=1 [2023-05-05T19:02:06.315Z] #38 1.067 + case "$(go env GOARCH)" in [2023-05-05T19:02:06.315Z] #38 1.069 ++ go env GOARCH [2023-05-05T19:02:06.315Z] #38 1.090 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:06.315Z] #38 1.091 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:06.315Z] #38 1.091 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:06.315Z] #38 1.101 + dir=/tmp/install [2023-05-05T19:02:06.315Z] #38 1.101 + bin=tini [2023-05-05T19:02:06.315Z] #38 1.102 + shift [2023-05-05T19:02:06.315Z] #38 1.102 + '[' '!' -f /tmp/install/tini.installer ']' [2023-05-05T19:02:06.315Z] #38 1.102 + . /tmp/install/tini.installer [2023-05-05T19:02:06.315Z] #38 1.103 ++ : v0.19.0 [2023-05-05T19:02:06.315Z] #38 1.103 + install_tini [2023-05-05T19:02:06.315Z] #38 1.104 + echo 'Install tini version v0.19.0' [2023-05-05T19:02:06.315Z] #38 1.104 Install tini version v0.19.0 [2023-05-05T19:02:06.315Z] #38 1.104 + git clone https://github.com/krallin/tini.git /tmp/tmp.ntftdPxBQ4/tini [2023-05-05T19:02:06.315Z] #38 1.106 Cloning into '/tmp/tmp.ntftdPxBQ4/tini'... [2023-05-05T19:02:06.315Z] #18 8.379 Updating certificates in /etc/ssl/certs... [2023-05-05T19:02:06.882Z] #38 1.517 + cd /tmp/tmp.ntftdPxBQ4/tini [2023-05-05T19:02:06.882Z] #38 1.517 + git checkout -q v0.19.0 [2023-05-05T19:02:06.882Z] #38 1.522 + cmake . [2023-05-05T19:02:06.882Z] #38 1.722 -- The C compiler identification is GNU 10.2.1 [2023-05-05T19:02:06.882Z] #38 1.743 -- Detecting C compiler ABI info [2023-05-05T19:02:07.141Z] #38 2.000 -- Detecting C compiler ABI info - done [2023-05-05T19:02:07.141Z] #38 2.047 -- Check for working C compiler: /usr/bin/cc - skipped [2023-05-05T19:02:07.141Z] #38 2.051 -- Detecting C compile features [2023-05-05T19:02:07.141Z] #38 2.051 -- Detecting C compile features - done [2023-05-05T19:02:07.141Z] #38 2.063 -- Performing Test HAS_BUILTIN_FORTIFY [2023-05-05T19:02:07.400Z] #38 2.146 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-05-05T19:02:07.400Z] #38 2.172 -- Configuring done [2023-05-05T19:02:07.400Z] #38 2.189 -- Generating done [2023-05-05T19:02:07.400Z] #38 2.191 -- Build files have been written to: /tmp/tmp.ntftdPxBQ4/tini [2023-05-05T19:02:07.400Z] #38 2.193 + make tini-static [2023-05-05T19:02:07.400Z] #38 2.334 Scanning dependencies of target tini-static [2023-05-05T19:02:07.400Z] #38 2.401 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-05-05T19:02:07.967Z] #38 2.764 [100%] Linking C executable tini-static [2023-05-05T19:02:08.227Z] #38 3.014 [100%] Built target tini-static [2023-05-05T19:02:08.227Z] #38 3.030 + mkdir -p /build [2023-05-05T19:02:08.227Z] #38 3.032 + cp tini-static /build/docker-init [2023-05-05T19:02:08.887Z] #18 10.53 129 added, 0 removed; done. [2023-05-05T19:02:08.887Z] #18 10.62 Setting up jq (1.6-2.1) ... [2023-05-05T19:02:08.887Z] #18 10.63 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:08.887Z] #18 10.66 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:08.887Z] #18 10.72 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:08.887Z] #18 10.79 Processing triggers for ca-certificates (20210119) ... [2023-05-05T19:02:08.887Z] #18 10.81 Updating certificates in /etc/ssl/certs... [2023-05-05T19:02:09.162Z] #38 DONE 4.1s [2023-05-05T19:02:09.162Z] [2023-05-05T19:02:09.162Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:09.162Z] #0 2.219 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:02:09.162Z] #0 2.219 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:02:09.162Z] #0 2.245 Note: Building without GnuTLS support [2023-05-05T19:02:09.162Z] #0 2.251 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:02:09.162Z] #0 2.251 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:02:09.162Z] #0 3.165 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:02:09.162Z] #0 3.218 GEN .gitid [2023-05-05T19:02:09.162Z] #0 3.267 GEN criu/include/version.h [2023-05-05T19:02:09.162Z] #0 3.367 GEN include/common/asm [2023-05-05T19:02:09.162Z] #0 4.665 PBCC images/timens.pb-c.c [2023-05-05T19:02:09.162Z] #0 4.684 DEP images/timens.pb-c.d [2023-05-05T19:02:09.162Z] #0 4.712 PBCC images/fown.pb-c.c [2023-05-05T19:02:09.162Z] #0 4.827 PBCC images/google/protobuf/descriptor.pb-c.c [2023-05-05T19:02:09.162Z] #0 4.846 PBCC images/opts.pb-c.c [2023-05-05T19:02:09.162Z] #0 4.862 PBCC images/memfd.pb-c.c [2023-05-05T19:02:09.162Z] #0 4.877 DEP images/fown.pb-c.d [2023-05-05T19:02:09.162Z] #0 4.896 DEP images/google/protobuf/descriptor.pb-c.d [2023-05-05T19:02:09.162Z] #0 4.932 DEP images/opts.pb-c.d [2023-05-05T19:02:09.162Z] #0 4.958 DEP images/memfd.pb-c.d [2023-05-05T19:02:09.162Z] #0 4.999 PBCC images/sit.pb-c.c [2023-05-05T19:02:09.162Z] #0 5.017 DEP images/sit.pb-c.d [2023-05-05T19:02:09.162Z] #0 5.036 PBCC images/macvlan.pb-c.c [2023-05-05T19:02:09.420Z] #39 5.045 DEP images/macvlan.pb-c.d [2023-05-05T19:02:09.420Z] #39 5.065 PBCC images/autofs.pb-c.c [2023-05-05T19:02:09.420Z] #39 5.077 DEP images/autofs.pb-c.d [2023-05-05T19:02:09.420Z] #39 5.118 PBCC images/sysctl.pb-c.c [2023-05-05T19:02:09.420Z] #39 5.147 DEP images/sysctl.pb-c.d [2023-05-05T19:02:09.420Z] #39 5.174 PBCC images/time.pb-c.c [2023-05-05T19:02:09.420Z] #39 5.180 DEP images/time.pb-c.d [2023-05-05T19:02:09.420Z] #39 5.205 PBCC images/binfmt-misc.pb-c.c [2023-05-05T19:02:09.420Z] #39 5.214 DEP images/binfmt-misc.pb-c.d [2023-05-05T19:02:09.420Z] #39 5.241 PBCC images/seccomp.pb-c.c [2023-05-05T19:02:09.420Z] #39 5.246 DEP images/seccomp.pb-c.d [2023-05-05T19:02:09.420Z] #39 5.265 PBCC images/userns.pb-c.c [2023-05-05T19:02:09.679Z] #39 5.293 DEP images/userns.pb-c.d [2023-05-05T19:02:09.679Z] #39 5.321 PBCC images/cgroup.pb-c.c [2023-05-05T19:02:09.679Z] #39 5.330 DEP images/cgroup.pb-c.d [2023-05-05T19:02:09.679Z] #39 5.353 PBCC images/ext-file.pb-c.c [2023-05-05T19:02:09.679Z] #39 5.383 DEP images/ext-file.pb-c.d [2023-05-05T19:02:09.679Z] #39 5.398 PBCC images/rpc.pb-c.c [2023-05-05T19:02:09.679Z] #39 5.414 DEP images/rpc.pb-c.d [2023-05-05T19:02:09.679Z] #39 5.437 PBCC images/siginfo.pb-c.c [2023-05-05T19:02:09.679Z] #39 5.449 DEP images/siginfo.pb-c.d [2023-05-05T19:02:09.679Z] #39 5.473 PBCC images/pagemap.pb-c.c [2023-05-05T19:02:09.679Z] #39 5.509 DEP images/pagemap.pb-c.d [2023-05-05T19:02:09.938Z] #39 5.538 PBCC images/rlimit.pb-c.c [2023-05-05T19:02:09.938Z] #39 5.551 DEP images/rlimit.pb-c.d [2023-05-05T19:02:09.938Z] #39 5.585 PBCC images/file-lock.pb-c.c [2023-05-05T19:02:09.938Z] #39 5.606 DEP images/file-lock.pb-c.d [2023-05-05T19:02:09.938Z] #39 5.661 PBCC images/tty.pb-c.c [2023-05-05T19:02:09.938Z] #39 5.698 DEP images/tty.pb-c.d [2023-05-05T19:02:09.938Z] #39 5.737 PBCC images/tun.pb-c.c [2023-05-05T19:02:09.938Z] #39 5.754 PBCC images/netdev.pb-c.c [2023-05-05T19:02:09.938Z] #39 5.772 DEP images/tun.pb-c.d [2023-05-05T19:02:10.199Z] #39 5.812 DEP images/netdev.pb-c.d [2023-05-05T19:02:10.199Z] #39 5.849 PBCC images/vma.pb-c.c [2023-05-05T19:02:10.199Z] #39 5.875 DEP images/vma.pb-c.d [2023-05-05T19:02:10.199Z] #39 5.894 PBCC images/creds.pb-c.c [2023-05-05T19:02:10.199Z] #39 5.900 DEP images/creds.pb-c.d [2023-05-05T19:02:10.199Z] #39 5.924 PBCC images/utsns.pb-c.c [2023-05-05T19:02:10.199Z] #39 5.932 DEP images/utsns.pb-c.d [2023-05-05T19:02:10.199Z] #39 5.953 PBCC images/ipc-desc.pb-c.c [2023-05-05T19:02:10.199Z] #39 5.964 PBCC images/ipc-sem.pb-c.c [2023-05-05T19:02:10.199Z] #39 5.970 DEP images/ipc-desc.pb-c.d [2023-05-05T19:02:10.199Z] #39 5.988 DEP images/ipc-sem.pb-c.d [2023-05-05T19:02:10.199Z] #39 6.012 PBCC images/ipc-msg.pb-c.c [2023-05-05T19:02:10.199Z] #39 6.018 DEP images/ipc-msg.pb-c.d [2023-05-05T19:02:10.199Z] #39 6.080 PBCC images/ipc-shm.pb-c.c [2023-05-05T19:02:10.199Z] #39 6.092 DEP images/ipc-shm.pb-c.d [2023-05-05T19:02:10.458Z] #39 6.107 PBCC images/ipc-var.pb-c.c [2023-05-05T19:02:10.458Z] #39 6.116 DEP images/ipc-var.pb-c.d [2023-05-05T19:02:10.458Z] #39 6.134 PBCC images/sk-opts.pb-c.c [2023-05-05T19:02:10.458Z] #39 6.143 PBCC images/packet-sock.pb-c.c [2023-05-05T19:02:10.458Z] #39 6.166 DEP images/sk-opts.pb-c.d [2023-05-05T19:02:10.458Z] #39 6.198 DEP images/packet-sock.pb-c.d [2023-05-05T19:02:10.458Z] #39 ... [2023-05-05T19:02:10.458Z] [2023-05-05T19:02:10.458Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:02:10.458Z] #37 16.59 + cd /tmp/tmp.e6uW3kkwLu/src/github.com/containerd/containerd [2023-05-05T19:02:10.458Z] #37 16.59 + git checkout -q v1.6.20 [2023-05-05T19:02:10.809Z] #18 ... [2023-05-05T19:02:10.809Z] [2023-05-05T19:02:10.809Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:10.809Z] #0 1.425 + RM_GOPATH=0 [2023-05-05T19:02:10.809Z] #0 1.425 + TMP_GOPATH= [2023-05-05T19:02:10.809Z] #0 1.425 + : /build [2023-05-05T19:02:10.809Z] #0 1.425 + '[' -z '' ']' [2023-05-05T19:02:10.809Z] #0 1.426 ++ mktemp -d [2023-05-05T19:02:10.809Z] #0 1.427 + export GOPATH=/tmp/tmp.nDJSMXOPqr [2023-05-05T19:02:10.809Z] #0 1.427 + GOPATH=/tmp/tmp.nDJSMXOPqr [2023-05-05T19:02:10.809Z] #0 1.427 + RM_GOPATH=1 [2023-05-05T19:02:10.809Z] #0 1.427 + case "$(go env GOARCH)" in [2023-05-05T19:02:10.809Z] #0 1.429 ++ go env GOARCH [2023-05-05T19:02:10.809Z] #0 1.452 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:10.809Z] #0 1.452 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:10.809Z] #0 1.452 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:10.809Z] #0 1.456 Install golangci-lint version v1.49.0 [2023-05-05T19:02:10.809Z] #0 1.456 + dir=/tmp/install [2023-05-05T19:02:10.809Z] #0 1.456 + bin=golangci_lint [2023-05-05T19:02:10.809Z] #0 1.456 + shift [2023-05-05T19:02:10.809Z] #0 1.456 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-05-05T19:02:10.809Z] #0 1.456 + . /tmp/install/golangci_lint.installer [2023-05-05T19:02:10.809Z] #0 1.456 ++ : v1.49.0 [2023-05-05T19:02:10.809Z] #0 1.456 + install_golangci_lint [2023-05-05T19:02:10.809Z] #0 1.456 + set -e [2023-05-05T19:02:10.809Z] #0 1.456 + echo 'Install golangci-lint version v1.49.0' [2023-05-05T19:02:10.809Z] #0 1.456 + GOBIN=/build [2023-05-05T19:02:10.809Z] #0 1.456 + GO111MODULE=on [2023-05-05T19:02:10.809Z] #0 1.456 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-05-05T19:02:10.809Z] #0 1.799 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-05-05T19:02:10.809Z] #0 2.767 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:10.809Z] #0 2.783 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:10.809Z] #0 2.783 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:10.809Z] #0 2.783 go: downloading github.com/spf13/cobra v1.5.0 [2023-05-05T19:02:10.809Z] #0 2.784 go: downloading github.com/spf13/pflag v1.0.5 [2023-05-05T19:02:10.809Z] #0 2.784 go: downloading github.com/spf13/viper v1.12.0 [2023-05-05T19:02:10.809Z] #0 2.787 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-05-05T19:02:10.809Z] #0 2.843 go: downloading golang.org/x/tools v0.1.12 [2023-05-05T19:02:10.809Z] #0 2.949 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-05-05T19:02:10.809Z] #0 2.984 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-05-05T19:02:10.809Z] #0 2.985 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-05-05T19:02:10.809Z] #0 3.031 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-05-05T19:02:10.809Z] #0 3.047 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-05-05T19:02:10.809Z] #0 3.057 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-05-05T19:02:10.809Z] #0 3.073 go: downloading github.com/stretchr/testify v1.8.0 [2023-05-05T19:02:10.809Z] #0 3.093 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-05-05T19:02:10.809Z] #0 3.135 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-05-05T19:02:10.809Z] #0 3.148 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-05-05T19:02:10.809Z] #0 3.166 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:10.809Z] #0 3.194 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-05-05T19:02:10.809Z] #0 3.219 go: downloading github.com/Antonboom/errname v0.1.7 [2023-05-05T19:02:10.809Z] #0 3.297 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-05-05T19:02:10.809Z] #0 3.434 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-05-05T19:02:10.809Z] #0 3.442 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-05-05T19:02:10.809Z] #0 3.554 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-05-05T19:02:10.809Z] #0 3.693 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-05-05T19:02:10.809Z] #0 3.701 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-05-05T19:02:10.809Z] #0 3.871 go: downloading github.com/alingse/asasalint v0.0.11 [2023-05-05T19:02:10.809Z] #0 3.929 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-05-05T19:02:10.809Z] #0 3.938 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-05-05T19:02:10.809Z] #0 3.970 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-05-05T19:02:10.809Z] #0 4.144 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-05-05T19:02:10.809Z] #0 4.155 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-05-05T19:02:10.809Z] #0 4.197 go: downloading github.com/breml/bidichk v0.2.3 [2023-05-05T19:02:10.809Z] #0 4.276 go: downloading github.com/breml/errchkjson v0.3.0 [2023-05-05T19:02:10.809Z] #0 4.310 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-05-05T19:02:10.809Z] #0 4.315 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-05-05T19:02:10.809Z] #0 4.317 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-05-05T19:02:10.809Z] #0 4.317 go: downloading github.com/daixiang0/gci v0.6.3 [2023-05-05T19:02:10.809Z] #0 4.657 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-05-05T19:02:10.809Z] #0 4.707 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-05-05T19:02:10.810Z] #0 4.730 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-05-05T19:02:10.810Z] #0 4.807 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-05-05T19:02:10.810Z] #0 4.808 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-05-05T19:02:10.810Z] #0 4.815 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-05-05T19:02:10.810Z] #0 4.900 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-05-05T19:02:10.810Z] #0 4.911 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-05-05T19:02:10.810Z] #0 5.029 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-05-05T19:02:10.810Z] #0 5.072 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-05-05T19:02:10.810Z] #0 5.095 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-05-05T19:02:10.810Z] #0 5.096 go: downloading github.com/golangci/misspell v0.3.5 [2023-05-05T19:02:10.810Z] #0 5.112 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-05-05T19:02:10.810Z] #0 5.147 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-05-05T19:02:10.810Z] #0 5.160 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-05-05T19:02:10.810Z] #0 5.205 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-05-05T19:02:10.810Z] #0 5.275 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-05-05T19:02:10.810Z] #0 5.300 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-05-05T19:02:10.810Z] #0 5.301 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-05-05T19:02:10.810Z] #0 5.302 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-05-05T19:02:10.810Z] #0 5.398 go: downloading github.com/julz/importas v0.1.0 [2023-05-05T19:02:10.810Z] #0 5.478 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-05-05T19:02:10.810Z] #0 5.485 go: downloading github.com/kulti/thelper v0.6.3 [2023-05-05T19:02:10.810Z] #0 5.486 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-05-05T19:02:10.810Z] #0 5.512 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-05-05T19:02:10.810Z] #0 5.571 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-05-05T19:02:10.810Z] #0 5.601 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-05-05T19:02:10.810Z] #0 5.622 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-05-05T19:02:10.810Z] #0 5.623 go: downloading github.com/maratori/testpackage v1.1.0 [2023-05-05T19:02:10.810Z] #0 5.627 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-05-05T19:02:10.810Z] #0 5.703 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-05-05T19:02:10.810Z] #0 5.710 go: downloading github.com/mgechev/revive v1.2.3 [2023-05-05T19:02:11.067Z] [2023-05-05T19:02:11.068Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:02:11.068Z] #9 resolve docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:02:11.068Z] #9 resolve docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 0.1s done [2023-05-05T19:02:11.072Z] #22 5.784 go: downloading github.com/moricho/tparallel v0.2.1 [2023-05-05T19:02:11.072Z] #22 5.803 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-05-05T19:02:11.072Z] #22 5.817 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-05-05T19:02:11.072Z] #22 5.919 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-05-05T19:02:11.072Z] #22 5.971 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-05-05T19:02:11.072Z] #22 6.027 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-05-05T19:02:11.072Z] #22 ... [2023-05-05T19:02:11.072Z] [2023-05-05T19:02:11.072Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:11.072Z] #18 13.11 0 added, 0 removed; done. [2023-05-05T19:02:11.072Z] #18 13.11 Running hooks in /etc/ca-certificates/update.d... [2023-05-05T19:02:11.072Z] #18 13.12 done. [2023-05-05T19:02:11.324Z] #9 sha256:32888a3c745e38e72a5f49161afc7bb52a263b8f5ea1b3b4a6af537678f29491 529B / 529B done [2023-05-05T19:02:11.325Z] #9 sha256:34b4fa67dc04381e908b662ed69b3dbe8015fa723a746c66cc870a5330520981 1.46kB / 1.46kB done [2023-05-05T19:02:11.325Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 0B / 55.05MB 0.0s [2023-05-05T19:02:11.325Z] #9 sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 1.85kB / 1.85kB done [2023-05-05T19:02:11.325Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 19.92MB / 55.05MB 0.2s [2023-05-05T19:02:11.393Z] #37 17.56 + export 'BUILDTAGS=netgo osusergo static_build' [2023-05-05T19:02:11.393Z] #37 17.56 + BUILDTAGS='netgo osusergo static_build' [2023-05-05T19:02:11.393Z] #37 17.56 + export EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:02:11.393Z] #37 17.56 + EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:02:11.393Z] #37 17.56 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-05-05T19:02:11.393Z] #37 17.56 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-05-05T19:02:11.393Z] #37 17.56 + '[' '' = dynamic ']' [2023-05-05T19:02:11.393Z] #37 17.56 + make [2023-05-05T19:02:11.596Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 29.36MB / 55.05MB 0.3s [2023-05-05T19:02:11.843Z] [2023-05-05T19:02:11.843Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:11.843Z] #9 resolve docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 0.1s done [2023-05-05T19:02:11.843Z] #9 sha256:0a1c2e17bc25d699e4ffaabb32fbae72af23c080a432438943fee9e50ccf31b6 6.78kB / 6.78kB done [2023-05-05T19:02:11.843Z] #9 sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 1.86kB / 1.86kB done [2023-05-05T19:02:11.843Z] #9 sha256:695bd97c6b054b118b89b25a44d3a53de194b41fa46ee529836077411abf1e82 1.58kB / 1.58kB done [2023-05-05T19:02:11.843Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 0B / 55.05MB 0.1s [2023-05-05T19:02:11.843Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 8.39MB / 55.05MB 0.2s [2023-05-05T19:02:11.843Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 18.87MB / 55.05MB 0.3s [2023-05-05T19:02:11.843Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 35.65MB / 55.05MB 0.5s [2023-05-05T19:02:11.843Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 49.13MB / 55.05MB 0.6s [2023-05-05T19:02:11.853Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 45.09MB / 55.05MB 0.5s [2023-05-05T19:02:11.853Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 51.38MB / 55.05MB 0.6s [2023-05-05T19:02:11.853Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 0.7s [2023-05-05T19:02:12.106Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 0.7s [2023-05-05T19:02:12.106Z] #9 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 1.05MB / 15.76MB 0.8s [2023-05-05T19:02:12.106Z] #9 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 0B / 54.58MB 0.8s [2023-05-05T19:02:12.106Z] #9 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 11.53MB / 15.76MB 0.9s [2023-05-05T19:02:12.106Z] #9 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 5.24MB / 54.58MB 0.9s [2023-05-05T19:02:12.365Z] #9 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 15.76MB / 15.76MB 1.0s [2023-05-05T19:02:12.365Z] #9 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 17.83MB / 54.58MB 1.0s [2023-05-05T19:02:12.365Z] #9 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 27.26MB / 54.58MB 1.1s [2023-05-05T19:02:12.625Z] #9 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 47.33MB / 54.58MB 1.3s [2023-05-05T19:02:12.625Z] #9 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 54.53MB / 54.58MB 1.4s [2023-05-05T19:02:12.734Z] Client: Docker Engine - Community [2023-05-05T19:02:12.734Z] Version: 23.0.1 [2023-05-05T19:02:12.734Z] API version: 1.42 [2023-05-05T19:02:12.734Z] Go version: go1.19.5 [2023-05-05T19:02:12.734Z] Git commit: a5ee5b1 [2023-05-05T19:02:12.734Z] Built: Thu Feb 9 19:46:56 2023 [2023-05-05T19:02:12.734Z] OS/Arch: linux/amd64 [2023-05-05T19:02:12.734Z] Context: default [2023-05-05T19:02:12.734Z] [2023-05-05T19:02:12.734Z] Server: Docker Engine - Community [2023-05-05T19:02:12.734Z] Engine: [2023-05-05T19:02:12.734Z] Version: 23.0.1 [2023-05-05T19:02:12.734Z] API version: 1.42 (minimum version 1.12) [2023-05-05T19:02:12.734Z] Go version: go1.19.5 [2023-05-05T19:02:12.734Z] Git commit: bc3805a [2023-05-05T19:02:12.734Z] Built: Thu Feb 9 19:46:56 2023 [2023-05-05T19:02:12.734Z] OS/Arch: linux/amd64 [2023-05-05T19:02:12.734Z] Experimental: true [2023-05-05T19:02:12.734Z] containerd: [2023-05-05T19:02:12.734Z] Version: 1.6.18 [2023-05-05T19:02:12.734Z] GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:02:12.734Z] runc: [2023-05-05T19:02:12.734Z] Version: 1.1.4 [2023-05-05T19:02:12.734Z] GitCommit: v1.1.4-0-g5fd4c4d [2023-05-05T19:02:12.734Z] docker-init: [2023-05-05T19:02:12.734Z] Version: 0.19.0 [2023-05-05T19:02:12.734Z] GitCommit: de40ad0 [Pipeline] sh [2023-05-05T19:02:12.772Z] #37 18.78 + bin/ctr [2023-05-05T19:02:12.779Z] #9 ... [2023-05-05T19:02:12.779Z] [2023-05-05T19:02:12.779Z] #10 [internal] load build context [2023-05-05T19:02:12.779Z] #10 transferring context: 53.56MB 1.0s done [2023-05-05T19:02:12.779Z] #10 DONE 1.7s [2023-05-05T19:02:12.779Z] [2023-05-05T19:02:12.779Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:02:12.924Z] #9 ... [2023-05-05T19:02:12.924Z] [2023-05-05T19:02:12.924Z] #10 [internal] load build context [2023-05-05T19:02:12.924Z] #10 transferring context: 53.56MB 1.1s done [2023-05-05T19:02:12.924Z] #10 DONE 1.6s [2023-05-05T19:02:12.924Z] [2023-05-05T19:02:12.924Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:12.924Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 1.6s done [2023-05-05T19:02:12.924Z] #9 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 [2023-05-05T19:02:13.062Z] + docker info [2023-05-05T19:02:13.062Z] Client: [2023-05-05T19:02:13.062Z] Context: default [2023-05-05T19:02:13.062Z] Debug Mode: false [2023-05-05T19:02:13.062Z] Plugins: [2023-05-05T19:02:13.062Z] buildx: Docker Buildx (Docker Inc.) [2023-05-05T19:02:13.062Z] Version: v0.10.4 [2023-05-05T19:02:13.062Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-05-05T19:02:13.062Z] compose: Docker Compose (Docker Inc.) [2023-05-05T19:02:13.062Z] Version: v2.16.0 [2023-05-05T19:02:13.062Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-05-05T19:02:13.062Z] scan: Docker Scan (Docker Inc.) [2023-05-05T19:02:13.062Z] Version: v0.23.0 [2023-05-05T19:02:13.063Z] Path: /usr/libexec/docker/cli-plugins/docker-scan [2023-05-05T19:02:13.063Z] [2023-05-05T19:02:13.063Z] Server: [2023-05-05T19:02:13.063Z] Containers: 0 [2023-05-05T19:02:13.063Z] Running: 0 [2023-05-05T19:02:13.063Z] Paused: 0 [2023-05-05T19:02:13.063Z] Stopped: 0 [2023-05-05T19:02:13.063Z] Images: 0 [2023-05-05T19:02:13.063Z] Server Version: 23.0.1 [2023-05-05T19:02:13.063Z] Storage Driver: overlay2 [2023-05-05T19:02:13.063Z] Backing Filesystem: extfs [2023-05-05T19:02:13.063Z] Supports d_type: true [2023-05-05T19:02:13.063Z] Using metacopy: false [2023-05-05T19:02:13.063Z] Native Overlay Diff: true [2023-05-05T19:02:13.063Z] userxattr: false [2023-05-05T19:02:13.063Z] Logging Driver: json-file [2023-05-05T19:02:13.063Z] Cgroup Driver: systemd [2023-05-05T19:02:13.063Z] Cgroup Version: 2 [2023-05-05T19:02:13.063Z] Plugins: [2023-05-05T19:02:13.063Z] Volume: local [2023-05-05T19:02:13.063Z] Network: bridge host ipvlan macvlan null overlay [2023-05-05T19:02:13.063Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-05-05T19:02:13.063Z] Swarm: inactive [2023-05-05T19:02:13.063Z] Runtimes: io.containerd.runc.v2 runc [2023-05-05T19:02:13.063Z] Default Runtime: runc [2023-05-05T19:02:13.063Z] Init Binary: docker-init [2023-05-05T19:02:13.063Z] containerd version: 2456e983eb9e37e47538f59ea18f2043c9a73640 [2023-05-05T19:02:13.063Z] runc version: v1.1.4-0-g5fd4c4d [2023-05-05T19:02:13.063Z] init version: de40ad0 [2023-05-05T19:02:13.063Z] Security Options: [2023-05-05T19:02:13.063Z] apparmor [2023-05-05T19:02:13.063Z] seccomp [2023-05-05T19:02:13.063Z] Profile: builtin [2023-05-05T19:02:13.063Z] cgroupns [2023-05-05T19:02:13.063Z] Kernel Version: 5.15.0-1031-aws [2023-05-05T19:02:13.063Z] Operating System: Ubuntu 20.04.6 LTS [2023-05-05T19:02:13.063Z] OSType: linux [2023-05-05T19:02:13.063Z] Architecture: x86_64 [2023-05-05T19:02:13.063Z] CPUs: 8 [2023-05-05T19:02:13.063Z] Total Memory: 30.57GiB [2023-05-05T19:02:13.063Z] Name: ip-10-100-73-201 [2023-05-05T19:02:13.063Z] ID: 8a7733fc-ac8c-4bc6-885c-6cb3ad2fb2d0 [2023-05-05T19:02:13.063Z] Docker Root Dir: /var/lib/docker [2023-05-05T19:02:13.063Z] Debug Mode: false [2023-05-05T19:02:13.063Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:02:13.063Z] Experimental: true [2023-05-05T19:02:13.063Z] Insecure Registries: [2023-05-05T19:02:13.063Z] 127.0.0.0/8 [2023-05-05T19:02:13.063Z] Live Restore Enabled: true [2023-05-05T19:02:13.063Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-05-05T19:02:13.183Z] #9 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 15.76MB / 15.76MB 1.8s done [2023-05-05T19:02:13.460Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:db9ab6438debd1b262c29479a23b4e972405ff75 . [2023-05-05T19:02:13.628Z] #18 DONE 15.6s [2023-05-05T19:02:13.628Z] [2023-05-05T19:02:13.628Z] #23 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2023-05-05T19:02:13.628Z] #0 1.196 + RM_GOPATH=0 [2023-05-05T19:02:13.628Z] #0 1.196 + TMP_GOPATH= [2023-05-05T19:02:13.628Z] #0 1.196 + : /build [2023-05-05T19:02:13.628Z] #0 1.196 + '[' -z '' ']' [2023-05-05T19:02:13.628Z] #0 1.196 ++ mktemp -d [2023-05-05T19:02:13.628Z] #0 1.197 + export GOPATH=/tmp/tmp.t5hu5I32ux [2023-05-05T19:02:13.628Z] #0 1.197 + GOPATH=/tmp/tmp.t5hu5I32ux [2023-05-05T19:02:13.628Z] #0 1.197 + RM_GOPATH=1 [2023-05-05T19:02:13.628Z] #0 1.197 + case "$(go env GOARCH)" in [2023-05-05T19:02:13.628Z] #0 1.198 ++ go env GOARCH [2023-05-05T19:02:13.628Z] #0 1.204 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:13.628Z] #0 1.204 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:13.628Z] #0 1.204 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:13.628Z] #0 1.205 + dir=/tmp/install [2023-05-05T19:02:13.628Z] #0 1.205 + bin=vndr [2023-05-05T19:02:13.628Z] #0 1.205 + shift [2023-05-05T19:02:13.628Z] #0 1.205 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-05-05T19:02:13.628Z] #0 1.205 + . /tmp/install/vndr.installer [2023-05-05T19:02:13.628Z] #0 1.205 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:13.628Z] #0 1.205 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:13.628Z] #0 1.205 + install_vndr [2023-05-05T19:02:13.628Z] #0 1.205 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-05-05T19:02:13.628Z] #0 1.205 + GOBIN=/build [2023-05-05T19:02:13.628Z] #0 1.205 + GO111MODULE=on [2023-05-05T19:02:13.628Z] #0 1.205 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:13.628Z] #0 1.278 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:13.628Z] #23 DONE 8.4s [2023-05-05T19:02:13.628Z] [2023-05-05T19:02:13.628Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:13.628Z] #22 6.060 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-05-05T19:02:13.628Z] #22 6.097 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-05-05T19:02:13.628Z] #22 6.135 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-05-05T19:02:13.628Z] #22 6.144 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-05-05T19:02:13.628Z] #22 6.156 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-05-05T19:02:13.628Z] #22 6.169 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-05-05T19:02:13.628Z] #22 6.186 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-05-05T19:02:13.628Z] #22 6.204 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-05-05T19:02:13.628Z] #22 6.280 go: downloading github.com/sivchari/tenv v1.7.0 [2023-05-05T19:02:13.628Z] #22 6.284 go: downloading github.com/sonatard/noctx v0.0.1 [2023-05-05T19:02:13.628Z] #22 6.290 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-05-05T19:02:13.628Z] #22 6.324 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-05-05T19:02:13.628Z] #22 6.325 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-05-05T19:02:13.628Z] #22 6.380 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-05-05T19:02:13.628Z] #22 6.397 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-05-05T19:02:13.628Z] #22 6.485 go: downloading github.com/tetafro/godot v1.4.11 [2023-05-05T19:02:13.628Z] #22 6.495 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-05-05T19:02:13.628Z] #22 6.500 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-05-05T19:02:13.628Z] #22 6.544 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-05-05T19:02:13.628Z] #22 6.556 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-05-05T19:02:13.628Z] #22 6.571 go: downloading github.com/ultraware/funlen v0.0.3 [2023-05-05T19:02:13.628Z] #22 6.628 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-05-05T19:02:13.628Z] #22 6.656 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-05-05T19:02:13.628Z] #22 6.663 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-05-05T19:02:13.628Z] #22 6.684 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-05-05T19:02:13.628Z] #22 6.707 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-05-05T19:02:13.628Z] #22 7.401 go: downloading honnef.co/go/tools v0.3.3 [2023-05-05T19:02:13.628Z] #22 7.402 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-05-05T19:02:13.628Z] #22 7.402 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-05-05T19:02:13.628Z] #22 7.498 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-05-05T19:02:13.628Z] #22 7.591 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:13.628Z] #22 7.595 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-05-05T19:02:13.628Z] #22 7.627 go: downloading github.com/spf13/afero v1.8.2 [2023-05-05T19:02:13.628Z] #22 7.663 go: downloading github.com/spf13/cast v1.5.0 [2023-05-05T19:02:13.628Z] #22 7.778 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-05-05T19:02:13.628Z] #22 7.784 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-05-05T19:02:13.628Z] #22 7.863 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-05-05T19:02:13.628Z] #22 7.954 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-05-05T19:02:13.628Z] #22 8.021 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-05-05T19:02:13.628Z] #22 8.104 go: downloading github.com/stretchr/objx v0.4.0 [2023-05-05T19:02:13.628Z] #22 8.170 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-05-05T19:02:13.628Z] #22 8.171 go: downloading github.com/gobwas/glob v0.2.3 [2023-05-05T19:02:13.628Z] #22 8.173 go: downloading go.uber.org/zap v1.17.0 [2023-05-05T19:02:13.628Z] #22 8.173 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-05-05T19:02:13.628Z] #22 8.173 go: downloading github.com/kisielk/gotool v1.0.0 [2023-05-05T19:02:13.628Z] #22 8.235 go: downloading golang.org/x/text v0.3.7 [2023-05-05T19:02:13.628Z] #22 8.289 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-05-05T19:02:13.628Z] #22 8.539 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-05-05T19:02:13.628Z] #22 8.545 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-05-05T19:02:13.628Z] #22 8.546 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-05-05T19:02:13.628Z] #22 8.575 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-05-05T19:02:13.628Z] #22 8.575 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-05-05T19:02:13.628Z] #22 8.607 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-05-05T19:02:13.628Z] #22 8.631 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-05-05T19:02:13.628Z] #22 8.668 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-05-05T19:02:13.628Z] #22 8.668 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-05-05T19:02:13.715Z] #1 [internal] load .dockerignore [2023-05-05T19:02:13.715Z] #1 transferring context: [2023-05-05T19:02:13.715Z] #1 transferring context: 87B done [2023-05-05T19:02:13.715Z] #1 DONE 0.1s [2023-05-05T19:02:13.715Z] [2023-05-05T19:02:13.715Z] #2 [internal] load build definition from Dockerfile [2023-05-05T19:02:13.715Z] #2 transferring dockerfile: 17.17kB done [2023-05-05T19:02:13.715Z] #2 DONE 0.1s [2023-05-05T19:02:13.715Z] [2023-05-05T19:02:13.715Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-05-05T19:02:13.747Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 2.3s done [2023-05-05T19:02:13.747Z] #9 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 0.1s [2023-05-05T19:02:13.891Z] #22 8.711 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-05-05T19:02:13.891Z] #22 8.711 go: downloading github.com/ettle/strcase v0.1.1 [2023-05-05T19:02:13.891Z] #22 8.783 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-05-05T19:02:13.891Z] #22 ... [2023-05-05T19:02:13.891Z] [2023-05-05T19:02:13.891Z] #24 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-05-05T19:02:13.891Z] #24 DONE 0.4s [2023-05-05T19:02:13.891Z] [2023-05-05T19:02:13.891Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:13.891Z] #22 8.827 go: downloading github.com/Masterminds/semver v1.5.0 [2023-05-05T19:02:13.891Z] #22 8.877 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-05-05T19:02:13.971Z] #3 DONE 0.4s [2023-05-05T19:02:14.123Z] #9 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 54.58MB / 54.58MB 2.7s done [2023-05-05T19:02:14.123Z] #9 ... [2023-05-05T19:02:14.123Z] [2023-05-05T19:02:14.123Z] #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:02:14.123Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-05-05T19:02:14.123Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:02:14.123Z] #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-05-05T19:02:14.123Z] #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-05-05T19:02:14.123Z] #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2023-05-05T19:02:14.123Z] #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done [2023-05-05T19:02:14.123Z] #11 DONE 3.0s [2023-05-05T19:02:14.123Z] [2023-05-05T19:02:14.123Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:02:14.123Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-05-05T19:02:14.123Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-05-05T19:02:14.123Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-05-05T19:02:14.123Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:02:14.123Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2023-05-05T19:02:14.123Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2023-05-05T19:02:14.123Z] #12 DONE 3.0s [2023-05-05T19:02:14.123Z] [2023-05-05T19:02:14.123Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:14.123Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 6.29MB / 86.03MB 2.9s [2023-05-05T19:02:14.123Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 1.05MB / 149.07MB 2.9s [2023-05-05T19:02:14.153Z] #22 ... [2023-05-05T19:02:14.153Z] [2023-05-05T19:02:14.153Z] #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 [2023-05-05T19:02:14.153Z] #0 1.542 + RM_GOPATH=0 [2023-05-05T19:02:14.153Z] #0 1.542 + TMP_GOPATH= [2023-05-05T19:02:14.153Z] #0 1.542 + : /build [2023-05-05T19:02:14.153Z] #0 1.542 + '[' -z '' ']' [2023-05-05T19:02:14.153Z] #0 1.543 ++ mktemp -d [2023-05-05T19:02:14.153Z] #0 1.544 + export GOPATH=/tmp/tmp.OophlqNFnX [2023-05-05T19:02:14.153Z] #0 1.544 + GOPATH=/tmp/tmp.OophlqNFnX [2023-05-05T19:02:14.153Z] #0 1.544 + RM_GOPATH=1 [2023-05-05T19:02:14.153Z] #0 1.544 + case "$(go env GOARCH)" in [2023-05-05T19:02:14.153Z] #0 1.544 ++ go env GOARCH [2023-05-05T19:02:14.153Z] #0 1.568 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:14.153Z] #0 1.568 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:14.153Z] #0 1.569 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:14.153Z] #0 1.572 + dir=/tmp/install [2023-05-05T19:02:14.153Z] #0 1.572 + bin=proxy [2023-05-05T19:02:14.153Z] #0 1.572 + shift [2023-05-05T19:02:14.153Z] #0 1.572 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-05-05T19:02:14.153Z] #0 1.572 + . /tmp/install/proxy.installer [2023-05-05T19:02:14.153Z] #0 1.572 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:14.153Z] #0 1.572 + install_proxy [2023-05-05T19:02:14.153Z] #0 1.572 + case "$1" in [2023-05-05T19:02:14.153Z] #0 1.572 + export CGO_ENABLED=0 [2023-05-05T19:02:14.153Z] #0 1.572 + CGO_ENABLED=0 [2023-05-05T19:02:14.153Z] #0 1.572 + _install_proxy [2023-05-05T19:02:14.153Z] #0 1.572 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03' [2023-05-05T19:02:14.153Z] #0 1.572 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.OophlqNFnX/src/github.com/docker/libnetwork [2023-05-05T19:02:14.153Z] #0 1.572 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:14.153Z] #0 1.576 Cloning into '/tmp/tmp.OophlqNFnX/src/github.com/docker/libnetwork'... [2023-05-05T19:02:14.153Z] #0 4.507 + cd /tmp/tmp.OophlqNFnX/src/github.com/docker/libnetwork [2023-05-05T19:02:14.153Z] #0 4.507 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:14.153Z] #0 4.723 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-05-05T19:02:14.153Z] #25 DONE 8.9s [2023-05-05T19:02:14.153Z] [2023-05-05T19:02:14.153Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:14.153Z] #22 8.896 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-05-05T19:02:14.153Z] #22 8.906 go: downloading github.com/fatih/structtag v1.2.0 [2023-05-05T19:02:14.153Z] #22 8.952 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-05-05T19:02:14.153Z] #22 8.990 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-05-05T19:02:14.153Z] #22 9.075 go: downloading github.com/prometheus/client_model v0.2.0 [2023-05-05T19:02:14.226Z] [2023-05-05T19:02:14.226Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 [2023-05-05T19:02:14.226Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done [2023-05-05T19:02:14.226Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done [2023-05-05T19:02:14.226Z] #4 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done [2023-05-05T19:02:14.226Z] #4 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done [2023-05-05T19:02:14.226Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 7.34MB / 11.55MB 0.1s [2023-05-05T19:02:14.226Z] #4 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done [2023-05-05T19:02:14.226Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd [2023-05-05T19:02:14.383Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 16.78MB / 86.03MB 3.0s [2023-05-05T19:02:14.383Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 15.73MB / 149.07MB 3.0s [2023-05-05T19:02:14.383Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 27.26MB / 86.03MB 3.1s [2023-05-05T19:02:14.383Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 25.17MB / 149.07MB 3.1s [2023-05-05T19:02:14.415Z] #22 9.195 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-05-05T19:02:14.415Z] #22 9.311 go: downloading github.com/google/go-cmp v0.5.8 [2023-05-05T19:02:14.482Z] #4 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done [2023-05-05T19:02:14.482Z] #4 DONE 0.5s [2023-05-05T19:02:14.643Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 36.70MB / 86.03MB 3.2s [2023-05-05T19:02:14.643Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 56.62MB / 86.03MB 3.4s [2023-05-05T19:02:14.643Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 55.57MB / 149.07MB 3.4s [2023-05-05T19:02:14.674Z] #9 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 1.2s done [2023-05-05T19:02:14.677Z] #22 9.667 go: downloading github.com/subosito/gotenv v1.4.0 [2023-05-05T19:02:14.677Z] #22 9.667 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-05-05T19:02:14.737Z] [2023-05-05T19:02:14.737Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:02:14.909Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 66.06MB / 86.03MB 3.5s [2023-05-05T19:02:14.909Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 65.01MB / 149.07MB 3.5s [2023-05-05T19:02:14.909Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 86.03MB / 86.03MB 3.7s [2023-05-05T19:02:14.909Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 84.93MB / 149.07MB 3.7s [2023-05-05T19:02:14.939Z] #22 9.699 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-05-05T19:02:14.939Z] #22 9.726 go: downloading github.com/magiconair/properties v1.8.6 [2023-05-05T19:02:14.939Z] #22 9.764 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-05-05T19:02:14.939Z] #22 9.781 go: downloading go.uber.org/atomic v1.7.0 [2023-05-05T19:02:15.168Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 95.42MB / 149.07MB 3.8s [2023-05-05T19:02:15.168Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 105.12MB / 149.07MB 3.9s [2023-05-05T19:02:15.201Z] #22 ... [2023-05-05T19:02:15.201Z] [2023-05-05T19:02:15.201Z] #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 [2023-05-05T19:02:15.201Z] #0 1.589 + RM_GOPATH=0 [2023-05-05T19:02:15.201Z] #0 1.589 + TMP_GOPATH= [2023-05-05T19:02:15.201Z] #0 1.589 + : /build [2023-05-05T19:02:15.201Z] #0 1.589 + '[' -z '' ']' [2023-05-05T19:02:15.201Z] #0 1.589 ++ mktemp -d [2023-05-05T19:02:15.201Z] #0 1.591 + export GOPATH=/tmp/tmp.DteaWzA7Hl [2023-05-05T19:02:15.201Z] #0 1.591 + GOPATH=/tmp/tmp.DteaWzA7Hl [2023-05-05T19:02:15.201Z] #0 1.591 + RM_GOPATH=1 [2023-05-05T19:02:15.201Z] #0 1.591 + case "$(go env GOARCH)" in [2023-05-05T19:02:15.201Z] #0 1.591 ++ go env GOARCH [2023-05-05T19:02:15.201Z] #0 1.597 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.201Z] #0 1.597 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.201Z] #0 1.598 Install shfmt version v3.0.2 [2023-05-05T19:02:15.201Z] #0 1.598 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:15.201Z] #0 1.598 + dir=/tmp/install [2023-05-05T19:02:15.201Z] #0 1.598 + bin=shfmt [2023-05-05T19:02:15.201Z] #0 1.598 + shift [2023-05-05T19:02:15.201Z] #0 1.598 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-05-05T19:02:15.201Z] #0 1.598 + . /tmp/install/shfmt.installer [2023-05-05T19:02:15.201Z] #0 1.598 ++ : v3.0.2 [2023-05-05T19:02:15.201Z] #0 1.598 + install_shfmt [2023-05-05T19:02:15.201Z] #0 1.598 + echo 'Install shfmt version v3.0.2' [2023-05-05T19:02:15.201Z] #0 1.599 + GOBIN=/build [2023-05-05T19:02:15.201Z] #0 1.599 + GO111MODULE=on [2023-05-05T19:02:15.201Z] #0 1.599 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-05-05T19:02:15.201Z] #0 1.703 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-05-05T19:02:15.201Z] #0 2.476 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-05-05T19:02:15.201Z] #0 2.476 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-05-05T19:02:15.201Z] #0 2.476 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-05-05T19:02:15.201Z] #0 3.089 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-05-05T19:02:15.201Z] #26 DONE 9.9s [2023-05-05T19:02:15.201Z] [2023-05-05T19:02:15.201Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:15.201Z] #22 9.951 go: downloading go.uber.org/multierr v1.6.0 [2023-05-05T19:02:15.201Z] #22 ... [2023-05-05T19:02:15.201Z] [2023-05-05T19:02:15.201Z] #27 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:15.201Z] #0 2.236 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:15.201Z] #0 2.252 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:15.201Z] #0 2.252 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:15.201Z] #0 2.727 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2023-05-05T19:02:15.201Z] #0 3.497 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [235 kB] [2023-05-05T19:02:15.201Z] #0 4.175 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-05-05T19:02:15.201Z] #0 5.460 Fetched 8526 kB in 3s (2438 kB/s) [2023-05-05T19:02:15.201Z] #0 5.460 Reading package lists... [2023-05-05T19:02:15.201Z] #0 6.575 Reading package lists... [2023-05-05T19:02:15.201Z] #0 7.411 Building dependency tree... [2023-05-05T19:02:15.201Z] #0 8.059 The following additional packages will be installed: [2023-05-05T19:02:15.201Z] #0 8.062 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-05-05T19:02:15.201Z] #0 8.063 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-05-05T19:02:15.201Z] #0 8.066 Suggested packages: [2023-05-05T19:02:15.201Z] #0 8.066 manpages-dev protobuf-mode-el python3-setuptools [2023-05-05T19:02:15.201Z] #0 8.342 The following NEW packages will be installed: [2023-05-05T19:02:15.201Z] #0 8.342 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-05-05T19:02:15.201Z] #0 8.342 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-05-05T19:02:15.201Z] #0 8.343 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-05-05T19:02:15.201Z] #0 8.343 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-05-05T19:02:15.201Z] #0 8.649 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:15.201Z] #0 8.649 Need to get 4253 kB of archives. [2023-05-05T19:02:15.201Z] #0 8.649 After this operation, 25.1 MB of additional disk space will be used. [2023-05-05T19:02:15.201Z] #0 8.649 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2023-05-05T19:02:15.201Z] #0 8.653 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2023-05-05T19:02:15.201Z] #0 8.667 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2023-05-05T19:02:15.201Z] #0 8.667 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2023-05-05T19:02:15.201Z] #0 8.667 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2023-05-05T19:02:15.201Z] #0 8.685 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-dev arm64 3.4.0-1+b1 [104 kB] [2023-05-05T19:02:15.201Z] #0 8.691 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2023-05-05T19:02:15.201Z] #0 8.731 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2023-05-05T19:02:15.201Z] #0 8.738 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] [2023-05-05T19:02:15.201Z] #0 8.742 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2023-05-05T19:02:15.201Z] #0 8.784 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-lite23 arm64 3.12.4-1 [218 kB] [2023-05-05T19:02:15.201Z] #0 8.787 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-dev arm64 3.12.4-1 [1163 kB] [2023-05-05T19:02:15.201Z] #0 8.823 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotoc23 arm64 3.12.4-1 [703 kB] [2023-05-05T19:02:15.201Z] #0 8.859 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-c-compiler arm64 1.3.3-1+b2 [75.4 kB] [2023-05-05T19:02:15.201Z] #0 8.859 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-compiler arm64 3.12.4-1 [74.9 kB] [2023-05-05T19:02:15.201Z] #0 8.859 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:02:15.201Z] #0 8.877 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2023-05-05T19:02:15.201Z] #0 8.877 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2023-05-05T19:02:15.201Z] #0 9.227 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:15.201Z] #0 9.307 Fetched 4253 kB in 1s (8355 kB/s) [2023-05-05T19:02:15.201Z] #0 9.625 Selecting previously unselected package libcap2:arm64. [2023-05-05T19:02:15.201Z] #0 9.625 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2023-05-05T19:02:15.201Z] #0 9.657 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ... [2023-05-05T19:02:15.201Z] #0 9.755 Unpacking libcap2:arm64 (1:2.44-1) ... [2023-05-05T19:02:15.201Z] #0 9.952 Selecting previously unselected package libcap-dev:arm64. [2023-05-05T19:02:15.201Z] #0 9.952 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_arm64.deb ... [2023-05-05T19:02:15.201Z] #0 9.961 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2023-05-05T19:02:15.201Z] #27 ... [2023-05-05T19:02:15.201Z] [2023-05-05T19:02:15.201Z] #28 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:02:15.201Z] #0 2.233 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:15.201Z] #0 2.245 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:15.201Z] #0 2.246 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:15.201Z] #0 2.619 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2023-05-05T19:02:15.201Z] #0 3.423 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [235 kB] [2023-05-05T19:02:15.201Z] #0 4.161 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-05-05T19:02:15.201Z] #0 5.424 Fetched 8526 kB in 3s (2461 kB/s) [2023-05-05T19:02:15.201Z] #0 5.424 Reading package lists... [2023-05-05T19:02:15.201Z] #0 6.464 Reading package lists... [2023-05-05T19:02:15.201Z] #0 7.433 Building dependency tree... [2023-05-05T19:02:15.201Z] #0 8.357 The following additional packages will be installed: [2023-05-05T19:02:15.201Z] #0 8.358 libbtrfs0 [2023-05-05T19:02:15.201Z] #0 8.390 The following NEW packages will be installed: [2023-05-05T19:02:15.201Z] #0 8.391 libbtrfs-dev libbtrfs0 [2023-05-05T19:02:15.201Z] #0 8.683 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:15.201Z] #0 8.683 Need to get 454 kB of archives. [2023-05-05T19:02:15.201Z] #0 8.683 After this operation, 1275 kB of additional disk space will be used. [2023-05-05T19:02:15.201Z] #0 8.683 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2023-05-05T19:02:15.201Z] #0 8.731 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2023-05-05T19:02:15.201Z] #0 9.049 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:15.201Z] #0 9.207 Fetched 454 kB in 0s (1327 kB/s) [2023-05-05T19:02:15.201Z] #0 9.434 Selecting previously unselected package libbtrfs0:arm64. [2023-05-05T19:02:15.201Z] #0 9.442 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2023-05-05T19:02:15.201Z] #0 9.447 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2023-05-05T19:02:15.201Z] #0 9.565 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2023-05-05T19:02:15.201Z] #0 9.919 Selecting previously unselected package libbtrfs-dev:arm64. [2023-05-05T19:02:15.201Z] #0 9.924 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2023-05-05T19:02:15.201Z] #0 9.935 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2023-05-05T19:02:15.201Z] #28 10.17 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2023-05-05T19:02:15.201Z] #28 10.20 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2023-05-05T19:02:15.201Z] #28 ... [2023-05-05T19:02:15.201Z] [2023-05-05T19:02:15.201Z] #29 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:02:15.201Z] #0 1.014 + RM_GOPATH=0 [2023-05-05T19:02:15.201Z] #0 1.014 + TMP_GOPATH= [2023-05-05T19:02:15.201Z] #0 1.014 + : /build [2023-05-05T19:02:15.201Z] #0 1.014 + '[' -z '' ']' [2023-05-05T19:02:15.201Z] #0 1.015 ++ mktemp -d [2023-05-05T19:02:15.201Z] #0 1.016 + export GOPATH=/tmp/tmp.RNgZtPoFCG [2023-05-05T19:02:15.201Z] #0 1.016 + GOPATH=/tmp/tmp.RNgZtPoFCG [2023-05-05T19:02:15.201Z] #0 1.016 + RM_GOPATH=1 [2023-05-05T19:02:15.201Z] #0 1.016 + case "$(go env GOARCH)" in [2023-05-05T19:02:15.201Z] #0 1.017 ++ go env GOARCH [2023-05-05T19:02:15.201Z] #0 1.027 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.201Z] #0 1.027 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.201Z] #0 1.027 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:15.201Z] #0 1.031 + dir=/tmp/install [2023-05-05T19:02:15.201Z] #0 1.031 + bin=gotestsum [2023-05-05T19:02:15.201Z] #0 1.031 + shift [2023-05-05T19:02:15.201Z] #0 1.031 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-05-05T19:02:15.201Z] #0 1.031 + . /tmp/install/gotestsum.installer [2023-05-05T19:02:15.201Z] #0 1.031 ++ : v1.8.2 [2023-05-05T19:02:15.201Z] #0 1.031 + install_gotestsum [2023-05-05T19:02:15.201Z] #0 1.032 Install gotestsum version v1.8.2 [2023-05-05T19:02:15.201Z] #0 1.032 + set -e [2023-05-05T19:02:15.201Z] #0 1.032 + echo 'Install gotestsum version v1.8.2' [2023-05-05T19:02:15.201Z] #0 1.032 + GOBIN=/build [2023-05-05T19:02:15.201Z] #0 1.032 + GO111MODULE=on [2023-05-05T19:02:15.201Z] #0 1.032 + go install gotest.tools/gotestsum@v1.8.2 [2023-05-05T19:02:15.201Z] #0 1.372 go: downloading gotest.tools/gotestsum v1.8.2 [2023-05-05T19:02:15.201Z] #0 2.068 go: downloading github.com/dnephin/pflag v1.0.7 [2023-05-05T19:02:15.201Z] #0 2.079 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-05-05T19:02:15.201Z] #0 2.080 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:15.201Z] #0 2.106 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-05-05T19:02:15.201Z] #0 2.106 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:15.201Z] #0 2.107 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-05-05T19:02:15.201Z] #0 2.128 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-05-05T19:02:15.201Z] #0 2.146 go: downloading golang.org/x/tools v0.1.11 [2023-05-05T19:02:15.201Z] #0 2.179 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-05-05T19:02:15.201Z] #0 2.188 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-05-05T19:02:15.201Z] #0 4.648 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:15.315Z] #37 ... [2023-05-05T19:02:15.315Z] [2023-05-05T19:02:15.315Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:15.315Z] #31 DONE 37.2s [2023-05-05T19:02:15.315Z] [2023-05-05T19:02:15.315Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:02:15.315Z] #29 30.39 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:02:15.315Z] #29 30.39 + GOBIN=/build [2023-05-05T19:02:15.315Z] #29 30.39 + GO111MODULE=on [2023-05-05T19:02:15.315Z] #29 30.39 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-05-05T19:02:15.315Z] #29 DONE 37.3s [2023-05-05T19:02:15.315Z] [2023-05-05T19:02:15.315Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:15.315Z] #39 6.212 PBCC images/sk-netlink.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.226 DEP images/sk-netlink.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.264 PBCC images/sk-inet.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.278 DEP images/sk-inet.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.304 PBCC images/sk-unix.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.325 DEP images/sk-unix.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.341 PBCC images/mm.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.362 DEP images/mm.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.382 PBCC images/timerfd.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.400 DEP images/timerfd.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.422 PBCC images/timer.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.430 DEP images/timer.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.463 PBCC images/sa.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.485 DEP images/sa.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.511 PBCC images/pipe-data.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.524 DEP images/pipe-data.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.607 PBCC images/mnt.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.642 DEP images/mnt.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.683 PBCC images/sk-packet.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.690 DEP images/sk-packet.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.711 PBCC images/tcp-stream.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.740 DEP images/tcp-stream.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.778 PBCC images/pipe.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.799 DEP images/pipe.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.826 PBCC images/pstree.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.840 DEP images/pstree.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.865 PBCC images/fs.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.882 DEP images/fs.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.902 PBCC images/signalfd.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.916 DEP images/signalfd.pb-c.d [2023-05-05T19:02:15.315Z] #39 6.953 PBCC images/fh.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.966 PBCC images/fsnotify.pb-c.c [2023-05-05T19:02:15.315Z] #39 6.988 DEP images/fh.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.006 DEP images/fsnotify.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.025 PBCC images/eventpoll.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.033 DEP images/eventpoll.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.059 PBCC images/eventfd.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.084 DEP images/eventfd.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.144 PBCC images/remap-file-path.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.154 DEP images/remap-file-path.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.180 PBCC images/fifo.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.189 DEP images/fifo.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.214 PBCC images/ghost-file.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.242 DEP images/ghost-file.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.259 PBCC images/regfile.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.274 DEP images/regfile.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.326 PBCC images/ns.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.338 DEP images/ns.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.378 PBCC images/fdinfo.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.401 DEP images/fdinfo.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.436 PBCC images/core-aarch64.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.457 PBCC images/core-arm.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.482 PBCC images/core-ppc64.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.505 PBCC images/core-s390.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.518 PBCC images/core-x86.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.544 PBCC images/core.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.571 PBCC images/inventory.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.613 DEP images/core-aarch64.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.631 DEP images/core-arm.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.650 DEP images/core-ppc64.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.665 DEP images/core-s390.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.684 DEP images/core-x86.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.703 DEP images/core.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.721 DEP images/inventory.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.745 PBCC images/cpuinfo.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.758 DEP images/cpuinfo.pb-c.d [2023-05-05T19:02:15.315Z] #39 7.787 PBCC images/stats.pb-c.c [2023-05-05T19:02:15.315Z] #39 7.802 DEP images/stats.pb-c.d [2023-05-05T19:02:15.315Z] #39 8.570 make[1]: Nothing to be done for 'all'. [2023-05-05T19:02:15.315Z] #39 9.544 CC images/stats.o [2023-05-05T19:02:15.315Z] #39 9.691 CC images/core.o [2023-05-05T19:02:15.315Z] #39 9.901 CC images/core-x86.o [2023-05-05T19:02:15.315Z] #39 10.03 CC images/core-arm.o [2023-05-05T19:02:15.315Z] #39 10.13 CC images/core-aarch64.o [2023-05-05T19:02:15.315Z] #39 10.28 CC images/core-ppc64.o [2023-05-05T19:02:15.315Z] #39 10.53 CC images/core-s390.o [2023-05-05T19:02:15.315Z] #39 10.76 CC images/cpuinfo.o [2023-05-05T19:02:15.315Z] #39 ... [2023-05-05T19:02:15.315Z] [2023-05-05T19:02:15.315Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-05-05T19:02:15.315Z] #40 DONE 0.2s [2023-05-05T19:02:15.315Z] [2023-05-05T19:02:15.315Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:15.315Z] #39 10.91 CC images/inventory.o [2023-05-05T19:02:15.315Z] #39 ... [2023-05-05T19:02:15.315Z] [2023-05-05T19:02:15.315Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-05-05T19:02:15.315Z] #41 DONE 0.2s [2023-05-05T19:02:15.315Z] [2023-05-05T19:02:15.315Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:15.315Z] #39 11.01 CC images/fdinfo.o [2023-05-05T19:02:15.428Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 125.83MB / 149.07MB 4.1s [2023-05-05T19:02:15.428Z] #9 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 0.1s [2023-05-05T19:02:15.428Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 135.27MB / 149.07MB 4.2s [2023-05-05T19:02:15.463Z] #29 ... [2023-05-05T19:02:15.463Z] [2023-05-05T19:02:15.463Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:15.463Z] #0 2.276 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:15.463Z] #0 2.286 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:15.463Z] #0 2.287 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:15.463Z] #0 2.582 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2023-05-05T19:02:15.463Z] #0 3.256 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [235 kB] [2023-05-05T19:02:15.463Z] #0 3.964 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-05-05T19:02:15.463Z] #0 5.228 Fetched 8526 kB in 3s (2650 kB/s) [2023-05-05T19:02:15.463Z] #0 5.228 Reading package lists... [2023-05-05T19:02:15.463Z] #0 6.142 Reading package lists... [2023-05-05T19:02:15.463Z] #0 7.115 Building dependency tree... [2023-05-05T19:02:15.463Z] #0 7.903 The following additional packages will be installed: [2023-05-05T19:02:15.463Z] #0 7.903 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:15.463Z] #0 7.903 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-05-05T19:02:15.463Z] #0 7.903 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-05-05T19:02:15.463Z] #0 7.903 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-05-05T19:02:15.463Z] #0 7.904 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-05-05T19:02:15.463Z] #0 7.904 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-05-05T19:02:15.463Z] #0 7.905 mingw-w64-common mingw-w64-x86-64-dev [2023-05-05T19:02:15.463Z] #0 7.914 Suggested packages: [2023-05-05T19:02:15.463Z] #0 7.914 gcc-10-locales seccomp wine64 [2023-05-05T19:02:15.463Z] #0 8.147 The following NEW packages will be installed: [2023-05-05T19:02:15.463Z] #0 8.147 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:15.463Z] #0 8.147 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-05-05T19:02:15.463Z] #0 8.147 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-05-05T19:02:15.463Z] #0 8.147 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-05-05T19:02:15.463Z] #0 8.168 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-05-05T19:02:15.463Z] #0 8.168 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-05-05T19:02:15.463Z] #0 8.168 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-05-05T19:02:15.463Z] #0 8.168 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-05-05T19:02:15.463Z] #0 8.169 mingw-w64-x86-64-dev [2023-05-05T19:02:15.463Z] #0 8.492 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:15.463Z] #0 8.492 Need to get 108 MB of archives. [2023-05-05T19:02:15.463Z] #0 8.492 After this operation, 620 MB of additional disk space will be used. [2023-05-05T19:02:15.463Z] #0 8.492 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2023-05-05T19:02:15.463Z] #0 8.599 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2023-05-05T19:02:15.463Z] #0 8.651 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-05-05T19:02:15.463Z] #0 8.668 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2023-05-05T19:02:15.463Z] #0 8.668 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2023-05-05T19:02:15.463Z] #0 8.668 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-05-05T19:02:15.463Z] #0 8.758 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-05-05T19:02:15.463Z] #0 8.828 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2023-05-05T19:02:15.463Z] #0 8.828 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2023-05-05T19:02:15.463Z] #0 9.059 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2023-05-05T19:02:15.463Z] #0 9.695 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2023-05-05T19:02:15.463Z] #0 9.906 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2023-05-05T19:02:15.463Z] #0 10.12 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2023-05-05T19:02:15.463Z] #30 10.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2023-05-05T19:02:15.463Z] #30 10.52 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-05-05T19:02:15.463Z] #30 ... [2023-05-05T19:02:15.463Z] [2023-05-05T19:02:15.463Z] #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 [2023-05-05T19:02:15.463Z] #0 1.735 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:15.463Z] #0 1.749 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:15.463Z] #0 1.749 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:15.463Z] #0 2.012 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2023-05-05T19:02:15.463Z] #0 2.444 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [235 kB] [2023-05-05T19:02:15.463Z] #0 3.202 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-05-05T19:02:15.463Z] #0 3.925 Fetched 8526 kB in 3s (3313 kB/s) [2023-05-05T19:02:15.463Z] #0 3.925 Reading package lists... [2023-05-05T19:02:15.463Z] #0 4.776 Reading package lists... [2023-05-05T19:02:15.463Z] #0 5.658 Building dependency tree... [2023-05-05T19:02:15.463Z] #0 6.491 The following additional packages will be installed: [2023-05-05T19:02:15.463Z] #0 6.498 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-05-05T19:02:15.463Z] #0 6.500 Suggested packages: [2023-05-05T19:02:15.463Z] #0 6.500 cmake-doc ninja-build lrzip [2023-05-05T19:02:15.463Z] #0 6.500 Recommended packages: [2023-05-05T19:02:15.463Z] #0 6.500 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-05-05T19:02:15.463Z] #0 6.724 The following NEW packages will be installed: [2023-05-05T19:02:15.463Z] #0 6.729 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-05-05T19:02:15.463Z] #0 6.730 vim-common xxd [2023-05-05T19:02:15.463Z] #0 7.045 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:15.463Z] #0 7.045 Need to get 15.6 MB of archives. [2023-05-05T19:02:15.463Z] #0 7.045 After this operation, 67.4 MB of additional disk space will be used. [2023-05-05T19:02:15.463Z] #0 7.045 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:02:15.463Z] #0 7.056 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:02:15.463Z] #0 7.064 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-05-05T19:02:15.463Z] #0 7.087 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2023-05-05T19:02:15.463Z] #0 7.380 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB] [2023-05-05T19:02:15.463Z] #0 7.400 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2023-05-05T19:02:15.463Z] #0 7.409 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2023-05-05T19:02:15.463Z] #0 7.418 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2023-05-05T19:02:15.463Z] #0 7.424 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2023-05-05T19:02:15.463Z] #0 7.437 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2023-05-05T19:02:15.463Z] #0 7.736 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:15.463Z] #0 7.874 Fetched 15.6 MB in 1s (21.0 MB/s) [2023-05-05T19:02:15.463Z] #0 8.110 Selecting previously unselected package xxd. [2023-05-05T19:02:15.463Z] #0 8.111 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2023-05-05T19:02:15.463Z] #0 8.129 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-05-05T19:02:15.463Z] #0 8.214 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:15.463Z] #0 8.653 Selecting previously unselected package vim-common. [2023-05-05T19:02:15.463Z] #0 8.668 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:02:15.463Z] #0 8.697 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:15.463Z] #0 8.956 Selecting previously unselected package cmake-data. [2023-05-05T19:02:15.463Z] #0 8.962 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-05-05T19:02:15.463Z] #0 8.987 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:02:15.574Z] #39 11.16 CC images/fown.o [2023-05-05T19:02:15.574Z] #39 11.21 CC images/ns.o [2023-05-05T19:02:15.574Z] #39 11.34 CC images/regfile.o [2023-05-05T19:02:15.602Z] #9 DONE 4.3s [2023-05-05T19:02:15.602Z] [2023-05-05T19:02:15.602Z] #11 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:15.664Z] #5 DONE 0.9s [2023-05-05T19:02:15.664Z] [2023-05-05T19:02:15.664Z] #6 [internal] load metadata for docker.io/library/debian:bullseye [2023-05-05T19:02:15.664Z] #6 DONE 0.9s [2023-05-05T19:02:15.664Z] [2023-05-05T19:02:15.664Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-05-05T19:02:15.664Z] #7 DONE 0.9s [2023-05-05T19:02:15.664Z] [2023-05-05T19:02:15.664Z] #8 [internal] load metadata for docker.io/library/golang:1.19.9-bullseye [2023-05-05T19:02:15.664Z] #8 DONE 1.0s [2023-05-05T19:02:15.687Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 145.75MB / 149.07MB 4.3s [2023-05-05T19:02:15.687Z] #9 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 0.3s done [2023-05-05T19:02:15.725Z] #31 ... [2023-05-05T19:02:15.725Z] [2023-05-05T19:02:15.725Z] #32 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:02:15.725Z] #0 1.589 + git clone https://github.com/docker/distribution.git . [2023-05-05T19:02:15.725Z] #0 1.595 Cloning into '.'... [2023-05-05T19:02:15.725Z] #0 4.978 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-05-05T19:02:15.725Z] #0 5.474 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-05-05T19:02:15.833Z] #39 11.39 CC images/ghost-file.o [2023-05-05T19:02:15.833Z] #39 11.55 CC images/fifo.o [2023-05-05T19:02:15.833Z] #39 ... [2023-05-05T19:02:15.833Z] [2023-05-05T19:02:15.833Z] #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 [2023-05-05T19:02:15.833Z] #32 28.21 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-05-05T19:02:15.833Z] #32 28.21 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:02:15.833Z] #32 28.23 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:15.833Z] #32 33.41 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-05-05T19:02:15.833Z] #32 33.41 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:02:15.833Z] #32 33.42 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:15.833Z] #32 35.61 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-05-05T19:02:15.833Z] #32 35.61 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:02:15.833Z] #32 35.62 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:15.833Z] #32 37.80 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-05-05T19:02:15.833Z] #32 37.81 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:02:15.833Z] #32 37.81 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:15.858Z] #11 ... [2023-05-05T19:02:15.859Z] [2023-05-05T19:02:15.859Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:02:15.859Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-05-05T19:02:15.859Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:02:15.859Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-05-05T19:02:15.859Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-05-05T19:02:15.859Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.2s done [2023-05-05T19:02:15.859Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.3s done [2023-05-05T19:02:15.859Z] #12 DONE 4.8s [2023-05-05T19:02:15.859Z] [2023-05-05T19:02:15.859Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:15.859Z] #13 resolve docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 0.1s done [2023-05-05T19:02:15.859Z] #13 sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 1.86kB / 1.86kB done [2023-05-05T19:02:15.859Z] #13 sha256:695bd97c6b054b118b89b25a44d3a53de194b41fa46ee529836077411abf1e82 1.58kB / 1.58kB done [2023-05-05T19:02:15.859Z] #13 sha256:0a1c2e17bc25d699e4ffaabb32fbae72af23c080a432438943fee9e50ccf31b6 6.78kB / 6.78kB done [2023-05-05T19:02:15.859Z] #13 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 54.58MB / 54.58MB 1.7s done [2023-05-05T19:02:15.859Z] #13 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 2.4s done [2023-05-05T19:02:15.859Z] #13 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 15.76MB / 15.76MB 0.6s done [2023-05-05T19:02:15.859Z] #13 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 86.03MB / 86.03MB 3.8s done [2023-05-05T19:02:15.859Z] #13 sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 155B / 155B 3.9s done [2023-05-05T19:02:15.859Z] #13 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 0.4s done [2023-05-05T19:02:15.859Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 80.74MB / 149.07MB 4.7s [2023-05-05T19:02:15.859Z] #13 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 0.1s [2023-05-05T19:02:15.920Z] [2023-05-05T19:02:15.920Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:02:15.920Z] #9 resolve docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 0.1s done [2023-05-05T19:02:15.987Z] #32 ... [2023-05-05T19:02:15.987Z] [2023-05-05T19:02:15.987Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:15.987Z] #0 1.241 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-05-05T19:02:15.987Z] #0 1.244 Cloning into '.'... [2023-05-05T19:02:15.987Z] #0 8.248 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-05-05T19:02:15.987Z] #0 8.575 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:15.987Z] #33 ... [2023-05-05T19:02:15.987Z] [2023-05-05T19:02:15.987Z] #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 [2023-05-05T19:02:15.987Z] #0 1.360 + RM_GOPATH=0 [2023-05-05T19:02:15.987Z] #0 1.360 + TMP_GOPATH= [2023-05-05T19:02:15.987Z] #0 1.360 + : /build [2023-05-05T19:02:15.987Z] #0 1.360 + '[' -z '' ']' [2023-05-05T19:02:15.987Z] #0 1.361 ++ mktemp -d [2023-05-05T19:02:15.987Z] #0 1.362 + export GOPATH=/tmp/tmp.CuQgAh6Gu3 [2023-05-05T19:02:15.987Z] #0 1.362 + GOPATH=/tmp/tmp.CuQgAh6Gu3 [2023-05-05T19:02:15.987Z] #0 1.362 + RM_GOPATH=1 [2023-05-05T19:02:15.987Z] #0 1.362 + case "$(go env GOARCH)" in [2023-05-05T19:02:15.987Z] #0 1.364 ++ go env GOARCH [2023-05-05T19:02:15.987Z] #0 1.369 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.987Z] #0 1.369 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.987Z] #0 1.370 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:15.987Z] #0 1.371 + dir=/tmp/install [2023-05-05T19:02:15.987Z] #0 1.371 + bin=rootlesskit [2023-05-05T19:02:15.987Z] #0 1.371 + shift [2023-05-05T19:02:15.987Z] #0 1.371 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-05-05T19:02:15.987Z] #0 1.371 + . /tmp/install/rootlesskit.installer [2023-05-05T19:02:15.987Z] #0 1.371 ++ : v0.14.4 [2023-05-05T19:02:15.987Z] #0 1.371 + install_rootlesskit [2023-05-05T19:02:15.987Z] #0 1.371 + case "$1" in [2023-05-05T19:02:15.987Z] #0 1.371 + export CGO_ENABLED=0 [2023-05-05T19:02:15.987Z] #0 1.371 + CGO_ENABLED=0 [2023-05-05T19:02:15.987Z] #0 1.371 + _install_rootlesskit [2023-05-05T19:02:15.987Z] #0 1.371 + echo 'Install rootlesskit version v0.14.4' [2023-05-05T19:02:15.987Z] #0 1.372 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:02:15.987Z] #0 1.372 + GOBIN=/build [2023-05-05T19:02:15.987Z] #0 1.372 + GO111MODULE=on [2023-05-05T19:02:15.987Z] #0 1.372 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-05-05T19:02:15.987Z] #0 1.372 Install rootlesskit version v0.14.4 [2023-05-05T19:02:15.987Z] #0 1.869 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-05-05T19:02:15.987Z] #0 3.002 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-05-05T19:02:15.987Z] #0 3.008 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-05-05T19:02:15.987Z] #0 3.008 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:15.987Z] #0 3.010 go: downloading github.com/google/uuid v1.3.0 [2023-05-05T19:02:15.987Z] #0 3.011 go: downloading github.com/moby/vpnkit v0.5.0 [2023-05-05T19:02:15.987Z] #0 3.040 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-05-05T19:02:15.987Z] #0 3.041 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:15.987Z] #0 3.048 go: downloading github.com/gorilla/mux v1.8.0 [2023-05-05T19:02:15.987Z] #0 3.084 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-05-05T19:02:15.987Z] #0 3.118 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-05-05T19:02:15.987Z] #0 3.333 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-05-05T19:02:15.987Z] #0 4.147 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-05-05T19:02:15.987Z] #0 4.172 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-05-05T19:02:15.987Z] #0 4.174 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-05-05T19:02:15.987Z] #0 4.297 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-05-05T19:02:15.987Z] #34 ... [2023-05-05T19:02:15.987Z] [2023-05-05T19:02:15.987Z] #35 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:02:15.987Z] #0 1.585 + RM_GOPATH=0 [2023-05-05T19:02:15.987Z] #0 1.585 + TMP_GOPATH= [2023-05-05T19:02:15.987Z] #0 1.585 + : /build [2023-05-05T19:02:15.987Z] #0 1.585 + '[' -z '' ']' [2023-05-05T19:02:15.987Z] #0 1.585 ++ mktemp -d [2023-05-05T19:02:15.987Z] #0 1.587 + export GOPATH=/tmp/tmp.1wuvlvd6L0 [2023-05-05T19:02:15.987Z] #0 1.587 + GOPATH=/tmp/tmp.1wuvlvd6L0 [2023-05-05T19:02:15.987Z] #0 1.587 + RM_GOPATH=1 [2023-05-05T19:02:15.987Z] #0 1.587 + case "$(go env GOARCH)" in [2023-05-05T19:02:15.987Z] #0 1.588 ++ go env GOARCH [2023-05-05T19:02:15.987Z] #0 1.605 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.987Z] #0 1.605 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:15.987Z] #0 1.605 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:15.987Z] #0 1.605 + dir=/tmp/install [2023-05-05T19:02:15.987Z] #0 1.605 + bin=dockercli [2023-05-05T19:02:15.987Z] #0 1.605 + shift [2023-05-05T19:02:15.987Z] #0 1.605 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-05-05T19:02:15.987Z] #0 1.605 + . /tmp/install/dockercli.installer [2023-05-05T19:02:15.987Z] #0 1.605 ++ : stable [2023-05-05T19:02:15.987Z] #0 1.605 ++ : 17.06.2-ce [2023-05-05T19:02:15.987Z] #0 1.605 + install_dockercli [2023-05-05T19:02:15.987Z] #0 1.605 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-05-05T19:02:15.987Z] #0 1.605 Install docker/cli version 17.06.2-ce from stable [2023-05-05T19:02:15.987Z] #0 1.607 ++ uname -m [2023-05-05T19:02:15.987Z] #0 1.610 + arch=aarch64 [2023-05-05T19:02:15.987Z] #0 1.610 + '[' aarch64 '!=' x86_64 ']' [2023-05-05T19:02:15.987Z] #0 1.610 + '[' aarch64 '!=' s390x ']' [2023-05-05T19:02:15.987Z] #0 1.610 + '[' aarch64 '!=' armhf ']' [2023-05-05T19:02:15.987Z] #0 1.610 + build_dockercli [2023-05-05T19:02:15.987Z] #0 1.610 + git clone https://github.com/docker/docker-ce /tmp/tmp.1wuvlvd6L0/tmp/docker-ce [2023-05-05T19:02:15.987Z] #0 1.611 Cloning into '/tmp/tmp.1wuvlvd6L0/tmp/docker-ce'... [2023-05-05T19:02:16.091Z] #32 ... [2023-05-05T19:02:16.091Z] [2023-05-05T19:02:16.091Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:16.091Z] #39 11.65 CC images/remap-file-path.o [2023-05-05T19:02:16.091Z] #39 11.73 CC images/eventfd.o [2023-05-05T19:02:16.091Z] #39 11.79 CC images/eventpoll.o [2023-05-05T19:02:16.091Z] #39 11.89 CC images/fh.o [2023-05-05T19:02:16.115Z] #13 ... [2023-05-05T19:02:16.115Z] [2023-05-05T19:02:16.115Z] #14 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:02:16.115Z] #14 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-05-05T19:02:16.115Z] #14 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:02:16.115Z] #14 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-05-05T19:02:16.115Z] #14 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-05-05T19:02:16.115Z] #14 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.4s [2023-05-05T19:02:16.115Z] #14 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.4s done [2023-05-05T19:02:16.115Z] #14 ... [2023-05-05T19:02:16.115Z] [2023-05-05T19:02:16.115Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:16.115Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 100.66MB / 149.07MB 4.9s [2023-05-05T19:02:16.115Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 111.15MB / 149.07MB 5.0s [2023-05-05T19:02:16.225Z] #9 sha256:32888a3c745e38e72a5f49161afc7bb52a263b8f5ea1b3b4a6af537678f29491 529B / 529B done [2023-05-05T19:02:16.225Z] #9 sha256:34b4fa67dc04381e908b662ed69b3dbe8015fa723a746c66cc870a5330520981 1.46kB / 1.46kB done [2023-05-05T19:02:16.225Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 0B / 55.05MB 0.1s [2023-05-05T19:02:16.225Z] #9 sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 1.85kB / 1.85kB done [2023-05-05T19:02:16.225Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 8.39MB / 55.05MB 0.2s [2023-05-05T19:02:16.225Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 29.36MB / 55.05MB 0.4s [2023-05-05T19:02:16.257Z] #35 ... [2023-05-05T19:02:16.257Z] [2023-05-05T19:02:16.257Z] #19 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:16.257Z] #19 1.019 + RM_GOPATH=0 [2023-05-05T19:02:16.257Z] #19 1.019 + TMP_GOPATH= [2023-05-05T19:02:16.257Z] #19 1.019 + : /build [2023-05-05T19:02:16.257Z] #19 1.019 + '[' -z '' ']' [2023-05-05T19:02:16.257Z] #19 1.021 ++ mktemp -d [2023-05-05T19:02:16.257Z] #19 1.022 + export GOPATH=/tmp/tmp.mt3HNscU2p [2023-05-05T19:02:16.257Z] #19 1.022 + GOPATH=/tmp/tmp.mt3HNscU2p [2023-05-05T19:02:16.257Z] #19 1.022 + RM_GOPATH=1 [2023-05-05T19:02:16.257Z] #19 1.022 + case "$(go env GOARCH)" in [2023-05-05T19:02:16.257Z] #19 1.022 ++ go env GOARCH [2023-05-05T19:02:16.257Z] #19 1.031 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:16.257Z] #19 1.031 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:16.257Z] #19 1.031 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:16.257Z] #19 1.033 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:16.257Z] #19 1.033 + dir=/tmp/install [2023-05-05T19:02:16.257Z] #19 1.033 + bin=tomlv [2023-05-05T19:02:16.257Z] #19 1.033 + shift [2023-05-05T19:02:16.257Z] #19 1.033 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-05-05T19:02:16.257Z] #19 1.033 + . /tmp/install/tomlv.installer [2023-05-05T19:02:16.257Z] #19 1.033 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:16.257Z] #19 1.033 + install_tomlv [2023-05-05T19:02:16.257Z] #19 1.033 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-05-05T19:02:16.257Z] #19 1.033 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.mt3HNscU2p/src/github.com/BurntSushi/toml [2023-05-05T19:02:16.257Z] #19 1.034 Cloning into '/tmp/tmp.mt3HNscU2p/src/github.com/BurntSushi/toml'... [2023-05-05T19:02:16.257Z] #19 1.389 + cd /tmp/tmp.mt3HNscU2p/src/github.com/BurntSushi/toml [2023-05-05T19:02:16.257Z] #19 1.389 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:16.257Z] #19 1.414 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:02:16.257Z] #19 1.563 internal/goexperiment [2023-05-05T19:02:16.257Z] #19 1.563 internal/cpu [2023-05-05T19:02:16.257Z] #19 1.567 internal/goos [2023-05-05T19:02:16.257Z] #19 1.567 internal/itoa [2023-05-05T19:02:16.257Z] #19 1.567 runtime/internal/syscall [2023-05-05T19:02:16.257Z] #19 1.567 internal/unsafeheader [2023-05-05T19:02:16.257Z] #19 1.588 math/bits [2023-05-05T19:02:16.257Z] #19 1.594 encoding [2023-05-05T19:02:16.257Z] #19 1.599 internal/goarch [2023-05-05T19:02:16.257Z] #19 1.625 unicode/utf8 [2023-05-05T19:02:16.257Z] #19 1.628 internal/race [2023-05-05T19:02:16.257Z] #19 1.630 sync/atomic [2023-05-05T19:02:16.257Z] #19 1.640 unicode [2023-05-05T19:02:16.257Z] #19 1.675 internal/abi [2023-05-05T19:02:16.257Z] #19 1.677 runtime/internal/math [2023-05-05T19:02:16.257Z] #19 1.685 runtime/internal/sys [2023-05-05T19:02:16.257Z] #19 1.713 internal/bytealg [2023-05-05T19:02:16.257Z] #19 1.717 runtime/internal/atomic [2023-05-05T19:02:16.257Z] #19 1.758 math [2023-05-05T19:02:16.257Z] #19 2.074 runtime [2023-05-05T19:02:16.257Z] #19 9.043 sync [2023-05-05T19:02:16.257Z] #19 9.046 internal/reflectlite [2023-05-05T19:02:16.257Z] #19 9.409 internal/testlog [2023-05-05T19:02:16.257Z] #19 9.892 errors [2023-05-05T19:02:16.257Z] #19 9.892 sort [2023-05-05T19:02:16.257Z] #19 9.966 strconv [2023-05-05T19:02:16.257Z] #19 9.991 io [2023-05-05T19:02:16.257Z] #19 9.991 internal/oserror [2023-05-05T19:02:16.257Z] #19 9.991 internal/safefilepath [2023-05-05T19:02:16.257Z] #19 9.991 path [2023-05-05T19:02:16.257Z] #19 10.12 syscall [2023-05-05T19:02:16.257Z] #19 10.69 strings [2023-05-05T19:02:16.257Z] #19 10.69 text/tabwriter [2023-05-05T19:02:16.257Z] #19 10.69 bytes [2023-05-05T19:02:16.257Z] #19 11.07 reflect [2023-05-05T19:02:16.351Z] #39 11.99 CC images/fsnotify.o [2023-05-05T19:02:16.351Z] #39 12.17 CC images/signalfd.o [2023-05-05T19:02:16.371Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 120.59MB / 149.07MB 5.1s [2023-05-05T19:02:16.371Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 131.07MB / 149.07MB 5.2s [2023-05-05T19:02:16.482Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 37.75MB / 55.05MB 0.5s [2023-05-05T19:02:16.482Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 40.89MB / 55.05MB 0.6s [2023-05-05T19:02:16.519Z] #19 ... [2023-05-05T19:02:16.519Z] [2023-05-05T19:02:16.519Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:16.519Z] #30 10.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2023-05-05T19:02:16.519Z] #30 10.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2023-05-05T19:02:16.519Z] #30 10.52 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2023-05-05T19:02:16.519Z] #30 10.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2023-05-05T19:02:16.519Z] #30 10.53 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2023-05-05T19:02:16.519Z] #30 10.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u2 [123 kB] [2023-05-05T19:02:16.519Z] #30 10.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2023-05-05T19:02:16.519Z] #30 10.54 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] [2023-05-05T19:02:16.519Z] #30 10.54 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] [2023-05-05T19:02:16.519Z] #30 10.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] [2023-05-05T19:02:16.519Z] #30 10.55 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] [2023-05-05T19:02:16.519Z] #30 10.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2023-05-05T19:02:16.519Z] #30 10.57 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2023-05-05T19:02:16.519Z] #30 10.57 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2023-05-05T19:02:16.519Z] #30 10.57 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u2 [401 kB] [2023-05-05T19:02:16.519Z] #30 10.98 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:16.519Z] #30 11.18 Fetched 108 MB in 2s (45.4 MB/s) [2023-05-05T19:02:16.519Z] #30 11.41 Selecting previously unselected package binutils-mingw-w64-i686. [2023-05-05T19:02:16.519Z] #30 11.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2023-05-05T19:02:16.519Z] #30 11.43 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2023-05-05T19:02:16.609Z] #39 12.24 CC images/fs.o [2023-05-05T19:02:16.609Z] #39 12.31 CC images/pstree.o [2023-05-05T19:02:16.609Z] #39 12.35 CC images/pipe.o [2023-05-05T19:02:16.609Z] #39 12.40 CC images/tcp-stream.o [2023-05-05T19:02:16.622Z] #9 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 86.03MB / 86.03MB 4.9s done [2023-05-05T19:02:16.627Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 140.51MB / 149.07MB 5.3s [2023-05-05T19:02:16.627Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 149.07MB / 149.07MB 5.4s [2023-05-05T19:02:16.738Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 0.8s [2023-05-05T19:02:16.780Z] #30 11.52 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:16.868Z] #39 12.46 CC images/sk-packet.o [2023-05-05T19:02:16.868Z] #39 12.54 CC images/mnt.o [2023-05-05T19:02:16.868Z] #39 12.62 CC images/pipe-data.o [2023-05-05T19:02:16.868Z] #39 12.69 CC images/sa.o [2023-05-05T19:02:17.001Z] #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 0.9s done [2023-05-05T19:02:17.127Z] #39 12.76 CC images/timer.o [2023-05-05T19:02:17.127Z] #39 12.85 CC images/timerfd.o [2023-05-05T19:02:17.190Z] #9 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 [2023-05-05T19:02:17.385Z] #39 12.99 CC images/mm.o [2023-05-05T19:02:17.385Z] #39 13.11 CC images/sk-opts.o [2023-05-05T19:02:17.385Z] #39 13.19 CC images/sk-unix.o [2023-05-05T19:02:17.555Z] #13 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 1.6s done [2023-05-05T19:02:17.566Z] #9 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 0.6s [2023-05-05T19:02:17.644Z] #39 13.31 CC images/sk-inet.o [2023-05-05T19:02:17.822Z] #9 ... [2023-05-05T19:02:17.823Z] [2023-05-05T19:02:17.823Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:02:17.823Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-05-05T19:02:17.823Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:02:17.823Z] #10 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-05-05T19:02:17.823Z] #10 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s done [2023-05-05T19:02:17.823Z] #10 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-05-05T19:02:17.823Z] #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.8s done [2023-05-05T19:02:17.823Z] #10 DONE 1.9s [2023-05-05T19:02:17.823Z] [2023-05-05T19:02:17.823Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-05-05T19:02:17.823Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-05-05T19:02:17.823Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-05-05T19:02:17.823Z] #11 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2023-05-05T19:02:17.823Z] #11 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2023-05-05T19:02:17.823Z] #11 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2023-05-05T19:02:17.823Z] #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.8s done [2023-05-05T19:02:17.823Z] #11 DONE 1.9s [2023-05-05T19:02:17.823Z] [2023-05-05T19:02:17.823Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:17.823Z] #12 resolve docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 0.1s done [2023-05-05T19:02:17.823Z] #12 sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 1.86kB / 1.86kB done [2023-05-05T19:02:17.823Z] #12 sha256:0a1c2e17bc25d699e4ffaabb32fbae72af23c080a432438943fee9e50ccf31b6 6.78kB / 6.78kB done [2023-05-05T19:02:17.823Z] #12 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 0.9s done [2023-05-05T19:02:17.823Z] #12 sha256:695bd97c6b054b118b89b25a44d3a53de194b41fa46ee529836077411abf1e82 1.58kB / 1.58kB done [2023-05-05T19:02:17.823Z] #12 sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 15.76MB / 15.76MB 1.0s done [2023-05-05T19:02:17.823Z] #12 sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 54.58MB / 54.58MB 1.6s done [2023-05-05T19:02:17.823Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 72.35MB / 149.07MB 1.9s [2023-05-05T19:02:17.823Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 67.11MB / 86.03MB 1.9s [2023-05-05T19:02:17.823Z] #12 sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 0B / 155B 1.7s [2023-05-05T19:02:17.902Z] #39 13.47 CC images/tun.o [2023-05-05T19:02:17.902Z] #39 13.57 CC images/sk-netlink.o [2023-05-05T19:02:17.902Z] #39 13.66 CC images/packet-sock.o [2023-05-05T19:02:18.080Z] #12 ... [2023-05-05T19:02:18.080Z] [2023-05-05T19:02:18.080Z] #13 [internal] load build context [2023-05-05T19:02:18.080Z] #13 transferring context: 53.55MB 2.1s done [2023-05-05T19:02:18.080Z] #13 DONE 2.1s [2023-05-05T19:02:18.080Z] [2023-05-05T19:02:18.080Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:18.080Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 85.98MB / 149.07MB 2.0s [2023-05-05T19:02:18.080Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 79.37MB / 86.03MB 2.0s [2023-05-05T19:02:18.080Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 96.47MB / 149.07MB 2.1s [2023-05-05T19:02:18.080Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 86.03MB / 86.03MB 2.1s [2023-05-05T19:02:18.080Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 110.10MB / 149.07MB 2.2s [2023-05-05T19:02:18.161Z] #39 13.76 CC images/ipc-var.o [2023-05-05T19:02:18.161Z] #39 13.81 CC images/ipc-desc.o [2023-05-05T19:02:18.161Z] #39 13.86 CC images/ipc-shm.o [2023-05-05T19:02:18.161Z] #39 13.95 CC images/ipc-msg.o [2023-05-05T19:02:18.170Z] #30 12.88 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-05-05T19:02:18.170Z] #30 12.88 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2023-05-05T19:02:18.170Z] #30 12.91 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:18.170Z] #30 ... [2023-05-05T19:02:18.170Z] [2023-05-05T19:02:18.170Z] #28 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:02:18.170Z] #28 10.30 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:18.170Z] #28 DONE 12.9s [2023-05-05T19:02:18.170Z] [2023-05-05T19:02:18.170Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:18.170Z] #0 2.361 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-05-05T19:02:18.170Z] #0 2.882 [2023-05-05T19:02:18.170Z] #0 3.139 #=#=# ######################################################################## 100.0% [2023-05-05T19:02:18.170Z] #0 3.539 [2023-05-05T19:02:18.336Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 123.73MB / 149.07MB 2.3s [2023-05-05T19:02:18.336Z] #12 sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 86.03MB / 86.03MB 2.2s done [2023-05-05T19:02:18.336Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 133.17MB / 149.07MB 2.4s [2023-05-05T19:02:18.419Z] #39 14.06 CC images/ipc-sem.o [2023-05-05T19:02:18.419Z] #39 14.12 CC images/utsns.o [2023-05-05T19:02:18.419Z] #39 14.18 CC images/creds.o [2023-05-05T19:02:18.419Z] #39 14.23 CC images/vma.o [2023-05-05T19:02:18.593Z] #12 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 143.65MB / 149.07MB 2.5s [2023-05-05T19:02:18.677Z] #39 14.29 CC images/netdev.o [2023-05-05T19:02:18.678Z] #39 14.42 CC images/tty.o [2023-05-05T19:02:18.849Z] #12 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 1.8s done [2023-05-05T19:02:18.918Z] #13 extracting sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b [2023-05-05T19:02:18.918Z] #13 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 149.07MB / 149.07MB 7.6s done [2023-05-05T19:02:18.936Z] #39 14.58 CC images/file-lock.o [2023-05-05T19:02:18.936Z] #39 14.66 CC images/rlimit.o [2023-05-05T19:02:18.936Z] #39 14.74 CC images/pagemap.o [2023-05-05T19:02:19.096Z] #9 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 1.3s done [2023-05-05T19:02:19.096Z] #9 sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 149.07MB / 149.07MB 7.8s done [2023-05-05T19:02:19.131Z] #36 5.238 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-05-05T19:02:19.194Z] #39 14.87 CC images/siginfo.o [2023-05-05T19:02:19.195Z] #39 14.95 CC images/rpc.o [2023-05-05T19:02:19.355Z] #9 ... [2023-05-05T19:02:19.355Z] [2023-05-05T19:02:19.355Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:02:19.355Z] #13 resolve docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 0.1s done [2023-05-05T19:02:19.355Z] #13 sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 1.85kB / 1.85kB done [2023-05-05T19:02:19.355Z] #13 sha256:32888a3c745e38e72a5f49161afc7bb52a263b8f5ea1b3b4a6af537678f29491 529B / 529B done [2023-05-05T19:02:19.355Z] #13 sha256:34b4fa67dc04381e908b662ed69b3dbe8015fa723a746c66cc870a5330520981 1.46kB / 1.46kB done [2023-05-05T19:02:19.355Z] #13 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 1.6s done [2023-05-05T19:02:19.355Z] #13 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 1.6s done [2023-05-05T19:02:19.355Z] #13 DONE 8.0s [2023-05-05T19:02:19.355Z] [2023-05-05T19:02:19.355Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:19.410Z] #12 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e [2023-05-05T19:02:19.453Z] #39 15.25 CC images/ext-file.o [2023-05-05T19:02:19.453Z] #39 15.33 CC images/cgroup.o [2023-05-05T19:02:19.665Z] #12 extracting sha256:5d79063a01c561833dc6546d4e647fda0121a59e1a9a17874a3e30854555475e 0.2s done [2023-05-05T19:02:19.704Z] #36 5.644 [2023-05-05T19:02:19.711Z] #39 15.52 CC images/userns.o [2023-05-05T19:02:19.711Z] #39 15.60 CC images/google/protobuf/descriptor.o [2023-05-05T19:02:20.227Z] #36 5.934 #=#=# #### 6.7% ######################################################################## 100.0% [2023-05-05T19:02:20.281Z] #39 16.04 CC images/opts.o [2023-05-05T19:02:20.281Z] #39 16.09 CC images/seccomp.o [2023-05-05T19:02:20.281Z] #39 16.17 CC images/binfmt-misc.o [2023-05-05T19:02:20.489Z] #36 ... [2023-05-05T19:02:20.489Z] [2023-05-05T19:02:20.489Z] #29 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:02:20.489Z] #29 DONE 15.3s [2023-05-05T19:02:20.489Z] [2023-05-05T19:02:20.489Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:20.489Z] #36 6.420 [2023-05-05T19:02:20.489Z] #36 ... [2023-05-05T19:02:20.489Z] [2023-05-05T19:02:20.489Z] #27 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:20.489Z] #27 10.17 Selecting previously unselected package libnet1:arm64. [2023-05-05T19:02:20.489Z] #27 10.17 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 10.20 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:20.489Z] #27 10.38 Selecting previously unselected package libnet1-dev. [2023-05-05T19:02:20.489Z] #27 10.39 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 10.42 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:20.489Z] #27 10.68 Selecting previously unselected package libnl-3-200:arm64. [2023-05-05T19:02:20.489Z] #27 10.68 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 10.73 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-05-05T19:02:20.489Z] #27 11.40 Selecting previously unselected package libnl-3-dev:arm64. [2023-05-05T19:02:20.489Z] #27 11.40 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 11.52 Unpacking libnl-3-dev:arm64 (3.4.0-1+b1) ... [2023-05-05T19:02:20.489Z] #27 12.01 Selecting previously unselected package libprotobuf-c1:arm64. [2023-05-05T19:02:20.489Z] #27 12.01 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 12.11 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-05-05T19:02:20.489Z] #27 12.87 Selecting previously unselected package libprotobuf-c-dev:arm64. [2023-05-05T19:02:20.489Z] #27 12.88 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 12.91 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2023-05-05T19:02:20.489Z] #27 13.06 Selecting previously unselected package zlib1g-dev:arm64. [2023-05-05T19:02:20.489Z] #27 13.06 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 13.08 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:02:20.489Z] #27 13.24 Selecting previously unselected package libprotobuf23:arm64. [2023-05-05T19:02:20.489Z] #27 13.24 Preparing to unpack .../09-libprotobuf23_3.12.4-1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 13.26 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2023-05-05T19:02:20.489Z] #27 13.53 Selecting previously unselected package libprotobuf-lite23:arm64. [2023-05-05T19:02:20.489Z] #27 13.53 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 13.60 Unpacking libprotobuf-lite23:arm64 (3.12.4-1) ... [2023-05-05T19:02:20.489Z] #27 14.04 Selecting previously unselected package libprotobuf-dev:arm64. [2023-05-05T19:02:20.489Z] #27 14.05 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 14.09 Unpacking libprotobuf-dev:arm64 (3.12.4-1) ... [2023-05-05T19:02:20.489Z] #27 15.29 Selecting previously unselected package libprotoc23:arm64. [2023-05-05T19:02:20.489Z] #27 15.30 Preparing to unpack .../12-libprotoc23_3.12.4-1_arm64.deb ... [2023-05-05T19:02:20.489Z] #27 15.36 Unpacking libprotoc23:arm64 (3.12.4-1) ... [2023-05-05T19:02:20.541Z] #39 16.23 CC images/time.o [2023-05-05T19:02:20.541Z] #39 16.29 CC images/sysctl.o [2023-05-05T19:02:20.592Z] #12 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 [2023-05-05T19:02:20.592Z] #12 ... [2023-05-05T19:02:20.592Z] [2023-05-05T19:02:20.592Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 [2023-05-05T19:02:20.592Z] #9 DONE 4.7s [2023-05-05T19:02:20.592Z] [2023-05-05T19:02:20.592Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:20.751Z] #27 15.59 Selecting previously unselected package protobuf-c-compiler. [2023-05-05T19:02:20.751Z] #27 15.60 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_arm64.deb ... [2023-05-05T19:02:20.751Z] #27 15.61 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:02:20.800Z] #39 16.37 CC images/autofs.o [2023-05-05T19:02:20.800Z] #39 16.44 CC images/macvlan.o [2023-05-05T19:02:20.800Z] #39 16.53 CC images/sit.o [2023-05-05T19:02:20.806Z] #13 extracting sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 1.8s done [2023-05-05T19:02:21.014Z] #27 15.72 Selecting previously unselected package protobuf-compiler. [2023-05-05T19:02:21.014Z] #27 15.73 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_arm64.deb ... [2023-05-05T19:02:21.014Z] #27 15.75 Unpacking protobuf-compiler (3.12.4-1) ... [2023-05-05T19:02:21.014Z] #27 15.88 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:02:21.014Z] #27 15.89 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:02:21.014Z] #27 15.90 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:02:21.071Z] #39 16.63 CC images/memfd.o [2023-05-05T19:02:21.071Z] #39 16.70 CC images/timens.o [2023-05-05T19:02:21.071Z] #39 16.77 LINK images/built-in.o [2023-05-05T19:02:21.071Z] #39 16.83 GEN compel/include/asm [2023-05-05T19:02:21.301Z] #27 16.20 Selecting previously unselected package python3-six. [2023-05-05T19:02:21.301Z] #27 16.20 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-05-05T19:02:21.301Z] #27 16.25 Unpacking python3-six (1.16.0-2) ... [2023-05-05T19:02:21.330Z] #39 16.88 GEN compel/include/version.h [2023-05-05T19:02:21.330Z] #39 16.92 touch .config [2023-05-05T19:02:21.330Z] #39 16.99 GEN include/common/config.h [2023-05-05T19:02:21.330Z] #39 17.08 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-05-05T19:02:21.330Z] #39 17.12 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-05-05T19:02:21.330Z] #39 17.16 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-05-05T19:02:21.330Z] #39 17.19 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-05-05T19:02:21.563Z] #27 16.60 Selecting previously unselected package python3-protobuf. [2023-05-05T19:02:21.588Z] #39 17.21 DEP compel/arch/x86/plugins/std/memcpy.d [2023-05-05T19:02:21.588Z] #39 17.23 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-05-05T19:02:21.588Z] #39 17.25 GEN compel/plugins/include/uapi/std/syscall.h [2023-05-05T19:02:21.588Z] #39 17.28 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-05-05T19:02:21.588Z] #39 17.29 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-05-05T19:02:21.588Z] #39 17.35 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-05-05T19:02:21.588Z] #39 17.35 DEP compel/plugins/std/infect.d [2023-05-05T19:02:21.588Z] #39 17.41 DEP compel/plugins/std/string.d [2023-05-05T19:02:21.732Z] #13 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 [2023-05-05T19:02:21.847Z] #39 17.46 DEP compel/plugins/std/log.d [2023-05-05T19:02:21.847Z] #39 17.55 DEP compel/plugins/std/fds.d [2023-05-05T19:02:21.847Z] #39 17.59 DEP compel/plugins/std/std.d [2023-05-05T19:02:21.847Z] #39 17.63 DEP compel/plugins/shmem/shmem.d [2023-05-05T19:02:21.847Z] #39 17.65 DEP compel/plugins/fds/fds.d [2023-05-05T19:02:21.859Z] #27 16.61 Preparing to unpack .../17-python3-protobuf_3.12.4-1_arm64.deb ... [2023-05-05T19:02:21.859Z] #27 16.62 Unpacking python3-protobuf (3.12.4-1) ... [2023-05-05T19:02:21.958Z] #12 extracting sha256:4eedd9c5abf7e5f63753a5e788cb0872a715fa1141e8ce5ea87638e6cd370a41 1.3s done [2023-05-05T19:02:21.958Z] #12 extracting sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b [2023-05-05T19:02:22.105Z] #39 17.71 CC compel/plugins/std/std.o [2023-05-05T19:02:22.105Z] #39 17.81 CC compel/plugins/std/fds.o [2023-05-05T19:02:22.174Z] #27 ... [2023-05-05T19:02:22.174Z] [2023-05-05T19:02:22.174Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:22.174Z] #36 8.157 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-05-05T19:02:22.364Z] #39 17.97 CC compel/plugins/std/log.o [2023-05-05T19:02:22.364Z] #39 18.22 CC compel/plugins/std/string.o [2023-05-05T19:02:22.436Z] #36 8.548 [2023-05-05T19:02:22.622Z] #39 18.41 CC compel/plugins/std/infect.o [2023-05-05T19:02:22.881Z] #39 18.54 CC compel/arch/x86/plugins/std/parasite-head.o [2023-05-05T19:02:22.881Z] #39 18.56 CC compel/arch/x86/plugins/std/memcpy.o [2023-05-05T19:02:22.881Z] #39 18.58 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-05-05T19:02:22.881Z] #39 18.60 AR compel/plugins/std.lib.a [2023-05-05T19:02:23.012Z] #36 8.801 #=#=# [2023-05-05T19:02:23.012Z] #36 ... [2023-05-05T19:02:23.012Z] [2023-05-05T19:02:23.012Z] #19 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:23.012Z] #19 11.59 bufio [2023-05-05T19:02:23.012Z] #19 12.09 internal/syscall/execenv [2023-05-05T19:02:23.012Z] #19 12.09 time [2023-05-05T19:02:23.012Z] #19 12.10 internal/syscall/unix [2023-05-05T19:02:23.012Z] #19 13.37 io/fs [2023-05-05T19:02:23.012Z] #19 13.37 internal/poll [2023-05-05T19:02:23.012Z] #19 13.45 internal/fmtsort [2023-05-05T19:02:23.012Z] #19 14.01 os [2023-05-05T19:02:23.012Z] #19 14.60 fmt [2023-05-05T19:02:23.012Z] #19 14.61 io/ioutil [2023-05-05T19:02:23.012Z] #19 15.30 flag [2023-05-05T19:02:23.012Z] #19 15.30 github.com/BurntSushi/toml [2023-05-05T19:02:23.012Z] #19 15.30 log [2023-05-05T19:02:23.012Z] #19 16.46 github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:02:23.012Z] #19 DONE 17.8s [2023-05-05T19:02:23.012Z] [2023-05-05T19:02:23.012Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:23.140Z] #39 18.68 CC compel/plugins/fds/fds.o [2023-05-05T19:02:23.140Z] #39 18.79 AR compel/plugins/fds.lib.a [2023-05-05T19:02:23.140Z] #39 18.85 HOSTDEP compel/src/lib/log-host.d [2023-05-05T19:02:23.140Z] #39 18.89 HOSTDEP compel/src/lib/handle-elf-host.d [2023-05-05T19:02:23.140Z] #39 18.97 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-05-05T19:02:23.277Z] #36 8.801 #=#=# 0.0% ####### 10.1% ################################# 45.9% ######################################## 56.4% ######################################################################## 100.0% [2023-05-05T19:02:23.399Z] #39 19.03 HOSTDEP compel/src/main-host.d [2023-05-05T19:02:23.399Z] #39 19.10 DEP compel/src/lib/ptrace.d [2023-05-05T19:02:23.399Z] #39 19.15 DEP compel/src/lib/infect.d [2023-05-05T19:02:23.399Z] #39 19.27 DEP compel/src/lib/infect-util.d [2023-05-05T19:02:23.659Z] #39 19.31 DEP compel/src/lib/infect-rpc.d [2023-05-05T19:02:23.659Z] #39 19.35 DEP compel/arch/x86/src/lib/infect.d [2023-05-05T19:02:23.659Z] #39 19.38 DEP compel/arch/x86/src/lib/cpu.d [2023-05-05T19:02:23.659Z] #39 19.41 DEP compel/src/lib/log.d [2023-05-05T19:02:23.659Z] #39 19.43 DEP compel/src/main.d [2023-05-05T19:02:23.659Z] #39 19.48 DEP compel/src/lib/handle-elf.d [2023-05-05T19:02:23.850Z] #12 extracting sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 1.6s done [2023-05-05T19:02:23.850Z] #12 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 [2023-05-05T19:02:23.958Z] #39 19.53 DEP compel/arch/x86/src/lib/handle-elf.d [2023-05-05T19:02:23.958Z] #39 19.61 CC compel/src/lib/log.o [2023-05-05T19:02:23.958Z] #39 19.72 CC compel/arch/x86/src/lib/cpu.o [2023-05-05T19:02:24.149Z] #36 9.741 [2023-05-05T19:02:24.223Z] #39 19.99 CC compel/arch/x86/src/lib/infect.o [2023-05-05T19:02:24.223Z] #39 ... [2023-05-05T19:02:24.223Z] [2023-05-05T19:02:24.223Z] #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 [2023-05-05T19:02:24.223Z] #32 41.77 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-05-05T19:02:24.223Z] #32 41.77 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 41.78 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:24.223Z] #32 43.85 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-05-05T19:02:24.223Z] #32 43.86 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-05-05T19:02:24.223Z] #32 43.87 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:02:24.223Z] #32 43.96 Selecting previously unselected package libapparmor1:amd64. [2023-05-05T19:02:24.223Z] #32 43.96 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 43.96 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:02:24.223Z] #32 44.04 Selecting previously unselected package libapparmor-dev:amd64. [2023-05-05T19:02:24.223Z] #32 44.05 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 44.06 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:02:24.223Z] #32 44.14 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:02:24.223Z] #32 44.15 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 44.15 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:24.223Z] #32 44.30 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:02:24.223Z] #32 44.30 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 44.32 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:24.223Z] #32 44.44 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-05-05T19:02:24.223Z] #32 44.45 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 44.47 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:02:24.223Z] #32 44.55 Selecting previously unselected package libudev-dev:amd64. [2023-05-05T19:02:24.223Z] #32 44.55 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 44.56 Unpacking libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:02:24.223Z] #32 44.65 Selecting previously unselected package libsepol1-dev:amd64. [2023-05-05T19:02:24.223Z] #32 44.66 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 44.69 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:02:24.223Z] #32 44.84 Selecting previously unselected package libpcre2-16-0:amd64. [2023-05-05T19:02:24.223Z] #32 44.85 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 44.86 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 45.00 Selecting previously unselected package libpcre2-32-0:amd64. [2023-05-05T19:02:24.223Z] #32 45.00 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 45.01 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 45.12 Selecting previously unselected package libpcre2-posix2:amd64. [2023-05-05T19:02:24.223Z] #32 45.13 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 45.13 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 45.22 Selecting previously unselected package libpcre2-dev:amd64. [2023-05-05T19:02:24.223Z] #32 45.23 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 45.23 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 45.49 Selecting previously unselected package libselinux1-dev:amd64. [2023-05-05T19:02:24.223Z] #32 45.49 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 45.50 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:02:24.223Z] #32 45.66 Selecting previously unselected package libdevmapper-dev:amd64. [2023-05-05T19:02:24.223Z] #32 45.67 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 45.68 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:02:24.223Z] #32 45.73 Selecting previously unselected package libseccomp-dev:amd64. [2023-05-05T19:02:24.223Z] #32 45.75 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 45.75 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 45.89 Selecting previously unselected package libsystemd-dev:amd64. [2023-05-05T19:02:24.223Z] #32 45.89 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:02:24.223Z] #32 45.95 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:02:24.223Z] #32 46.21 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 46.23 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:02:24.223Z] #32 46.25 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:24.223Z] #32 46.30 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:02:24.223Z] #32 46.32 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:02:24.223Z] #32 46.33 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 46.40 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:24.223Z] #32 46.44 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 46.48 Setting up libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:02:24.223Z] #32 46.57 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.223Z] #32 46.64 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:24.481Z] #32 46.69 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:24.481Z] #32 46.75 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:24.481Z] #32 46.83 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:02:24.481Z] #32 46.87 Setting up mingw-w64-common (8.0.0-1) ... [2023-05-05T19:02:24.481Z] #32 46.90 Setting up libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:02:24.481Z] #32 46.93 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:02:24.481Z] #32 46.94 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:02:24.481Z] #32 46.96 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:02:24.481Z] #32 46.97 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:24.481Z] #32 46.98 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:24.481Z] #32 47.00 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:02:24.481Z] #32 47.01 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:24.481Z] #32 47.07 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:02:24.629Z] #14 ... [2023-05-05T19:02:24.629Z] [2023-05-05T19:02:24.629Z] #9 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:24.630Z] #9 extracting sha256:dccdd0152d2d0555ad1f2d5efaff828aeab701d8fe035fb5e4e0ff9aebb5621b 2.0s done [2023-05-05T19:02:24.630Z] #9 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 2.6s [2023-05-05T19:02:24.742Z] #32 47.09 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:02:24.742Z] #32 47.13 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:24.742Z] #32 47.17 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-05-05T19:02:24.742Z] #32 47.18 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:24.742Z] #32 47.23 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:02:24.742Z] #32 47.27 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:02:24.742Z] #32 47.29 Setting up dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:02:25.011Z] #32 47.32 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:02:25.011Z] #32 47.37 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:02:25.011Z] #32 47.39 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:25.106Z] #36 11.25 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-05-05T19:02:25.107Z] #36 ... [2023-05-05T19:02:25.107Z] [2023-05-05T19:02:25.107Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:25.107Z] #22 10.06 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-05-05T19:02:25.107Z] #22 10.06 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-05-05T19:02:25.107Z] #22 10.08 go: downloading github.com/golang/protobuf v1.5.2 [2023-05-05T19:02:25.107Z] #22 10.12 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-05-05T19:02:25.107Z] #22 10.16 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-05-05T19:02:25.107Z] #22 10.26 go: downloading github.com/beorn7/perks v1.0.1 [2023-05-05T19:02:25.107Z] #22 10.27 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-05-05T19:02:25.107Z] #22 10.28 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-05-05T19:02:25.107Z] #22 10.37 go: downloading github.com/prometheus/common v0.32.1 [2023-05-05T19:02:25.107Z] #22 10.45 go: downloading github.com/prometheus/procfs v0.7.3 [2023-05-05T19:02:25.107Z] #22 10.55 go: downloading google.golang.org/protobuf v1.28.0 [2023-05-05T19:02:25.107Z] #22 10.56 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-05-05T19:02:25.107Z] #22 10.67 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-05-05T19:02:25.198Z] #9 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 3.5s done [2023-05-05T19:02:25.369Z] #22 ... [2023-05-05T19:02:25.369Z] [2023-05-05T19:02:25.369Z] #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 [2023-05-05T19:02:25.369Z] #31 11.41 Selecting previously unselected package libicu67:arm64. [2023-05-05T19:02:25.369Z] #31 11.41 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2023-05-05T19:02:25.369Z] #31 11.56 Unpacking libicu67:arm64 (67.1-7) ... [2023-05-05T19:02:25.369Z] #31 13.42 Selecting previously unselected package libxml2:arm64. [2023-05-05T19:02:25.369Z] #31 13.43 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ... [2023-05-05T19:02:25.369Z] #31 13.46 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:02:25.369Z] #31 14.15 Selecting previously unselected package libarchive13:arm64. [2023-05-05T19:02:25.369Z] #31 14.15 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2023-05-05T19:02:25.369Z] #31 14.17 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2023-05-05T19:02:25.369Z] #31 14.75 Selecting previously unselected package libjsoncpp24:arm64. [2023-05-05T19:02:25.369Z] #31 14.76 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2023-05-05T19:02:25.369Z] #31 14.85 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2023-05-05T19:02:25.369Z] #31 15.36 Selecting previously unselected package librhash0:arm64. [2023-05-05T19:02:25.369Z] #31 15.36 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2023-05-05T19:02:25.369Z] #31 15.39 Unpacking librhash0:arm64 (1.4.1-2) ... [2023-05-05T19:02:25.369Z] #31 15.57 Selecting previously unselected package libuv1:arm64. [2023-05-05T19:02:25.369Z] #31 15.57 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2023-05-05T19:02:25.369Z] #31 15.59 Unpacking libuv1:arm64 (1.40.0-2) ... [2023-05-05T19:02:25.369Z] #31 15.72 Selecting previously unselected package cmake. [2023-05-05T19:02:25.369Z] #31 15.72 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2023-05-05T19:02:25.369Z] #31 15.73 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:02:25.369Z] #31 17.74 Setting up libicu67:arm64 (67.1-7) ... [2023-05-05T19:02:25.369Z] #31 17.92 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:25.369Z] #31 17.96 Setting up libuv1:arm64 (1.40.0-2) ... [2023-05-05T19:02:25.369Z] #31 18.06 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:25.369Z] #31 18.14 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2023-05-05T19:02:25.369Z] #31 18.18 Setting up librhash0:arm64 (1.4.1-2) ... [2023-05-05T19:02:25.369Z] #31 18.26 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:02:25.369Z] #31 18.29 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:02:25.369Z] #31 18.35 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2023-05-05T19:02:25.369Z] #31 18.41 Setting up cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:02:25.369Z] #31 18.42 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:25.631Z] #31 ... [2023-05-05T19:02:25.631Z] [2023-05-05T19:02:25.631Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:25.631Z] #36 11.70 [2023-05-05T19:02:25.765Z] #9 extracting sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 [2023-05-05T19:02:25.765Z] #9 extracting sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 done [2023-05-05T19:02:26.024Z] #9 DONE 14.8s [2023-05-05T19:02:26.024Z] [2023-05-05T19:02:26.024Z] #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-05-05T19:02:26.198Z] #36 11.96 #=#=# ######################################################################## 100.0% [2023-05-05T19:02:26.460Z] #36 12.38 [2023-05-05T19:02:26.973Z] #13 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 5.0s [2023-05-05T19:02:26.973Z] #13 ... [2023-05-05T19:02:26.973Z] [2023-05-05T19:02:26.973Z] #11 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:26.973Z] #11 1.097 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:26.973Z] #11 1.118 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:26.973Z] #11 1.118 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:26.973Z] #11 1.231 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:26.973Z] #11 1.592 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:26.973Z] #11 1.618 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:26.973Z] #11 2.869 Fetched 8644 kB in 2s (4245 kB/s) [2023-05-05T19:02:26.973Z] #11 2.869 Reading package lists... [2023-05-05T19:02:26.973Z] #11 3.423 Reading package lists... [2023-05-05T19:02:26.973Z] #11 4.084 Building dependency tree... [2023-05-05T19:02:26.973Z] #11 4.409 The following additional packages will be installed: [2023-05-05T19:02:26.973Z] #11 4.410 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-05-05T19:02:26.973Z] #11 4.410 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-05-05T19:02:26.973Z] #11 4.411 Recommended packages: [2023-05-05T19:02:26.973Z] #11 4.411 libldap-common publicsuffix libsasl2-modules [2023-05-05T19:02:26.973Z] #11 4.553 The following NEW packages will be installed: [2023-05-05T19:02:26.973Z] #11 4.554 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-05-05T19:02:26.973Z] #11 4.554 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-05-05T19:02:26.973Z] #11 4.555 libssh2-1 openssl [2023-05-05T19:02:26.973Z] #11 4.824 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:26.973Z] #11 4.824 Need to get 3050 kB of archives. [2023-05-05T19:02:26.973Z] #11 4.824 After this operation, 6663 kB of additional disk space will be used. [2023-05-05T19:02:26.973Z] #11 4.824 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-05-05T19:02:26.973Z] #11 4.838 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-05-05T19:02:26.973Z] #11 4.838 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-05-05T19:02:26.973Z] #11 4.844 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-05-05T19:02:26.973Z] #11 4.858 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-05-05T19:02:26.973Z] #11 4.862 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-05-05T19:02:26.973Z] #11 4.875 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-05-05T19:02:26.973Z] #11 4.883 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-05-05T19:02:26.973Z] #11 4.905 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-05-05T19:02:26.973Z] #11 4.908 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-05-05T19:02:26.973Z] #11 4.912 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-05-05T19:02:26.973Z] #11 4.919 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-05-05T19:02:26.973Z] #11 4.939 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:02:26.973Z] #11 4.941 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:02:26.973Z] #11 4.945 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:02:26.973Z] #11 5.288 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:26.973Z] #11 5.313 Fetched 3050 kB in 0s (7817 kB/s) [2023-05-05T19:02:26.973Z] #11 5.876 Selecting previously unselected package openssl. [2023-05-05T19:02:26.973Z] #11 5.876 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6664 files and directories currently installed.) [2023-05-05T19:02:26.973Z] #11 5.881 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-05-05T19:02:26.973Z] #11 6.030 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:26.973Z] #11 6.952 Selecting previously unselected package ca-certificates. [2023-05-05T19:02:26.973Z] #11 6.954 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-05-05T19:02:26.973Z] #11 7.035 Unpacking ca-certificates (20210119) ... [2023-05-05T19:02:26.973Z] #11 8.042 Selecting previously unselected package libbrotli1:amd64. [2023-05-05T19:02:26.973Z] #11 8.045 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-05-05T19:02:26.973Z] #11 8.300 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:02:26.973Z] #11 9.777 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-05-05T19:02:26.973Z] #11 9.777 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:02:26.973Z] #11 9.947 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:26.973Z] #11 10.46 Selecting previously unselected package libsasl2-2:amd64. [2023-05-05T19:02:26.973Z] #11 10.47 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:02:26.973Z] #11 10.58 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:26.973Z] #11 ... [2023-05-05T19:02:26.973Z] [2023-05-05T19:02:26.973Z] #13 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:26.973Z] #13 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 5.3s done [2023-05-05T19:02:27.117Z] #12 ... [2023-05-05T19:02:27.117Z] [2023-05-05T19:02:27.117Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-05-05T19:02:27.117Z] #14 DONE 2.5s [2023-05-05T19:02:27.117Z] [2023-05-05T19:02:27.117Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-05-05T19:02:27.405Z] #36 13.23 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-05-05T19:02:27.586Z] #32 DONE 49.9s [2023-05-05T19:02:27.586Z] [2023-05-05T19:02:27.586Z] #42 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-05-05T19:02:27.691Z] #36 13.60 [2023-05-05T19:02:27.943Z] #13 extracting sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 [2023-05-05T19:02:27.943Z] #13 extracting sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 done [2023-05-05T19:02:27.964Z] #36 13.84 #=#=# ######################################################################## 100.0% [2023-05-05T19:02:28.241Z] #36 ... [2023-05-05T19:02:28.241Z] [2023-05-05T19:02:28.241Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:02:28.241Z] #0 0.790 + RM_GOPATH=0 [2023-05-05T19:02:28.241Z] #0 0.790 + TMP_GOPATH= [2023-05-05T19:02:28.241Z] #0 0.790 + : /build [2023-05-05T19:02:28.241Z] #0 0.790 + '[' -z '' ']' [2023-05-05T19:02:28.241Z] #0 0.790 ++ mktemp -d [2023-05-05T19:02:28.241Z] #0 0.832 + export GOPATH=/tmp/tmp.Eqfc8Kx95t [2023-05-05T19:02:28.241Z] #0 0.832 + GOPATH=/tmp/tmp.Eqfc8Kx95t [2023-05-05T19:02:28.241Z] #0 0.832 + RM_GOPATH=1 [2023-05-05T19:02:28.241Z] #0 0.832 + case "$(go env GOARCH)" in [2023-05-05T19:02:28.241Z] #0 0.833 ++ go env GOARCH [2023-05-05T19:02:28.241Z] #0 0.849 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:28.241Z] #0 0.850 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:28.241Z] #0 0.850 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:28.241Z] #0 0.866 + dir=/tmp/install [2023-05-05T19:02:28.241Z] #0 0.866 + bin=containerd [2023-05-05T19:02:28.241Z] #0 0.866 + shift [2023-05-05T19:02:28.241Z] #0 0.866 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-05-05T19:02:28.241Z] #0 0.867 + . /tmp/install/containerd.installer [2023-05-05T19:02:28.241Z] #0 0.867 ++ set -e [2023-05-05T19:02:28.241Z] #0 0.867 ++ : v1.6.20 [2023-05-05T19:02:28.241Z] #0 0.867 + install_containerd [2023-05-05T19:02:28.241Z] #0 0.867 + echo 'Install containerd version v1.6.20' [2023-05-05T19:02:28.241Z] #0 0.868 Install containerd version v1.6.20 [2023-05-05T19:02:28.241Z] #0 0.868 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Eqfc8Kx95t/src/github.com/containerd/containerd [2023-05-05T19:02:28.241Z] #0 0.888 Cloning into '/tmp/tmp.Eqfc8Kx95t/src/github.com/containerd/containerd'... [2023-05-05T19:02:28.241Z] #37 ... [2023-05-05T19:02:28.241Z] [2023-05-05T19:02:28.241Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:28.241Z] #36 14.24 [2023-05-05T19:02:28.503Z] #36 ... [2023-05-05T19:02:28.503Z] [2023-05-05T19:02:28.503Z] #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 [2023-05-05T19:02:28.503Z] #31 DONE 23.2s [2023-05-05T19:02:28.503Z] [2023-05-05T19:02:28.503Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:28.503Z] #36 14.39 Download of images into '/build' complete. [2023-05-05T19:02:28.503Z] #36 14.39 Use something like the following to load the result into a Docker daemon: [2023-05-05T19:02:28.503Z] #36 14.39 tar -cC '/build' . | docker load [2023-05-05T19:02:28.765Z] #36 DONE 14.8s [2023-05-05T19:02:28.765Z] [2023-05-05T19:02:28.765Z] #27 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:28.765Z] #27 17.09 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:02:28.765Z] #27 17.88 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2023-05-05T19:02:28.765Z] #27 17.95 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:28.765Z] #27 18.02 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-05-05T19:02:28.765Z] #27 18.06 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2023-05-05T19:02:28.765Z] #27 18.07 Setting up libcap2:arm64 (1:2.44-1) ... [2023-05-05T19:02:28.765Z] #27 18.11 Setting up python3-six (1.16.0-2) ... [2023-05-05T19:02:28.765Z] #27 18.54 Setting up libprotobuf-lite23:arm64 (3.12.4-1) ... [2023-05-05T19:02:28.765Z] #27 18.82 Setting up libprotoc23:arm64 (3.12.4-1) ... [2023-05-05T19:02:28.765Z] #27 19.56 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:02:28.765Z] #27 19.70 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-05-05T19:02:28.765Z] #27 19.91 Setting up python3-protobuf (3.12.4-1) ... [2023-05-05T19:02:28.765Z] #27 21.58 Setting up libcap-dev:arm64 (1:2.44-1) ... [2023-05-05T19:02:28.765Z] #27 22.32 Setting up protobuf-compiler (3.12.4-1) ... [2023-05-05T19:02:28.765Z] #27 22.69 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:28.765Z] #27 23.11 Setting up libprotobuf-dev:arm64 (3.12.4-1) ... [2023-05-05T19:02:28.765Z] #27 23.14 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:02:28.765Z] #27 23.22 Setting up libnl-3-dev:arm64 (3.4.0-1+b1) ... [2023-05-05T19:02:28.765Z] #27 23.29 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:28.765Z] #27 DONE 23.7s [2023-05-05T19:02:28.765Z] [2023-05-05T19:02:28.765Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:28.962Z] #42 DONE 1.5s [2023-05-05T19:02:28.962Z] [2023-05-05T19:02:28.962Z] #43 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-05-05T19:02:29.005Z] #15 ... [2023-05-05T19:02:29.005Z] [2023-05-05T19:02:29.005Z] #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:3329fdcebfd221714087b5e3b989ba075da403c213a69e3738bd3f000138e1a4 [2023-05-05T19:02:29.005Z] #12 extracting sha256:8c9fac4c5b6307aaade00c8307d871808ea48bb16d3a3de06354ad3be9e87160 4.4s done [2023-05-05T19:02:29.005Z] #12 extracting sha256:6a2aa356f854a5021856dacb343cc6f431e65a0ddd599a04999c05cbfa988730 done [2023-05-05T19:02:29.005Z] #12 DONE 13.1s [2023-05-05T19:02:29.005Z] [2023-05-05T19:02:29.005Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:29.005Z] #0 1.144 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:29.005Z] #0 1.166 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:29.005Z] #0 1.175 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:29.005Z] #0 1.293 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:29.005Z] #0 1.505 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:29.005Z] #0 1.511 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:29.005Z] #0 2.793 Fetched 8644 kB in 2s (4467 kB/s) [2023-05-05T19:02:29.005Z] #0 2.793 Reading package lists... [2023-05-05T19:02:29.005Z] #0 3.407 Reading package lists... [2023-05-05T19:02:29.005Z] #0 4.065 Building dependency tree... [2023-05-05T19:02:29.005Z] #0 4.349 The following additional packages will be installed: [2023-05-05T19:02:29.005Z] #0 4.349 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-05-05T19:02:29.005Z] #0 4.349 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-05-05T19:02:29.005Z] #0 4.350 Recommended packages: [2023-05-05T19:02:29.005Z] #0 4.350 libldap-common publicsuffix libsasl2-modules [2023-05-05T19:02:29.005Z] #0 4.503 The following NEW packages will be installed: [2023-05-05T19:02:29.005Z] #0 4.504 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-05-05T19:02:29.005Z] #0 4.504 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-05-05T19:02:29.005Z] #0 4.504 libssh2-1 openssl [2023-05-05T19:02:29.005Z] #0 4.775 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:29.005Z] #0 4.775 Need to get 3050 kB of archives. [2023-05-05T19:02:29.005Z] #0 4.775 After this operation, 6663 kB of additional disk space will be used. [2023-05-05T19:02:29.005Z] #0 4.775 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-05-05T19:02:29.005Z] #0 4.793 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-05-05T19:02:29.005Z] #0 4.826 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-05-05T19:02:29.005Z] #0 4.932 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-05-05T19:02:29.005Z] #0 5.009 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-05-05T19:02:29.005Z] #0 5.050 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-05-05T19:02:29.005Z] #0 5.095 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-05-05T19:02:29.005Z] #0 5.118 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-05-05T19:02:29.005Z] #0 5.152 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-05-05T19:02:29.005Z] #0 5.157 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-05-05T19:02:29.005Z] #0 5.159 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-05-05T19:02:29.005Z] #0 5.164 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-05-05T19:02:29.005Z] #0 5.240 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:02:29.005Z] #0 5.245 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:02:29.005Z] #0 5.274 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:02:29.005Z] #0 5.633 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:29.005Z] #0 5.662 Fetched 3050 kB in 1s (3963 kB/s) [2023-05-05T19:02:29.005Z] #0 5.879 Selecting previously unselected package openssl. [2023-05-05T19:02:29.005Z] #0 5.879 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6664 files and directories currently installed.) [2023-05-05T19:02:29.005Z] #0 5.884 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-05-05T19:02:29.005Z] #0 5.889 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:29.005Z] #0 6.070 Selecting previously unselected package ca-certificates. [2023-05-05T19:02:29.005Z] #0 6.071 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-05-05T19:02:29.005Z] #0 6.075 Unpacking ca-certificates (20210119) ... [2023-05-05T19:02:29.005Z] #0 6.848 Selecting previously unselected package libbrotli1:amd64. [2023-05-05T19:02:29.005Z] #0 6.850 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-05-05T19:02:29.005Z] #0 6.921 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:02:29.005Z] #0 7.161 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-05-05T19:02:29.005Z] #0 7.163 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:02:29.005Z] #0 7.221 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:29.005Z] #0 7.490 Selecting previously unselected package libsasl2-2:amd64. [2023-05-05T19:02:29.005Z] #0 7.491 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:02:29.005Z] #0 7.565 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:29.005Z] #0 7.942 Selecting previously unselected package libldap-2.4-2:amd64. [2023-05-05T19:02:29.005Z] #0 7.943 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-05-05T19:02:29.005Z] #0 8.035 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:29.005Z] #0 8.373 Selecting previously unselected package libnghttp2-14:amd64. [2023-05-05T19:02:29.005Z] #0 8.374 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-05-05T19:02:29.005Z] #0 8.381 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:02:29.005Z] #0 8.451 Selecting previously unselected package libpsl5:amd64. [2023-05-05T19:02:29.005Z] #0 8.452 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-05-05T19:02:29.005Z] #0 8.467 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:02:29.005Z] #0 8.574 Selecting previously unselected package librtmp1:amd64. [2023-05-05T19:02:29.027Z] #38 ... [2023-05-05T19:02:29.027Z] [2023-05-05T19:02:29.027Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:29.027Z] #30 14.09 Selecting previously unselected package binutils-mingw-w64. [2023-05-05T19:02:29.027Z] #30 14.09 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-05-05T19:02:29.027Z] #30 14.15 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:02:29.027Z] #30 14.64 Selecting previously unselected package libdevmapper1.02.1:arm64. [2023-05-05T19:02:29.027Z] #30 14.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2023-05-05T19:02:29.027Z] #30 15.18 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2023-05-05T19:02:29.027Z] #30 15.37 Selecting previously unselected package dmsetup. [2023-05-05T19:02:29.027Z] #30 15.37 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2023-05-05T19:02:29.027Z] #30 15.39 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:02:29.027Z] #30 15.51 Selecting previously unselected package mingw-w64-common. [2023-05-05T19:02:29.027Z] #30 15.51 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-05-05T19:02:29.027Z] #30 15.53 Unpacking mingw-w64-common (8.0.0-1) ... [2023-05-05T19:02:29.027Z] #30 18.57 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-05-05T19:02:29.027Z] #30 18.57 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-05-05T19:02:29.027Z] #30 18.82 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:02:29.027Z] #30 22.50 Selecting previously unselected package gcc-mingw-w64-base. [2023-05-05T19:02:29.027Z] #30 22.51 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2023-05-05T19:02:29.027Z] #30 22.67 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:02:29.027Z] #30 23.21 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-05-05T19:02:29.027Z] #30 23.22 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2023-05-05T19:02:29.027Z] #30 23.23 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:29.261Z] #16 8.575 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-05-05T19:02:29.261Z] #16 8.586 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:29.261Z] #16 8.756 Selecting previously unselected package libssh2-1:amd64. [2023-05-05T19:02:29.261Z] #16 8.757 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-05-05T19:02:29.261Z] #16 8.809 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:02:29.516Z] #16 8.926 Selecting previously unselected package libcurl4:amd64. [2023-05-05T19:02:29.516Z] #16 8.927 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:02:29.516Z] #16 8.932 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:29.516Z] #16 8.992 Selecting previously unselected package curl. [2023-05-05T19:02:29.516Z] #16 ... [2023-05-05T19:02:29.516Z] [2023-05-05T19:02:29.516Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-05-05T19:02:29.516Z] #17 DONE 0.6s [2023-05-05T19:02:29.516Z] [2023-05-05T19:02:29.516Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-05-05T19:02:29.516Z] #15 DONE 3.0s [2023-05-05T19:02:29.516Z] [2023-05-05T19:02:29.517Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:29.517Z] #16 8.994 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:02:29.517Z] #16 9.013 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:29.517Z] #16 9.071 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:02:29.517Z] #16 9.072 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:02:29.517Z] #16 9.076 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:02:29.517Z] #16 9.131 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:02:29.517Z] #16 ... [2023-05-05T19:02:29.517Z] [2023-05-05T19:02:29.517Z] #18 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2023-05-05T19:02:29.602Z] #30 ... [2023-05-05T19:02:29.602Z] [2023-05-05T19:02:29.602Z] #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 [2023-05-05T19:02:29.602Z] #0 1.172 + RM_GOPATH=0 [2023-05-05T19:02:29.602Z] #0 1.172 + TMP_GOPATH= [2023-05-05T19:02:29.602Z] #0 1.172 + : /build [2023-05-05T19:02:29.602Z] #0 1.172 + '[' -z '' ']' [2023-05-05T19:02:29.602Z] #0 1.172 ++ mktemp -d [2023-05-05T19:02:29.602Z] #0 1.172 + export GOPATH=/tmp/tmp.XjfKitNvvN [2023-05-05T19:02:29.602Z] #0 1.172 + GOPATH=/tmp/tmp.XjfKitNvvN [2023-05-05T19:02:29.602Z] #0 1.172 + RM_GOPATH=1 [2023-05-05T19:02:29.602Z] #0 1.172 + case "$(go env GOARCH)" in [2023-05-05T19:02:29.602Z] #0 1.172 ++ go env GOARCH [2023-05-05T19:02:29.602Z] #0 1.183 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:29.602Z] #0 1.183 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:29.602Z] #0 1.183 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:29.602Z] #0 1.186 Install tini version v0.19.0 [2023-05-05T19:02:29.602Z] #0 1.187 + dir=/tmp/install [2023-05-05T19:02:29.602Z] #0 1.187 + bin=tini [2023-05-05T19:02:29.602Z] #0 1.187 + shift [2023-05-05T19:02:29.602Z] #0 1.187 + '[' '!' -f /tmp/install/tini.installer ']' [2023-05-05T19:02:29.602Z] #0 1.187 + . /tmp/install/tini.installer [2023-05-05T19:02:29.602Z] #0 1.187 ++ : v0.19.0 [2023-05-05T19:02:29.602Z] #0 1.187 + install_tini [2023-05-05T19:02:29.602Z] #0 1.187 + echo 'Install tini version v0.19.0' [2023-05-05T19:02:29.602Z] #0 1.187 + git clone https://github.com/krallin/tini.git /tmp/tmp.XjfKitNvvN/tini [2023-05-05T19:02:29.602Z] #0 1.190 Cloning into '/tmp/tmp.XjfKitNvvN/tini'... [2023-05-05T19:02:29.828Z] #13 DONE 18.7s [2023-05-05T19:02:29.828Z] [2023-05-05T19:02:29.828Z] #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-05-05T19:02:29.864Z] #39 1.594 + cd /tmp/tmp.XjfKitNvvN/tini [2023-05-05T19:02:29.864Z] #39 1.594 + git checkout -q v0.19.0 [2023-05-05T19:02:29.864Z] #39 1.599 + cmake . [2023-05-05T19:02:29.864Z] #39 1.701 -- The C compiler identification is GNU 10.2.1 [2023-05-05T19:02:30.079Z] #18 DONE 0.5s [2023-05-05T19:02:30.079Z] [2023-05-05T19:02:30.079Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:30.079Z] #16 9.132 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:02:30.079Z] #16 9.138 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:02:30.079Z] #16 9.184 Selecting previously unselected package jq. [2023-05-05T19:02:30.079Z] #16 9.186 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:02:30.079Z] #16 9.189 Unpacking jq (1.6-2.1) ... [2023-05-05T19:02:30.079Z] #16 9.232 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:02:30.079Z] #16 9.242 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:02:30.079Z] #16 9.253 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:02:30.079Z] #16 9.264 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:30.079Z] #16 9.276 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:30.079Z] #16 9.288 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:30.079Z] #16 9.297 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:02:30.079Z] #16 9.312 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:30.079Z] #16 9.336 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:02:30.079Z] #16 9.348 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:02:30.079Z] #16 9.361 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:30.079Z] #16 9.371 Setting up ca-certificates (20210119) ... [2023-05-05T19:02:30.126Z] #39 1.715 -- Detecting C compiler ABI info [2023-05-05T19:02:30.126Z] #39 1.946 -- Detecting C compiler ABI info - done [2023-05-05T19:02:30.126Z] #39 1.961 -- Check for working C compiler: /usr/bin/cc - skipped [2023-05-05T19:02:30.336Z] #16 ... [2023-05-05T19:02:30.336Z] [2023-05-05T19:02:30.336Z] #19 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-05-05T19:02:30.336Z] #19 DONE 0.1s [2023-05-05T19:02:30.336Z] [2023-05-05T19:02:30.336Z] #20 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-05-05T19:02:30.336Z] #20 DONE 0.1s [2023-05-05T19:02:30.336Z] [2023-05-05T19:02:30.336Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:30.336Z] #16 9.724 Updating certificates in /etc/ssl/certs... [2023-05-05T19:02:30.343Z] #43 DONE 1.4s [2023-05-05T19:02:30.343Z] [2023-05-05T19:02:30.343Z] #44 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-05-05T19:02:30.388Z] #39 1.963 -- Detecting C compile features [2023-05-05T19:02:30.388Z] #39 1.963 -- Detecting C compile features - done [2023-05-05T19:02:30.388Z] #39 2.004 -- Performing Test HAS_BUILTIN_FORTIFY [2023-05-05T19:02:30.388Z] #39 ... [2023-05-05T19:02:30.388Z] [2023-05-05T19:02:30.388Z] #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 [2023-05-05T19:02:30.388Z] #34 22.80 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:02:30.388Z] #34 22.80 + GOBIN=/build [2023-05-05T19:02:30.388Z] #34 22.80 + GO111MODULE=on [2023-05-05T19:02:30.388Z] #34 22.80 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-05-05T19:02:30.388Z] #34 DONE 25.4s [2023-05-05T19:02:30.388Z] [2023-05-05T19:02:30.388Z] #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 [2023-05-05T19:02:30.388Z] #39 2.116 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-05-05T19:02:30.388Z] #39 2.156 -- Configuring done [2023-05-05T19:02:30.388Z] #39 2.162 -- Generating done [2023-05-05T19:02:30.388Z] #39 2.165 -- Build files have been written to: /tmp/tmp.XjfKitNvvN/tini [2023-05-05T19:02:30.388Z] #39 2.168 + make tini-static [2023-05-05T19:02:30.649Z] #39 ... [2023-05-05T19:02:30.649Z] [2023-05-05T19:02:30.649Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-05-05T19:02:30.649Z] #40 DONE 0.2s [2023-05-05T19:02:30.649Z] [2023-05-05T19:02:30.649Z] #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 [2023-05-05T19:02:30.649Z] #39 2.297 Scanning dependencies of target tini-static [2023-05-05T19:02:30.649Z] #39 2.312 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-05-05T19:02:30.900Z] #16 10.50 129 added, 0 removed; done. [2023-05-05T19:02:30.918Z] #39 ... [2023-05-05T19:02:30.918Z] [2023-05-05T19:02:30.918Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-05-05T19:02:30.918Z] #41 DONE 0.2s [2023-05-05T19:02:30.918Z] [2023-05-05T19:02:30.918Z] #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 [2023-05-05T19:02:30.918Z] #39 2.638 [100%] Linking C executable tini-static [2023-05-05T19:02:30.918Z] #39 2.744 [100%] Built target tini-static [2023-05-05T19:02:31.157Z] #16 10.54 Setting up jq (1.6-2.1) ... [2023-05-05T19:02:31.157Z] #16 10.56 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:31.157Z] #16 10.57 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:31.157Z] #16 10.58 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:31.157Z] #16 10.60 Processing triggers for ca-certificates (20210119) ... [2023-05-05T19:02:31.157Z] #16 10.61 Updating certificates in /etc/ssl/certs... [2023-05-05T19:02:31.183Z] #39 2.761 + mkdir -p /build [2023-05-05T19:02:31.183Z] #39 2.763 + cp tini-static /build/docker-init [2023-05-05T19:02:31.445Z] #39 DONE 3.2s [2023-05-05T19:02:31.445Z] [2023-05-05T19:02:31.445Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:02:31.445Z] #37 13.43 + cd /tmp/tmp.Eqfc8Kx95t/src/github.com/containerd/containerd [2023-05-05T19:02:31.445Z] #37 13.43 + git checkout -q v1.6.20 [2023-05-05T19:02:31.445Z] #37 ... [2023-05-05T19:02:31.445Z] [2023-05-05T19:02:31.445Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:31.445Z] #33 DONE 26.3s [2023-05-05T19:02:31.706Z] [2023-05-05T19:02:31.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 [2023-05-05T19:02:31.706Z] #38 1.912 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:02:31.706Z] #38 1.912 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:02:31.706Z] #38 1.930 Note: Building without GnuTLS support [2023-05-05T19:02:31.706Z] #38 1.933 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:02:31.706Z] #38 1.933 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:02:31.706Z] #38 2.460 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:02:31.706Z] #38 2.527 GEN .gitid [2023-05-05T19:02:31.706Z] #38 2.574 GEN criu/include/version.h [2023-05-05T19:02:31.706Z] #38 2.675 GEN include/common/asm [2023-05-05T19:02:31.720Z] #44 1.121 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-05-05T19:02:31.720Z] #44 DONE 1.3s [2023-05-05T19:02:31.720Z] [2023-05-05T19:02:31.720Z] #45 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-05-05T19:02:32.088Z] #16 11.50 0 added, 0 removed; done. [2023-05-05T19:02:32.088Z] #16 11.50 Running hooks in /etc/ca-certificates/update.d... [2023-05-05T19:02:32.088Z] #16 11.50 done. [2023-05-05T19:02:32.659Z] #38 3.742 PBCC images/timens.pb-c.c [2023-05-05T19:02:32.659Z] #38 3.753 DEP images/timens.pb-c.d [2023-05-05T19:02:32.659Z] #38 3.790 PBCC images/fown.pb-c.c [2023-05-05T19:02:32.659Z] #38 3.798 PBCC images/google/protobuf/descriptor.pb-c.c [2023-05-05T19:02:32.659Z] #38 3.817 PBCC images/opts.pb-c.c [2023-05-05T19:02:32.659Z] #38 3.830 PBCC images/memfd.pb-c.c [2023-05-05T19:02:32.659Z] #38 3.841 DEP images/fown.pb-c.d [2023-05-05T19:02:32.659Z] #38 3.861 DEP images/google/protobuf/descriptor.pb-c.d [2023-05-05T19:02:32.659Z] #38 3.877 DEP images/opts.pb-c.d [2023-05-05T19:02:32.659Z] #38 3.893 DEP images/memfd.pb-c.d [2023-05-05T19:02:32.659Z] #38 3.916 PBCC images/sit.pb-c.c [2023-05-05T19:02:32.659Z] #38 3.926 DEP images/sit.pb-c.d [2023-05-05T19:02:32.659Z] #38 3.944 PBCC images/macvlan.pb-c.c [2023-05-05T19:02:32.659Z] #38 3.957 DEP images/macvlan.pb-c.d [2023-05-05T19:02:32.659Z] #38 3.971 PBCC images/autofs.pb-c.c [2023-05-05T19:02:32.921Z] #38 3.977 DEP images/autofs.pb-c.d [2023-05-05T19:02:32.921Z] #38 3.991 PBCC images/sysctl.pb-c.c [2023-05-05T19:02:32.921Z] #38 3.998 DEP images/sysctl.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.012 PBCC images/time.pb-c.c [2023-05-05T19:02:32.921Z] #38 4.018 DEP images/time.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.032 PBCC images/binfmt-misc.pb-c.c [2023-05-05T19:02:32.921Z] #38 4.039 DEP images/binfmt-misc.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.060 PBCC images/seccomp.pb-c.c [2023-05-05T19:02:32.921Z] #38 4.069 DEP images/seccomp.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.083 PBCC images/userns.pb-c.c [2023-05-05T19:02:32.921Z] #38 4.093 DEP images/userns.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.110 PBCC images/cgroup.pb-c.c [2023-05-05T19:02:32.921Z] #38 4.122 DEP images/cgroup.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.135 PBCC images/ext-file.pb-c.c [2023-05-05T19:02:32.921Z] #38 4.142 DEP images/ext-file.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.159 PBCC images/rpc.pb-c.c [2023-05-05T19:02:32.921Z] #38 4.169 DEP images/rpc.pb-c.d [2023-05-05T19:02:32.921Z] #38 4.186 PBCC images/siginfo.pb-c.c [2023-05-05T19:02:33.030Z] #16 DONE 12.3s [2023-05-05T19:02:33.030Z] [2023-05-05T19:02:33.030Z] #21 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-05-05T19:02:33.103Z] #45 DONE 1.2s [2023-05-05T19:02:33.103Z] [2023-05-05T19:02:33.103Z] #46 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-05-05T19:02:33.185Z] #38 4.194 DEP images/siginfo.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.206 PBCC images/pagemap.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.225 DEP images/pagemap.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.242 PBCC images/rlimit.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.249 DEP images/rlimit.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.262 PBCC images/file-lock.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.268 DEP images/file-lock.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.284 PBCC images/tty.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.302 DEP images/tty.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.316 PBCC images/tun.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.326 PBCC images/netdev.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.338 DEP images/tun.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.352 DEP images/netdev.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.370 PBCC images/vma.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.381 DEP images/vma.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.395 PBCC images/creds.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.401 DEP images/creds.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.414 PBCC images/utsns.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.422 DEP images/utsns.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.437 PBCC images/ipc-desc.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.448 PBCC images/ipc-sem.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.455 DEP images/ipc-desc.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.468 DEP images/ipc-sem.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.482 PBCC images/ipc-msg.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.490 DEP images/ipc-msg.pb-c.d [2023-05-05T19:02:33.185Z] #38 4.509 PBCC images/ipc-shm.pb-c.c [2023-05-05T19:02:33.185Z] #38 4.522 DEP images/ipc-shm.pb-c.d [2023-05-05T19:02:33.287Z] #21 DONE 0.3s [2023-05-05T19:02:33.287Z] [2023-05-05T19:02:33.287Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:02:33.287Z] #0 1.261 + RM_GOPATH=0 [2023-05-05T19:02:33.287Z] #0 1.261 + TMP_GOPATH= [2023-05-05T19:02:33.287Z] #0 1.261 + : /build [2023-05-05T19:02:33.287Z] #0 1.261 + '[' -z '' ']' [2023-05-05T19:02:33.287Z] #0 1.265 ++ mktemp -d [2023-05-05T19:02:33.287Z] #0 1.265 + export GOPATH=/tmp/tmp.M8J8hWwTqH [2023-05-05T19:02:33.287Z] #0 1.265 + GOPATH=/tmp/tmp.M8J8hWwTqH [2023-05-05T19:02:33.287Z] #0 1.265 + RM_GOPATH=1 [2023-05-05T19:02:33.287Z] #0 1.265 + case "$(go env GOARCH)" in [2023-05-05T19:02:33.287Z] #0 1.267 ++ go env GOARCH [2023-05-05T19:02:33.287Z] #0 1.280 Install docker/cli version 17.06.2-ce from stable [2023-05-05T19:02:33.287Z] #0 1.280 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:33.287Z] #0 1.280 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:33.287Z] #0 1.280 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:33.287Z] #0 1.280 + dir=/tmp/install [2023-05-05T19:02:33.287Z] #0 1.280 + bin=dockercli [2023-05-05T19:02:33.287Z] #0 1.280 + shift [2023-05-05T19:02:33.287Z] #0 1.280 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-05-05T19:02:33.287Z] #0 1.280 + . /tmp/install/dockercli.installer [2023-05-05T19:02:33.287Z] #0 1.280 ++ : stable [2023-05-05T19:02:33.287Z] #0 1.280 ++ : 17.06.2-ce [2023-05-05T19:02:33.287Z] #0 1.280 + install_dockercli [2023-05-05T19:02:33.287Z] #0 1.280 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-05-05T19:02:33.287Z] #0 1.280 ++ uname -m [2023-05-05T19:02:33.287Z] #0 1.280 + arch=x86_64 [2023-05-05T19:02:33.287Z] #0 1.280 + '[' x86_64 '!=' x86_64 ']' [2023-05-05T19:02:33.287Z] #0 1.280 + url=https://download.docker.com/linux/static [2023-05-05T19:02:33.287Z] #0 1.280 + tar -xz docker/docker [2023-05-05T19:02:33.287Z] #0 1.280 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-05-05T19:02:33.287Z] #0 2.736 + mkdir -p /build [2023-05-05T19:02:33.287Z] #0 2.739 + mv docker/docker /build/ [2023-05-05T19:02:33.287Z] #0 2.756 + rmdir docker [2023-05-05T19:02:33.287Z] #22 DONE 3.2s [2023-05-05T19:02:33.287Z] [2023-05-05T19:02:33.287Z] #23 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:33.287Z] #0 1.400 + RM_GOPATH=0 [2023-05-05T19:02:33.287Z] #0 1.400 + TMP_GOPATH= [2023-05-05T19:02:33.287Z] #0 1.400 + : /build [2023-05-05T19:02:33.287Z] #0 1.400 + '[' -z '' ']' [2023-05-05T19:02:33.287Z] #0 1.400 ++ mktemp -d [2023-05-05T19:02:33.287Z] #0 1.401 + export GOPATH=/tmp/tmp.hsTdvEkUpy [2023-05-05T19:02:33.287Z] #0 1.401 + GOPATH=/tmp/tmp.hsTdvEkUpy [2023-05-05T19:02:33.287Z] #0 1.401 + RM_GOPATH=1 [2023-05-05T19:02:33.287Z] #0 1.401 + case "$(go env GOARCH)" in [2023-05-05T19:02:33.287Z] #0 1.402 ++ go env GOARCH [2023-05-05T19:02:33.287Z] #0 1.411 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:33.287Z] #0 1.411 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:33.287Z] #0 1.411 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:33.287Z] #0 1.413 + dir=/tmp/install [2023-05-05T19:02:33.287Z] #0 1.413 + bin=tomlv [2023-05-05T19:02:33.287Z] #0 1.413 + shift [2023-05-05T19:02:33.287Z] #0 1.413 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-05-05T19:02:33.287Z] #0 1.413 + . /tmp/install/tomlv.installer [2023-05-05T19:02:33.287Z] #0 1.413 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:33.287Z] #0 1.413 + install_tomlv [2023-05-05T19:02:33.287Z] #0 1.413 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-05-05T19:02:33.287Z] #0 1.413 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hsTdvEkUpy/src/github.com/BurntSushi/toml [2023-05-05T19:02:33.287Z] #0 1.414 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:33.287Z] #0 1.414 Cloning into '/tmp/tmp.hsTdvEkUpy/src/github.com/BurntSushi/toml'... [2023-05-05T19:02:33.287Z] #0 1.830 + cd /tmp/tmp.hsTdvEkUpy/src/github.com/BurntSushi/toml [2023-05-05T19:02:33.287Z] #0 1.830 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:33.287Z] #0 1.882 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:02:33.287Z] #0 1.990 internal/unsafeheader [2023-05-05T19:02:33.287Z] #0 1.990 encoding [2023-05-05T19:02:33.287Z] #0 1.990 internal/goarch [2023-05-05T19:02:33.287Z] #0 1.998 internal/goexperiment [2023-05-05T19:02:33.287Z] #0 2.000 internal/goos [2023-05-05T19:02:33.287Z] #0 2.019 internal/cpu [2023-05-05T19:02:33.287Z] #0 2.024 internal/itoa [2023-05-05T19:02:33.287Z] #0 2.054 math/bits [2023-05-05T19:02:33.287Z] #0 2.057 unicode/utf8 [2023-05-05T19:02:33.287Z] #0 2.064 runtime/internal/atomic [2023-05-05T19:02:33.287Z] #0 2.067 internal/abi [2023-05-05T19:02:33.287Z] #0 2.070 runtime/internal/syscall [2023-05-05T19:02:33.287Z] #0 2.070 runtime/internal/math [2023-05-05T19:02:33.287Z] #0 2.121 runtime/internal/sys [2023-05-05T19:02:33.287Z] #0 2.280 internal/race [2023-05-05T19:02:33.287Z] #0 2.321 sync/atomic [2023-05-05T19:02:33.287Z] #0 2.334 unicode [2023-05-05T19:02:33.287Z] #0 2.490 internal/bytealg [2023-05-05T19:02:33.287Z] #0 2.568 math [2023-05-05T19:02:33.287Z] #0 2.961 runtime [2023-05-05T19:02:33.447Z] #38 4.543 PBCC images/ipc-var.pb-c.c [2023-05-05T19:02:33.447Z] #38 4.558 DEP images/ipc-var.pb-c.d [2023-05-05T19:02:33.447Z] #38 4.591 PBCC images/sk-opts.pb-c.c [2023-05-05T19:02:33.447Z] #38 4.602 PBCC images/packet-sock.pb-c.c [2023-05-05T19:02:33.447Z] #38 4.613 DEP images/sk-opts.pb-c.d [2023-05-05T19:02:33.447Z] #38 4.638 DEP images/packet-sock.pb-c.d [2023-05-05T19:02:33.447Z] #38 4.653 PBCC images/sk-netlink.pb-c.c [2023-05-05T19:02:33.447Z] #38 4.668 DEP images/sk-netlink.pb-c.d [2023-05-05T19:02:33.447Z] #38 4.684 PBCC images/sk-inet.pb-c.c [2023-05-05T19:02:33.447Z] #38 4.697 DEP images/sk-inet.pb-c.d [2023-05-05T19:02:33.447Z] #38 4.714 PBCC images/sk-unix.pb-c.c [2023-05-05T19:02:33.447Z] #38 4.725 DEP images/sk-unix.pb-c.d [2023-05-05T19:02:33.447Z] #38 4.742 PBCC images/mm.pb-c.c [2023-05-05T19:02:33.708Z] #38 4.755 DEP images/mm.pb-c.d [2023-05-05T19:02:33.708Z] #38 4.770 PBCC images/timerfd.pb-c.c [2023-05-05T19:02:33.708Z] #38 4.780 DEP images/timerfd.pb-c.d [2023-05-05T19:02:33.708Z] #38 4.796 PBCC images/timer.pb-c.c [2023-05-05T19:02:33.708Z] #38 4.807 DEP images/timer.pb-c.d [2023-05-05T19:02:33.708Z] #38 4.821 PBCC images/sa.pb-c.c [2023-05-05T19:02:33.708Z] #38 4.845 DEP images/sa.pb-c.d [2023-05-05T19:02:33.708Z] #38 4.878 PBCC images/pipe-data.pb-c.c [2023-05-05T19:02:33.709Z] #38 4.891 DEP images/pipe-data.pb-c.d [2023-05-05T19:02:33.709Z] #38 4.905 PBCC images/mnt.pb-c.c [2023-05-05T19:02:33.709Z] #38 4.917 DEP images/mnt.pb-c.d [2023-05-05T19:02:33.709Z] #38 4.931 PBCC images/sk-packet.pb-c.c [2023-05-05T19:02:33.709Z] #38 4.939 DEP images/sk-packet.pb-c.d [2023-05-05T19:02:33.709Z] #38 4.952 PBCC images/tcp-stream.pb-c.c [2023-05-05T19:02:33.709Z] #38 4.964 DEP images/tcp-stream.pb-c.d [2023-05-05T19:02:33.709Z] #38 4.979 PBCC images/pipe.pb-c.c [2023-05-05T19:02:33.709Z] #38 4.989 DEP images/pipe.pb-c.d [2023-05-05T19:02:33.709Z] #38 5.004 PBCC images/pstree.pb-c.c [2023-05-05T19:02:33.709Z] #38 5.014 DEP images/pstree.pb-c.d [2023-05-05T19:02:33.709Z] #38 5.030 PBCC images/fs.pb-c.c [2023-05-05T19:02:33.709Z] #38 5.042 DEP images/fs.pb-c.d [2023-05-05T19:02:33.709Z] #38 5.055 PBCC images/signalfd.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.066 DEP images/signalfd.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.080 PBCC images/fh.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.091 PBCC images/fsnotify.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.102 DEP images/fh.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.116 DEP images/fsnotify.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.131 PBCC images/eventpoll.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.138 DEP images/eventpoll.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.151 PBCC images/eventfd.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.159 DEP images/eventfd.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.174 PBCC images/remap-file-path.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.182 DEP images/remap-file-path.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.198 PBCC images/fifo.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.205 DEP images/fifo.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.218 PBCC images/ghost-file.pb-c.c [2023-05-05T19:02:33.970Z] #38 5.231 DEP images/ghost-file.pb-c.d [2023-05-05T19:02:33.970Z] #38 5.262 PBCC images/regfile.pb-c.c [2023-05-05T19:02:34.040Z] #46 DONE 1.3s [2023-05-05T19:02:34.040Z] [2023-05-05T19:02:34.040Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:34.040Z] #39 20.27 CC compel/src/lib/infect-rpc.o [2023-05-05T19:02:34.040Z] #39 20.42 CC compel/src/lib/infect-util.o [2023-05-05T19:02:34.040Z] #39 20.53 CC compel/src/lib/infect.o [2023-05-05T19:02:34.040Z] #39 21.46 CC compel/src/lib/ptrace.o [2023-05-05T19:02:34.040Z] #39 21.75 AR compel/libcompel.a [2023-05-05T19:02:34.040Z] #39 21.87 HOSTCC compel/src/main-host.o [2023-05-05T19:02:34.040Z] #39 21.96 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-05-05T19:02:34.040Z] #39 22.05 HOSTCC compel/src/lib/handle-elf-host.o [2023-05-05T19:02:34.040Z] #39 22.16 HOSTCC compel/src/lib/log-host.o [2023-05-05T19:02:34.040Z] #39 22.24 HOSTLINK compel/compel-host-bin [2023-05-05T19:02:34.040Z] #39 22.43 DEP soccr/soccr.d [2023-05-05T19:02:34.040Z] #39 22.55 CC soccr/soccr.o [2023-05-05T19:02:34.040Z] #39 22.93 AR soccr/libsoccr.a [2023-05-05T19:02:34.040Z] #39 23.00 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:02:34.040Z] #39 23.23 DEP criu/arch/x86/sigframe.d [2023-05-05T19:02:34.040Z] #39 23.28 DEP criu/arch/x86/sigaction_compat.d [2023-05-05T19:02:34.040Z] #39 23.36 DEP criu/arch/x86/kerndat.d [2023-05-05T19:02:34.040Z] #39 23.43 DEP criu/arch/x86/crtools.d [2023-05-05T19:02:34.040Z] #39 23.46 DEP criu/arch/x86/cpu.d [2023-05-05T19:02:34.040Z] #39 23.56 CC criu/arch/x86/cpu.o [2023-05-05T19:02:34.040Z] #39 23.78 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:02:34.040Z] #39 23.78 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:02:34.040Z] #39 23.78 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:02:34.040Z] #39 23.78 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:02:34.040Z] #39 23.78 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:02:34.040Z] #39 23.79 CC criu/arch/x86/crtools.o [2023-05-05T19:02:34.040Z] #39 24.19 CC criu/arch/x86/kerndat.o [2023-05-05T19:02:34.040Z] #39 24.36 CC criu/arch/x86/sigaction_compat.o [2023-05-05T19:02:34.040Z] #39 24.44 CC criu/arch/x86/sigframe.o [2023-05-05T19:02:34.040Z] #39 24.53 LINK criu/arch/x86/crtools.built-in.o [2023-05-05T19:02:34.040Z] #39 24.59 DEP criu/pie/util-vdso-elf32.d [2023-05-05T19:02:34.040Z] #39 24.65 DEP criu/pie/util-vdso.d [2023-05-05T19:02:34.040Z] #39 24.73 DEP criu/pie/util.d [2023-05-05T19:02:34.040Z] #39 24.79 CC criu/pie/util.o [2023-05-05T19:02:34.040Z] #39 24.98 CC criu/pie/util-vdso.o [2023-05-05T19:02:34.040Z] #39 25.19 CC criu/pie/util-vdso-elf32.o [2023-05-05T19:02:34.040Z] #39 25.39 AR criu/pie/pie.lib.a [2023-05-05T19:02:34.040Z] #39 25.47 DEP criu/pie/restorer.d [2023-05-05T19:02:34.040Z] #39 25.61 DEP criu/arch/x86/sigaction_compat_pie.d [2023-05-05T19:02:34.040Z] #39 25.66 DEP criu/arch/x86/restorer_unmap.d [2023-05-05T19:02:34.040Z] #39 25.68 DEP criu/arch/x86/restorer.d [2023-05-05T19:02:34.040Z] #39 25.78 DEP criu/arch/x86/vdso-pie.d [2023-05-05T19:02:34.040Z] #39 25.85 DEP criu/pie/parasite-vdso.d [2023-05-05T19:02:34.040Z] #39 25.92 DEP criu/pie/parasite.d [2023-05-05T19:02:34.040Z] #39 26.07 CC criu/pie/parasite.o [2023-05-05T19:02:34.040Z] #39 26.52 LINK criu/pie/parasite.built-in.o [2023-05-05T19:02:34.040Z] #39 26.53 GEN criu/pie/parasite-blob.h [2023-05-05T19:02:34.040Z] #39 26.55 CC criu/pie/parasite-vdso.o [2023-05-05T19:02:34.040Z] #39 26.77 CC criu/arch/x86/vdso-pie.o [2023-05-05T19:02:34.040Z] #39 26.89 CC criu/arch/x86/restorer.o [2023-05-05T19:02:34.040Z] #39 27.08 CC criu/arch/x86/restorer_unmap.o [2023-05-05T19:02:34.040Z] #39 27.10 CC criu/arch/x86/sigaction_compat_pie.o [2023-05-05T19:02:34.040Z] #39 27.23 CC criu/pie/restorer.o [2023-05-05T19:02:34.040Z] #39 28.15 LINK criu/pie/restorer.built-in.o [2023-05-05T19:02:34.040Z] #39 28.15 GEN criu/pie/restorer-blob.h [2023-05-05T19:02:34.040Z] #39 28.19 DEP criu/vdso.d [2023-05-05T19:02:34.040Z] #39 28.26 DEP criu/vdso-compat.d [2023-05-05T19:02:34.040Z] #39 28.35 DEP criu/uts_ns.d [2023-05-05T19:02:34.040Z] #39 28.41 DEP criu/util.d [2023-05-05T19:02:34.040Z] #39 28.50 DEP criu/uffd.d [2023-05-05T19:02:34.040Z] #39 28.59 DEP criu/tun.d [2023-05-05T19:02:34.040Z] #39 28.64 DEP criu/tty.d [2023-05-05T19:02:34.040Z] #39 28.71 DEP criu/timerfd.d [2023-05-05T19:02:34.040Z] #39 28.78 DEP criu/timens.d [2023-05-05T19:02:34.040Z] #39 28.83 DEP criu/sysfs_parse.d [2023-05-05T19:02:34.040Z] #39 28.91 DEP criu/sysctl.d [2023-05-05T19:02:34.040Z] #39 28.98 DEP criu/string.d [2023-05-05T19:02:34.040Z] #39 29.02 DEP criu/stats.d [2023-05-05T19:02:34.040Z] #39 29.12 DEP criu/sockets.d [2023-05-05T19:02:34.040Z] #39 29.20 DEP criu/sk-unix.d [2023-05-05T19:02:34.040Z] #39 29.32 DEP criu/sk-tcp.d [2023-05-05T19:02:34.040Z] #39 29.41 DEP criu/sk-queue.d [2023-05-05T19:02:34.040Z] #39 29.52 DEP criu/sk-packet.d [2023-05-05T19:02:34.040Z] #39 29.59 DEP criu/sk-netlink.d [2023-05-05T19:02:34.040Z] #39 29.65 DEP criu/sk-inet.d [2023-05-05T19:02:34.040Z] #39 29.72 DEP criu/signalfd.d [2023-05-05T19:02:34.040Z] #39 29.81 DEP criu/sigframe.d [2023-05-05T19:02:34.232Z] #38 5.278 DEP images/regfile.pb-c.d [2023-05-05T19:02:34.232Z] #38 5.307 PBCC images/ns.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.316 DEP images/ns.pb-c.d [2023-05-05T19:02:34.232Z] #38 5.333 PBCC images/fdinfo.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.348 DEP images/fdinfo.pb-c.d [2023-05-05T19:02:34.232Z] #38 5.365 PBCC images/core-aarch64.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.376 PBCC images/core-arm.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.388 PBCC images/core-ppc64.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.399 PBCC images/core-s390.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.425 PBCC images/core-x86.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.455 PBCC images/core.pb-c.c [2023-05-05T19:02:34.232Z] #38 5.474 PBCC images/inventory.pb-c.c [2023-05-05T19:02:34.303Z] #39 29.88 DEP criu/shmem.d [2023-05-05T19:02:34.303Z] #39 29.97 DEP criu/servicefd.d [2023-05-05T19:02:34.303Z] #39 30.04 DEP criu/seize.d [2023-05-05T19:02:34.303Z] #39 30.09 DEP criu/seccomp.d [2023-05-05T19:02:34.493Z] #38 5.491 DEP images/core-aarch64.pb-c.d [2023-05-05T19:02:34.493Z] #38 5.504 DEP images/core-arm.pb-c.d [2023-05-05T19:02:34.493Z] #38 5.522 DEP images/core-ppc64.pb-c.d [2023-05-05T19:02:34.493Z] #38 5.542 DEP images/core-s390.pb-c.d [2023-05-05T19:02:34.493Z] #38 5.580 DEP images/core-x86.pb-c.d [2023-05-05T19:02:34.493Z] #38 5.600 DEP images/core.pb-c.d [2023-05-05T19:02:34.493Z] #38 5.623 DEP images/inventory.pb-c.d [2023-05-05T19:02:34.493Z] #38 5.651 PBCC images/cpuinfo.pb-c.c [2023-05-05T19:02:34.493Z] #38 5.699 DEP images/cpuinfo.pb-c.d [2023-05-05T19:02:34.561Z] #39 30.17 DEP criu/rst-malloc.d [2023-05-05T19:02:34.561Z] #39 30.20 DEP criu/rbtree.d [2023-05-05T19:02:34.561Z] #39 30.26 DEP criu/pstree.d [2023-05-05T19:02:34.755Z] #38 5.730 PBCC images/stats.pb-c.c [2023-05-05T19:02:34.755Z] #38 5.768 DEP images/stats.pb-c.d [2023-05-05T19:02:34.820Z] #39 30.38 DEP criu/protobuf.d [2023-05-05T19:02:34.820Z] #39 30.46 GEN criu/protobuf-desc-gen.h [2023-05-05T19:02:35.105Z] #15 ... [2023-05-05T19:02:35.105Z] [2023-05-05T19:02:35.105Z] #11 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:35.105Z] #11 11.92 Selecting previously unselected package libldap-2.4-2:amd64. [2023-05-05T19:02:35.105Z] #11 11.92 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-05-05T19:02:35.105Z] #11 12.04 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:35.105Z] #11 13.34 Selecting previously unselected package libnghttp2-14:amd64. [2023-05-05T19:02:35.105Z] #11 13.34 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-05-05T19:02:35.105Z] #11 13.47 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:02:35.105Z] #11 14.67 Selecting previously unselected package libpsl5:amd64. [2023-05-05T19:02:35.105Z] #11 14.67 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-05-05T19:02:35.105Z] #11 14.90 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:02:35.105Z] #11 16.39 Selecting previously unselected package librtmp1:amd64. [2023-05-05T19:02:35.105Z] #11 16.39 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-05-05T19:02:35.105Z] #11 16.67 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:35.105Z] #11 17.50 Selecting previously unselected package libssh2-1:amd64. [2023-05-05T19:02:35.105Z] #11 17.50 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-05-05T19:02:35.105Z] #11 17.67 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:02:35.105Z] #11 18.47 Selecting previously unselected package libcurl4:amd64. [2023-05-05T19:02:35.105Z] #11 18.47 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:02:35.105Z] #11 18.60 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:35.105Z] #11 19.31 Selecting previously unselected package curl. [2023-05-05T19:02:35.105Z] #11 19.31 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:02:35.105Z] #11 19.43 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:35.759Z] #39 ... [2023-05-05T19:02:35.759Z] [2023-05-05T19:02:35.760Z] #47 [dev-systemd-false 6/27] RUN ldconfig [2023-05-05T19:02:35.760Z] #47 DONE 1.6s [2023-05-05T19:02:35.760Z] [2023-05-05T19:02:35.760Z] #48 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-05-05T19:02:35.811Z] #23 ... [2023-05-05T19:02:35.811Z] [2023-05-05T19:02:35.811Z] #24 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:35.811Z] #0 1.263 + RM_GOPATH=0 [2023-05-05T19:02:35.811Z] #0 1.263 + TMP_GOPATH= [2023-05-05T19:02:35.811Z] #0 1.263 + : /build [2023-05-05T19:02:35.811Z] #0 1.263 + '[' -z '' ']' [2023-05-05T19:02:35.811Z] #0 1.263 ++ mktemp -d [2023-05-05T19:02:35.811Z] #0 1.263 + export GOPATH=/tmp/tmp.Q994wo5Hca [2023-05-05T19:02:35.811Z] #0 1.263 + GOPATH=/tmp/tmp.Q994wo5Hca [2023-05-05T19:02:35.811Z] #0 1.263 + RM_GOPATH=1 [2023-05-05T19:02:35.811Z] #0 1.263 + case "$(go env GOARCH)" in [2023-05-05T19:02:35.811Z] #0 1.263 ++ go env GOARCH [2023-05-05T19:02:35.811Z] #0 1.280 Install golangci-lint version v1.49.0 [2023-05-05T19:02:35.811Z] #0 1.280 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:35.811Z] #0 1.280 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:35.811Z] #0 1.280 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:35.811Z] #0 1.280 + dir=/tmp/install [2023-05-05T19:02:35.811Z] #0 1.280 + bin=golangci_lint [2023-05-05T19:02:35.811Z] #0 1.280 + shift [2023-05-05T19:02:35.811Z] #0 1.280 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-05-05T19:02:35.811Z] #0 1.280 + . /tmp/install/golangci_lint.installer [2023-05-05T19:02:35.811Z] #0 1.280 ++ : v1.49.0 [2023-05-05T19:02:35.811Z] #0 1.280 + install_golangci_lint [2023-05-05T19:02:35.811Z] #0 1.280 + set -e [2023-05-05T19:02:35.811Z] #0 1.280 + echo 'Install golangci-lint version v1.49.0' [2023-05-05T19:02:35.811Z] #0 1.280 + GOBIN=/build [2023-05-05T19:02:35.811Z] #0 1.280 + GO111MODULE=on [2023-05-05T19:02:35.811Z] #0 1.280 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-05-05T19:02:35.811Z] #0 1.623 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-05-05T19:02:35.811Z] #0 2.619 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:35.811Z] #0 2.619 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:35.811Z] #0 2.626 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:35.811Z] #0 2.645 go: downloading github.com/spf13/cobra v1.5.0 [2023-05-05T19:02:35.811Z] #0 2.645 go: downloading github.com/spf13/pflag v1.0.5 [2023-05-05T19:02:35.811Z] #0 2.649 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-05-05T19:02:35.811Z] #0 2.649 go: downloading github.com/spf13/viper v1.12.0 [2023-05-05T19:02:35.811Z] #0 2.798 go: downloading golang.org/x/tools v0.1.12 [2023-05-05T19:02:35.811Z] #0 2.883 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-05-05T19:02:35.811Z] #0 2.891 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-05-05T19:02:35.811Z] #0 2.891 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-05-05T19:02:35.811Z] #0 3.009 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-05-05T19:02:35.811Z] #0 3.078 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-05-05T19:02:35.811Z] #0 3.099 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-05-05T19:02:35.811Z] #0 3.116 go: downloading github.com/stretchr/testify v1.8.0 [2023-05-05T19:02:35.811Z] #0 3.127 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-05-05T19:02:35.811Z] #0 3.165 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-05-05T19:02:35.811Z] #0 3.223 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-05-05T19:02:35.811Z] #0 3.272 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:35.811Z] #0 3.364 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-05-05T19:02:35.811Z] #0 3.373 go: downloading github.com/spf13/afero v1.8.2 [2023-05-05T19:02:35.811Z] #0 3.439 go: downloading github.com/spf13/cast v1.5.0 [2023-05-05T19:02:35.811Z] #0 3.471 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-05-05T19:02:35.811Z] #0 3.509 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-05-05T19:02:35.811Z] #0 3.515 go: downloading github.com/Antonboom/errname v0.1.7 [2023-05-05T19:02:35.811Z] #0 3.608 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-05-05T19:02:35.811Z] #0 3.608 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-05-05T19:02:35.811Z] #0 3.635 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-05-05T19:02:35.811Z] #0 3.635 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-05-05T19:02:35.811Z] #0 3.671 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-05-05T19:02:35.811Z] #0 3.727 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-05-05T19:02:35.811Z] #0 3.759 go: downloading github.com/alingse/asasalint v0.0.11 [2023-05-05T19:02:35.811Z] #0 3.759 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-05-05T19:02:35.811Z] #0 3.759 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-05-05T19:02:35.811Z] #0 3.838 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-05-05T19:02:35.811Z] #0 3.867 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-05-05T19:02:35.811Z] #0 3.891 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-05-05T19:02:35.811Z] #0 3.927 go: downloading github.com/breml/bidichk v0.2.3 [2023-05-05T19:02:35.811Z] #0 3.927 go: downloading github.com/breml/errchkjson v0.3.0 [2023-05-05T19:02:35.811Z] #0 3.933 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-05-05T19:02:35.811Z] #0 4.086 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-05-05T19:02:35.811Z] #0 4.138 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-05-05T19:02:35.811Z] #0 4.162 go: downloading github.com/daixiang0/gci v0.6.3 [2023-05-05T19:02:35.811Z] #0 4.305 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-05-05T19:02:35.811Z] #0 4.525 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-05-05T19:02:35.811Z] #0 4.555 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-05-05T19:02:35.811Z] #0 4.637 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-05-05T19:02:35.811Z] #0 4.743 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-05-05T19:02:35.811Z] #0 4.863 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-05-05T19:02:35.811Z] #0 4.887 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-05-05T19:02:35.811Z] #0 4.979 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-05-05T19:02:35.811Z] #0 4.979 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-05-05T19:02:35.811Z] #0 5.035 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-05-05T19:02:35.811Z] #0 5.207 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-05-05T19:02:35.811Z] #0 5.207 go: downloading github.com/golangci/misspell v0.3.5 [2023-05-05T19:02:35.811Z] #0 5.239 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-05-05T19:02:35.811Z] #0 5.247 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-05-05T19:02:35.811Z] #0 5.341 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-05-05T19:02:35.811Z] #0 5.397 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-05-05T19:02:35.811Z] #0 5.411 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-05-05T19:02:35.811Z] #0 5.526 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-05-05T19:02:35.811Z] #0 5.527 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-05-05T19:02:35.811Z] #0 5.529 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-05-05T19:02:35.811Z] #0 5.547 go: downloading github.com/julz/importas v0.1.0 [2023-05-05T19:02:35.811Z] #0 5.565 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-05-05T19:02:35.811Z] #0 5.583 go: downloading github.com/kulti/thelper v0.6.3 [2023-05-05T19:02:35.811Z] #0 5.594 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-05-05T19:02:35.811Z] #0 5.750 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-05-05T19:02:35.811Z] #0 5.799 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-05-05T19:02:35.811Z] #0 5.810 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-05-05T19:02:35.811Z] #0 5.825 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-05-05T19:02:35.811Z] #0 5.877 go: downloading github.com/maratori/testpackage v1.1.0 [2023-05-05T19:02:35.811Z] #0 5.878 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-05-05T19:02:35.999Z] #15 ... [2023-05-05T19:02:35.999Z] [2023-05-05T19:02:35.999Z] #16 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-05-05T19:02:36.069Z] #24 5.950 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-05-05T19:02:36.069Z] #24 5.985 go: downloading github.com/mgechev/revive v1.2.3 [2023-05-05T19:02:36.146Z] #38 7.063 make[1]: Nothing to be done for 'all'. [2023-05-05T19:02:36.258Z] #16 ... [2023-05-05T19:02:36.258Z] [2023-05-05T19:02:36.258Z] #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-05-05T19:02:36.258Z] #15 DONE 10.3s [2023-05-05T19:02:36.326Z] #24 6.078 go: downloading github.com/moricho/tparallel v0.2.1 [2023-05-05T19:02:36.326Z] #24 6.085 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-05-05T19:02:36.326Z] #24 6.177 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-05-05T19:02:36.326Z] #24 6.209 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-05-05T19:02:36.326Z] #24 6.242 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-05-05T19:02:36.326Z] #24 6.301 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-05-05T19:02:36.326Z] #24 6.345 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-05-05T19:02:36.582Z] #24 6.363 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-05-05T19:02:36.582Z] #24 6.409 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-05-05T19:02:36.582Z] #24 6.517 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-05-05T19:02:36.582Z] #24 6.558 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-05-05T19:02:36.648Z] [2023-05-05T19:02:36.648Z] #16 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-05-05T19:02:36.648Z] #16 DONE 0.7s [2023-05-05T19:02:36.648Z] [2023-05-05T19:02:36.648Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:36.648Z] #14 17.07 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:36.648Z] #14 17.09 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:36.648Z] #14 17.09 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:36.648Z] #14 17.19 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:36.840Z] #24 6.692 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-05-05T19:02:36.840Z] #24 6.803 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-05-05T19:02:36.840Z] #24 6.885 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-05-05T19:02:36.840Z] #24 6.895 go: downloading github.com/sivchari/tenv v1.7.0 [2023-05-05T19:02:36.840Z] #24 6.920 go: downloading github.com/sonatard/noctx v0.0.1 [2023-05-05T19:02:36.907Z] #14 17.62 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:36.907Z] #14 17.64 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:36.990Z] #11 21.32 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:02:36.990Z] #11 21.32 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:02:37.094Z] #38 8.225 CC images/stats.o [2023-05-05T19:02:37.097Z] #24 7.030 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-05-05T19:02:37.097Z] #24 7.034 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-05-05T19:02:37.097Z] #24 7.052 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-05-05T19:02:37.097Z] #24 7.117 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-05-05T19:02:37.137Z] #48 DONE 1.3s [2023-05-05T19:02:37.137Z] [2023-05-05T19:02:37.138Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:37.138Z] #39 31.61 DEP criu/protobuf-desc.d [2023-05-05T19:02:37.138Z] #39 31.65 DEP criu/proc_parse.d [2023-05-05T19:02:37.138Z] #39 31.72 DEP criu/plugin.d [2023-05-05T19:02:37.138Z] #39 31.76 DEP criu/pipes.d [2023-05-05T19:02:37.138Z] #39 31.86 DEP criu/pie-util.d [2023-05-05T19:02:37.138Z] #39 31.93 DEP criu/pie-util-vdso.d [2023-05-05T19:02:37.138Z] #39 31.99 DEP criu/pie-util-vdso-elf32.d [2023-05-05T19:02:37.138Z] #39 32.05 DEP criu/path.d [2023-05-05T19:02:37.138Z] #39 32.12 DEP criu/parasite-syscall.d [2023-05-05T19:02:37.138Z] #39 32.24 DEP criu/pagemap.d [2023-05-05T19:02:37.138Z] #39 32.29 DEP criu/pagemap-cache.d [2023-05-05T19:02:37.138Z] #39 32.34 DEP criu/page-xfer.d [2023-05-05T19:02:37.138Z] #39 32.39 DEP criu/page-pipe.d [2023-05-05T19:02:37.138Z] #39 32.43 DEP criu/netfilter.d [2023-05-05T19:02:37.138Z] #39 32.51 DEP criu/net.d [2023-05-05T19:02:37.138Z] #39 32.62 DEP criu/namespaces.d [2023-05-05T19:02:37.138Z] #39 32.74 DEP criu/mount.d [2023-05-05T19:02:37.138Z] #39 32.80 DEP criu/memfd.d [2023-05-05T19:02:37.138Z] #39 32.85 DEP criu/mem.d [2023-05-05T19:02:37.138Z] #39 32.94 DEP criu/lsm.d [2023-05-05T19:02:37.245Z] #11 21.71 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:02:37.354Z] #24 7.184 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-05-05T19:02:37.354Z] #24 7.184 go: downloading github.com/tetafro/godot v1.4.11 [2023-05-05T19:02:37.354Z] #24 7.190 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-05-05T19:02:37.354Z] #24 7.239 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-05-05T19:02:37.354Z] #24 7.344 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-05-05T19:02:37.354Z] #24 7.352 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-05-05T19:02:37.354Z] #24 7.383 go: downloading github.com/ultraware/funlen v0.0.3 [2023-05-05T19:02:37.358Z] #38 8.353 CC images/core.o [2023-05-05T19:02:37.358Z] #38 8.486 CC images/core-x86.o [2023-05-05T19:02:37.358Z] #38 8.612 CC images/core-arm.o [2023-05-05T19:02:37.396Z] #39 33.01 DEP criu/log.d [2023-05-05T19:02:37.396Z] #39 33.06 DEP criu/libnetlink.d [2023-05-05T19:02:37.396Z] #39 33.14 DEP criu/kerndat.d [2023-05-05T19:02:37.396Z] #39 33.21 DEP criu/kcmp-ids.d [2023-05-05T19:02:37.396Z] #39 33.27 DEP criu/irmap.d [2023-05-05T19:02:37.396Z] #39 ... [2023-05-05T19:02:37.396Z] [2023-05-05T19:02:37.396Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:02:37.397Z] #0 1.071 + RM_GOPATH=0 [2023-05-05T19:02:37.397Z] #0 1.072 + TMP_GOPATH= [2023-05-05T19:02:37.397Z] #0 1.072 + : /build [2023-05-05T19:02:37.397Z] #0 1.072 + '[' -z '' ']' [2023-05-05T19:02:37.397Z] #0 1.072 ++ mktemp -d [2023-05-05T19:02:37.397Z] #0 1.078 + export GOPATH=/tmp/tmp.rStk5qf75w [2023-05-05T19:02:37.397Z] #0 1.078 + GOPATH=/tmp/tmp.rStk5qf75w [2023-05-05T19:02:37.397Z] #0 1.078 + RM_GOPATH=1 [2023-05-05T19:02:37.397Z] #0 1.078 + case "$(go env GOARCH)" in [2023-05-05T19:02:37.397Z] #0 1.078 ++ go env GOARCH [2023-05-05T19:02:37.397Z] #0 1.086 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:37.397Z] #0 1.086 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:37.397Z] #0 1.086 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:37.397Z] #0 1.086 + dir=/tmp/install [2023-05-05T19:02:37.397Z] #0 1.086 + bin=runc [2023-05-05T19:02:37.397Z] #0 1.086 + shift [2023-05-05T19:02:37.397Z] #0 1.086 + '[' '!' -f /tmp/install/runc.installer ']' [2023-05-05T19:02:37.397Z] #0 1.086 + . /tmp/install/runc.installer [2023-05-05T19:02:37.397Z] #0 1.086 ++ set -e [2023-05-05T19:02:37.397Z] #0 1.086 ++ : v1.1.7 [2023-05-05T19:02:37.397Z] #0 1.086 + install_runc [2023-05-05T19:02:37.397Z] #0 1.086 + RUNC_BUILDTAGS=seccomp [2023-05-05T19:02:37.397Z] #0 1.086 + echo 'Install runc version v1.1.7 (build tags: seccomp)' [2023-05-05T19:02:37.397Z] #0 1.086 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.rStk5qf75w/src/github.com/opencontainers/runc [2023-05-05T19:02:37.397Z] #0 1.086 Install runc version v1.1.7 (build tags: seccomp) [2023-05-05T19:02:37.397Z] #0 1.096 Cloning into '/tmp/tmp.rStk5qf75w/src/github.com/opencontainers/runc'... [2023-05-05T19:02:37.397Z] #0 4.054 + cd /tmp/tmp.rStk5qf75w/src/github.com/opencontainers/runc [2023-05-05T19:02:37.397Z] #0 4.054 + git checkout -q v1.1.7 [2023-05-05T19:02:37.397Z] #0 4.298 + '[' -z '' ']' [2023-05-05T19:02:37.397Z] #0 4.298 + target=static [2023-05-05T19:02:37.397Z] #0 4.298 + make BUILDTAGS=seccomp static [2023-05-05T19:02:37.397Z] #0 4.678 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.7-0-g860f061b -X main.version=1.1.7 " -o runc . [2023-05-05T19:02:37.612Z] #24 7.428 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-05-05T19:02:37.612Z] #24 7.448 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-05-05T19:02:37.612Z] #24 7.484 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-05-05T19:02:37.612Z] #24 7.522 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-05-05T19:02:37.612Z] #24 7.535 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-05-05T19:02:37.620Z] #38 8.739 CC images/core-aarch64.o [2023-05-05T19:02:37.620Z] #38 8.882 CC images/core-ppc64.o [2023-05-05T19:02:37.656Z] #49 ... [2023-05-05T19:02:37.656Z] [2023-05-05T19:02:37.656Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:37.656Z] #39 33.30 DEP criu/ipc_ns.d [2023-05-05T19:02:37.844Z] #14 ... [2023-05-05T19:02:37.844Z] [2023-05-05T19:02:37.844Z] #17 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-05-05T19:02:37.844Z] #17 DONE 1.4s [2023-05-05T19:02:37.869Z] #24 ... [2023-05-05T19:02:37.869Z] [2023-05-05T19:02:37.869Z] #25 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2023-05-05T19:02:37.869Z] #0 1.499 + RM_GOPATH=0 [2023-05-05T19:02:37.869Z] #0 1.499 + TMP_GOPATH= [2023-05-05T19:02:37.869Z] #0 1.499 + : /build [2023-05-05T19:02:37.869Z] #0 1.499 + '[' -z '' ']' [2023-05-05T19:02:37.869Z] #0 1.499 ++ mktemp -d [2023-05-05T19:02:37.869Z] #0 1.499 + export GOPATH=/tmp/tmp.4aAIpssBgh [2023-05-05T19:02:37.869Z] #0 1.499 + GOPATH=/tmp/tmp.4aAIpssBgh [2023-05-05T19:02:37.869Z] #0 1.499 + RM_GOPATH=1 [2023-05-05T19:02:37.869Z] #0 1.499 + case "$(go env GOARCH)" in [2023-05-05T19:02:37.869Z] #0 1.499 ++ go env GOARCH [2023-05-05T19:02:37.869Z] #0 1.501 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:37.869Z] #0 1.501 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:37.869Z] #0 1.501 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:37.869Z] #0 1.502 + dir=/tmp/install [2023-05-05T19:02:37.869Z] #0 1.502 + bin=vndr [2023-05-05T19:02:37.869Z] #0 1.502 + shift [2023-05-05T19:02:37.869Z] #0 1.502 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-05-05T19:02:37.869Z] #0 1.502 + . /tmp/install/vndr.installer [2023-05-05T19:02:37.869Z] #0 1.502 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:37.869Z] #0 1.502 + install_vndr [2023-05-05T19:02:37.869Z] #0 1.502 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-05-05T19:02:37.869Z] #0 1.502 + GOBIN=/build [2023-05-05T19:02:37.869Z] #0 1.502 + GO111MODULE=on [2023-05-05T19:02:37.869Z] #0 1.502 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:37.869Z] #0 1.503 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:37.869Z] #0 1.583 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:37.869Z] #25 DONE 7.9s [2023-05-05T19:02:37.869Z] [2023-05-05T19:02:37.869Z] #26 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:02:37.869Z] #0 1.078 + RM_GOPATH=0 [2023-05-05T19:02:37.869Z] #0 1.078 + TMP_GOPATH= [2023-05-05T19:02:37.869Z] #0 1.078 + : /build [2023-05-05T19:02:37.869Z] #0 1.078 + '[' -z '' ']' [2023-05-05T19:02:37.869Z] #0 1.078 ++ mktemp -d [2023-05-05T19:02:37.869Z] #0 1.079 + export GOPATH=/tmp/tmp.9W1u0oTVt2 [2023-05-05T19:02:37.869Z] #0 1.079 + GOPATH=/tmp/tmp.9W1u0oTVt2 [2023-05-05T19:02:37.869Z] #0 1.079 + RM_GOPATH=1 [2023-05-05T19:02:37.869Z] #0 1.079 + case "$(go env GOARCH)" in [2023-05-05T19:02:37.869Z] #0 1.080 ++ go env GOARCH [2023-05-05T19:02:37.869Z] #0 1.087 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:37.869Z] #0 1.087 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:37.869Z] #0 1.087 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:37.869Z] #0 1.089 + dir=/tmp/install [2023-05-05T19:02:37.869Z] #0 1.089 + bin=gotestsum [2023-05-05T19:02:37.869Z] #0 1.089 + shift [2023-05-05T19:02:37.869Z] #0 1.089 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-05-05T19:02:37.869Z] #0 1.089 + . /tmp/install/gotestsum.installer [2023-05-05T19:02:37.869Z] #0 1.089 ++ : v1.8.2 [2023-05-05T19:02:37.869Z] #0 1.089 + install_gotestsum [2023-05-05T19:02:37.869Z] #0 1.089 + set -e [2023-05-05T19:02:37.869Z] #0 1.089 Install gotestsum version v1.8.2 [2023-05-05T19:02:37.869Z] #0 1.089 + echo 'Install gotestsum version v1.8.2' [2023-05-05T19:02:37.869Z] #0 1.089 + GOBIN=/build [2023-05-05T19:02:37.869Z] #0 1.089 + GO111MODULE=on [2023-05-05T19:02:37.869Z] #0 1.089 + go install gotest.tools/gotestsum@v1.8.2 [2023-05-05T19:02:37.869Z] #0 1.434 go: downloading gotest.tools/gotestsum v1.8.2 [2023-05-05T19:02:37.869Z] #0 2.114 go: downloading github.com/dnephin/pflag v1.0.7 [2023-05-05T19:02:37.869Z] #0 2.114 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:37.869Z] #0 2.134 go: downloading golang.org/x/tools v0.1.11 [2023-05-05T19:02:37.869Z] #0 2.148 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-05-05T19:02:37.869Z] #0 2.149 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:37.869Z] #0 2.155 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-05-05T19:02:37.869Z] #0 2.159 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-05-05T19:02:37.869Z] #0 2.180 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-05-05T19:02:37.869Z] #0 2.392 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-05-05T19:02:37.869Z] #0 2.414 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-05-05T19:02:37.869Z] #0 4.884 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:37.881Z] #38 9.090 CC images/core-s390.o [2023-05-05T19:02:37.915Z] #39 33.42 DEP criu/image.d [2023-05-05T19:02:37.915Z] #39 33.50 DEP criu/image-desc.d [2023-05-05T19:02:37.915Z] #39 33.57 DEP criu/fsnotify.d [2023-05-05T19:02:37.915Z] #39 33.66 DEP criu/filesystems.d [2023-05-05T19:02:38.103Z] [2023-05-05T19:02:38.103Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:38.103Z] #14 18.73 Fetched 8644 kB in 2s (4497 kB/s) [2023-05-05T19:02:38.143Z] #38 9.340 CC images/cpuinfo.o [2023-05-05T19:02:38.143Z] #38 9.481 CC images/inventory.o [2023-05-05T19:02:38.173Z] #39 33.75 DEP criu/files.d [2023-05-05T19:02:38.173Z] #39 33.80 DEP criu/files-reg.d [2023-05-05T19:02:38.173Z] #39 33.85 DEP criu/files-ext.d [2023-05-05T19:02:38.173Z] #39 33.90 DEP criu/file-lock.d [2023-05-05T19:02:38.173Z] #39 33.97 DEP criu/file-ids.d [2023-05-05T19:02:38.362Z] #14 18.73 Reading package lists... [2023-05-05T19:02:38.362Z] #14 ... [2023-05-05T19:02:38.362Z] [2023-05-05T19:02:38.362Z] #18 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2023-05-05T19:02:38.362Z] #18 DONE 1.9s [2023-05-05T19:02:38.362Z] [2023-05-05T19:02:38.362Z] #19 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-05-05T19:02:38.362Z] #19 DONE 0.1s [2023-05-05T19:02:38.362Z] [2023-05-05T19:02:38.362Z] #20 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-05-05T19:02:38.362Z] #20 DONE 0.2s [2023-05-05T19:02:38.362Z] [2023-05-05T19:02:38.362Z] #21 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:38.405Z] #38 9.548 CC images/fdinfo.o [2023-05-05T19:02:38.432Z] #39 34.01 DEP criu/fifo.d [2023-05-05T19:02:38.432Z] #39 34.11 DEP criu/fdstore.d [2023-05-05T19:02:38.432Z] #39 34.16 DEP criu/fault-injection.d [2023-05-05T19:02:38.432Z] #39 34.18 DEP criu/external.d [2023-05-05T19:02:38.607Z] #11 23.09 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:02:38.607Z] #11 23.10 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:02:38.677Z] #38 9.670 CC images/fown.o [2023-05-05T19:02:38.677Z] #38 9.761 CC images/ns.o [2023-05-05T19:02:38.677Z] #38 9.834 CC images/regfile.o [2023-05-05T19:02:38.677Z] #38 9.899 CC images/ghost-file.o [2023-05-05T19:02:38.690Z] #39 34.25 DEP criu/eventpoll.d [2023-05-05T19:02:38.690Z] #39 34.31 DEP criu/eventfd.d [2023-05-05T19:02:38.690Z] #39 34.39 DEP criu/crtools.d [2023-05-05T19:02:38.690Z] #39 34.46 DEP criu/cr-service.d [2023-05-05T19:02:38.800Z] #26 ... [2023-05-05T19:02:38.800Z] [2023-05-05T19:02:38.800Z] #24 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:38.800Z] #24 8.590 go: downloading honnef.co/go/tools v0.3.3 [2023-05-05T19:02:38.800Z] #24 8.600 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-05-05T19:02:38.800Z] #24 8.669 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-05-05T19:02:38.800Z] #24 8.678 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-05-05T19:02:38.800Z] #24 8.721 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:38.800Z] #24 8.765 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-05-05T19:02:38.861Z] #11 23.24 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:02:38.939Z] #38 9.995 CC images/fifo.o [2023-05-05T19:02:38.939Z] #38 10.04 CC images/remap-file-path.o [2023-05-05T19:02:38.939Z] #38 10.09 CC images/eventfd.o [2023-05-05T19:02:38.939Z] #38 10.19 CC images/eventpoll.o [2023-05-05T19:02:38.948Z] #39 34.53 DEP criu/cr-restore.d [2023-05-05T19:02:38.948Z] #39 34.64 DEP criu/cr-errno.d [2023-05-05T19:02:38.948Z] #39 34.65 DEP criu/cr-dump.d [2023-05-05T19:02:38.948Z] #39 34.71 DEP criu/cr-dedup.d [2023-05-05T19:02:39.057Z] #24 8.836 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-05-05T19:02:39.057Z] #24 8.863 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-05-05T19:02:39.057Z] #24 8.936 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-05-05T19:02:39.057Z] #24 8.993 go: downloading github.com/stretchr/objx v0.4.0 [2023-05-05T19:02:39.057Z] #24 9.018 go: downloading github.com/subosito/gotenv v1.4.0 [2023-05-05T19:02:39.202Z] #38 10.27 CC images/fh.o [2023-05-05T19:02:39.202Z] #38 10.34 CC images/fsnotify.o [2023-05-05T19:02:39.207Z] #39 34.79 DEP criu/cr-check.d [2023-05-05T19:02:39.207Z] #39 34.89 DEP criu/config.d [2023-05-05T19:02:39.207Z] #39 35.01 DEP criu/clone-noasan.d [2023-05-05T19:02:39.314Z] #24 9.078 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-05-05T19:02:39.422Z] #11 23.88 Selecting previously unselected package jq. [2023-05-05T19:02:39.422Z] #11 23.88 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:02:39.422Z] #11 23.89 Unpacking jq (1.6-2.1) ... [2023-05-05T19:02:39.422Z] #11 23.94 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:02:39.422Z] #11 23.95 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:02:39.422Z] #11 ... [2023-05-05T19:02:39.422Z] [2023-05-05T19:02:39.422Z] #16 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2023-05-05T19:02:39.464Z] #38 10.46 CC images/signalfd.o [2023-05-05T19:02:39.464Z] #38 10.53 CC images/fs.o [2023-05-05T19:02:39.464Z] #38 10.58 CC images/pstree.o [2023-05-05T19:02:39.464Z] #38 10.65 CC images/pipe.o [2023-05-05T19:02:39.464Z] #38 10.71 CC images/tcp-stream.o [2023-05-05T19:02:39.465Z] #39 35.05 DEP criu/cgroup.d [2023-05-05T19:02:39.465Z] #39 35.14 DEP criu/cgroup-props.d [2023-05-05T19:02:39.465Z] #39 35.19 DEP criu/bitmap.d [2023-05-05T19:02:39.465Z] #39 35.21 DEP criu/bfd.d [2023-05-05T19:02:39.465Z] #39 35.27 DEP criu/autofs.d [2023-05-05T19:02:39.573Z] #24 9.432 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-05-05T19:02:39.573Z] #24 9.578 go: downloading github.com/magiconair/properties v1.8.6 [2023-05-05T19:02:39.724Z] #39 35.34 DEP criu/aio.d [2023-05-05T19:02:39.724Z] #39 35.40 DEP criu/action-scripts.d [2023-05-05T19:02:39.724Z] #39 35.50 CC criu/action-scripts.o [2023-05-05T19:02:39.726Z] #38 10.76 CC images/sk-packet.o [2023-05-05T19:02:39.726Z] #38 10.83 CC images/mnt.o [2023-05-05T19:02:39.726Z] #38 10.88 CC images/pipe-data.o [2023-05-05T19:02:39.726Z] #38 10.93 CC images/sa.o [2023-05-05T19:02:39.745Z] #21 1.257 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-05-05T19:02:39.745Z] #21 1.260 Cloning into '.'... [2023-05-05T19:02:39.830Z] #24 9.647 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-05-05T19:02:39.830Z] #24 9.795 go: downloading github.com/gobwas/glob v0.2.3 [2023-05-05T19:02:39.830Z] #24 9.797 go: downloading golang.org/x/text v0.3.7 [2023-05-05T19:02:39.830Z] #24 9.797 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-05-05T19:02:39.830Z] #24 9.808 go: downloading go.uber.org/zap v1.17.0 [2023-05-05T19:02:39.830Z] #24 9.808 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-05-05T19:02:39.982Z] #39 35.68 CC criu/aio.o [2023-05-05T19:02:39.982Z] #39 35.86 CC criu/autofs.o [2023-05-05T19:02:39.989Z] #38 11.00 CC images/timer.o [2023-05-05T19:02:39.989Z] #38 11.08 CC images/timerfd.o [2023-05-05T19:02:39.989Z] #38 11.17 CC images/mm.o [2023-05-05T19:02:40.088Z] #24 ... [2023-05-05T19:02:40.088Z] [2023-05-05T19:02:40.088Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:40.088Z] #0 2.439 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:40.088Z] #0 2.483 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:40.088Z] #0 2.483 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:40.088Z] #0 2.839 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:40.088Z] #0 3.337 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:40.088Z] #0 4.046 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:40.088Z] #0 5.927 Fetched 8644 kB in 4s (2288 kB/s) [2023-05-05T19:02:40.088Z] #0 5.927 Reading package lists... [2023-05-05T19:02:40.088Z] #0 7.239 Reading package lists... [2023-05-05T19:02:40.088Z] #0 8.391 Building dependency tree... [2023-05-05T19:02:40.088Z] #0 9.160 The following additional packages will be installed: [2023-05-05T19:02:40.088Z] #0 9.160 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:40.088Z] #0 9.160 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-05-05T19:02:40.088Z] #0 9.160 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-05-05T19:02:40.088Z] #0 9.160 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-05-05T19:02:40.088Z] #0 9.161 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-05-05T19:02:40.088Z] #0 9.161 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-05-05T19:02:40.088Z] #0 9.161 mingw-w64-common mingw-w64-x86-64-dev [2023-05-05T19:02:40.088Z] #0 9.163 Suggested packages: [2023-05-05T19:02:40.088Z] #0 9.163 gcc-10-locales seccomp wine64 [2023-05-05T19:02:40.088Z] #0 9.552 The following NEW packages will be installed: [2023-05-05T19:02:40.088Z] #0 9.553 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:40.088Z] #0 9.553 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-05-05T19:02:40.088Z] #0 9.553 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-05-05T19:02:40.088Z] #0 9.553 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-05-05T19:02:40.088Z] #0 9.553 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-05-05T19:02:40.088Z] #0 9.554 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-05-05T19:02:40.088Z] #0 9.554 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-05-05T19:02:40.088Z] #0 9.554 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-05-05T19:02:40.088Z] #0 9.555 mingw-w64-x86-64-dev [2023-05-05T19:02:40.088Z] #0 9.837 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:40.088Z] #0 9.837 Need to get 115 MB of archives. [2023-05-05T19:02:40.088Z] #0 9.837 After this operation, 645 MB of additional disk space will be used. [2023-05-05T19:02:40.088Z] #0 9.837 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-05-05T19:02:40.088Z] #0 9.928 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-05-05T19:02:40.088Z] #0 10.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-05-05T19:02:40.088Z] #0 10.03 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-05-05T19:02:40.088Z] #0 10.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-05-05T19:02:40.088Z] #27 10.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-05-05T19:02:40.088Z] #27 10.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-05-05T19:02:40.088Z] #27 ... [2023-05-05T19:02:40.088Z] [2023-05-05T19:02:40.088Z] #28 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:40.088Z] #0 1.545 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:40.088Z] #0 1.563 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:40.088Z] #0 1.565 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:40.088Z] #0 1.805 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:40.088Z] #0 2.242 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:40.088Z] #0 2.672 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:40.088Z] #0 4.390 Fetched 8644 kB in 3s (2787 kB/s) [2023-05-05T19:02:40.088Z] #0 4.390 Reading package lists... [2023-05-05T19:02:40.088Z] #0 5.756 Reading package lists... [2023-05-05T19:02:40.088Z] #0 7.408 Building dependency tree... [2023-05-05T19:02:40.088Z] #0 8.275 The following additional packages will be installed: [2023-05-05T19:02:40.088Z] #0 8.307 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-05-05T19:02:40.088Z] #0 8.307 Suggested packages: [2023-05-05T19:02:40.088Z] #0 8.319 cmake-doc ninja-build lrzip [2023-05-05T19:02:40.088Z] #0 8.319 Recommended packages: [2023-05-05T19:02:40.088Z] #0 8.319 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-05-05T19:02:40.088Z] #0 8.524 The following NEW packages will be installed: [2023-05-05T19:02:40.088Z] #0 8.524 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-05-05T19:02:40.088Z] #0 8.524 vim-common xxd [2023-05-05T19:02:40.088Z] #0 8.820 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:40.088Z] #0 8.820 Need to get 17.7 MB of archives. [2023-05-05T19:02:40.088Z] #0 8.820 After this operation, 70.7 MB of additional disk space will be used. [2023-05-05T19:02:40.088Z] #0 8.820 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:02:40.088Z] #0 8.825 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:02:40.088Z] #0 8.828 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-05-05T19:02:40.088Z] #0 8.867 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:02:40.088Z] #0 9.063 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB] [2023-05-05T19:02:40.088Z] #0 9.072 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-05-05T19:02:40.088Z] #0 9.072 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-05-05T19:02:40.088Z] #0 9.091 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-05-05T19:02:40.088Z] #0 9.091 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-05-05T19:02:40.088Z] #0 9.091 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-05-05T19:02:40.088Z] #0 9.560 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:40.088Z] #0 9.626 Fetched 17.7 MB in 1s (26.4 MB/s) [2023-05-05T19:02:40.088Z] #0 9.721 Selecting previously unselected package xxd. [2023-05-05T19:02:40.088Z] #0 9.721 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:40.088Z] #0 9.748 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:02:40.088Z] #0 9.843 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:40.242Z] #39 ... [2023-05-05T19:02:40.242Z] [2023-05-05T19:02:40.243Z] #23 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:02:40.243Z] #23 52.45 + dpkg --print-architecture [2023-05-05T19:02:40.243Z] #23 52.45 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-05-05T19:02:40.243Z] #23 52.86 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-05-05T19:02:40.243Z] #23 52.86 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-05-05T19:02:40.260Z] #38 11.24 CC images/sk-opts.o [2023-05-05T19:02:40.260Z] #38 11.29 CC images/sk-unix.o [2023-05-05T19:02:40.260Z] #38 11.37 CC images/sk-inet.o [2023-05-05T19:02:40.260Z] #38 11.47 CC images/tun.o [2023-05-05T19:02:40.347Z] #16 DONE 0.9s [2023-05-05T19:02:40.347Z] [2023-05-05T19:02:40.347Z] #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-05-05T19:02:40.347Z] #15 DONE 10.5s [2023-05-05T19:02:40.347Z] [2023-05-05T19:02:40.347Z] #11 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:40.347Z] #11 24.75 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:02:40.347Z] #11 24.76 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:40.347Z] #11 24.78 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:40.347Z] #11 24.79 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:40.347Z] #11 24.80 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:02:40.347Z] #11 24.82 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:40.347Z] #11 24.84 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:02:40.376Z] #28 10.29 Selecting previously unselected package vim-common. [2023-05-05T19:02:40.376Z] #28 10.29 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:02:40.376Z] #28 ... [2023-05-05T19:02:40.376Z] [2023-05-05T19:02:40.376Z] #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 [2023-05-05T19:02:40.376Z] #0 2.836 + git clone https://github.com/docker/distribution.git . [2023-05-05T19:02:40.376Z] #0 2.836 Cloning into '.'... [2023-05-05T19:02:40.376Z] #0 8.021 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-05-05T19:02:40.376Z] #0 8.459 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-05-05T19:02:40.376Z] #29 ... [2023-05-05T19:02:40.376Z] [2023-05-05T19:02:40.376Z] #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 [2023-05-05T19:02:40.376Z] #0 1.259 + RM_GOPATH=0 [2023-05-05T19:02:40.376Z] #0 1.259 + TMP_GOPATH= [2023-05-05T19:02:40.376Z] #0 1.259 + : /build [2023-05-05T19:02:40.376Z] #0 1.259 + '[' -z '' ']' [2023-05-05T19:02:40.376Z] #0 1.263 ++ mktemp -d [2023-05-05T19:02:40.376Z] #0 1.263 + export GOPATH=/tmp/tmp.6cKbLQQkck [2023-05-05T19:02:40.376Z] #0 1.263 + GOPATH=/tmp/tmp.6cKbLQQkck [2023-05-05T19:02:40.376Z] #0 1.263 + RM_GOPATH=1 [2023-05-05T19:02:40.376Z] #0 1.263 + case "$(go env GOARCH)" in [2023-05-05T19:02:40.376Z] #0 1.263 ++ go env GOARCH [2023-05-05T19:02:40.376Z] #0 1.280 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:40.376Z] #0 1.280 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:40.376Z] #0 1.280 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:40.376Z] #0 1.280 + dir=/tmp/install [2023-05-05T19:02:40.376Z] #0 1.280 + bin=proxy [2023-05-05T19:02:40.376Z] #0 1.280 + shift [2023-05-05T19:02:40.376Z] #0 1.280 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-05-05T19:02:40.376Z] #0 1.280 + . /tmp/install/proxy.installer [2023-05-05T19:02:40.376Z] #0 1.280 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:40.376Z] #0 1.280 + install_proxy [2023-05-05T19:02:40.376Z] #0 1.280 + case "$1" in [2023-05-05T19:02:40.376Z] #0 1.280 + export CGO_ENABLED=0 [2023-05-05T19:02:40.376Z] #0 1.280 + CGO_ENABLED=0 [2023-05-05T19:02:40.376Z] #0 1.280 + _install_proxy [2023-05-05T19:02:40.376Z] #0 1.280 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03' [2023-05-05T19:02:40.376Z] #0 1.280 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.6cKbLQQkck/src/github.com/docker/libnetwork [2023-05-05T19:02:40.376Z] #0 1.280 Cloning into '/tmp/tmp.6cKbLQQkck/src/github.com/docker/libnetwork'... [2023-05-05T19:02:40.376Z] #0 1.280 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:40.376Z] #0 5.035 + cd /tmp/tmp.6cKbLQQkck/src/github.com/docker/libnetwork [2023-05-05T19:02:40.376Z] #0 5.035 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:40.376Z] #0 5.316 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-05-05T19:02:40.502Z] #23 ... [2023-05-05T19:02:40.502Z] [2023-05-05T19:02:40.502Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:02:40.502Z] #0 1.496 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:40.502Z] #0 1.632 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:40.502Z] #0 1.640 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:40.502Z] #0 1.897 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:40.502Z] #0 2.406 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:40.502Z] #0 2.873 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:40.522Z] #38 11.54 CC images/sk-netlink.o [2023-05-05T19:02:40.522Z] #38 11.62 CC images/packet-sock.o [2023-05-05T19:02:40.522Z] #38 ... [2023-05-05T19:02:40.522Z] [2023-05-05T19:02:40.522Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:40.522Z] #30 25.30 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-05-05T19:02:40.522Z] #30 25.31 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2023-05-05T19:02:40.522Z] #30 25.34 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:40.522Z] #30 28.34 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-05-05T19:02:40.522Z] #30 28.34 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2023-05-05T19:02:40.522Z] #30 28.35 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:40.522Z] #30 29.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-05-05T19:02:40.522Z] #30 29.78 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2023-05-05T19:02:40.522Z] #30 29.79 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:40.522Z] #30 31.21 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-05-05T19:02:40.522Z] #30 31.22 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2023-05-05T19:02:40.522Z] #30 31.24 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:40.522Z] #30 34.04 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-05-05T19:02:40.522Z] #30 34.05 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2023-05-05T19:02:40.522Z] #30 34.05 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:40.522Z] #30 35.40 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-05-05T19:02:40.522Z] #30 35.41 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-05-05T19:02:40.522Z] #30 35.45 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:02:40.522Z] #30 ... [2023-05-05T19:02:40.522Z] [2023-05-05T19:02:40.522Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:40.522Z] #38 11.71 CC images/ipc-var.o [2023-05-05T19:02:40.522Z] #38 11.76 CC images/ipc-desc.o [2023-05-05T19:02:40.522Z] #38 11.85 CC images/ipc-shm.o [2023-05-05T19:02:40.633Z] #30 ... [2023-05-05T19:02:40.633Z] [2023-05-05T19:02:40.633Z] #31 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:40.633Z] #0 2.689 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:40.633Z] #0 2.701 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:40.633Z] #0 2.701 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:40.633Z] #0 3.103 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:40.633Z] #0 3.911 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:40.633Z] #0 4.504 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:40.633Z] #0 6.236 Fetched 8644 kB in 4s (2269 kB/s) [2023-05-05T19:02:40.633Z] #0 6.236 Reading package lists... [2023-05-05T19:02:40.633Z] #0 7.791 Reading package lists... [2023-05-05T19:02:40.633Z] #0 9.146 Building dependency tree... [2023-05-05T19:02:40.633Z] #0 9.941 The following additional packages will be installed: [2023-05-05T19:02:40.633Z] #0 9.941 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-05-05T19:02:40.633Z] #0 9.945 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-05-05T19:02:40.633Z] #0 9.945 Suggested packages: [2023-05-05T19:02:40.633Z] #0 9.945 manpages-dev protobuf-mode-el python3-setuptools [2023-05-05T19:02:40.633Z] #0 10.23 The following NEW packages will be installed: [2023-05-05T19:02:40.633Z] #0 10.23 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-05-05T19:02:40.633Z] #0 10.23 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-05-05T19:02:40.633Z] #0 10.23 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-05-05T19:02:40.633Z] #0 10.23 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-05-05T19:02:40.633Z] #0 10.52 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:40.633Z] #0 10.52 Need to get 4583 kB of archives. [2023-05-05T19:02:40.633Z] #0 10.52 After this operation, 25.9 MB of additional disk space will be used. [2023-05-05T19:02:40.633Z] #0 10.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:02:40.633Z] #0 10.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-05-05T19:02:40.633Z] #31 10.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:02:40.633Z] #31 10.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-05-05T19:02:40.633Z] #31 10.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:02:40.633Z] #31 10.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-05-05T19:02:40.633Z] #31 10.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:02:40.633Z] #31 ... [2023-05-05T19:02:40.633Z] [2023-05-05T19:02:40.633Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:02:40.633Z] #0 1.182 + RM_GOPATH=0 [2023-05-05T19:02:40.633Z] #0 1.182 + TMP_GOPATH= [2023-05-05T19:02:40.633Z] #0 1.182 + : /build [2023-05-05T19:02:40.633Z] #0 1.182 + '[' -z '' ']' [2023-05-05T19:02:40.633Z] #0 1.182 ++ mktemp -d [2023-05-05T19:02:40.633Z] #0 1.184 + export GOPATH=/tmp/tmp.nFVCCXJoLN [2023-05-05T19:02:40.633Z] #0 1.184 + GOPATH=/tmp/tmp.nFVCCXJoLN [2023-05-05T19:02:40.633Z] #0 1.184 + RM_GOPATH=1 [2023-05-05T19:02:40.633Z] #0 1.184 + case "$(go env GOARCH)" in [2023-05-05T19:02:40.633Z] #0 1.184 ++ go env GOARCH [2023-05-05T19:02:40.633Z] #0 1.191 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:40.633Z] #0 1.191 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:40.633Z] #0 1.191 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:40.633Z] #0 1.193 Install rootlesskit version v0.14.4 [2023-05-05T19:02:40.633Z] #0 1.193 + dir=/tmp/install [2023-05-05T19:02:40.633Z] #0 1.193 + bin=rootlesskit [2023-05-05T19:02:40.633Z] #0 1.193 + shift [2023-05-05T19:02:40.633Z] #0 1.193 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-05-05T19:02:40.633Z] #0 1.193 + . /tmp/install/rootlesskit.installer [2023-05-05T19:02:40.633Z] #0 1.193 ++ : v0.14.4 [2023-05-05T19:02:40.633Z] #0 1.193 + install_rootlesskit [2023-05-05T19:02:40.633Z] #0 1.193 + case "$1" in [2023-05-05T19:02:40.633Z] #0 1.193 + export CGO_ENABLED=0 [2023-05-05T19:02:40.633Z] #0 1.193 + CGO_ENABLED=0 [2023-05-05T19:02:40.633Z] #0 1.193 + _install_rootlesskit [2023-05-05T19:02:40.633Z] #0 1.193 + echo 'Install rootlesskit version v0.14.4' [2023-05-05T19:02:40.633Z] #0 1.193 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:02:40.633Z] #0 1.193 + GOBIN=/build [2023-05-05T19:02:40.633Z] #0 1.193 + GO111MODULE=on [2023-05-05T19:02:40.633Z] #0 1.193 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-05-05T19:02:40.633Z] #0 1.544 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-05-05T19:02:40.633Z] #0 2.714 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-05-05T19:02:40.633Z] #0 2.714 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-05-05T19:02:40.633Z] #0 2.714 go: downloading github.com/google/uuid v1.3.0 [2023-05-05T19:02:40.633Z] #0 2.714 go: downloading github.com/moby/vpnkit v0.5.0 [2023-05-05T19:02:40.633Z] #0 2.714 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-05-05T19:02:40.633Z] #0 2.714 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:40.633Z] #0 2.736 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:40.633Z] #0 2.736 go: downloading github.com/gorilla/mux v1.8.0 [2023-05-05T19:02:40.633Z] #0 2.850 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-05-05T19:02:40.633Z] #0 2.874 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-05-05T19:02:40.633Z] #0 2.947 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-05-05T19:02:40.633Z] #0 3.610 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-05-05T19:02:40.633Z] #0 3.610 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-05-05T19:02:40.633Z] #0 4.414 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-05-05T19:02:40.633Z] #0 4.430 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-05-05T19:02:40.760Z] #50 ... [2023-05-05T19:02:40.760Z] [2023-05-05T19:02:40.761Z] #23 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:02:40.761Z] #23 DONE 63.2s [2023-05-05T19:02:40.783Z] #38 11.95 CC images/ipc-msg.o [2023-05-05T19:02:40.783Z] #38 12.05 CC images/ipc-sem.o [2023-05-05T19:02:40.783Z] #38 12.13 CC images/utsns.o [2023-05-05T19:02:40.890Z] #32 ... [2023-05-05T19:02:40.890Z] [2023-05-05T19:02:40.890Z] #33 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2023-05-05T19:02:40.890Z] #0 1.420 + RM_GOPATH=0 [2023-05-05T19:02:40.890Z] #0 1.420 + TMP_GOPATH= [2023-05-05T19:02:40.890Z] #0 1.420 + : /build [2023-05-05T19:02:40.890Z] #0 1.420 + '[' -z '' ']' [2023-05-05T19:02:40.890Z] #0 1.420 ++ mktemp -d [2023-05-05T19:02:40.890Z] #0 1.421 + export GOPATH=/tmp/tmp.byOby8qmYI [2023-05-05T19:02:40.890Z] #0 1.421 + GOPATH=/tmp/tmp.byOby8qmYI [2023-05-05T19:02:40.890Z] #0 1.421 + RM_GOPATH=1 [2023-05-05T19:02:40.890Z] #0 1.421 + case "$(go env GOARCH)" in [2023-05-05T19:02:40.890Z] #0 1.421 ++ go env GOARCH [2023-05-05T19:02:40.890Z] #0 1.431 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:40.890Z] #0 1.431 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:40.890Z] #0 1.432 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:40.890Z] #0 1.432 + dir=/tmp/install [2023-05-05T19:02:40.890Z] #0 1.432 + bin=shfmt [2023-05-05T19:02:40.890Z] #0 1.432 + shift [2023-05-05T19:02:40.890Z] #0 1.432 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-05-05T19:02:40.890Z] #0 1.432 + . /tmp/install/shfmt.installer [2023-05-05T19:02:40.890Z] #0 1.432 ++ : v3.0.2 [2023-05-05T19:02:40.890Z] #0 1.432 + install_shfmt [2023-05-05T19:02:40.890Z] #0 1.432 + echo 'Install shfmt version v3.0.2' [2023-05-05T19:02:40.890Z] #0 1.432 + GOBIN=/build [2023-05-05T19:02:40.890Z] #0 1.432 + GO111MODULE=on [2023-05-05T19:02:40.890Z] #0 1.432 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-05-05T19:02:40.890Z] #0 1.432 Install shfmt version v3.0.2 [2023-05-05T19:02:40.890Z] #0 1.790 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-05-05T19:02:40.890Z] #0 3.139 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-05-05T19:02:40.890Z] #0 3.139 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-05-05T19:02:40.890Z] #0 3.139 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-05-05T19:02:40.890Z] #0 3.838 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-05-05T19:02:40.890Z] #33 ... [2023-05-05T19:02:40.890Z] [2023-05-05T19:02:40.890Z] #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 [2023-05-05T19:02:40.890Z] #30 DONE 10.9s [2023-05-05T19:02:40.890Z] [2023-05-05T19:02:40.891Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:40.891Z] #0 2.603 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-05-05T19:02:40.891Z] #0 2.612 Cloning into '.'... [2023-05-05T19:02:41.020Z] [2023-05-05T19:02:41.020Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:02:41.020Z] #50 3.915 Fetched 8644 kB in 3s (3218 kB/s) [2023-05-05T19:02:41.051Z] #38 12.21 CC images/creds.o [2023-05-05T19:02:41.148Z] #34 ... [2023-05-05T19:02:41.148Z] [2023-05-05T19:02:41.148Z] #35 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:02:41.148Z] #0 3.272 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:41.148Z] #0 3.283 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:41.148Z] #0 3.283 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:41.148Z] #0 3.699 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:41.148Z] #0 4.259 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:41.148Z] #0 4.779 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:41.148Z] #0 7.099 Fetched 8644 kB in 4s (2115 kB/s) [2023-05-05T19:02:41.148Z] #0 7.099 Reading package lists... [2023-05-05T19:02:41.148Z] #0 8.602 Reading package lists... [2023-05-05T19:02:41.148Z] #0 9.978 Building dependency tree... [2023-05-05T19:02:41.148Z] #0 10.60 The following additional packages will be installed: [2023-05-05T19:02:41.148Z] #0 10.61 libbtrfs0 [2023-05-05T19:02:41.148Z] #0 10.64 The following NEW packages will be installed: [2023-05-05T19:02:41.148Z] #0 10.64 libbtrfs-dev libbtrfs0 [2023-05-05T19:02:41.148Z] #0 10.93 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:41.148Z] #0 10.93 Need to get 460 kB of archives. [2023-05-05T19:02:41.148Z] #0 10.93 After this operation, 1237 kB of additional disk space will be used. [2023-05-05T19:02:41.148Z] #0 10.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:02:41.148Z] #0 10.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:02:41.148Z] #35 ... [2023-05-05T19:02:41.148Z] [2023-05-05T19:02:41.148Z] #31 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:41.148Z] #31 10.75 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-05-05T19:02:41.148Z] #31 10.76 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-05-05T19:02:41.148Z] #31 10.80 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-05-05T19:02:41.148Z] #31 10.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-05-05T19:02:41.148Z] #31 10.90 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-05-05T19:02:41.148Z] #31 10.91 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-05-05T19:02:41.148Z] #31 10.92 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-05-05T19:02:41.148Z] #31 10.92 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-05-05T19:02:41.148Z] #31 10.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:02:41.148Z] #31 10.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-05-05T19:02:41.148Z] #31 10.93 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-05-05T19:02:41.271Z] #11 ... [2023-05-05T19:02:41.272Z] [2023-05-05T19:02:41.272Z] #17 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2023-05-05T19:02:41.272Z] #17 DONE 0.9s [2023-05-05T19:02:41.272Z] [2023-05-05T19:02:41.272Z] #11 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:41.272Z] #11 25.66 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:02:41.272Z] #11 25.68 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:41.272Z] #11 25.69 Setting up ca-certificates (20210119) ... [2023-05-05T19:02:41.343Z] #38 12.29 CC images/vma.o [2023-05-05T19:02:41.343Z] #38 12.37 CC images/netdev.o [2023-05-05T19:02:41.343Z] #38 12.47 CC images/tty.o [2023-05-05T19:02:41.404Z] #31 11.32 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:41.404Z] #31 11.41 Fetched 4583 kB in 1s (6616 kB/s) [2023-05-05T19:02:41.527Z] #11 ... [2023-05-05T19:02:41.527Z] [2023-05-05T19:02:41.527Z] #18 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2023-05-05T19:02:41.527Z] #18 DONE 1.2s [2023-05-05T19:02:41.527Z] [2023-05-05T19:02:41.527Z] #11 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:41.527Z] #11 26.10 Updating certificates in /etc/ssl/certs... [2023-05-05T19:02:41.605Z] #38 12.63 CC images/file-lock.o [2023-05-05T19:02:41.605Z] #38 12.71 CC images/rlimit.o [2023-05-05T19:02:41.605Z] #38 12.78 CC images/pagemap.o [2023-05-05T19:02:41.661Z] #31 11.49 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:02:41.661Z] #31 11.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:41.661Z] #31 11.51 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:02:41.661Z] #31 11.55 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:02:41.661Z] #31 11.65 Selecting previously unselected package libcap-dev:amd64. [2023-05-05T19:02:41.661Z] #31 11.65 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-05-05T19:02:41.661Z] #31 11.67 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:02:41.784Z] #11 ... [2023-05-05T19:02:41.784Z] [2023-05-05T19:02:41.784Z] #19 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-05-05T19:02:41.784Z] #19 DONE 0.2s [2023-05-05T19:02:41.784Z] [2023-05-05T19:02:41.784Z] #20 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-05-05T19:02:41.784Z] #20 DONE 0.2s [2023-05-05T19:02:41.784Z] [2023-05-05T19:02:41.784Z] #21 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:02:41.866Z] #38 12.88 CC images/siginfo.o [2023-05-05T19:02:41.867Z] #38 13.01 CC images/rpc.o [2023-05-05T19:02:41.955Z] #50 3.915 Reading package lists... [2023-05-05T19:02:42.128Z] #38 ... [2023-05-05T19:02:42.128Z] [2023-05-05T19:02:42.128Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:02:42.128Z] #37 14.03 + export 'BUILDTAGS=netgo osusergo static_build' [2023-05-05T19:02:42.128Z] #37 14.03 + BUILDTAGS='netgo osusergo static_build' [2023-05-05T19:02:42.128Z] #37 14.03 + export EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:02:42.128Z] #37 14.03 + EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:02:42.128Z] #37 14.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-05-05T19:02:42.128Z] #37 14.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-05-05T19:02:42.128Z] #37 14.03 + '[' '' = dynamic ']' [2023-05-05T19:02:42.128Z] #37 14.03 + make [2023-05-05T19:02:42.128Z] #37 14.91 + bin/ctr [2023-05-05T19:02:42.128Z] #37 ... [2023-05-05T19:02:42.128Z] [2023-05-05T19:02:42.128Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:42.128Z] #30 35.59 Selecting previously unselected package libapparmor1:arm64. [2023-05-05T19:02:42.128Z] #30 35.59 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2023-05-05T19:02:42.128Z] #30 35.62 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2023-05-05T19:02:42.128Z] #30 35.76 Selecting previously unselected package libapparmor-dev:arm64. [2023-05-05T19:02:42.129Z] #30 35.76 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 35.78 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2023-05-05T19:02:42.129Z] #30 35.94 Selecting previously unselected package libbtrfs0:arm64. [2023-05-05T19:02:42.129Z] #30 35.95 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 36.03 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2023-05-05T19:02:42.129Z] #30 36.15 Selecting previously unselected package libbtrfs-dev:arm64. [2023-05-05T19:02:42.129Z] #30 36.15 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 36.17 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2023-05-05T19:02:42.129Z] #30 36.31 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2023-05-05T19:02:42.129Z] #30 36.31 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 36.31 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2023-05-05T19:02:42.129Z] #30 36.44 Selecting previously unselected package libudev-dev:arm64. [2023-05-05T19:02:42.129Z] #30 36.46 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u2_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 36.48 Unpacking libudev-dev:arm64 (247.3-7+deb11u2) ... [2023-05-05T19:02:42.129Z] #30 36.60 Selecting previously unselected package libsepol1-dev:arm64. [2023-05-05T19:02:42.129Z] #30 36.62 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 36.64 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2023-05-05T19:02:42.129Z] #30 36.78 Selecting previously unselected package libpcre2-16-0:arm64. [2023-05-05T19:02:42.129Z] #30 36.79 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 36.79 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:42.129Z] #30 36.91 Selecting previously unselected package libpcre2-32-0:arm64. [2023-05-05T19:02:42.129Z] #30 36.91 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 36.92 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:42.129Z] #30 37.05 Selecting previously unselected package libpcre2-posix2:arm64. [2023-05-05T19:02:42.129Z] #30 37.06 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... [2023-05-05T19:02:42.129Z] #30 37.06 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:42.225Z] #31 12.17 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:02:42.225Z] #31 12.17 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:02:42.225Z] #31 12.27 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:42.391Z] #30 37.24 Selecting previously unselected package libpcre2-dev:arm64. [2023-05-05T19:02:42.391Z] #30 37.24 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... [2023-05-05T19:02:42.391Z] #30 37.26 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:42.391Z] #30 37.44 Selecting previously unselected package libselinux1-dev:arm64. [2023-05-05T19:02:42.391Z] #30 37.44 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2023-05-05T19:02:42.652Z] #30 37.48 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2023-05-05T19:02:42.789Z] #31 12.67 Selecting previously unselected package libnet1-dev. [2023-05-05T19:02:42.789Z] #31 12.67 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:02:42.789Z] #31 12.73 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:42.891Z] #50 4.877 Reading package lists... [2023-05-05T19:02:42.891Z] #50 5.709 Building dependency tree... [2023-05-05T19:02:42.914Z] #30 37.77 Selecting previously unselected package libdevmapper-dev:arm64. [2023-05-05T19:02:42.914Z] #30 37.77 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2023-05-05T19:02:42.914Z] #30 37.78 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2023-05-05T19:02:42.914Z] #30 37.91 Selecting previously unselected package libseccomp-dev:arm64. [2023-05-05T19:02:43.176Z] #30 37.91 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2023-05-05T19:02:43.176Z] #30 37.92 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-05-05T19:02:43.176Z] #30 38.07 Selecting previously unselected package libsystemd-dev:arm64. [2023-05-05T19:02:43.176Z] #30 38.07 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u2_arm64.deb ... [2023-05-05T19:02:43.176Z] #30 38.08 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u2) ... [2023-05-05T19:02:43.361Z] #31 ... [2023-05-05T19:02:43.361Z] [2023-05-05T19:02:43.361Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:43.361Z] #0 3.881 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-05-05T19:02:43.361Z] #0 4.433 [2023-05-05T19:02:43.361Z] #0 4.695 #=#=# ######################################################################## 100.0% [2023-05-05T19:02:43.361Z] #0 5.284 [2023-05-05T19:02:43.361Z] #0 7.061 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-05-05T19:02:43.361Z] #0 7.541 [2023-05-05T19:02:43.361Z] #0 7.760 #=#=# 0.6% ######################################################################## 100.0% [2023-05-05T19:02:43.361Z] #0 8.397 [2023-05-05T19:02:43.361Z] #0 9.662 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-05-05T19:02:43.361Z] #36 10.15 [2023-05-05T19:02:43.361Z] #36 ... [2023-05-05T19:02:43.361Z] [2023-05-05T19:02:43.361Z] #23 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:43.361Z] #23 13.30 sync [2023-05-05T19:02:43.361Z] #23 13.30 internal/reflectlite [2023-05-05T19:02:43.438Z] #30 38.28 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-05-05T19:02:43.438Z] #30 38.29 Setting up libapparmor1:arm64 (2.13.6-10) ... [2023-05-05T19:02:43.438Z] #30 38.30 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:43.438Z] #30 38.31 Setting up libsepol1-dev:arm64 (3.1-1) ... [2023-05-05T19:02:43.438Z] #30 38.34 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:02:43.438Z] #30 38.35 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:43.438Z] #30 38.37 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2023-05-05T19:02:43.457Z] #50 6.167 The following additional packages will be installed: [2023-05-05T19:02:43.457Z] #50 6.173 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:02:43.457Z] #50 6.173 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-05-05T19:02:43.457Z] #50 6.175 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-05-05T19:02:43.457Z] #50 6.175 python3-pkg-resources vim-runtime xxd [2023-05-05T19:02:43.457Z] #50 6.179 Suggested packages: [2023-05-05T19:02:43.457Z] #50 6.179 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-05-05T19:02:43.457Z] #50 6.179 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-05-05T19:02:43.457Z] #50 6.180 acl attr quota [2023-05-05T19:02:43.457Z] #50 6.180 Recommended packages: [2023-05-05T19:02:43.457Z] #50 6.180 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-05-05T19:02:43.700Z] #30 38.43 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:43.700Z] #30 38.46 Setting up libudev-dev:arm64 (247.3-7+deb11u2) ... [2023-05-05T19:02:43.700Z] #30 38.53 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:43.700Z] #30 38.57 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:43.700Z] #30 38.63 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2023-05-05T19:02:43.700Z] #30 38.67 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:43.716Z] #50 6.628 The following NEW packages will be installed: [2023-05-05T19:02:43.716Z] #50 6.629 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-05-05T19:02:43.716Z] #50 6.629 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:02:43.716Z] #50 6.629 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-05-05T19:02:43.716Z] #50 6.630 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-05-05T19:02:43.716Z] #50 6.630 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-05-05T19:02:43.716Z] #50 6.630 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-05-05T19:02:43.716Z] #50 6.630 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-05-05T19:02:43.716Z] #50 6.630 xz-utils zip [2023-05-05T19:02:43.926Z] #23 13.81 internal/testlog [2023-05-05T19:02:43.975Z] #50 6.912 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:43.975Z] #50 6.912 Need to get 27.0 MB of archives. [2023-05-05T19:02:43.975Z] #50 6.912 After this operation, 104 MB of additional disk space will be used. [2023-05-05T19:02:43.975Z] #50 6.912 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-05-05T19:02:43.975Z] #50 6.916 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-05-05T19:02:43.975Z] #50 6.918 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-05-05T19:02:43.975Z] #50 6.919 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:02:43.975Z] #50 6.921 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-05-05T19:02:43.975Z] #50 6.924 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-05-05T19:02:43.975Z] #50 6.925 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-05-05T19:02:43.975Z] #50 6.944 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-05-05T19:02:43.975Z] #50 6.954 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:02:43.975Z] #50 6.964 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:02:43.975Z] #50 6.965 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-05-05T19:02:43.975Z] #50 6.966 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-05-05T19:02:43.975Z] #50 6.967 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-05-05T19:02:43.975Z] #50 6.970 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-05-05T19:02:43.975Z] #50 6.977 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-05-05T19:02:43.975Z] #50 6.980 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-05-05T19:02:43.975Z] #50 6.981 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-05-05T19:02:43.975Z] #50 6.981 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-05-05T19:02:43.975Z] #50 6.982 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-05-05T19:02:43.975Z] #50 6.983 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-05-05T19:02:43.975Z] #50 6.984 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-05-05T19:02:43.975Z] #50 7.005 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:02:43.982Z] #30 38.70 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2023-05-05T19:02:43.982Z] #30 38.72 Setting up mingw-w64-common (8.0.0-1) ... [2023-05-05T19:02:43.982Z] #30 38.74 Setting up libsystemd-dev:arm64 (247.3-7+deb11u2) ... [2023-05-05T19:02:43.982Z] #30 38.77 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:02:43.982Z] #30 38.79 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-05-05T19:02:43.982Z] #30 38.80 Setting up libselinux1-dev:arm64 (3.1-3) ... [2023-05-05T19:02:43.982Z] #30 38.82 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:02:43.982Z] #30 38.84 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:43.982Z] #30 38.86 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:02:43.982Z] #30 38.87 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:43.982Z] #30 38.90 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:02:43.982Z] #30 38.91 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:02:43.982Z] #30 38.93 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:02:43.982Z] #30 38.94 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-05-05T19:02:43.982Z] #30 38.95 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:02:43.982Z] #30 38.99 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:02:44.203Z] #23 14.15 sort [2023-05-05T19:02:44.203Z] #23 14.17 errors [2023-05-05T19:02:44.203Z] #23 14.26 strconv [2023-05-05T19:02:44.203Z] #23 14.26 io [2023-05-05T19:02:44.203Z] #23 14.26 internal/oserror [2023-05-05T19:02:44.203Z] #23 14.26 internal/safefilepath [2023-05-05T19:02:44.203Z] #23 14.26 path [2023-05-05T19:02:44.206Z] #21 ... [2023-05-05T19:02:44.206Z] [2023-05-05T19:02:44.206Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:44.206Z] #14 18.73 Reading package lists... [2023-05-05T19:02:44.206Z] #14 19.28 Reading package lists... [2023-05-05T19:02:44.206Z] #14 19.93 Building dependency tree... [2023-05-05T19:02:44.206Z] #14 20.31 The following additional packages will be installed: [2023-05-05T19:02:44.206Z] #14 20.31 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-05-05T19:02:44.206Z] #14 20.31 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-05-05T19:02:44.206Z] #14 20.31 Recommended packages: [2023-05-05T19:02:44.206Z] #14 20.31 libldap-common publicsuffix libsasl2-modules [2023-05-05T19:02:44.206Z] #14 20.49 The following NEW packages will be installed: [2023-05-05T19:02:44.206Z] #14 20.49 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-05-05T19:02:44.206Z] #14 20.49 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-05-05T19:02:44.206Z] #14 20.49 libssh2-1 openssl [2023-05-05T19:02:44.206Z] #14 20.79 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:44.206Z] #14 20.79 Need to get 3050 kB of archives. [2023-05-05T19:02:44.206Z] #14 20.79 After this operation, 6663 kB of additional disk space will be used. [2023-05-05T19:02:44.206Z] #14 20.79 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB] [2023-05-05T19:02:44.206Z] #14 20.81 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2023-05-05T19:02:44.206Z] #14 20.82 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2023-05-05T19:02:44.206Z] #14 20.82 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2023-05-05T19:02:44.206Z] #14 20.82 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2023-05-05T19:02:44.206Z] #14 20.82 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2023-05-05T19:02:44.206Z] #14 20.82 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2023-05-05T19:02:44.206Z] #14 20.82 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2023-05-05T19:02:44.206Z] #14 20.83 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2023-05-05T19:02:44.206Z] #14 20.83 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2023-05-05T19:02:44.206Z] #14 20.83 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB] [2023-05-05T19:02:44.206Z] #14 20.84 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB] [2023-05-05T19:02:44.206Z] #14 20.85 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:02:44.206Z] #14 20.85 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:02:44.206Z] #14 20.86 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:02:44.206Z] #14 21.09 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:44.206Z] #14 21.14 Fetched 3050 kB in 0s (8042 kB/s) [2023-05-05T19:02:44.206Z] #14 21.25 Selecting previously unselected package openssl. [2023-05-05T19:02:44.206Z] #14 21.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 ... 6664 files and directories currently installed.) [2023-05-05T19:02:44.206Z] #14 21.25 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_amd64.deb ... [2023-05-05T19:02:44.206Z] #14 21.25 Unpacking openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:44.206Z] #14 21.48 Selecting previously unselected package ca-certificates. [2023-05-05T19:02:44.206Z] #14 21.48 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-05-05T19:02:44.206Z] #14 21.48 Unpacking ca-certificates (20210119) ... [2023-05-05T19:02:44.206Z] #14 21.71 Selecting previously unselected package libbrotli1:amd64. [2023-05-05T19:02:44.206Z] #14 21.72 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2023-05-05T19:02:44.206Z] #14 21.73 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:02:44.206Z] #14 22.31 Selecting previously unselected package libsasl2-modules-db:amd64. [2023-05-05T19:02:44.206Z] #14 22.31 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:02:44.206Z] #14 22.32 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:44.206Z] #14 22.73 Selecting previously unselected package libsasl2-2:amd64. [2023-05-05T19:02:44.206Z] #14 22.74 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2023-05-05T19:02:44.206Z] #14 22.74 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:44.206Z] #14 22.90 Selecting previously unselected package libldap-2.4-2:amd64. [2023-05-05T19:02:44.206Z] #14 22.91 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2023-05-05T19:02:44.206Z] #14 22.92 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:44.206Z] #14 23.14 Selecting previously unselected package libnghttp2-14:amd64. [2023-05-05T19:02:44.206Z] #14 23.15 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2023-05-05T19:02:44.206Z] #14 23.17 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:02:44.206Z] #14 23.44 Selecting previously unselected package libpsl5:amd64. [2023-05-05T19:02:44.206Z] #14 23.44 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2023-05-05T19:02:44.206Z] #14 23.45 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:02:44.234Z] #50 7.008 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:02:44.234Z] #50 7.010 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:02:44.234Z] #50 7.011 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-05-05T19:02:44.234Z] #50 7.012 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-05-05T19:02:44.234Z] #50 7.012 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:02:44.234Z] #50 7.135 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-05-05T19:02:44.234Z] #50 7.135 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:02:44.234Z] #50 7.137 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:02:44.234Z] #50 7.138 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:02:44.234Z] #50 7.138 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-05-05T19:02:44.234Z] #50 7.141 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-05-05T19:02:44.234Z] #50 7.143 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-05-05T19:02:44.234Z] #50 7.173 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-05-05T19:02:44.234Z] #50 7.175 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-05-05T19:02:44.234Z] #50 7.177 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:02:44.234Z] #50 7.180 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-05-05T19:02:44.234Z] #50 7.184 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-05-05T19:02:44.234Z] #50 7.185 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-05-05T19:02:44.234Z] #50 7.189 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-05-05T19:02:44.234Z] #50 7.200 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-05-05T19:02:44.234Z] #50 7.205 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-05-05T19:02:44.234Z] #50 7.208 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-05-05T19:02:44.244Z] #30 39.03 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2023-05-05T19:02:44.244Z] #30 39.08 Setting up dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:02:44.244Z] #30 39.14 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2023-05-05T19:02:44.244Z] #30 39.15 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2023-05-05T19:02:44.244Z] #30 39.17 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:44.328Z] #21 2.651 + git clone https://github.com/docker/distribution.git . [2023-05-05T19:02:44.328Z] #21 2.653 Cloning into '.'... [2023-05-05T19:02:44.493Z] #50 7.344 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-05-05T19:02:44.493Z] #50 7.360 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-05-05T19:02:44.493Z] #50 7.375 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-05-05T19:02:44.752Z] #50 7.642 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:44.752Z] #50 7.702 Fetched 27.0 MB in 1s (36.7 MB/s) [2023-05-05T19:02:44.752Z] #50 7.768 Selecting previously unselected package pigz. [2023-05-05T19:02:44.752Z] #50 7.769 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24023 files and directories currently installed.) [2023-05-05T19:02:44.752Z] #50 7.800 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-05-05T19:02:44.752Z] #50 7.810 Unpacking pigz (2.6-1) ... [2023-05-05T19:02:44.768Z] #23 14.50 syscall [2023-05-05T19:02:44.768Z] #23 ... [2023-05-05T19:02:44.768Z] [2023-05-05T19:02:44.768Z] #33 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2023-05-05T19:02:44.768Z] #33 DONE 14.6s [2023-05-05T19:02:44.768Z] [2023-05-05T19:02:44.768Z] #35 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:02:44.768Z] #35 11.33 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:44.768Z] #35 11.44 Fetched 460 kB in 0s (1625 kB/s) [2023-05-05T19:02:44.768Z] #35 11.55 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:02:44.768Z] #35 11.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:44.768Z] #35 11.58 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:02:44.768Z] #35 11.59 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:44.768Z] #35 11.77 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:02:44.768Z] #35 11.78 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:02:44.768Z] #35 11.79 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:44.768Z] #35 12.54 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:44.768Z] #35 12.78 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:44.768Z] #35 13.08 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:44.768Z] #35 DONE 14.9s [2023-05-05T19:02:44.768Z] [2023-05-05T19:02:44.768Z] #23 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:44.768Z] #23 14.86 bytes [2023-05-05T19:02:44.768Z] #23 14.86 strings [2023-05-05T19:02:44.768Z] #23 14.86 text/tabwriter [2023-05-05T19:02:44.817Z] #30 ... [2023-05-05T19:02:44.817Z] [2023-05-05T19:02:44.817Z] #35 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:02:44.817Z] #35 29.61 Updating files: 85% (9734/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2023-05-05T19:02:44.817Z] #35 29.80 + cd /tmp/tmp.1wuvlvd6L0/tmp/docker-ce [2023-05-05T19:02:44.817Z] #35 29.80 + git checkout -q v17.06.2-ce [2023-05-05T19:02:44.817Z] #35 31.02 + mkdir -p /tmp/tmp.1wuvlvd6L0/src/github.com/docker [2023-05-05T19:02:44.817Z] #35 31.02 + mv components/cli /tmp/tmp.1wuvlvd6L0/src/github.com/docker/cli [2023-05-05T19:02:44.817Z] #35 31.02 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2023-05-05T19:02:44.817Z] #35 ... [2023-05-05T19:02:44.817Z] [2023-05-05T19:02:44.817Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:44.817Z] #38 13.38 CC images/ext-file.o [2023-05-05T19:02:44.817Z] #38 13.49 CC images/cgroup.o [2023-05-05T19:02:44.817Z] #38 13.66 CC images/userns.o [2023-05-05T19:02:44.817Z] #38 13.74 CC images/google/protobuf/descriptor.o [2023-05-05T19:02:44.817Z] #38 14.33 CC images/opts.o [2023-05-05T19:02:44.817Z] #38 14.38 CC images/seccomp.o [2023-05-05T19:02:44.817Z] #38 14.48 CC images/binfmt-misc.o [2023-05-05T19:02:44.817Z] #38 14.57 CC images/time.o [2023-05-05T19:02:44.817Z] #38 14.64 CC images/sysctl.o [2023-05-05T19:02:44.817Z] #38 14.76 CC images/autofs.o [2023-05-05T19:02:44.817Z] #38 14.84 CC images/macvlan.o [2023-05-05T19:02:44.817Z] #38 14.91 CC images/sit.o [2023-05-05T19:02:44.817Z] #38 14.99 CC images/memfd.o [2023-05-05T19:02:44.817Z] #38 15.06 CC images/timens.o [2023-05-05T19:02:44.817Z] #38 15.14 LINK images/built-in.o [2023-05-05T19:02:44.817Z] #38 15.20 GEN compel/include/asm [2023-05-05T19:02:44.817Z] #38 15.25 GEN compel/include/version.h [2023-05-05T19:02:44.817Z] #38 15.27 touch .config [2023-05-05T19:02:44.817Z] #38 15.37 GEN include/common/config.h [2023-05-05T19:02:44.817Z] #38 15.52 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-05-05T19:02:44.817Z] #38 15.53 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2023-05-05T19:02:44.817Z] #38 15.57 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2023-05-05T19:02:44.817Z] #38 15.59 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2023-05-05T19:02:44.817Z] #38 15.60 DEP compel/plugins/std/infect.d [2023-05-05T19:02:44.817Z] #38 15.64 DEP compel/plugins/std/string.d [2023-05-05T19:02:44.817Z] #38 15.69 DEP compel/plugins/std/log.d [2023-05-05T19:02:44.817Z] #38 15.74 DEP compel/plugins/std/fds.d [2023-05-05T19:02:44.817Z] #38 15.77 DEP compel/plugins/std/std.d [2023-05-05T19:02:44.817Z] #38 15.79 DEP compel/plugins/shmem/shmem.d [2023-05-05T19:02:44.817Z] #38 15.82 DEP compel/plugins/fds/fds.d [2023-05-05T19:02:44.817Z] #38 15.85 CC compel/plugins/std/std.o [2023-05-05T19:02:44.817Z] #38 15.93 CC compel/plugins/std/fds.o [2023-05-05T19:02:44.817Z] #38 16.07 CC compel/plugins/std/log.o [2023-05-05T19:02:44.831Z] #14 25.55 Selecting previously unselected package librtmp1:amd64. [2023-05-05T19:02:44.831Z] #14 25.55 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2023-05-05T19:02:44.831Z] #14 25.63 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:45.011Z] #50 7.944 Selecting previously unselected package libelf1:amd64. [2023-05-05T19:02:45.011Z] #50 7.945 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-05-05T19:02:45.011Z] #50 7.955 Unpacking libelf1:amd64 (0.183-1) ... [2023-05-05T19:02:45.011Z] #50 8.049 Selecting previously unselected package libbpf0:amd64. [2023-05-05T19:02:45.078Z] #38 16.25 CC compel/plugins/std/string.o [2023-05-05T19:02:45.269Z] #50 8.052 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-05-05T19:02:45.269Z] #50 8.077 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:02:45.269Z] #50 8.256 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:02:45.269Z] #50 8.259 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:02:45.269Z] #50 8.262 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:02:45.269Z] #50 8.317 Selecting previously unselected package libmnl0:amd64. [2023-05-05T19:02:45.340Z] #38 16.44 CC compel/plugins/std/infect.o [2023-05-05T19:02:45.340Z] #38 16.55 CC compel/arch/aarch64/plugins/std/parasite-head.o [2023-05-05T19:02:45.529Z] #50 8.321 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-05-05T19:02:45.529Z] #50 8.327 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:02:45.529Z] #50 8.400 Selecting previously unselected package libxtables12:amd64. [2023-05-05T19:02:45.529Z] #50 8.403 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-05-05T19:02:45.529Z] #50 8.415 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:02:45.529Z] #50 8.483 Selecting previously unselected package libcap2-bin. [2023-05-05T19:02:45.529Z] #50 8.488 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-05-05T19:02:45.529Z] #50 8.495 Unpacking libcap2-bin (1:2.44-1) ... [2023-05-05T19:02:45.602Z] #38 16.57 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2023-05-05T19:02:45.602Z] #38 16.60 AR compel/plugins/std.lib.a [2023-05-05T19:02:45.602Z] #38 16.71 CC compel/plugins/fds/fds.o [2023-05-05T19:02:45.602Z] #38 16.79 AR compel/plugins/fds.lib.a [2023-05-05T19:02:45.602Z] #38 16.81 HOSTDEP compel/src/lib/log-host.d [2023-05-05T19:02:45.602Z] #38 16.83 HOSTDEP compel/src/lib/handle-elf-host.d [2023-05-05T19:02:45.602Z] #38 16.87 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2023-05-05T19:02:45.602Z] #38 16.90 HOSTDEP compel/src/main-host.d [2023-05-05T19:02:45.602Z] #38 16.93 DEP compel/src/lib/ptrace.d [2023-05-05T19:02:45.788Z] #50 8.591 Selecting previously unselected package iproute2. [2023-05-05T19:02:45.788Z] #50 8.596 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-05-05T19:02:45.788Z] #50 8.606 Unpacking iproute2 (5.10.0-4) ... [2023-05-05T19:02:45.798Z] #14 ... [2023-05-05T19:02:45.798Z] [2023-05-05T19:02:45.798Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:45.798Z] #0 2.356 + RM_GOPATH=0 [2023-05-05T19:02:45.798Z] #0 2.356 + TMP_GOPATH= [2023-05-05T19:02:45.798Z] #0 2.356 + : /build [2023-05-05T19:02:45.798Z] #0 2.356 + '[' -z '' ']' [2023-05-05T19:02:45.798Z] #0 2.356 ++ mktemp -d [2023-05-05T19:02:45.798Z] #0 2.356 + export GOPATH=/tmp/tmp.RDqt6ATDXW [2023-05-05T19:02:45.798Z] #0 2.356 + GOPATH=/tmp/tmp.RDqt6ATDXW [2023-05-05T19:02:45.798Z] #0 2.356 + RM_GOPATH=1 [2023-05-05T19:02:45.798Z] #0 2.356 + case "$(go env GOARCH)" in [2023-05-05T19:02:45.798Z] #0 2.360 ++ go env GOARCH [2023-05-05T19:02:45.798Z] #0 2.370 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:45.798Z] #0 2.370 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:45.798Z] #0 2.377 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:45.798Z] #0 2.380 + dir=/tmp/install [2023-05-05T19:02:45.798Z] #0 2.380 + bin=golangci_lint [2023-05-05T19:02:45.798Z] #0 2.380 + shift [2023-05-05T19:02:45.798Z] #0 2.380 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-05-05T19:02:45.798Z] #0 2.380 + . /tmp/install/golangci_lint.installer [2023-05-05T19:02:45.798Z] #0 2.380 ++ : v1.49.0 [2023-05-05T19:02:45.798Z] #0 2.380 + install_golangci_lint [2023-05-05T19:02:45.798Z] #0 2.380 + set -e [2023-05-05T19:02:45.798Z] #0 2.380 + echo 'Install golangci-lint version v1.49.0' [2023-05-05T19:02:45.798Z] #0 2.380 + GOBIN=/build [2023-05-05T19:02:45.798Z] #0 2.380 + GO111MODULE=on [2023-05-05T19:02:45.798Z] #0 2.380 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-05-05T19:02:45.798Z] #0 2.380 Install golangci-lint version v1.49.0 [2023-05-05T19:02:45.798Z] #0 2.437 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-05-05T19:02:45.798Z] #0 3.812 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:45.798Z] #0 3.819 go: downloading github.com/spf13/pflag v1.0.5 [2023-05-05T19:02:45.798Z] #0 3.824 go: downloading github.com/spf13/cobra v1.5.0 [2023-05-05T19:02:45.798Z] #0 3.827 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:45.798Z] #0 3.827 go: downloading github.com/spf13/viper v1.12.0 [2023-05-05T19:02:45.798Z] #0 3.828 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:45.798Z] #0 3.830 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-05-05T19:02:45.798Z] #0 3.927 go: downloading golang.org/x/tools v0.1.12 [2023-05-05T19:02:45.798Z] #0 4.047 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-05-05T19:02:45.798Z] #0 4.122 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-05-05T19:02:45.798Z] #0 4.183 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-05-05T19:02:45.798Z] #0 4.200 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-05-05T19:02:45.798Z] #0 4.366 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-05-05T19:02:45.798Z] #0 4.368 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-05-05T19:02:45.798Z] #0 4.449 go: downloading github.com/stretchr/testify v1.8.0 [2023-05-05T19:02:45.798Z] #0 4.478 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-05-05T19:02:45.798Z] #0 4.486 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-05-05T19:02:45.798Z] #0 4.789 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-05-05T19:02:45.798Z] #0 4.832 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:45.798Z] #0 4.889 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:45.798Z] #0 4.893 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-05-05T19:02:45.798Z] #0 5.313 go: downloading github.com/spf13/afero v1.8.2 [2023-05-05T19:02:45.798Z] #0 5.349 go: downloading github.com/spf13/cast v1.5.0 [2023-05-05T19:02:45.798Z] #0 5.379 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-05-05T19:02:45.798Z] #0 5.380 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-05-05T19:02:45.798Z] #0 5.412 go: downloading github.com/Antonboom/errname v0.1.7 [2023-05-05T19:02:45.798Z] #0 5.425 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-05-05T19:02:45.798Z] #0 5.663 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-05-05T19:02:45.798Z] #0 5.797 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-05-05T19:02:45.798Z] #0 5.814 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-05-05T19:02:45.798Z] #0 5.850 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-05-05T19:02:45.798Z] #0 5.901 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-05-05T19:02:45.798Z] #0 5.942 go: downloading github.com/alingse/asasalint v0.0.11 [2023-05-05T19:02:45.798Z] #0 6.011 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-05-05T19:02:45.798Z] #0 6.057 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-05-05T19:02:45.798Z] #0 6.068 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-05-05T19:02:45.798Z] #0 6.072 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-05-05T19:02:45.798Z] #0 6.263 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-05-05T19:02:45.798Z] #0 6.265 go: downloading github.com/breml/bidichk v0.2.3 [2023-05-05T19:02:45.798Z] #0 6.356 go: downloading github.com/breml/errchkjson v0.3.0 [2023-05-05T19:02:45.798Z] #0 6.376 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-05-05T19:02:45.798Z] #0 6.409 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-05-05T19:02:45.798Z] #0 6.431 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-05-05T19:02:45.798Z] #0 6.537 go: downloading github.com/daixiang0/gci v0.6.3 [2023-05-05T19:02:45.798Z] #0 6.640 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-05-05T19:02:45.798Z] #0 7.003 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-05-05T19:02:45.798Z] #0 7.113 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-05-05T19:02:45.798Z] #0 7.113 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-05-05T19:02:45.798Z] #0 7.114 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-05-05T19:02:45.798Z] #0 7.150 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-05-05T19:02:45.798Z] #0 7.169 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-05-05T19:02:45.798Z] #0 7.174 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-05-05T19:02:45.798Z] #0 7.378 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-05-05T19:02:45.798Z] #0 7.579 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-05-05T19:02:45.864Z] #38 16.99 DEP compel/src/lib/infect.d [2023-05-05T19:02:45.864Z] #38 17.04 DEP compel/src/lib/infect-util.d [2023-05-05T19:02:45.864Z] #38 17.10 DEP compel/src/lib/infect-rpc.d [2023-05-05T19:02:45.864Z] #38 17.13 DEP compel/arch/aarch64/src/lib/infect.d [2023-05-05T19:02:45.864Z] #38 17.16 DEP compel/arch/aarch64/src/lib/cpu.d [2023-05-05T19:02:46.047Z] #50 8.857 Selecting previously unselected package xxd. [2023-05-05T19:02:46.047Z] #50 8.862 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:02:46.047Z] #50 8.866 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:46.047Z] #50 8.955 Selecting previously unselected package vim-common. [2023-05-05T19:02:46.047Z] #50 8.960 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:02:46.047Z] #50 8.984 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:46.107Z] #22 7.586 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-05-05T19:02:46.107Z] #22 7.678 go: downloading github.com/golangci/misspell v0.3.5 [2023-05-05T19:02:46.107Z] #22 ... [2023-05-05T19:02:46.107Z] [2023-05-05T19:02:46.107Z] #21 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:46.107Z] #21 7.425 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-05-05T19:02:46.107Z] #21 7.679 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:46.125Z] #38 17.18 DEP compel/src/lib/log.d [2023-05-05T19:02:46.125Z] #38 17.20 DEP compel/src/main.d [2023-05-05T19:02:46.125Z] #38 17.26 DEP compel/src/lib/handle-elf.d [2023-05-05T19:02:46.125Z] #38 17.30 DEP compel/arch/aarch64/src/lib/handle-elf.d [2023-05-05T19:02:46.125Z] #38 17.35 CC compel/src/lib/log.o [2023-05-05T19:02:46.125Z] #38 17.43 CC compel/arch/aarch64/src/lib/cpu.o [2023-05-05T19:02:46.141Z] #23 15.90 reflect [2023-05-05T19:02:46.306Z] #50 9.102 Selecting previously unselected package bash-completion. [2023-05-05T19:02:46.306Z] #50 9.110 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-05-05T19:02:46.387Z] #38 17.48 CC compel/arch/aarch64/src/lib/infect.o [2023-05-05T19:02:46.387Z] #38 17.65 CC compel/src/lib/infect-rpc.o [2023-05-05T19:02:46.398Z] #23 16.30 bufio [2023-05-05T19:02:46.649Z] #38 17.83 CC compel/src/lib/infect-util.o [2023-05-05T19:02:46.649Z] #38 17.95 CC compel/src/lib/infect.o [2023-05-05T19:02:46.866Z] #21 ... [2023-05-05T19:02:46.866Z] [2023-05-05T19:02:46.866Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:46.866Z] #0 1.097 + RM_GOPATH=0 [2023-05-05T19:02:46.866Z] #0 1.097 + TMP_GOPATH= [2023-05-05T19:02:46.866Z] #0 1.097 + : /build [2023-05-05T19:02:46.866Z] #0 1.097 + '[' -z '' ']' [2023-05-05T19:02:46.866Z] #0 1.097 ++ mktemp -d [2023-05-05T19:02:46.866Z] #0 1.099 + export GOPATH=/tmp/tmp.m9R9aOxx8L [2023-05-05T19:02:46.866Z] #0 1.099 + GOPATH=/tmp/tmp.m9R9aOxx8L [2023-05-05T19:02:46.866Z] #0 1.099 + RM_GOPATH=1 [2023-05-05T19:02:46.866Z] #0 1.099 + case "$(go env GOARCH)" in [2023-05-05T19:02:46.866Z] #0 1.100 ++ go env GOARCH [2023-05-05T19:02:46.866Z] #0 1.119 Install golangci-lint version v1.49.0 [2023-05-05T19:02:46.866Z] #0 1.119 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:46.866Z] #0 1.119 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:46.866Z] #0 1.119 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:46.866Z] #0 1.119 + dir=/tmp/install [2023-05-05T19:02:46.866Z] #0 1.119 + bin=golangci_lint [2023-05-05T19:02:46.866Z] #0 1.119 + shift [2023-05-05T19:02:46.866Z] #0 1.119 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2023-05-05T19:02:46.866Z] #0 1.119 + . /tmp/install/golangci_lint.installer [2023-05-05T19:02:46.866Z] #0 1.119 ++ : v1.49.0 [2023-05-05T19:02:46.866Z] #0 1.119 + install_golangci_lint [2023-05-05T19:02:46.866Z] #0 1.119 + set -e [2023-05-05T19:02:46.866Z] #0 1.119 + echo 'Install golangci-lint version v1.49.0' [2023-05-05T19:02:46.866Z] #0 1.119 + GOBIN=/build [2023-05-05T19:02:46.866Z] #0 1.119 + GO111MODULE=on [2023-05-05T19:02:46.866Z] #0 1.119 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 [2023-05-05T19:02:46.866Z] #0 1.480 go: downloading github.com/golangci/golangci-lint v1.49.0 [2023-05-05T19:02:46.866Z] #0 2.638 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:46.866Z] #0 2.638 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:46.866Z] #0 2.642 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:46.866Z] #0 2.642 go: downloading github.com/spf13/cobra v1.5.0 [2023-05-05T19:02:46.866Z] #0 2.642 go: downloading github.com/spf13/pflag v1.0.5 [2023-05-05T19:02:46.866Z] #0 2.674 go: downloading github.com/spf13/viper v1.12.0 [2023-05-05T19:02:46.866Z] #0 2.733 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-05-05T19:02:46.866Z] #0 2.838 go: downloading golang.org/x/tools v0.1.12 [2023-05-05T19:02:46.866Z] #0 2.858 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-05-05T19:02:46.866Z] #0 2.917 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-05-05T19:02:46.866Z] #0 2.920 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-05-05T19:02:46.866Z] #0 2.964 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-05-05T19:02:46.866Z] #0 3.010 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-05-05T19:02:46.866Z] #0 3.045 go: downloading github.com/sirupsen/logrus v1.9.0 [2023-05-05T19:02:46.866Z] #0 3.081 go: downloading github.com/stretchr/testify v1.8.0 [2023-05-05T19:02:46.866Z] #0 3.094 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2023-05-05T19:02:46.866Z] #0 3.101 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-05-05T19:02:46.867Z] #0 3.194 go: downloading github.com/mattn/go-isatty v0.0.16 [2023-05-05T19:02:46.867Z] #0 3.231 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:46.867Z] #0 3.340 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-05-05T19:02:46.867Z] #0 3.350 go: downloading github.com/spf13/afero v1.8.2 [2023-05-05T19:02:46.867Z] #0 3.369 go: downloading github.com/spf13/cast v1.5.0 [2023-05-05T19:02:46.867Z] #0 3.387 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-05-05T19:02:46.867Z] #0 3.428 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2023-05-05T19:02:46.867Z] #0 3.520 go: downloading github.com/Antonboom/errname v0.1.7 [2023-05-05T19:02:46.867Z] #0 3.546 go: downloading github.com/Antonboom/nilnil v0.1.1 [2023-05-05T19:02:46.867Z] #0 3.736 go: downloading github.com/BurntSushi/toml v1.2.0 [2023-05-05T19:02:46.867Z] #0 3.740 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-05-05T19:02:46.867Z] #0 3.780 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2023-05-05T19:02:46.867Z] #0 3.786 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2023-05-05T19:02:46.867Z] #0 3.802 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-05-05T19:02:46.867Z] #0 3.899 go: downloading github.com/alingse/asasalint v0.0.11 [2023-05-05T19:02:46.867Z] #0 3.968 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2023-05-05T19:02:46.867Z] #0 3.983 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-05-05T19:02:46.867Z] #0 4.012 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2023-05-05T19:02:46.867Z] #0 4.027 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-05-05T19:02:46.867Z] #0 4.054 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2023-05-05T19:02:46.867Z] #0 4.065 go: downloading github.com/breml/bidichk v0.2.3 [2023-05-05T19:02:46.867Z] #0 4.080 go: downloading github.com/breml/errchkjson v0.3.0 [2023-05-05T19:02:46.867Z] #0 4.102 go: downloading github.com/butuzov/ireturn v0.1.1 [2023-05-05T19:02:46.867Z] #0 4.231 go: downloading github.com/charithe/durationcheck v0.0.9 [2023-05-05T19:02:46.867Z] #0 4.247 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2023-05-05T19:02:46.867Z] #0 4.483 go: downloading github.com/daixiang0/gci v0.6.3 [2023-05-05T19:02:46.867Z] #0 4.559 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-05-05T19:02:46.867Z] #0 4.678 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-05-05T19:02:46.867Z] #0 4.728 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-05-05T19:02:46.867Z] #0 4.762 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-05-05T19:02:46.867Z] #0 4.787 go: downloading github.com/go-critic/go-critic v0.6.4 [2023-05-05T19:02:46.867Z] #0 4.796 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-05-05T19:02:46.867Z] #0 4.797 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-05-05T19:02:46.867Z] #0 4.861 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-05-05T19:02:46.867Z] #0 4.874 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2023-05-05T19:02:46.867Z] #0 4.957 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-05-05T19:02:46.867Z] #0 5.069 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-05-05T19:02:46.867Z] #0 5.088 go: downloading github.com/golangci/misspell v0.3.5 [2023-05-05T19:02:46.867Z] #0 5.088 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-05-05T19:02:46.867Z] #0 5.157 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-05-05T19:02:46.867Z] #0 5.196 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-05-05T19:02:46.867Z] #0 5.198 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-05-05T19:02:46.867Z] #22 5.309 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-05-05T19:02:46.867Z] #22 5.414 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-05-05T19:02:46.867Z] #22 5.422 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-05-05T19:02:46.867Z] #22 5.422 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-05-05T19:02:46.867Z] #22 5.427 go: downloading github.com/julz/importas v0.1.0 [2023-05-05T19:02:46.867Z] #22 5.507 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-05-05T19:02:46.867Z] #22 5.531 go: downloading github.com/kulti/thelper v0.6.3 [2023-05-05T19:02:47.123Z] #22 5.572 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-05-05T19:02:47.123Z] #22 5.607 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-05-05T19:02:47.123Z] #22 5.641 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-05-05T19:02:47.123Z] #22 5.650 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-05-05T19:02:47.236Z] #38 18.46 CC compel/src/lib/ptrace.o [2023-05-05T19:02:47.354Z] #23 17.37 internal/syscall/unix [2023-05-05T19:02:47.354Z] #23 17.37 time [2023-05-05T19:02:47.354Z] #23 17.37 internal/syscall/execenv [2023-05-05T19:02:47.379Z] #22 5.761 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-05-05T19:02:47.379Z] #22 5.762 go: downloading github.com/maratori/testpackage v1.1.0 [2023-05-05T19:02:47.379Z] #22 5.773 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-05-05T19:02:47.379Z] #22 5.827 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-05-05T19:02:47.379Z] #22 5.839 go: downloading github.com/mgechev/revive v1.2.3 [2023-05-05T19:02:47.379Z] #22 5.858 go: downloading github.com/moricho/tparallel v0.2.1 [2023-05-05T19:02:47.379Z] #22 5.886 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-05-05T19:02:47.379Z] #22 5.931 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-05-05T19:02:47.379Z] #22 5.941 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-05-05T19:02:47.379Z] #22 6.014 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-05-05T19:02:47.498Z] #38 18.55 AR compel/libcompel.a [2023-05-05T19:02:47.498Z] #38 18.69 HOSTCC compel/src/main-host.o [2023-05-05T19:02:47.498Z] #38 18.78 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2023-05-05T19:02:47.498Z] #38 18.82 HOSTCC compel/src/lib/handle-elf-host.o [2023-05-05T19:02:47.636Z] #22 6.062 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-05-05T19:02:47.636Z] #22 6.154 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-05-05T19:02:47.636Z] #22 6.235 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-05-05T19:02:47.636Z] #22 6.238 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-05-05T19:02:47.636Z] #22 6.276 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-05-05T19:02:47.759Z] #38 18.96 HOSTCC compel/src/lib/log-host.o [2023-05-05T19:02:47.759Z] #38 19.02 HOSTLINK compel/compel-host-bin [2023-05-05T19:02:47.893Z] #22 6.293 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-05-05T19:02:47.919Z] #23 ... [2023-05-05T19:02:47.919Z] [2023-05-05T19:02:47.919Z] #26 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:02:47.919Z] #26 DONE 17.8s [2023-05-05T19:02:47.919Z] [2023-05-05T19:02:47.919Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:47.919Z] #36 10.44 #=#=# ################## 26.2% ######################################## 56.7% ############################################################## 87.5% ######################################################################## 100.0% [2023-05-05T19:02:47.919Z] #36 11.12 [2023-05-05T19:02:47.919Z] #36 12.45 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-05-05T19:02:47.919Z] #36 12.80 [2023-05-05T19:02:47.919Z] #36 13.06 #=#=# ######################################################################## 100.0% [2023-05-05T19:02:47.919Z] #36 13.43 [2023-05-05T19:02:47.919Z] #36 14.47 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-05-05T19:02:48.020Z] #38 19.15 DEP soccr/soccr.d [2023-05-05T19:02:48.020Z] #38 19.21 CC soccr/soccr.o [2023-05-05T19:02:48.150Z] #22 6.585 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-05-05T19:02:48.150Z] #22 6.655 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-05-05T19:02:48.151Z] #22 6.713 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-05-05T19:02:48.151Z] #22 6.733 go: downloading github.com/sivchari/tenv v1.7.0 [2023-05-05T19:02:48.151Z] #22 6.754 go: downloading github.com/sonatard/noctx v0.0.1 [2023-05-05T19:02:48.176Z] #36 15.03 [2023-05-05T19:02:48.282Z] #38 19.62 AR soccr/libsoccr.a [2023-05-05T19:02:48.407Z] #22 6.845 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-05-05T19:02:48.407Z] #22 6.943 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-05-05T19:02:48.407Z] #22 6.955 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-05-05T19:02:48.407Z] #22 6.956 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-05-05T19:02:48.407Z] #22 6.963 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-05-05T19:02:48.407Z] #22 6.995 go: downloading github.com/tetafro/godot v1.4.11 [2023-05-05T19:02:48.407Z] #22 7.037 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-05-05T19:02:48.407Z] #22 7.076 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-05-05T19:02:48.543Z] #38 19.67 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:02:48.650Z] #21 ... [2023-05-05T19:02:48.650Z] [2023-05-05T19:02:48.650Z] #23 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:02:48.650Z] #0 2.334 + RM_GOPATH=0 [2023-05-05T19:02:48.650Z] #0 2.334 + TMP_GOPATH= [2023-05-05T19:02:48.650Z] #0 2.334 + : /build [2023-05-05T19:02:48.650Z] #0 2.334 + '[' -z '' ']' [2023-05-05T19:02:48.650Z] #0 2.334 ++ mktemp -d [2023-05-05T19:02:48.650Z] #0 2.335 + export GOPATH=/tmp/tmp.eLqT6x19Id [2023-05-05T19:02:48.650Z] #0 2.335 + GOPATH=/tmp/tmp.eLqT6x19Id [2023-05-05T19:02:48.650Z] #0 2.335 + RM_GOPATH=1 [2023-05-05T19:02:48.650Z] #0 2.335 + case "$(go env GOARCH)" in [2023-05-05T19:02:48.650Z] #0 2.335 ++ go env GOARCH [2023-05-05T19:02:48.650Z] #0 2.341 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 2.341 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 2.341 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:48.650Z] #0 2.348 + dir=/tmp/install [2023-05-05T19:02:48.650Z] #0 2.348 + bin=rootlesskit [2023-05-05T19:02:48.650Z] #0 2.348 + shift [2023-05-05T19:02:48.650Z] #0 2.348 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-05-05T19:02:48.650Z] #0 2.348 + . /tmp/install/rootlesskit.installer [2023-05-05T19:02:48.650Z] #0 2.348 ++ : v0.14.4 [2023-05-05T19:02:48.650Z] #0 2.348 + install_rootlesskit [2023-05-05T19:02:48.650Z] #0 2.348 + case "$1" in [2023-05-05T19:02:48.650Z] #0 2.348 + export CGO_ENABLED=0 [2023-05-05T19:02:48.650Z] #0 2.348 + CGO_ENABLED=0 [2023-05-05T19:02:48.650Z] #0 2.348 + _install_rootlesskit [2023-05-05T19:02:48.650Z] #0 2.350 + echo 'Install rootlesskit version v0.14.4' [2023-05-05T19:02:48.650Z] #0 2.350 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:02:48.650Z] #0 2.350 + GOBIN=/build [2023-05-05T19:02:48.650Z] #0 2.350 + GO111MODULE=on [2023-05-05T19:02:48.650Z] #0 2.350 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-05-05T19:02:48.650Z] #0 2.350 Install rootlesskit version v0.14.4 [2023-05-05T19:02:48.650Z] #0 2.852 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-05-05T19:02:48.650Z] #0 5.360 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-05-05T19:02:48.650Z] #0 5.360 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:48.650Z] #0 5.360 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-05-05T19:02:48.650Z] #0 5.360 go: downloading github.com/moby/vpnkit v0.5.0 [2023-05-05T19:02:48.650Z] #0 5.361 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-05-05T19:02:48.650Z] #0 5.361 go: downloading github.com/google/uuid v1.3.0 [2023-05-05T19:02:48.650Z] #0 5.362 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:48.650Z] #0 5.363 go: downloading github.com/gorilla/mux v1.8.0 [2023-05-05T19:02:48.650Z] #0 5.416 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-05-05T19:02:48.650Z] #0 5.424 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-05-05T19:02:48.650Z] #0 5.769 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-05-05T19:02:48.650Z] #0 6.555 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-05-05T19:02:48.650Z] #0 6.555 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-05-05T19:02:48.650Z] #0 7.601 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-05-05T19:02:48.650Z] #0 7.626 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-05-05T19:02:48.650Z] #23 ... [2023-05-05T19:02:48.650Z] [2023-05-05T19:02:48.650Z] #24 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2023-05-05T19:02:48.650Z] #0 1.496 + RM_GOPATH=0 [2023-05-05T19:02:48.650Z] #0 1.496 + TMP_GOPATH= [2023-05-05T19:02:48.650Z] #0 1.496 + : /build [2023-05-05T19:02:48.650Z] #0 1.496 + '[' -z '' ']' [2023-05-05T19:02:48.650Z] #0 1.496 ++ mktemp -d [2023-05-05T19:02:48.650Z] #0 1.497 + export GOPATH=/tmp/tmp.gqCabL76j6 [2023-05-05T19:02:48.650Z] #0 1.497 + GOPATH=/tmp/tmp.gqCabL76j6 [2023-05-05T19:02:48.650Z] #0 1.498 + RM_GOPATH=1 [2023-05-05T19:02:48.650Z] #0 1.498 + case "$(go env GOARCH)" in [2023-05-05T19:02:48.650Z] #0 1.501 ++ go env GOARCH [2023-05-05T19:02:48.650Z] #0 1.513 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 1.513 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 1.514 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:48.650Z] #0 1.516 + dir=/tmp/install [2023-05-05T19:02:48.650Z] #0 1.516 + bin=proxy [2023-05-05T19:02:48.650Z] #0 1.516 + shift [2023-05-05T19:02:48.650Z] #0 1.516 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-05-05T19:02:48.650Z] #0 1.516 + . /tmp/install/proxy.installer [2023-05-05T19:02:48.650Z] #0 1.517 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:48.650Z] #0 1.517 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:48.650Z] #0 1.517 + install_proxy [2023-05-05T19:02:48.650Z] #0 1.517 + case "$1" in [2023-05-05T19:02:48.650Z] #0 1.517 + export CGO_ENABLED=0 [2023-05-05T19:02:48.650Z] #0 1.517 + CGO_ENABLED=0 [2023-05-05T19:02:48.650Z] #0 1.517 + _install_proxy [2023-05-05T19:02:48.650Z] #0 1.517 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03' [2023-05-05T19:02:48.650Z] #0 1.517 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.gqCabL76j6/src/github.com/docker/libnetwork [2023-05-05T19:02:48.650Z] #0 1.519 Cloning into '/tmp/tmp.gqCabL76j6/src/github.com/docker/libnetwork'... [2023-05-05T19:02:48.650Z] #0 6.300 + cd /tmp/tmp.gqCabL76j6/src/github.com/docker/libnetwork [2023-05-05T19:02:48.650Z] #0 6.300 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:48.650Z] #0 6.617 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-05-05T19:02:48.650Z] #24 ... [2023-05-05T19:02:48.650Z] [2023-05-05T19:02:48.650Z] #25 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:48.650Z] #0 2.579 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:48.650Z] #0 2.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:48.650Z] #0 2.591 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:48.650Z] #0 3.061 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:48.650Z] #0 3.592 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:48.650Z] #0 4.170 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:48.650Z] #0 8.328 Fetched 8644 kB in 6s (1435 kB/s) [2023-05-05T19:02:48.650Z] #0 8.328 Reading package lists... [2023-05-05T19:02:48.650Z] #0 9.576 Reading package lists... [2023-05-05T19:02:48.650Z] #25 ... [2023-05-05T19:02:48.650Z] [2023-05-05T19:02:48.650Z] #26 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:02:48.650Z] #0 2.108 + RM_GOPATH=0 [2023-05-05T19:02:48.650Z] #0 2.108 + TMP_GOPATH= [2023-05-05T19:02:48.650Z] #0 2.109 + : /build [2023-05-05T19:02:48.650Z] #0 2.109 + '[' -z '' ']' [2023-05-05T19:02:48.650Z] #0 2.109 ++ mktemp -d [2023-05-05T19:02:48.650Z] #0 2.116 + export GOPATH=/tmp/tmp.OWoQkYxZCy [2023-05-05T19:02:48.650Z] #0 2.116 + GOPATH=/tmp/tmp.OWoQkYxZCy [2023-05-05T19:02:48.650Z] #0 2.116 + RM_GOPATH=1 [2023-05-05T19:02:48.650Z] #0 2.116 + case "$(go env GOARCH)" in [2023-05-05T19:02:48.650Z] #0 2.117 ++ go env GOARCH [2023-05-05T19:02:48.650Z] #0 2.132 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 2.132 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 2.132 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:48.650Z] #0 2.132 + dir=/tmp/install [2023-05-05T19:02:48.650Z] #0 2.132 + bin=gotestsum [2023-05-05T19:02:48.650Z] #0 2.132 + shift [2023-05-05T19:02:48.650Z] #0 2.132 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-05-05T19:02:48.650Z] #0 2.132 + . /tmp/install/gotestsum.installer [2023-05-05T19:02:48.650Z] #0 2.132 ++ : v1.8.2 [2023-05-05T19:02:48.650Z] #0 2.132 + install_gotestsum [2023-05-05T19:02:48.650Z] #0 2.140 Install gotestsum version v1.8.2 [2023-05-05T19:02:48.650Z] #0 2.140 + set -e [2023-05-05T19:02:48.650Z] #0 2.140 + echo 'Install gotestsum version v1.8.2' [2023-05-05T19:02:48.650Z] #0 2.140 + GOBIN=/build [2023-05-05T19:02:48.650Z] #0 2.140 + GO111MODULE=on [2023-05-05T19:02:48.650Z] #0 2.140 + go install gotest.tools/gotestsum@v1.8.2 [2023-05-05T19:02:48.650Z] #0 2.520 go: downloading gotest.tools/gotestsum v1.8.2 [2023-05-05T19:02:48.650Z] #0 3.715 go: downloading golang.org/x/tools v0.1.11 [2023-05-05T19:02:48.650Z] #0 3.726 go: downloading github.com/dnephin/pflag v1.0.7 [2023-05-05T19:02:48.650Z] #0 3.726 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-05-05T19:02:48.650Z] #0 3.727 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-05-05T19:02:48.650Z] #0 3.727 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:48.650Z] #0 3.727 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-05-05T19:02:48.650Z] #0 3.777 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:48.650Z] #0 3.781 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-05-05T19:02:48.650Z] #0 3.859 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-05-05T19:02:48.650Z] #0 3.968 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-05-05T19:02:48.650Z] #0 8.368 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:48.650Z] #26 ... [2023-05-05T19:02:48.650Z] [2023-05-05T19:02:48.650Z] #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 [2023-05-05T19:02:48.650Z] #0 1.829 + RM_GOPATH=0 [2023-05-05T19:02:48.650Z] #0 1.829 + TMP_GOPATH= [2023-05-05T19:02:48.650Z] #0 1.829 + : /build [2023-05-05T19:02:48.650Z] #0 1.829 + '[' -z '' ']' [2023-05-05T19:02:48.650Z] #0 1.829 ++ mktemp -d [2023-05-05T19:02:48.650Z] #0 1.829 + export GOPATH=/tmp/tmp.tisWb0ifZp [2023-05-05T19:02:48.650Z] #0 1.829 + GOPATH=/tmp/tmp.tisWb0ifZp [2023-05-05T19:02:48.650Z] #0 1.829 + RM_GOPATH=1 [2023-05-05T19:02:48.650Z] #0 1.829 + case "$(go env GOARCH)" in [2023-05-05T19:02:48.650Z] #0 1.829 ++ go env GOARCH [2023-05-05T19:02:48.650Z] #0 1.834 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 1.834 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.650Z] #0 1.834 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:48.650Z] #0 1.835 + dir=/tmp/install [2023-05-05T19:02:48.650Z] #0 1.835 + bin=vndr [2023-05-05T19:02:48.650Z] #0 1.835 + shift [2023-05-05T19:02:48.650Z] #0 1.835 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:48.650Z] #0 1.836 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-05-05T19:02:48.650Z] #0 1.836 + . /tmp/install/vndr.installer [2023-05-05T19:02:48.650Z] #0 1.836 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:48.650Z] #0 1.836 + install_vndr [2023-05-05T19:02:48.650Z] #0 1.836 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-05-05T19:02:48.650Z] #0 1.836 + GOBIN=/build [2023-05-05T19:02:48.650Z] #0 1.836 + GO111MODULE=on [2023-05-05T19:02:48.650Z] #0 1.836 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:48.650Z] #0 2.222 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:48.665Z] #22 7.160 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-05-05T19:02:48.665Z] #22 7.194 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-05-05T19:02:48.665Z] #22 7.259 go: downloading github.com/ultraware/funlen v0.0.3 [2023-05-05T19:02:48.665Z] #22 7.263 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-05-05T19:02:48.665Z] #22 7.264 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-05-05T19:02:48.665Z] #22 7.273 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-05-05T19:02:48.765Z] #36 15.27 #=#=# ######################################################################## 100.0% [2023-05-05T19:02:48.805Z] #38 19.90 DEP criu/arch/aarch64/sigframe.d [2023-05-05T19:02:48.805Z] #38 19.96 DEP criu/arch/aarch64/crtools.d [2023-05-05T19:02:48.805Z] #38 20.02 DEP criu/arch/aarch64/cpu.d [2023-05-05T19:02:48.805Z] #38 20.03 DEP criu/arch/aarch64/bitops.d [2023-05-05T19:02:48.805Z] #38 20.08 CC criu/arch/aarch64/bitops.o [2023-05-05T19:02:48.805Z] #38 20.13 CC criu/arch/aarch64/cpu.o [2023-05-05T19:02:48.837Z] #50 11.83 Unpacking bash-completion (1:2.11-2) ... [2023-05-05T19:02:48.912Z] #27 ... [2023-05-05T19:02:48.912Z] [2023-05-05T19:02:48.912Z] #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 [2023-05-05T19:02:48.912Z] #0 1.635 + RM_GOPATH=0 [2023-05-05T19:02:48.912Z] #0 1.635 + TMP_GOPATH= [2023-05-05T19:02:48.912Z] #0 1.635 + : /build [2023-05-05T19:02:48.912Z] #0 1.635 + '[' -z '' ']' [2023-05-05T19:02:48.912Z] #0 1.635 ++ mktemp -d [2023-05-05T19:02:48.912Z] #0 1.638 + export GOPATH=/tmp/tmp.SeitUxRW9E [2023-05-05T19:02:48.912Z] #0 1.638 + GOPATH=/tmp/tmp.SeitUxRW9E [2023-05-05T19:02:48.912Z] #0 1.638 + RM_GOPATH=1 [2023-05-05T19:02:48.912Z] #0 1.638 + case "$(go env GOARCH)" in [2023-05-05T19:02:48.912Z] #0 1.640 ++ go env GOARCH [2023-05-05T19:02:48.912Z] #0 1.651 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.912Z] #0 1.651 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.912Z] #0 1.652 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:48.912Z] #0 1.653 + dir=/tmp/install [2023-05-05T19:02:48.912Z] #0 1.653 + bin=tomlv [2023-05-05T19:02:48.912Z] #0 1.653 + shift [2023-05-05T19:02:48.912Z] #0 1.653 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-05-05T19:02:48.912Z] #0 1.653 + . /tmp/install/tomlv.installer [2023-05-05T19:02:48.912Z] #0 1.653 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:48.912Z] #0 1.653 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:48.912Z] #0 1.653 + install_tomlv [2023-05-05T19:02:48.912Z] #0 1.653 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-05-05T19:02:48.912Z] #0 1.653 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.SeitUxRW9E/src/github.com/BurntSushi/toml [2023-05-05T19:02:48.912Z] #0 1.655 Cloning into '/tmp/tmp.SeitUxRW9E/src/github.com/BurntSushi/toml'... [2023-05-05T19:02:48.912Z] #0 2.150 + cd /tmp/tmp.SeitUxRW9E/src/github.com/BurntSushi/toml [2023-05-05T19:02:48.912Z] #0 2.156 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:48.912Z] #0 2.256 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:02:48.912Z] #0 2.385 internal/goos [2023-05-05T19:02:48.912Z] #0 2.387 internal/goexperiment [2023-05-05T19:02:48.912Z] #0 2.395 internal/unsafeheader [2023-05-05T19:02:48.912Z] #0 2.405 internal/goarch [2023-05-05T19:02:48.912Z] #0 2.411 encoding [2023-05-05T19:02:48.912Z] #0 2.413 internal/cpu [2023-05-05T19:02:48.912Z] #0 2.426 runtime/internal/syscall [2023-05-05T19:02:48.912Z] #0 2.426 internal/itoa [2023-05-05T19:02:48.912Z] #0 2.429 math/bits [2023-05-05T19:02:48.912Z] #0 2.437 runtime/internal/atomic [2023-05-05T19:02:48.912Z] #0 2.439 unicode/utf8 [2023-05-05T19:02:48.912Z] #0 2.447 internal/abi [2023-05-05T19:02:48.912Z] #0 2.512 runtime/internal/math [2023-05-05T19:02:48.912Z] #0 2.566 runtime/internal/sys [2023-05-05T19:02:48.912Z] #0 2.603 internal/race [2023-05-05T19:02:48.912Z] #0 2.634 sync/atomic [2023-05-05T19:02:48.912Z] #0 2.643 unicode [2023-05-05T19:02:48.912Z] #0 2.889 math [2023-05-05T19:02:48.912Z] #0 2.892 internal/bytealg [2023-05-05T19:02:48.912Z] #0 3.399 runtime [2023-05-05T19:02:48.912Z] #28 10.71 sync [2023-05-05T19:02:48.912Z] #28 10.71 internal/reflectlite [2023-05-05T19:02:48.912Z] #28 ... [2023-05-05T19:02:48.912Z] [2023-05-05T19:02:48.912Z] #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 [2023-05-05T19:02:48.912Z] #0 1.701 + RM_GOPATH=0 [2023-05-05T19:02:48.912Z] #0 1.701 + TMP_GOPATH= [2023-05-05T19:02:48.912Z] #0 1.701 + : /build [2023-05-05T19:02:48.912Z] #0 1.701 + '[' -z '' ']' [2023-05-05T19:02:48.912Z] #0 1.702 ++ mktemp -d [2023-05-05T19:02:48.912Z] #0 1.703 + export GOPATH=/tmp/tmp.KIIGOifDTs [2023-05-05T19:02:48.912Z] #0 1.703 + GOPATH=/tmp/tmp.KIIGOifDTs [2023-05-05T19:02:48.912Z] #0 1.703 + RM_GOPATH=1 [2023-05-05T19:02:48.912Z] #0 1.703 + case "$(go env GOARCH)" in [2023-05-05T19:02:48.912Z] #0 1.703 ++ go env GOARCH [2023-05-05T19:02:48.912Z] #0 1.716 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.912Z] #0 1.716 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:48.912Z] #0 1.717 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:48.912Z] #0 1.717 + dir=/tmp/install [2023-05-05T19:02:48.912Z] #0 1.718 Install shfmt version v3.0.2 [2023-05-05T19:02:48.912Z] #0 1.718 + bin=shfmt [2023-05-05T19:02:48.912Z] #0 1.718 + shift [2023-05-05T19:02:48.912Z] #0 1.718 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-05-05T19:02:48.912Z] #0 1.718 + . /tmp/install/shfmt.installer [2023-05-05T19:02:48.912Z] #0 1.718 ++ : v3.0.2 [2023-05-05T19:02:48.912Z] #0 1.718 + install_shfmt [2023-05-05T19:02:48.912Z] #0 1.718 + echo 'Install shfmt version v3.0.2' [2023-05-05T19:02:48.912Z] #0 1.718 + GOBIN=/build [2023-05-05T19:02:48.912Z] #0 1.718 + GO111MODULE=on [2023-05-05T19:02:48.912Z] #0 1.718 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-05-05T19:02:48.912Z] #0 2.076 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-05-05T19:02:48.912Z] #0 2.919 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-05-05T19:02:48.912Z] #0 2.919 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-05-05T19:02:48.912Z] #0 2.924 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-05-05T19:02:48.912Z] #0 3.907 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-05-05T19:02:48.921Z] #22 7.383 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-05-05T19:02:48.921Z] #22 7.425 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-05-05T19:02:49.022Z] #36 15.67 [2023-05-05T19:02:49.022Z] #36 15.83 Download of images into '/build' complete. [2023-05-05T19:02:49.023Z] #36 15.83 Use something like the following to load the result into a Docker daemon: [2023-05-05T19:02:49.023Z] #36 15.83 tar -cC '/build' . | docker load [2023-05-05T19:02:49.066Z] #38 20.23 CC criu/arch/aarch64/crtools.o [2023-05-05T19:02:49.096Z] #50 12.06 Selecting previously unselected package bzip2. [2023-05-05T19:02:49.096Z] #50 12.07 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-05-05T19:02:49.096Z] #50 12.07 Unpacking bzip2 (1.0.8-4) ... [2023-05-05T19:02:49.096Z] #50 12.13 Selecting previously unselected package xz-utils. [2023-05-05T19:02:49.096Z] #50 12.14 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-05-05T19:02:49.096Z] #50 12.14 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:02:49.174Z] #29 ... [2023-05-05T19:02:49.174Z] [2023-05-05T19:02:49.174Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:49.174Z] #0 2.634 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:49.174Z] #0 2.651 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:49.174Z] #0 2.665 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:49.174Z] #0 3.057 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:49.174Z] #0 3.686 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:49.174Z] #0 4.016 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:49.174Z] #0 8.657 Fetched 8644 kB in 6s (1402 kB/s) [2023-05-05T19:02:49.174Z] #0 8.657 Reading package lists... [2023-05-05T19:02:49.174Z] #0 9.773 Reading package lists... [2023-05-05T19:02:49.174Z] #0 10.89 Building dependency tree... [2023-05-05T19:02:49.174Z] #30 ... [2023-05-05T19:02:49.174Z] [2023-05-05T19:02:49.174Z] #31 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:02:49.174Z] #0 2.006 + RM_GOPATH=0 [2023-05-05T19:02:49.174Z] #0 2.006 + TMP_GOPATH= [2023-05-05T19:02:49.174Z] #0 2.006 + : /build [2023-05-05T19:02:49.174Z] #0 2.006 + '[' -z '' ']' [2023-05-05T19:02:49.174Z] #0 2.008 ++ mktemp -d [2023-05-05T19:02:49.174Z] #0 2.011 + export GOPATH=/tmp/tmp.A8892hMcsY [2023-05-05T19:02:49.174Z] #0 2.011 + GOPATH=/tmp/tmp.A8892hMcsY [2023-05-05T19:02:49.174Z] #0 2.011 + RM_GOPATH=1 [2023-05-05T19:02:49.174Z] #0 2.011 + case "$(go env GOARCH)" in [2023-05-05T19:02:49.174Z] #0 2.013 ++ go env GOARCH [2023-05-05T19:02:49.174Z] #0 2.025 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:49.174Z] #0 2.025 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:49.174Z] #0 2.029 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:49.174Z] #0 2.033 + dir=/tmp/install [2023-05-05T19:02:49.174Z] #0 2.033 + bin=dockercli [2023-05-05T19:02:49.174Z] #0 2.033 + shift [2023-05-05T19:02:49.174Z] #0 2.033 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-05-05T19:02:49.174Z] #0 2.033 + . /tmp/install/dockercli.installer [2023-05-05T19:02:49.174Z] #0 2.033 ++ : stable [2023-05-05T19:02:49.174Z] #0 2.033 ++ : 17.06.2-ce [2023-05-05T19:02:49.174Z] #0 2.033 + install_dockercli [2023-05-05T19:02:49.174Z] #0 2.033 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-05-05T19:02:49.174Z] #0 2.035 Install docker/cli version 17.06.2-ce from stable [2023-05-05T19:02:49.174Z] #0 2.037 ++ uname -m [2023-05-05T19:02:49.174Z] #0 2.042 + arch=x86_64 [2023-05-05T19:02:49.174Z] #0 2.042 + '[' x86_64 '!=' x86_64 ']' [2023-05-05T19:02:49.174Z] #0 2.042 + url=https://download.docker.com/linux/static [2023-05-05T19:02:49.174Z] #0 2.045 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-05-05T19:02:49.174Z] #0 2.045 + tar -xz docker/docker [2023-05-05T19:02:49.174Z] #0 4.380 + mkdir -p /build [2023-05-05T19:02:49.174Z] #0 4.382 + mv docker/docker /build/ [2023-05-05T19:02:49.174Z] #0 4.384 + rmdir docker [2023-05-05T19:02:49.174Z] #31 ... [2023-05-05T19:02:49.174Z] [2023-05-05T19:02:49.174Z] #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 [2023-05-05T19:02:49.174Z] #0 2.405 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:49.174Z] #0 2.418 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:49.174Z] #0 2.418 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:49.174Z] #0 2.769 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:49.174Z] #0 3.232 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:49.174Z] #0 3.580 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:49.174Z] #0 6.765 Fetched 8644 kB in 5s (1871 kB/s) [2023-05-05T19:02:49.174Z] #0 6.765 Reading package lists... [2023-05-05T19:02:49.174Z] #0 8.106 Reading package lists... [2023-05-05T19:02:49.174Z] #0 9.214 Building dependency tree... [2023-05-05T19:02:49.174Z] #0 9.717 The following additional packages will be installed: [2023-05-05T19:02:49.174Z] #0 9.719 libbtrfs0 [2023-05-05T19:02:49.174Z] #0 9.779 The following NEW packages will be installed: [2023-05-05T19:02:49.174Z] #0 9.781 libbtrfs-dev libbtrfs0 [2023-05-05T19:02:49.174Z] #0 10.09 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:49.174Z] #0 10.09 Need to get 460 kB of archives. [2023-05-05T19:02:49.174Z] #0 10.09 After this operation, 1237 kB of additional disk space will be used. [2023-05-05T19:02:49.174Z] #0 10.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:02:49.174Z] #0 10.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:02:49.174Z] #0 10.73 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:49.174Z] #0 10.97 Fetched 460 kB in 0s (1399 kB/s) [2023-05-05T19:02:49.178Z] #22 ... [2023-05-05T19:02:49.178Z] [2023-05-05T19:02:49.178Z] #21 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:02:49.178Z] #21 7.489 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-05-05T19:02:49.328Z] #38 20.42 CC criu/arch/aarch64/sigframe.o [2023-05-05T19:02:49.354Z] #50 12.24 Selecting previously unselected package apparmor. [2023-05-05T19:02:49.354Z] #50 12.25 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-05-05T19:02:49.354Z] #50 12.30 Unpacking apparmor (2.13.6-10) ... [2023-05-05T19:02:49.354Z] #50 12.50 Selecting previously unselected package inetutils-ping. [2023-05-05T19:02:49.438Z] #32 ... [2023-05-05T19:02:49.438Z] [2023-05-05T19:02:49.438Z] #33 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:02:49.438Z] #0 2.011 + git clone https://github.com/docker/distribution.git . [2023-05-05T19:02:49.438Z] #0 2.013 Cloning into '.'... [2023-05-05T19:02:49.438Z] #0 5.598 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2023-05-05T19:02:49.438Z] #0 6.481 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-05-05T19:02:49.438Z] #33 ... [2023-05-05T19:02:49.438Z] [2023-05-05T19:02:49.438Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:49.438Z] #0 2.219 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:49.438Z] #0 2.231 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:49.438Z] #0 2.235 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:49.438Z] #0 2.527 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:49.438Z] #0 2.908 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:49.438Z] #0 3.442 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:49.438Z] #0 7.237 Fetched 8644 kB in 5s (1619 kB/s) [2023-05-05T19:02:49.438Z] #0 7.237 Reading package lists... [2023-05-05T19:02:49.438Z] #0 8.509 Reading package lists... [2023-05-05T19:02:49.438Z] #0 9.745 Building dependency tree... [2023-05-05T19:02:49.438Z] #0 10.43 The following additional packages will be installed: [2023-05-05T19:02:49.438Z] #0 10.44 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-05-05T19:02:49.438Z] #0 10.44 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-05-05T19:02:49.438Z] #0 10.44 Suggested packages: [2023-05-05T19:02:49.438Z] #0 10.44 manpages-dev protobuf-mode-el python3-setuptools [2023-05-05T19:02:49.438Z] #0 10.69 The following NEW packages will be installed: [2023-05-05T19:02:49.438Z] #0 10.69 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-05-05T19:02:49.438Z] #0 10.69 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-05-05T19:02:49.438Z] #0 10.70 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-05-05T19:02:49.438Z] #0 10.70 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-05-05T19:02:49.438Z] #0 10.98 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:49.438Z] #0 10.98 Need to get 4583 kB of archives. [2023-05-05T19:02:49.438Z] #0 10.98 After this operation, 25.9 MB of additional disk space will be used. [2023-05-05T19:02:49.438Z] #0 10.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:02:49.438Z] #0 10.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-05-05T19:02:49.438Z] #0 11.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:02:49.438Z] #0 11.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-05-05T19:02:49.438Z] #0 11.01 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:02:49.438Z] #0 11.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-05-05T19:02:49.438Z] #0 11.06 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:02:49.438Z] #0 11.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-05-05T19:02:49.438Z] #0 11.09 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-05-05T19:02:49.438Z] #0 11.11 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-05-05T19:02:49.438Z] #0 11.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-05-05T19:02:49.438Z] #0 11.18 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-05-05T19:02:49.438Z] #0 11.23 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-05-05T19:02:49.438Z] #0 11.29 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-05-05T19:02:49.438Z] #0 11.30 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-05-05T19:02:49.438Z] #0 11.32 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:02:49.438Z] #0 11.34 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-05-05T19:02:49.590Z] #38 20.63 LINK criu/arch/aarch64/crtools.built-in.o [2023-05-05T19:02:49.590Z] #38 20.70 DEP criu/pie/util-vdso.d [2023-05-05T19:02:49.590Z] #38 20.73 DEP criu/pie/util.d [2023-05-05T19:02:49.590Z] #38 20.77 CC criu/pie/util.o [2023-05-05T19:02:49.613Z] #50 12.50 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-05-05T19:02:49.613Z] #50 12.51 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:02:49.613Z] #50 12.62 Selecting previously unselected package libip4tc2:amd64. [2023-05-05T19:02:49.613Z] #50 12.62 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:02:49.613Z] #50 12.63 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:02:49.613Z] #50 12.70 Selecting previously unselected package libip6tc2:amd64. [2023-05-05T19:02:49.613Z] #50 12.71 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:02:49.613Z] #50 12.72 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:02:49.698Z] #34 11.34 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-05-05T19:02:49.698Z] #34 ... [2023-05-05T19:02:49.698Z] [2023-05-05T19:02:49.698Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:49.698Z] #22 7.743 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-05-05T19:02:49.698Z] #22 7.744 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2023-05-05T19:02:49.698Z] #22 7.794 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-05-05T19:02:49.698Z] #22 7.892 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-05-05T19:02:49.698Z] #22 7.944 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-05-05T19:02:49.698Z] #22 8.343 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-05-05T19:02:49.698Z] #22 8.344 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-05-05T19:02:49.698Z] #22 8.346 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-05-05T19:02:49.698Z] #22 8.427 go: downloading github.com/julz/importas v0.1.0 [2023-05-05T19:02:49.698Z] #22 8.521 go: downloading github.com/kisielk/errcheck v1.6.2 [2023-05-05T19:02:49.698Z] #22 8.529 go: downloading github.com/kulti/thelper v0.6.3 [2023-05-05T19:02:49.698Z] #22 8.722 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2023-05-05T19:02:49.698Z] #22 8.722 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2023-05-05T19:02:49.698Z] #22 8.722 go: downloading github.com/ldez/tagliatelle v0.3.1 [2023-05-05T19:02:49.698Z] #22 8.791 go: downloading github.com/leonklingele/grouper v1.1.0 [2023-05-05T19:02:49.698Z] #22 8.837 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-05-05T19:02:49.698Z] #22 8.849 go: downloading github.com/maratori/testpackage v1.1.0 [2023-05-05T19:02:49.699Z] #22 8.982 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2023-05-05T19:02:49.699Z] #22 9.036 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-05-05T19:02:49.699Z] #22 9.233 go: downloading github.com/mgechev/revive v1.2.3 [2023-05-05T19:02:49.699Z] #22 9.324 go: downloading github.com/moricho/tparallel v0.2.1 [2023-05-05T19:02:49.699Z] #22 9.328 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-05-05T19:02:49.699Z] #22 9.612 go: downloading github.com/nishanths/exhaustive v0.8.1 [2023-05-05T19:02:49.699Z] #22 9.676 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-05-05T19:02:49.699Z] #22 9.825 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2023-05-05T19:02:49.699Z] #22 9.854 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2023-05-05T19:02:49.699Z] #22 9.954 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2023-05-05T19:02:49.699Z] #22 9.980 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2023-05-05T19:02:49.699Z] #22 10.10 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-05-05T19:02:49.699Z] #22 10.12 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2023-05-05T19:02:49.699Z] #22 10.15 go: downloading github.com/securego/gosec/v2 v2.13.1 [2023-05-05T19:02:49.699Z] #22 10.42 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-05-05T19:02:49.699Z] #22 10.42 go: downloading github.com/sivchari/containedctx v1.0.2 [2023-05-05T19:02:49.699Z] #22 10.42 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-05-05T19:02:49.699Z] #22 10.48 go: downloading github.com/sivchari/tenv v1.7.0 [2023-05-05T19:02:49.699Z] #22 10.49 go: downloading github.com/sonatard/noctx v0.0.1 [2023-05-05T19:02:49.699Z] #22 10.50 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2023-05-05T19:02:49.699Z] #22 10.55 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-05-05T19:02:49.699Z] #22 10.59 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-05-05T19:02:49.699Z] #22 10.60 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2023-05-05T19:02:49.699Z] #22 10.68 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2023-05-05T19:02:49.699Z] #22 10.70 go: downloading github.com/tetafro/godot v1.4.11 [2023-05-05T19:02:49.699Z] #22 10.72 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2023-05-05T19:02:49.699Z] #22 10.73 go: downloading github.com/timonwong/logrlint v0.1.0 [2023-05-05T19:02:49.699Z] #22 10.77 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2023-05-05T19:02:49.699Z] #22 10.78 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2023-05-05T19:02:49.699Z] #22 10.79 go: downloading github.com/ultraware/funlen v0.0.3 [2023-05-05T19:02:49.699Z] #22 10.80 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-05-05T19:02:49.699Z] #22 10.83 go: downloading github.com/uudashr/gocognit v1.0.6 [2023-05-05T19:02:49.699Z] #22 10.91 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-05-05T19:02:49.699Z] #22 10.96 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-05-05T19:02:49.699Z] #22 10.97 go: downloading gitlab.com/bosi/decorder v0.2.3 [2023-05-05T19:02:49.699Z] #22 11.16 go: downloading honnef.co/go/tools v0.3.3 [2023-05-05T19:02:49.699Z] #22 11.20 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-05-05T19:02:49.699Z] #22 11.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-05-05T19:02:49.699Z] #22 11.45 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-05-05T19:02:49.699Z] #22 11.48 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-05-05T19:02:49.699Z] #22 11.49 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-05-05T19:02:49.699Z] #22 11.51 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-05-05T19:02:49.852Z] #38 20.85 CC criu/pie/util-vdso.o [2023-05-05T19:02:49.852Z] #38 21.02 AR criu/pie/pie.lib.a [2023-05-05T19:02:49.852Z] #38 21.07 DEP criu/pie/restorer.d [2023-05-05T19:02:49.852Z] #38 21.13 DEP criu/arch/aarch64/intraprocedure.d [2023-05-05T19:02:49.871Z] #50 12.79 Selecting previously unselected package libnfnetlink0:amd64. [2023-05-05T19:02:49.871Z] #50 12.80 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-05-05T19:02:49.871Z] #50 12.80 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:02:49.872Z] #50 12.86 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-05-05T19:02:49.872Z] #50 12.87 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-05-05T19:02:49.872Z] #50 12.88 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:02:49.872Z] #50 12.94 Selecting previously unselected package libnftnl11:amd64. [2023-05-05T19:02:49.872Z] #50 12.95 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-05-05T19:02:49.872Z] #50 12.95 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:02:49.974Z] #22 11.63 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-05-05T19:02:49.974Z] #22 11.70 go: downloading github.com/stretchr/objx v0.4.0 [2023-05-05T19:02:50.114Z] #38 21.15 DEP criu/arch/aarch64/restorer.d [2023-05-05T19:02:50.114Z] #38 21.22 DEP criu/arch/aarch64/vdso-pie.d [2023-05-05T19:02:50.114Z] #38 21.26 DEP criu/pie/parasite-vdso.d [2023-05-05T19:02:50.114Z] #38 21.33 DEP criu/pie/parasite.d [2023-05-05T19:02:50.130Z] #50 13.03 Selecting previously unselected package iptables. [2023-05-05T19:02:50.130Z] #50 13.04 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-05-05T19:02:50.130Z] #50 13.04 Unpacking iptables (1.8.7-1) ... [2023-05-05T19:02:50.130Z] #50 13.22 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:02:50.130Z] #50 13.22 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:02:50.130Z] #50 13.22 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:02:50.135Z] #21 8.304 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2023-05-05T19:02:50.235Z] #22 11.92 go: downloading github.com/subosito/gotenv v1.4.0 [2023-05-05T19:02:50.235Z] #22 12.00 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-05-05T19:02:50.235Z] #22 12.07 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-05-05T19:02:50.235Z] #22 12.07 go: downloading github.com/magiconair/properties v1.8.6 [2023-05-05T19:02:50.235Z] #22 12.07 go: downloading golang.org/x/text v0.3.7 [2023-05-05T19:02:50.235Z] #22 12.07 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-05-05T19:02:50.235Z] #22 12.17 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-05-05T19:02:50.377Z] #38 21.42 CC criu/pie/parasite.o [2023-05-05T19:02:50.392Z] #21 ... [2023-05-05T19:02:50.392Z] [2023-05-05T19:02:50.392Z] #11 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:50.392Z] #11 26.66 129 added, 0 removed; done. [2023-05-05T19:02:50.392Z] #11 26.76 Setting up jq (1.6-2.1) ... [2023-05-05T19:02:50.392Z] #11 26.81 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:50.392Z] #11 26.83 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:50.392Z] #11 26.85 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:50.392Z] #11 26.89 Processing triggers for ca-certificates (20210119) ... [2023-05-05T19:02:50.392Z] #11 26.91 Updating certificates in /etc/ssl/certs... [2023-05-05T19:02:50.392Z] #11 28.29 0 added, 0 removed; done. [2023-05-05T19:02:50.392Z] #11 28.29 Running hooks in /etc/ca-certificates/update.d... [2023-05-05T19:02:50.392Z] #11 28.30 done. [2023-05-05T19:02:50.392Z] #11 DONE 35.0s [2023-05-05T19:02:50.397Z] #36 ... [2023-05-05T19:02:50.397Z] [2023-05-05T19:02:50.397Z] #24 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:50.397Z] #24 10.10 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-05-05T19:02:50.397Z] #24 10.22 go: downloading github.com/kisielk/gotool v1.0.0 [2023-05-05T19:02:50.397Z] #24 10.51 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-05-05T19:02:50.397Z] #24 10.66 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-05-05T19:02:50.397Z] #24 10.66 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-05-05T19:02:50.397Z] #24 10.66 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-05-05T19:02:50.397Z] #24 10.80 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-05-05T19:02:50.397Z] #24 10.80 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-05-05T19:02:50.397Z] #24 10.94 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-05-05T19:02:50.397Z] #24 10.96 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-05-05T19:02:50.397Z] #24 10.96 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-05-05T19:02:50.397Z] #24 10.97 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-05-05T19:02:50.397Z] #24 10.97 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-05-05T19:02:50.397Z] #24 11.03 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-05-05T19:02:50.397Z] #24 11.04 go: downloading github.com/ettle/strcase v0.1.1 [2023-05-05T19:02:50.397Z] #24 11.04 go: downloading github.com/Masterminds/semver v1.5.0 [2023-05-05T19:02:50.397Z] #24 11.08 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-05-05T19:02:50.397Z] #24 11.11 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-05-05T19:02:50.397Z] #24 11.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-05-05T19:02:50.397Z] #24 11.17 go: downloading github.com/fatih/structtag v1.2.0 [2023-05-05T19:02:50.397Z] #24 11.24 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-05-05T19:02:50.397Z] #24 11.24 go: downloading github.com/prometheus/client_model v0.2.0 [2023-05-05T19:02:50.397Z] #24 11.31 go: downloading github.com/google/go-cmp v0.5.8 [2023-05-05T19:02:50.397Z] #24 11.65 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-05-05T19:02:50.397Z] #24 11.69 go: downloading go.uber.org/atomic v1.7.0 [2023-05-05T19:02:50.397Z] #24 11.79 go: downloading go.uber.org/multierr v1.6.0 [2023-05-05T19:02:50.397Z] #24 11.96 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-05-05T19:02:50.397Z] #24 11.96 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-05-05T19:02:50.397Z] #24 12.08 go: downloading github.com/golang/protobuf v1.5.2 [2023-05-05T19:02:50.397Z] #24 12.21 go: downloading github.com/beorn7/perks v1.0.1 [2023-05-05T19:02:50.397Z] #24 12.27 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-05-05T19:02:50.397Z] #24 12.33 go: downloading github.com/prometheus/common v0.32.1 [2023-05-05T19:02:50.397Z] #24 12.35 go: downloading github.com/prometheus/procfs v0.7.3 [2023-05-05T19:02:50.397Z] #24 12.51 go: downloading google.golang.org/protobuf v1.28.0 [2023-05-05T19:02:50.397Z] #24 12.51 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-05-05T19:02:50.397Z] #24 12.59 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-05-05T19:02:50.397Z] #24 12.68 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-05-05T19:02:50.397Z] #24 13.80 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-05-05T19:02:50.397Z] #24 ... [2023-05-05T19:02:50.397Z] [2023-05-05T19:02:50.397Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:50.397Z] #27 10.27 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-05-05T19:02:50.397Z] #27 10.29 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-05-05T19:02:50.397Z] #27 10.65 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:02:50.397Z] #27 11.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-05-05T19:02:50.397Z] #27 11.34 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-05-05T19:02:50.397Z] #27 11.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:02:50.397Z] #27 12.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] [2023-05-05T19:02:50.397Z] #27 12.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-05-05T19:02:50.397Z] #27 12.68 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-05-05T19:02:50.397Z] #27 12.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-05-05T19:02:50.397Z] #27 12.73 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:02:50.397Z] #27 12.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:02:50.397Z] #27 12.78 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-05-05T19:02:50.397Z] #27 12.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u2 [123 kB] [2023-05-05T19:02:50.397Z] #27 12.81 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-05-05T19:02:50.397Z] #27 12.81 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-05-05T19:02:50.397Z] #27 12.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-05-05T19:02:50.397Z] #27 12.88 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-05-05T19:02:50.397Z] #27 12.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-05-05T19:02:50.397Z] #27 12.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-05-05T19:02:50.397Z] #27 12.94 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-05-05T19:02:50.397Z] #27 13.03 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-05-05T19:02:50.397Z] #27 13.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u2 [401 kB] [2023-05-05T19:02:50.397Z] #27 13.60 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:50.397Z] #27 13.91 Fetched 115 MB in 4s (32.6 MB/s) [2023-05-05T19:02:50.397Z] #27 14.08 Selecting previously unselected package binutils-mingw-w64-i686. [2023-05-05T19:02:50.397Z] #27 14.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:50.397Z] #27 14.10 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:02:50.397Z] #27 14.13 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:50.397Z] #27 15.05 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-05-05T19:02:50.397Z] #27 15.05 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:02:50.397Z] #27 15.07 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:50.397Z] #27 16.05 Selecting previously unselected package binutils-mingw-w64. [2023-05-05T19:02:50.397Z] #27 16.06 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-05-05T19:02:50.397Z] #27 16.16 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:02:50.397Z] #27 17.16 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-05-05T19:02:50.397Z] #27 17.16 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:02:50.397Z] #27 17.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:02:50.397Z] #27 17.83 Selecting previously unselected package dmsetup. [2023-05-05T19:02:50.397Z] #27 17.85 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:02:50.397Z] #27 17.85 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:02:50.397Z] #27 18.07 Selecting previously unselected package mingw-w64-common. [2023-05-05T19:02:50.397Z] #27 18.07 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-05-05T19:02:50.397Z] #27 18.09 Unpacking mingw-w64-common (8.0.0-1) ... [2023-05-05T19:02:50.499Z] #22 12.18 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-05-05T19:02:50.499Z] #22 12.18 go: downloading github.com/gobwas/glob v0.2.3 [2023-05-05T19:02:50.499Z] #22 12.28 go: downloading go.uber.org/zap v1.17.0 [2023-05-05T19:02:50.499Z] #22 12.37 go: downloading github.com/kisielk/gotool v1.0.0 [2023-05-05T19:02:50.638Z] #38 21.73 LINK criu/pie/parasite.built-in.o [2023-05-05T19:02:50.638Z] #38 21.73 GEN criu/pie/parasite-blob.h [2023-05-05T19:02:50.638Z] #38 21.74 CC criu/pie/parasite-vdso.o [2023-05-05T19:02:50.638Z] #38 21.91 CC criu/arch/aarch64/vdso-pie.o [2023-05-05T19:02:50.638Z] #38 21.97 CC criu/arch/aarch64/restorer.o [2023-05-05T19:02:50.648Z] [2023-05-05T19:02:50.648Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:50.648Z] #22 7.811 go: downloading honnef.co/go/tools v0.3.3 [2023-05-05T19:02:50.648Z] #22 7.811 go: downloading mvdan.cc/gofumpt v0.3.1 [2023-05-05T19:02:50.648Z] #22 7.975 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-05-05T19:02:50.648Z] #22 8.076 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2023-05-05T19:02:50.648Z] #22 8.136 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:50.648Z] #22 8.238 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-05-05T19:02:50.648Z] #22 8.357 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2023-05-05T19:02:50.648Z] #22 8.605 go: downloading github.com/subosito/gotenv v1.4.0 [2023-05-05T19:02:50.648Z] #22 8.765 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-05-05T19:02:50.648Z] #22 9.046 go: downloading gopkg.in/ini.v1 v1.66.6 [2023-05-05T19:02:50.648Z] #22 9.046 go: downloading github.com/magiconair/properties v1.8.6 [2023-05-05T19:02:50.648Z] #22 9.046 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2023-05-05T19:02:50.648Z] #22 9.046 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-05-05T19:02:50.648Z] #22 9.046 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-05-05T19:02:50.648Z] #22 9.051 go: downloading github.com/stretchr/objx v0.4.0 [2023-05-05T19:02:50.648Z] #22 9.052 go: downloading golang.org/x/text v0.3.7 [2023-05-05T19:02:50.697Z] #50 13.43 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:02:50.697Z] #50 13.44 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:02:50.697Z] #50 13.45 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:02:50.697Z] #50 13.57 Selecting previously unselected package jq. [2023-05-05T19:02:50.697Z] #50 13.57 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:02:50.697Z] #50 13.57 Unpacking jq (1.6-2.1) ... [2023-05-05T19:02:50.697Z] #50 13.64 Selecting previously unselected package libaio1:amd64. [2023-05-05T19:02:50.697Z] #50 13.64 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-05-05T19:02:50.697Z] #50 13.66 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:02:50.697Z] #50 13.71 Selecting previously unselected package libgpm2:amd64. [2023-05-05T19:02:50.697Z] #50 ... [2023-05-05T19:02:50.697Z] [2023-05-05T19:02:50.697Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:50.697Z] #39 36.35 CC criu/bfd.o [2023-05-05T19:02:50.697Z] #39 36.60 CC criu/bitmap.o [2023-05-05T19:02:50.697Z] #39 36.67 CC criu/cgroup-props.o [2023-05-05T19:02:50.697Z] #39 36.99 CC criu/cgroup.o [2023-05-05T19:02:50.697Z] #39 37.98 CC criu/clone-noasan.o [2023-05-05T19:02:50.697Z] #39 38.11 CC criu/config.o [2023-05-05T19:02:50.697Z] #39 38.61 CC criu/cr-check.o [2023-05-05T19:02:50.697Z] #39 39.33 CC criu/cr-dedup.o [2023-05-05T19:02:50.697Z] #39 39.48 CC criu/cr-dump.o [2023-05-05T19:02:50.697Z] #39 40.35 CC criu/cr-errno.o [2023-05-05T19:02:50.697Z] #39 40.39 CC criu/cr-restore.o [2023-05-05T19:02:50.697Z] #39 42.01 CC criu/cr-service.o [2023-05-05T19:02:50.697Z] #39 42.56 CC criu/crtools.o [2023-05-05T19:02:50.697Z] #39 42.78 CC criu/eventfd.o [2023-05-05T19:02:50.697Z] #39 42.91 CC criu/eventpoll.o [2023-05-05T19:02:50.697Z] #39 43.23 CC criu/external.o [2023-05-05T19:02:50.697Z] #39 43.37 CC criu/fault-injection.o [2023-05-05T19:02:50.697Z] #39 43.44 CC criu/fdstore.o [2023-05-05T19:02:50.697Z] #39 43.60 CC criu/fifo.o [2023-05-05T19:02:50.697Z] #39 43.74 CC criu/file-ids.o [2023-05-05T19:02:50.697Z] #39 43.90 CC criu/file-lock.o [2023-05-05T19:02:50.697Z] #39 44.23 CC criu/files-ext.o [2023-05-05T19:02:50.697Z] #39 44.36 CC criu/files-reg.o [2023-05-05T19:02:50.697Z] #39 45.15 CC criu/files.o [2023-05-05T19:02:50.697Z] #39 45.86 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:02:50.697Z] #39 45.87 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-05-05T19:02:50.697Z] #39 45.91 CC criu/filesystems.o [2023-05-05T19:02:50.697Z] #39 46.18 CC criu/fsnotify.o [2023-05-05T19:02:50.705Z] #27 ... [2023-05-05T19:02:50.705Z] [2023-05-05T19:02:50.705Z] #28 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:50.705Z] #28 10.31 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:50.705Z] #28 10.90 Selecting previously unselected package cmake-data. [2023-05-05T19:02:50.705Z] #28 10.91 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-05-05T19:02:50.705Z] #28 10.92 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:02:50.705Z] #28 12.66 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:02:50.705Z] #28 12.66 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:02:50.705Z] #28 12.78 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:02:50.705Z] #28 15.20 Selecting previously unselected package libxml2:amd64. [2023-05-05T19:02:50.705Z] #28 15.20 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... [2023-05-05T19:02:50.705Z] #28 15.22 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:02:50.705Z] #28 15.55 Selecting previously unselected package libarchive13:amd64. [2023-05-05T19:02:50.705Z] #28 15.55 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-05-05T19:02:50.705Z] #28 15.62 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:02:50.705Z] #28 15.78 Selecting previously unselected package libjsoncpp24:amd64. [2023-05-05T19:02:50.705Z] #28 15.78 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-05-05T19:02:50.705Z] #28 15.81 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:02:50.705Z] #28 16.03 Selecting previously unselected package librhash0:amd64. [2023-05-05T19:02:50.705Z] #28 16.03 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-05-05T19:02:50.705Z] #28 16.16 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:02:50.705Z] #28 16.97 Selecting previously unselected package libuv1:amd64. [2023-05-05T19:02:50.705Z] #28 16.97 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-05-05T19:02:50.705Z] #28 17.13 Unpacking libuv1:amd64 (1.40.0-2) ... [2023-05-05T19:02:50.705Z] #28 17.80 Selecting previously unselected package cmake. [2023-05-05T19:02:50.705Z] #28 17.80 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-05-05T19:02:50.705Z] #28 17.81 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:02:50.705Z] #28 19.77 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:02:50.705Z] #28 19.96 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:50.705Z] #28 20.12 Setting up libuv1:amd64 (1.40.0-2) ... [2023-05-05T19:02:50.705Z] #28 20.47 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:50.705Z] #28 ... [2023-05-05T19:02:50.705Z] [2023-05-05T19:02:50.705Z] #31 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:50.705Z] #31 13.67 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:02:50.705Z] #31 13.68 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 13.89 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:50.705Z] #31 14.20 Selecting previously unselected package libnl-3-dev:amd64. [2023-05-05T19:02:50.705Z] #31 14.20 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 14.23 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:50.705Z] #31 14.80 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:02:50.705Z] #31 14.80 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 14.82 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:50.705Z] #31 14.93 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-05-05T19:02:50.705Z] #31 14.94 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 14.98 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:50.705Z] #31 15.11 Selecting previously unselected package zlib1g-dev:amd64. [2023-05-05T19:02:50.705Z] #31 15.11 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 15.11 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:02:50.705Z] #31 15.27 Selecting previously unselected package libprotobuf23:amd64. [2023-05-05T19:02:50.705Z] #31 15.27 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 15.27 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:02:50.705Z] #31 15.47 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-05-05T19:02:50.705Z] #31 15.47 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 15.48 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:02:50.705Z] #31 15.63 Selecting previously unselected package libprotobuf-dev:amd64. [2023-05-05T19:02:50.705Z] #31 15.63 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 15.65 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:02:50.705Z] #31 17.06 Selecting previously unselected package libprotoc23:amd64. [2023-05-05T19:02:50.705Z] #31 17.06 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 17.16 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:02:50.705Z] #31 17.83 Selecting previously unselected package protobuf-c-compiler. [2023-05-05T19:02:50.705Z] #31 17.85 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 17.86 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:02:50.705Z] #31 18.05 Selecting previously unselected package protobuf-compiler. [2023-05-05T19:02:50.705Z] #31 18.05 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 18.07 Unpacking protobuf-compiler (3.12.4-1) ... [2023-05-05T19:02:50.705Z] #31 18.26 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:02:50.705Z] #31 18.26 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:02:50.705Z] #31 18.26 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:02:50.705Z] #31 18.50 Selecting previously unselected package python3-six. [2023-05-05T19:02:50.705Z] #31 18.50 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-05-05T19:02:50.705Z] #31 18.51 Unpacking python3-six (1.16.0-2) ... [2023-05-05T19:02:50.705Z] #31 18.67 Selecting previously unselected package python3-protobuf. [2023-05-05T19:02:50.705Z] #31 18.68 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-05-05T19:02:50.705Z] #31 18.68 Unpacking python3-protobuf (3.12.4-1) ... [2023-05-05T19:02:50.705Z] #31 19.00 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:02:50.705Z] #31 19.63 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:02:50.705Z] #31 19.84 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:50.705Z] #31 20.09 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:50.705Z] #31 20.30 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:50.758Z] #22 12.45 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-05-05T19:02:50.758Z] #22 12.64 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-05-05T19:02:50.900Z] #38 22.06 CC criu/arch/aarch64/intraprocedure.o [2023-05-05T19:02:50.900Z] #38 22.11 CC criu/pie/restorer.o [2023-05-05T19:02:50.905Z] #22 9.405 go: downloading github.com/gobwas/glob v0.2.3 [2023-05-05T19:02:50.905Z] #22 9.415 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2023-05-05T19:02:50.905Z] #22 9.479 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2023-05-05T19:02:50.905Z] #22 9.549 go: downloading go.uber.org/zap v1.17.0 [2023-05-05T19:02:50.956Z] #39 ... [2023-05-05T19:02:50.956Z] [2023-05-05T19:02:50.956Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:02:50.956Z] #50 13.72 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-05-05T19:02:50.956Z] #50 13.72 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:02:50.956Z] #50 13.77 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:02:50.956Z] #50 13.78 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:02:50.956Z] #50 13.79 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:02:50.962Z] #31 20.69 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:02:51.018Z] #22 12.71 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-05-05T19:02:51.018Z] #22 12.85 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-05-05T19:02:51.018Z] #22 12.87 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-05-05T19:02:51.018Z] #22 12.87 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-05-05T19:02:51.018Z] #22 12.87 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-05-05T19:02:51.018Z] #22 12.90 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-05-05T19:02:51.018Z] #22 12.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-05-05T19:02:51.175Z] #22 9.699 go: downloading github.com/kisielk/gotool v1.0.0 [2023-05-05T19:02:51.219Z] #31 ... [2023-05-05T19:02:51.219Z] [2023-05-05T19:02:51.219Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:02:51.219Z] #36 DONE 17.9s [2023-05-05T19:02:51.219Z] [2023-05-05T19:02:51.219Z] #28 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:51.219Z] #28 21.08 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:02:51.219Z] #28 21.19 Setting up librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:02:51.219Z] #28 21.23 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:02:51.219Z] #28 21.34 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:02:51.278Z] #22 12.94 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-05-05T19:02:51.278Z] #22 12.94 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-05-05T19:02:51.278Z] #22 12.97 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-05-05T19:02:51.278Z] #22 12.97 go: downloading github.com/ettle/strcase v0.1.1 [2023-05-05T19:02:51.278Z] #22 13.04 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-05-05T19:02:51.278Z] #22 13.04 go: downloading github.com/Masterminds/semver v1.5.0 [2023-05-05T19:02:51.278Z] #22 13.05 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-05-05T19:02:51.278Z] #22 13.06 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-05-05T19:02:51.278Z] #22 13.13 go: downloading github.com/fatih/structtag v1.2.0 [2023-05-05T19:02:51.432Z] #22 9.913 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-05-05T19:02:51.432Z] #22 9.950 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-05-05T19:02:51.432Z] #22 ... [2023-05-05T19:02:51.432Z] [2023-05-05T19:02:51.432Z] #23 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:51.432Z] #0 0.972 + RM_GOPATH=0 [2023-05-05T19:02:51.432Z] #0 0.972 + TMP_GOPATH= [2023-05-05T19:02:51.432Z] #0 0.972 + : /build [2023-05-05T19:02:51.432Z] #0 0.972 + '[' -z '' ']' [2023-05-05T19:02:51.432Z] #0 0.972 ++ mktemp -d [2023-05-05T19:02:51.432Z] #0 0.973 + export GOPATH=/tmp/tmp.pVFF7qXTVO [2023-05-05T19:02:51.432Z] #0 0.973 + GOPATH=/tmp/tmp.pVFF7qXTVO [2023-05-05T19:02:51.432Z] #0 0.973 + RM_GOPATH=1 [2023-05-05T19:02:51.432Z] #0 0.973 + case "$(go env GOARCH)" in [2023-05-05T19:02:51.432Z] #0 0.974 ++ go env GOARCH [2023-05-05T19:02:51.432Z] #0 0.992 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.432Z] #0 0.992 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.432Z] #0 0.994 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:51.432Z] #0 0.994 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:51.432Z] #0 0.994 + dir=/tmp/install [2023-05-05T19:02:51.432Z] #0 0.994 + bin=tomlv [2023-05-05T19:02:51.432Z] #0 0.994 + shift [2023-05-05T19:02:51.432Z] #0 0.994 + '[' '!' -f /tmp/install/tomlv.installer ']' [2023-05-05T19:02:51.432Z] #0 0.994 + . /tmp/install/tomlv.installer [2023-05-05T19:02:51.432Z] #0 0.994 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:51.432Z] #0 0.994 + install_tomlv [2023-05-05T19:02:51.432Z] #0 0.994 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2023-05-05T19:02:51.432Z] #0 0.994 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.pVFF7qXTVO/src/github.com/BurntSushi/toml [2023-05-05T19:02:51.432Z] #0 0.996 Cloning into '/tmp/tmp.pVFF7qXTVO/src/github.com/BurntSushi/toml'... [2023-05-05T19:02:51.432Z] #0 1.362 + cd /tmp/tmp.pVFF7qXTVO/src/github.com/BurntSushi/toml [2023-05-05T19:02:51.432Z] #0 1.362 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2023-05-05T19:02:51.432Z] #0 1.390 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:02:51.432Z] #0 1.469 internal/goarch [2023-05-05T19:02:51.432Z] #0 1.469 internal/unsafeheader [2023-05-05T19:02:51.432Z] #0 1.475 internal/goexperiment [2023-05-05T19:02:51.432Z] #0 1.477 internal/goos [2023-05-05T19:02:51.432Z] #0 1.482 internal/cpu [2023-05-05T19:02:51.432Z] #0 1.487 encoding [2023-05-05T19:02:51.432Z] #0 1.494 runtime/internal/syscall [2023-05-05T19:02:51.432Z] #0 1.494 runtime/internal/atomic [2023-05-05T19:02:51.432Z] #0 1.495 internal/itoa [2023-05-05T19:02:51.432Z] #0 1.510 internal/abi [2023-05-05T19:02:51.432Z] #0 1.528 runtime/internal/math [2023-05-05T19:02:51.432Z] #0 1.534 runtime/internal/sys [2023-05-05T19:02:51.432Z] #0 1.536 math/bits [2023-05-05T19:02:51.432Z] #0 1.552 unicode/utf8 [2023-05-05T19:02:51.432Z] #0 1.576 internal/race [2023-05-05T19:02:51.432Z] #0 1.612 sync/atomic [2023-05-05T19:02:51.432Z] #0 1.626 unicode [2023-05-05T19:02:51.432Z] #0 1.669 internal/bytealg [2023-05-05T19:02:51.432Z] #0 1.727 math [2023-05-05T19:02:51.432Z] #0 1.913 runtime [2023-05-05T19:02:51.432Z] #0 9.755 internal/reflectlite [2023-05-05T19:02:51.432Z] #0 9.760 sync [2023-05-05T19:02:51.477Z] #28 21.36 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:02:51.477Z] #28 21.38 Setting up cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:02:51.477Z] #28 21.41 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:51.538Z] #22 13.20 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-05-05T19:02:51.538Z] #22 13.22 go: downloading github.com/google/go-cmp v0.5.8 [2023-05-05T19:02:51.539Z] #22 13.27 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-05-05T19:02:51.539Z] #22 13.33 go: downloading github.com/prometheus/client_model v0.2.0 [2023-05-05T19:02:51.539Z] #22 13.41 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-05-05T19:02:51.689Z] #23 ... [2023-05-05T19:02:51.689Z] [2023-05-05T19:02:51.689Z] #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:51.689Z] #0 3.237 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:51.689Z] #0 3.274 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:51.689Z] #0 3.274 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:51.689Z] #0 3.798 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:51.689Z] #0 4.595 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:51.689Z] #0 4.925 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:51.689Z] #0 7.168 Fetched 8644 kB in 4s (2047 kB/s) [2023-05-05T19:02:51.689Z] #0 7.168 Reading package lists... [2023-05-05T19:02:51.689Z] #0 8.381 Reading package lists... [2023-05-05T19:02:51.689Z] #0 9.950 Building dependency tree... [2023-05-05T19:02:51.689Z] #24 ... [2023-05-05T19:02:51.689Z] [2023-05-05T19:02:51.689Z] #25 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:51.689Z] #0 2.311 + git clone https://github.com/kolyshkin/go-swagger.git . [2023-05-05T19:02:51.689Z] #0 2.312 Cloning into '.'... [2023-05-05T19:02:51.799Z] #22 13.41 go: downloading go.uber.org/atomic v1.7.0 [2023-05-05T19:02:51.799Z] #22 13.46 go: downloading go.uber.org/multierr v1.6.0 [2023-05-05T19:02:51.799Z] #22 13.49 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-05-05T19:02:51.799Z] #22 13.51 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-05-05T19:02:51.799Z] #22 13.60 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-05-05T19:02:51.799Z] #22 13.61 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-05-05T19:02:51.799Z] #22 13.62 go: downloading github.com/golang/protobuf v1.5.2 [2023-05-05T19:02:51.799Z] #22 13.72 go: downloading github.com/prometheus/common v0.32.1 [2023-05-05T19:02:51.846Z] #38 22.77 LINK criu/pie/restorer.built-in.o [2023-05-05T19:02:51.846Z] #38 22.78 GEN criu/pie/restorer-blob.h [2023-05-05T19:02:51.846Z] #38 22.81 DEP criu/vdso.d [2023-05-05T19:02:51.846Z] #38 22.87 DEP criu/uts_ns.d [2023-05-05T19:02:51.846Z] #38 22.90 DEP criu/util.d [2023-05-05T19:02:51.846Z] #38 22.95 DEP criu/uffd.d [2023-05-05T19:02:51.846Z] #38 23.01 DEP criu/tun.d [2023-05-05T19:02:51.846Z] #38 23.05 DEP criu/tty.d [2023-05-05T19:02:51.846Z] #38 23.09 DEP criu/timerfd.d [2023-05-05T19:02:51.846Z] #38 23.14 DEP criu/timens.d [2023-05-05T19:02:51.965Z] #25 ... [2023-05-05T19:02:51.965Z] [2023-05-05T19:02:51.965Z] #26 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:02:51.965Z] #0 2.078 + RM_GOPATH=0 [2023-05-05T19:02:51.965Z] #0 2.078 + TMP_GOPATH= [2023-05-05T19:02:51.965Z] #0 2.078 + : /build [2023-05-05T19:02:51.965Z] #0 2.078 + '[' -z '' ']' [2023-05-05T19:02:51.965Z] #0 2.078 ++ mktemp -d [2023-05-05T19:02:51.965Z] #0 2.079 + export GOPATH=/tmp/tmp.sxJBFCL62h [2023-05-05T19:02:51.965Z] #0 2.079 + GOPATH=/tmp/tmp.sxJBFCL62h [2023-05-05T19:02:51.965Z] #0 2.079 + RM_GOPATH=1 [2023-05-05T19:02:51.965Z] #0 2.079 + case "$(go env GOARCH)" in [2023-05-05T19:02:51.965Z] #0 2.080 ++ go env GOARCH [2023-05-05T19:02:51.965Z] #0 2.099 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 2.099 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 2.099 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:51.965Z] #0 2.100 + dir=/tmp/install [2023-05-05T19:02:51.965Z] #0 2.104 + bin=rootlesskit [2023-05-05T19:02:51.965Z] #0 2.104 + shift [2023-05-05T19:02:51.965Z] #0 2.104 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2023-05-05T19:02:51.965Z] #0 2.104 + . /tmp/install/rootlesskit.installer [2023-05-05T19:02:51.965Z] #0 2.104 ++ : v0.14.4 [2023-05-05T19:02:51.965Z] #0 2.104 + install_rootlesskit [2023-05-05T19:02:51.965Z] #0 2.104 + case "$1" in [2023-05-05T19:02:51.965Z] #0 2.104 + export CGO_ENABLED=0 [2023-05-05T19:02:51.965Z] #0 2.104 + CGO_ENABLED=0 [2023-05-05T19:02:51.965Z] #0 2.104 + _install_rootlesskit [2023-05-05T19:02:51.965Z] #0 2.104 + echo 'Install rootlesskit version v0.14.4' [2023-05-05T19:02:51.965Z] #0 2.104 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:02:51.965Z] #0 2.104 + GOBIN=/build [2023-05-05T19:02:51.965Z] #0 2.104 + GO111MODULE=on [2023-05-05T19:02:51.965Z] #0 2.104 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2023-05-05T19:02:51.965Z] #0 2.104 Install rootlesskit version v0.14.4 [2023-05-05T19:02:51.965Z] #0 2.622 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2023-05-05T19:02:51.965Z] #0 4.747 go: downloading github.com/sirupsen/logrus v1.8.1 [2023-05-05T19:02:51.965Z] #0 4.747 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-05-05T19:02:51.965Z] #0 4.749 go: downloading github.com/pkg/errors v0.9.1 [2023-05-05T19:02:51.965Z] #0 4.749 go: downloading github.com/moby/vpnkit v0.5.0 [2023-05-05T19:02:51.965Z] #0 4.750 go: downloading github.com/google/uuid v1.3.0 [2023-05-05T19:02:51.965Z] #0 4.751 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2023-05-05T19:02:51.965Z] #0 4.752 go: downloading github.com/gofrs/flock v0.8.1 [2023-05-05T19:02:51.965Z] #0 4.771 go: downloading github.com/gorilla/mux v1.8.0 [2023-05-05T19:02:51.965Z] #0 4.799 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2023-05-05T19:02:51.965Z] #0 4.928 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2023-05-05T19:02:51.965Z] #0 4.952 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2023-05-05T19:02:51.965Z] #0 5.759 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2023-05-05T19:02:51.965Z] #0 5.762 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2023-05-05T19:02:51.965Z] #0 6.693 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-05-05T19:02:51.965Z] #0 6.874 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-05-05T19:02:51.965Z] #26 ... [2023-05-05T19:02:51.965Z] [2023-05-05T19:02:51.965Z] #27 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2023-05-05T19:02:51.965Z] #0 2.236 + RM_GOPATH=0 [2023-05-05T19:02:51.965Z] #0 2.236 + TMP_GOPATH= [2023-05-05T19:02:51.965Z] #0 2.236 + : /build [2023-05-05T19:02:51.965Z] #0 2.236 + '[' -z '' ']' [2023-05-05T19:02:51.965Z] #0 2.239 ++ mktemp -d [2023-05-05T19:02:51.965Z] #0 2.239 + export GOPATH=/tmp/tmp.jzQcU1dStX [2023-05-05T19:02:51.965Z] #0 2.239 + GOPATH=/tmp/tmp.jzQcU1dStX [2023-05-05T19:02:51.965Z] #0 2.239 + RM_GOPATH=1 [2023-05-05T19:02:51.965Z] #0 2.239 + case "$(go env GOARCH)" in [2023-05-05T19:02:51.965Z] #0 2.242 ++ go env GOARCH [2023-05-05T19:02:51.965Z] #0 2.258 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 2.258 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 2.264 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:51.965Z] #0 2.267 + dir=/tmp/install [2023-05-05T19:02:51.965Z] #0 2.267 + bin=shfmt [2023-05-05T19:02:51.965Z] #0 2.267 + shift [2023-05-05T19:02:51.965Z] #0 2.267 + '[' '!' -f /tmp/install/shfmt.installer ']' [2023-05-05T19:02:51.965Z] #0 2.267 + . /tmp/install/shfmt.installer [2023-05-05T19:02:51.965Z] #0 2.267 ++ : v3.0.2 [2023-05-05T19:02:51.965Z] #0 2.268 + install_shfmt [2023-05-05T19:02:51.965Z] #0 2.268 + echo 'Install shfmt version v3.0.2' [2023-05-05T19:02:51.965Z] #0 2.268 + GOBIN=/build [2023-05-05T19:02:51.965Z] #0 2.268 + GO111MODULE=on [2023-05-05T19:02:51.965Z] #0 2.268 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2023-05-05T19:02:51.965Z] #0 2.268 Install shfmt version v3.0.2 [2023-05-05T19:02:51.965Z] #0 2.703 go: downloading mvdan.cc/sh/v3 v3.0.2 [2023-05-05T19:02:51.965Z] #0 4.061 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2023-05-05T19:02:51.965Z] #0 4.061 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2023-05-05T19:02:51.965Z] #0 4.070 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2023-05-05T19:02:51.965Z] #0 4.755 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2023-05-05T19:02:51.965Z] #27 ... [2023-05-05T19:02:51.965Z] [2023-05-05T19:02:51.965Z] #28 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:02:51.965Z] #0 1.769 + RM_GOPATH=0 [2023-05-05T19:02:51.965Z] #0 1.769 + TMP_GOPATH= [2023-05-05T19:02:51.965Z] #0 1.769 + : /build [2023-05-05T19:02:51.965Z] #0 1.769 + '[' -z '' ']' [2023-05-05T19:02:51.965Z] #0 1.771 ++ mktemp -d [2023-05-05T19:02:51.965Z] #0 1.777 + export GOPATH=/tmp/tmp.C89XuOA81r [2023-05-05T19:02:51.965Z] #0 1.777 + GOPATH=/tmp/tmp.C89XuOA81r [2023-05-05T19:02:51.965Z] #0 1.777 + RM_GOPATH=1 [2023-05-05T19:02:51.965Z] #0 1.777 + case "$(go env GOARCH)" in [2023-05-05T19:02:51.965Z] #0 1.777 ++ go env GOARCH [2023-05-05T19:02:51.965Z] #0 1.795 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 1.795 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 1.795 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:51.965Z] #0 1.795 + dir=/tmp/install [2023-05-05T19:02:51.965Z] #0 1.795 + bin=dockercli [2023-05-05T19:02:51.965Z] #0 1.795 + shift [2023-05-05T19:02:51.965Z] #0 1.795 + '[' '!' -f /tmp/install/dockercli.installer ']' [2023-05-05T19:02:51.965Z] #0 1.795 + . /tmp/install/dockercli.installer [2023-05-05T19:02:51.965Z] #0 1.795 ++ : stable [2023-05-05T19:02:51.965Z] #0 1.795 ++ : 17.06.2-ce [2023-05-05T19:02:51.965Z] #0 1.795 + install_dockercli [2023-05-05T19:02:51.965Z] #0 1.795 + echo 'Install docker/cli version 17.06.2-ce from stable' [2023-05-05T19:02:51.965Z] #0 1.795 Install docker/cli version 17.06.2-ce from stable [2023-05-05T19:02:51.965Z] #0 1.797 ++ uname -m [2023-05-05T19:02:51.965Z] #0 1.797 + arch=x86_64 [2023-05-05T19:02:51.965Z] #0 1.797 + '[' x86_64 '!=' x86_64 ']' [2023-05-05T19:02:51.965Z] #0 1.797 + url=https://download.docker.com/linux/static [2023-05-05T19:02:51.965Z] #0 1.797 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2023-05-05T19:02:51.965Z] #0 1.802 + tar -xz docker/docker [2023-05-05T19:02:51.965Z] #0 3.529 + mkdir -p /build [2023-05-05T19:02:51.965Z] #0 3.534 + mv docker/docker /build/ [2023-05-05T19:02:51.965Z] #0 3.536 + rmdir docker [2023-05-05T19:02:51.965Z] #28 DONE 10.6s [2023-05-05T19:02:51.965Z] [2023-05-05T19:02:51.965Z] #29 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2023-05-05T19:02:51.965Z] #0 1.878 + RM_GOPATH=0 [2023-05-05T19:02:51.965Z] #0 1.878 + TMP_GOPATH= [2023-05-05T19:02:51.965Z] #0 1.878 + : /build [2023-05-05T19:02:51.965Z] #0 1.878 + '[' -z '' ']' [2023-05-05T19:02:51.965Z] #0 1.881 ++ mktemp -d [2023-05-05T19:02:51.965Z] #0 1.883 + export GOPATH=/tmp/tmp.nCMkIk4iP3 [2023-05-05T19:02:51.965Z] #0 1.883 + GOPATH=/tmp/tmp.nCMkIk4iP3 [2023-05-05T19:02:51.965Z] #0 1.883 + RM_GOPATH=1 [2023-05-05T19:02:51.965Z] #0 1.883 + case "$(go env GOARCH)" in [2023-05-05T19:02:51.965Z] #0 1.886 ++ go env GOARCH [2023-05-05T19:02:51.965Z] #0 1.898 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 1.898 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:51.965Z] #0 1.899 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:51.965Z] #0 1.901 Install vndr version v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:51.965Z] #0 1.904 + dir=/tmp/install [2023-05-05T19:02:51.965Z] #0 1.904 + bin=vndr [2023-05-05T19:02:51.965Z] #0 1.904 + shift [2023-05-05T19:02:51.965Z] #0 1.904 + '[' '!' -f /tmp/install/vndr.installer ']' [2023-05-05T19:02:51.965Z] #0 1.904 + . /tmp/install/vndr.installer [2023-05-05T19:02:51.965Z] #0 1.904 ++ : v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:51.965Z] #0 1.904 + install_vndr [2023-05-05T19:02:51.965Z] #0 1.904 + echo 'Install vndr version v0.1.3-0.20221229102223-87603e47e8ea' [2023-05-05T19:02:51.965Z] #0 1.904 + GOBIN=/build [2023-05-05T19:02:51.965Z] #0 1.904 + GO111MODULE=on [2023-05-05T19:02:51.965Z] #0 1.904 + go install github.com/LK4D4/vndr@v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:51.965Z] #0 2.426 go: downloading github.com/LK4D4/vndr v0.1.3-0.20221229102223-87603e47e8ea [2023-05-05T19:02:51.965Z] #29 DONE 10.6s [2023-05-05T19:02:51.965Z] [2023-05-05T19:02:51.965Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-05-05T19:02:51.965Z] #30 DONE 1.7s [2023-05-05T19:02:51.965Z] [2023-05-05T19:02:51.965Z] #31 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:51.965Z] #0 2.555 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:51.965Z] #0 2.593 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:51.965Z] #0 2.625 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:51.965Z] #0 2.950 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:51.965Z] #0 3.512 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:51.965Z] #0 4.245 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:51.965Z] #0 6.210 Fetched 8644 kB in 4s (2200 kB/s) [2023-05-05T19:02:51.965Z] #0 6.210 Reading package lists... [2023-05-05T19:02:51.965Z] #0 7.387 Reading package lists... [2023-05-05T19:02:51.965Z] #0 8.769 Building dependency tree... [2023-05-05T19:02:51.965Z] #0 9.371 The following additional packages will be installed: [2023-05-05T19:02:51.965Z] #0 9.372 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:51.965Z] #0 9.372 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-05-05T19:02:51.965Z] #0 9.375 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-05-05T19:02:51.965Z] #0 9.375 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-05-05T19:02:51.965Z] #0 9.375 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-05-05T19:02:51.965Z] #0 9.376 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-05-05T19:02:51.965Z] #0 9.376 mingw-w64-common mingw-w64-x86-64-dev [2023-05-05T19:02:51.965Z] #0 9.378 Suggested packages: [2023-05-05T19:02:51.965Z] #0 9.380 gcc-10-locales seccomp wine64 [2023-05-05T19:02:51.965Z] #0 9.796 The following NEW packages will be installed: [2023-05-05T19:02:51.965Z] #0 9.802 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:51.965Z] #0 9.802 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-05-05T19:02:51.965Z] #0 9.802 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-05-05T19:02:51.965Z] #0 9.802 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-05-05T19:02:51.965Z] #0 9.803 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-05-05T19:02:51.965Z] #0 9.803 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-05-05T19:02:51.965Z] #0 9.804 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-05-05T19:02:51.965Z] #0 9.804 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-05-05T19:02:51.965Z] #0 9.805 mingw-w64-x86-64-dev [2023-05-05T19:02:51.965Z] #0 10.11 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:51.965Z] #0 10.11 Need to get 115 MB of archives. [2023-05-05T19:02:51.965Z] #0 10.11 After this operation, 645 MB of additional disk space will be used. [2023-05-05T19:02:51.965Z] #0 10.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-05-05T19:02:51.965Z] #0 10.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-05-05T19:02:51.965Z] #0 10.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-05-05T19:02:51.965Z] #0 10.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-05-05T19:02:51.965Z] #0 10.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-05-05T19:02:51.965Z] #0 10.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-05-05T19:02:51.965Z] #0 10.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-05-05T19:02:51.965Z] #0 10.57 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-05-05T19:02:51.965Z] #0 10.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-05-05T19:02:52.059Z] #22 13.74 go: downloading github.com/beorn7/perks v1.0.1 [2023-05-05T19:02:52.059Z] #22 13.74 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-05-05T19:02:52.059Z] #22 13.80 go: downloading github.com/prometheus/procfs v0.7.3 [2023-05-05T19:02:52.059Z] #22 13.84 go: downloading google.golang.org/protobuf v1.28.0 [2023-05-05T19:02:52.059Z] #22 13.86 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-05-05T19:02:52.107Z] #38 23.19 DEP criu/sysfs_parse.d [2023-05-05T19:02:52.107Z] #38 23.22 DEP criu/sysctl.d [2023-05-05T19:02:52.107Z] #38 23.30 DEP criu/string.d [2023-05-05T19:02:52.107Z] #38 23.31 DEP criu/stats.d [2023-05-05T19:02:52.107Z] #38 23.34 DEP criu/sockets.d [2023-05-05T19:02:52.107Z] #38 23.39 DEP criu/sk-unix.d [2023-05-05T19:02:52.107Z] #38 23.44 DEP criu/sk-tcp.d [2023-05-05T19:02:52.231Z] #31 ... [2023-05-05T19:02:52.231Z] [2023-05-05T19:02:52.231Z] #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 [2023-05-05T19:02:52.231Z] #0 1.781 + RM_GOPATH=0 [2023-05-05T19:02:52.231Z] #0 1.781 + TMP_GOPATH= [2023-05-05T19:02:52.231Z] #0 1.781 + : /build [2023-05-05T19:02:52.231Z] #0 1.781 + '[' -z '' ']' [2023-05-05T19:02:52.231Z] #0 1.783 ++ mktemp -d [2023-05-05T19:02:52.231Z] #0 1.785 + export GOPATH=/tmp/tmp.FY3Ixhs3gQ [2023-05-05T19:02:52.231Z] #0 1.785 + GOPATH=/tmp/tmp.FY3Ixhs3gQ [2023-05-05T19:02:52.231Z] #0 1.785 + RM_GOPATH=1 [2023-05-05T19:02:52.231Z] #0 1.785 + case "$(go env GOARCH)" in [2023-05-05T19:02:52.231Z] #0 1.785 ++ go env GOARCH [2023-05-05T19:02:52.231Z] #0 1.791 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:52.231Z] #0 1.791 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:52.231Z] #0 1.791 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:52.231Z] #0 1.795 Install gotestsum version v1.8.2 [2023-05-05T19:02:52.231Z] #0 1.795 + dir=/tmp/install [2023-05-05T19:02:52.231Z] #0 1.795 + bin=gotestsum [2023-05-05T19:02:52.231Z] #0 1.795 + shift [2023-05-05T19:02:52.231Z] #0 1.795 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2023-05-05T19:02:52.231Z] #0 1.795 + . /tmp/install/gotestsum.installer [2023-05-05T19:02:52.231Z] #0 1.795 ++ : v1.8.2 [2023-05-05T19:02:52.231Z] #0 1.795 + install_gotestsum [2023-05-05T19:02:52.231Z] #0 1.795 + set -e [2023-05-05T19:02:52.231Z] #0 1.795 + echo 'Install gotestsum version v1.8.2' [2023-05-05T19:02:52.231Z] #0 1.795 + GOBIN=/build [2023-05-05T19:02:52.231Z] #0 1.795 + GO111MODULE=on [2023-05-05T19:02:52.231Z] #0 1.795 + go install gotest.tools/gotestsum@v1.8.2 [2023-05-05T19:02:52.231Z] #0 2.151 go: downloading gotest.tools/gotestsum v1.8.2 [2023-05-05T19:02:52.231Z] #0 3.066 go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:02:52.231Z] #0 3.067 go: downloading github.com/dnephin/pflag v1.0.7 [2023-05-05T19:02:52.231Z] #0 3.067 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-05-05T19:02:52.231Z] #0 3.105 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:02:52.231Z] #0 3.113 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-05-05T19:02:52.231Z] #0 3.128 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-05-05T19:02:52.231Z] #0 3.129 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-05-05T19:02:52.231Z] #0 3.165 go: downloading golang.org/x/tools v0.1.11 [2023-05-05T19:02:52.231Z] #0 3.221 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-05-05T19:02:52.231Z] #0 3.229 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-05-05T19:02:52.231Z] #0 5.852 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:02:52.231Z] #32 ... [2023-05-05T19:02:52.231Z] [2023-05-05T19:02:52.231Z] #33 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:02:52.231Z] #0 3.336 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:52.231Z] #0 3.350 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:52.231Z] #0 3.350 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:52.231Z] #0 3.890 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:52.231Z] #0 4.717 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:52.231Z] #0 4.990 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:52.231Z] #0 7.850 Fetched 8644 kB in 5s (1805 kB/s) [2023-05-05T19:02:52.231Z] #0 7.850 Reading package lists... [2023-05-05T19:02:52.231Z] #0 9.012 Reading package lists... [2023-05-05T19:02:52.231Z] #0 10.14 Building dependency tree... [2023-05-05T19:02:52.231Z] #0 10.82 The following additional packages will be installed: [2023-05-05T19:02:52.231Z] #0 10.82 libbtrfs0 [2023-05-05T19:02:52.231Z] #0 10.88 The following NEW packages will be installed: [2023-05-05T19:02:52.231Z] #0 10.88 libbtrfs-dev libbtrfs0 [2023-05-05T19:02:52.334Z] #50 15.33 Selecting previously unselected package libinih1:amd64. [2023-05-05T19:02:52.334Z] #50 15.34 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-05-05T19:02:52.334Z] #50 15.35 Unpacking libinih1:amd64 (53-1+b2) ... [2023-05-05T19:02:52.334Z] #50 15.40 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:02:52.334Z] #50 15.41 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:02:52.334Z] #50 15.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:52.369Z] #38 23.49 DEP criu/sk-queue.d [2023-05-05T19:02:52.369Z] #38 23.52 DEP criu/sk-packet.d [2023-05-05T19:02:52.369Z] #38 23.56 DEP criu/sk-netlink.d [2023-05-05T19:02:52.369Z] #38 23.60 DEP criu/sk-inet.d [2023-05-05T19:02:52.369Z] #38 23.65 DEP criu/signalfd.d [2023-05-05T19:02:52.369Z] #38 23.70 DEP criu/sigframe.d [2023-05-05T19:02:52.407Z] #28 ... [2023-05-05T19:02:52.407Z] [2023-05-05T19:02:52.407Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:52.407Z] #34 11.96 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-05-05T19:02:52.407Z] #34 12.23 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:02:52.407Z] #34 ... [2023-05-05T19:02:52.407Z] [2023-05-05T19:02:52.407Z] #31 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:52.408Z] #31 21.11 Setting up python3-six (1.16.0-2) ... [2023-05-05T19:02:52.408Z] #31 21.56 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:02:52.408Z] #31 21.62 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:02:52.408Z] #31 21.84 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:02:52.408Z] #31 21.95 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:52.408Z] #31 22.24 Setting up python3-protobuf (3.12.4-1) ... [2023-05-05T19:02:52.488Z] #33 ... [2023-05-05T19:02:52.488Z] [2023-05-05T19:02:52.488Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:52.488Z] #0 2.993 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:02:52.488Z] #0 3.022 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:02:52.488Z] #0 3.022 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:02:52.488Z] #0 3.540 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:02:52.488Z] #0 4.525 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:02:52.488Z] #0 4.626 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:02:52.488Z] #0 7.176 Fetched 8644 kB in 4s (1945 kB/s) [2023-05-05T19:02:52.488Z] #0 7.176 Reading package lists... [2023-05-05T19:02:52.488Z] #0 8.737 Reading package lists... [2023-05-05T19:02:52.488Z] #0 10.10 Building dependency tree... [2023-05-05T19:02:52.488Z] #0 10.55 The following additional packages will be installed: [2023-05-05T19:02:52.488Z] #0 10.55 libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23 [2023-05-05T19:02:52.488Z] #0 10.56 libprotoc23 python3-pkg-resources python3-six zlib1g-dev [2023-05-05T19:02:52.488Z] #0 10.56 Suggested packages: [2023-05-05T19:02:52.488Z] #0 10.56 manpages-dev protobuf-mode-el python3-setuptools [2023-05-05T19:02:52.488Z] #0 10.83 The following NEW packages will be installed: [2023-05-05T19:02:52.488Z] #0 10.83 libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev [2023-05-05T19:02:52.488Z] #0 10.83 libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23 [2023-05-05T19:02:52.488Z] #0 10.83 libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler [2023-05-05T19:02:52.488Z] #0 10.83 python3-pkg-resources python3-protobuf python3-six zlib1g-dev [2023-05-05T19:02:52.488Z] #34 ... [2023-05-05T19:02:52.488Z] [2023-05-05T19:02:52.488Z] #35 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2023-05-05T19:02:52.488Z] #0 2.104 + RM_GOPATH=0 [2023-05-05T19:02:52.488Z] #0 2.104 + TMP_GOPATH= [2023-05-05T19:02:52.488Z] #0 2.104 + : /build [2023-05-05T19:02:52.488Z] #0 2.104 + '[' -z '' ']' [2023-05-05T19:02:52.488Z] #0 2.104 ++ mktemp -d [2023-05-05T19:02:52.488Z] #0 2.104 + export GOPATH=/tmp/tmp.3DF0MWSUUM [2023-05-05T19:02:52.488Z] #0 2.104 + GOPATH=/tmp/tmp.3DF0MWSUUM [2023-05-05T19:02:52.488Z] #0 2.104 + RM_GOPATH=1 [2023-05-05T19:02:52.488Z] #0 2.104 + case "$(go env GOARCH)" in [2023-05-05T19:02:52.488Z] #0 2.104 ++ go env GOARCH [2023-05-05T19:02:52.488Z] #0 2.108 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:52.488Z] #0 2.108 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:52.488Z] #0 2.108 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:52.488Z] #0 2.110 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:52.488Z] #0 2.112 + dir=/tmp/install [2023-05-05T19:02:52.488Z] #0 2.112 + bin=proxy [2023-05-05T19:02:52.488Z] #0 2.112 + shift [2023-05-05T19:02:52.488Z] #0 2.112 + '[' '!' -f /tmp/install/proxy.installer ']' [2023-05-05T19:02:52.488Z] #0 2.112 + . /tmp/install/proxy.installer [2023-05-05T19:02:52.488Z] #0 2.112 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:52.488Z] #0 2.112 + install_proxy [2023-05-05T19:02:52.488Z] #0 2.112 + case "$1" in [2023-05-05T19:02:52.488Z] #0 2.112 + export CGO_ENABLED=0 [2023-05-05T19:02:52.488Z] #0 2.112 + CGO_ENABLED=0 [2023-05-05T19:02:52.488Z] #0 2.112 + _install_proxy [2023-05-05T19:02:52.488Z] #0 2.112 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03' [2023-05-05T19:02:52.488Z] #0 2.112 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.3DF0MWSUUM/src/github.com/docker/libnetwork [2023-05-05T19:02:52.488Z] #0 2.112 Cloning into '/tmp/tmp.3DF0MWSUUM/src/github.com/docker/libnetwork'... [2023-05-05T19:02:52.488Z] #0 5.633 + cd /tmp/tmp.3DF0MWSUUM/src/github.com/docker/libnetwork [2023-05-05T19:02:52.488Z] #0 5.638 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03 [2023-05-05T19:02:52.488Z] #0 6.048 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2023-05-05T19:02:52.630Z] #38 23.75 DEP criu/shmem.d [2023-05-05T19:02:52.630Z] #38 23.78 DEP criu/servicefd.d [2023-05-05T19:02:52.630Z] #38 23.82 DEP criu/seize.d [2023-05-05T19:02:52.630Z] #38 23.86 DEP criu/seccomp.d [2023-05-05T19:02:52.630Z] #38 23.91 DEP criu/rst-malloc.d [2023-05-05T19:02:52.630Z] #38 23.94 DEP criu/rbtree.d [2023-05-05T19:02:52.746Z] #35 ... [2023-05-05T19:02:52.746Z] [2023-05-05T19:02:52.746Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:52.746Z] #34 11.12 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:52.746Z] #34 11.12 Need to get 4583 kB of archives. [2023-05-05T19:02:52.746Z] #34 11.12 After this operation, 25.9 MB of additional disk space will be used. [2023-05-05T19:02:52.746Z] #34 11.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:02:52.746Z] #34 11.12 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2023-05-05T19:02:52.746Z] #34 11.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:02:52.746Z] #34 11.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2023-05-05T19:02:52.746Z] #34 11.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:02:52.746Z] #34 11.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB] [2023-05-05T19:02:52.746Z] #34 11.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:02:52.746Z] #34 11.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2023-05-05T19:02:52.746Z] #34 11.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB] [2023-05-05T19:02:52.746Z] #34 11.15 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2023-05-05T19:02:52.746Z] #34 11.17 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB] [2023-05-05T19:02:52.746Z] #34 11.18 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB] [2023-05-05T19:02:52.746Z] #34 11.22 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB] [2023-05-05T19:02:52.747Z] #34 11.24 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB] [2023-05-05T19:02:52.747Z] #34 11.24 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB] [2023-05-05T19:02:52.747Z] #34 11.24 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:02:52.747Z] #34 11.24 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2023-05-05T19:02:52.747Z] #34 11.24 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2023-05-05T19:02:52.892Z] #38 23.96 DEP criu/pstree.d [2023-05-05T19:02:52.892Z] #38 24.00 DEP criu/protobuf.d [2023-05-05T19:02:52.892Z] #38 24.04 GEN criu/protobuf-desc-gen.h [2023-05-05T19:02:52.901Z] #50 15.65 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:02:52.901Z] #50 15.66 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:02:52.901Z] #50 15.67 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:52.901Z] #50 15.84 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:02:52.901Z] #50 15.85 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:02:52.901Z] #50 15.87 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:52.901Z] #50 15.97 Selecting previously unselected package net-tools. [2023-05-05T19:02:53.003Z] #34 11.59 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:53.160Z] #50 15.98 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-05-05T19:02:53.160Z] #50 15.99 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:02:53.160Z] #50 16.20 Selecting previously unselected package patch. [2023-05-05T19:02:53.160Z] #50 16.21 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-05-05T19:02:53.160Z] #50 16.22 Unpacking patch (2.7.6-7) ... [2023-05-05T19:02:53.264Z] #34 11.72 Fetched 4583 kB in 0s (11.0 MB/s) [2023-05-05T19:02:53.264Z] #34 11.91 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:02:53.264Z] #34 11.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:53.264Z] #34 11.93 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:02:53.264Z] #34 11.97 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:02:53.339Z] #31 ... [2023-05-05T19:02:53.339Z] [2023-05-05T19:02:53.339Z] #28 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:53.339Z] #28 DONE 23.2s [2023-05-05T19:02:53.339Z] [2023-05-05T19:02:53.339Z] #31 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:53.339Z] #31 23.22 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:02:53.339Z] #31 23.25 Setting up protobuf-compiler (3.12.4-1) ... [2023-05-05T19:02:53.339Z] #31 23.28 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:53.339Z] #31 23.29 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:02:53.339Z] #31 23.34 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:02:53.418Z] #50 16.30 Selecting previously unselected package python-pip-whl. [2023-05-05T19:02:53.418Z] #50 16.31 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:02:53.418Z] #50 16.32 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:02:53.418Z] #50 16.56 Selecting previously unselected package python3-lib2to3. [2023-05-05T19:02:53.441Z] #22 14.84 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-05-05T19:02:53.521Z] #34 12.07 Selecting previously unselected package libcap-dev:amd64. [2023-05-05T19:02:53.521Z] #34 12.08 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-05-05T19:02:53.521Z] #34 12.11 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:02:53.677Z] #50 16.56 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-05-05T19:02:53.677Z] #50 16.57 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:02:53.677Z] #50 16.67 Selecting previously unselected package python3-distutils. [2023-05-05T19:02:53.677Z] #50 16.67 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-05-05T19:02:53.677Z] #50 16.69 Unpacking python3-distutils (3.9.2-1) ... [2023-05-05T19:02:53.681Z] #31 23.40 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:53.681Z] #31 23.47 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:53.935Z] #50 16.93 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:02:53.935Z] #50 16.93 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:02:53.935Z] #50 16.94 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:02:54.194Z] #50 17.09 Selecting previously unselected package python3-setuptools. [2023-05-05T19:02:54.194Z] #50 17.10 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-05-05T19:02:54.194Z] #50 17.10 Unpacking python3-setuptools (52.0.0-4) ... [2023-05-05T19:02:54.280Z] #38 25.23 DEP criu/protobuf-desc.d [2023-05-05T19:02:54.280Z] #38 25.28 DEP criu/proc_parse.d [2023-05-05T19:02:54.280Z] #38 25.35 DEP criu/plugin.d [2023-05-05T19:02:54.280Z] #38 25.37 DEP criu/pipes.d [2023-05-05T19:02:54.280Z] #38 25.41 DEP criu/pie-util.d [2023-05-05T19:02:54.280Z] #38 25.44 DEP criu/pie-util-vdso.d [2023-05-05T19:02:54.280Z] #38 25.46 DEP criu/path.d [2023-05-05T19:02:54.280Z] #38 25.50 DEP criu/parasite-syscall.d [2023-05-05T19:02:54.280Z] #38 25.54 DEP criu/pagemap.d [2023-05-05T19:02:54.280Z] #38 25.58 DEP criu/pagemap-cache.d [2023-05-05T19:02:54.452Z] #50 17.27 Selecting previously unselected package python3-wheel. [2023-05-05T19:02:54.452Z] #50 17.27 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-05-05T19:02:54.452Z] #50 17.28 Unpacking python3-wheel (0.34.2-1) ... [2023-05-05T19:02:54.452Z] #50 17.41 Selecting previously unselected package python3-pip. [2023-05-05T19:02:54.452Z] #50 17.41 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:02:54.452Z] #50 17.42 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:02:54.542Z] #38 25.61 DEP criu/page-xfer.d [2023-05-05T19:02:54.542Z] #38 25.65 DEP criu/page-pipe.d [2023-05-05T19:02:54.542Z] #38 25.67 DEP criu/netfilter.d [2023-05-05T19:02:54.542Z] #38 25.71 DEP criu/net.d [2023-05-05T19:02:54.542Z] #38 25.76 DEP criu/namespaces.d [2023-05-05T19:02:54.542Z] #38 25.80 DEP criu/mount.d [2023-05-05T19:02:54.542Z] #38 25.84 DEP criu/memfd.d [2023-05-05T19:02:54.612Z] #31 ... [2023-05-05T19:02:54.612Z] [2023-05-05T19:02:54.612Z] #23 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:02:54.612Z] #23 19.45 io/fs [2023-05-05T19:02:54.612Z] #23 19.45 internal/poll [2023-05-05T19:02:54.612Z] #23 20.24 internal/fmtsort [2023-05-05T19:02:54.612Z] #23 20.41 os [2023-05-05T19:02:54.612Z] #23 21.05 io/ioutil [2023-05-05T19:02:54.612Z] #23 21.05 fmt [2023-05-05T19:02:54.612Z] #23 21.92 log [2023-05-05T19:02:54.612Z] #23 21.92 github.com/BurntSushi/toml [2023-05-05T19:02:54.612Z] #23 21.92 flag [2023-05-05T19:02:54.612Z] #23 23.06 github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:02:54.612Z] #23 DONE 24.4s [2023-05-05T19:02:54.612Z] [2023-05-05T19:02:54.612Z] #31 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:54.612Z] #31 DONE 24.5s [2023-05-05T19:02:54.612Z] [2023-05-05T19:02:54.612Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:54.711Z] #50 17.63 Selecting previously unselected package sudo. [2023-05-05T19:02:54.711Z] #50 17.63 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-05-05T19:02:54.711Z] #50 17.64 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:02:54.803Z] #38 25.87 DEP criu/mem.d [2023-05-05T19:02:54.803Z] #38 25.91 DEP criu/lsm.d [2023-05-05T19:02:54.803Z] #38 25.95 DEP criu/log.d [2023-05-05T19:02:54.803Z] #38 25.98 DEP criu/libnetlink.d [2023-05-05T19:02:54.803Z] #38 26.01 DEP criu/kerndat.d [2023-05-05T19:02:54.803Z] #38 26.05 DEP criu/kcmp-ids.d [2023-05-05T19:02:54.803Z] #38 26.08 DEP criu/irmap.d [2023-05-05T19:02:54.869Z] #37 ... [2023-05-05T19:02:54.869Z] [2023-05-05T19:02:54.869Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:02:54.869Z] #0 1.549 + RM_GOPATH=0 [2023-05-05T19:02:54.869Z] #0 1.549 + TMP_GOPATH= [2023-05-05T19:02:54.869Z] #0 1.549 + : /build [2023-05-05T19:02:54.869Z] #0 1.549 + '[' -z '' ']' [2023-05-05T19:02:54.869Z] #0 1.549 ++ mktemp -d [2023-05-05T19:02:54.869Z] #0 1.581 + export GOPATH=/tmp/tmp.9DVSoPuNFh [2023-05-05T19:02:54.869Z] #0 1.581 + GOPATH=/tmp/tmp.9DVSoPuNFh [2023-05-05T19:02:54.869Z] #0 1.581 + RM_GOPATH=1 [2023-05-05T19:02:54.869Z] #0 1.581 + case "$(go env GOARCH)" in [2023-05-05T19:02:54.870Z] #0 1.581 ++ go env GOARCH [2023-05-05T19:02:54.870Z] #0 1.604 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:54.870Z] #0 1.604 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:54.870Z] #0 1.605 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:54.870Z] #0 1.607 Install containerd version v1.6.20 [2023-05-05T19:02:54.870Z] #0 1.607 + dir=/tmp/install [2023-05-05T19:02:54.870Z] #0 1.607 + bin=containerd [2023-05-05T19:02:54.870Z] #0 1.607 + shift [2023-05-05T19:02:54.870Z] #0 1.607 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-05-05T19:02:54.870Z] #0 1.607 + . /tmp/install/containerd.installer [2023-05-05T19:02:54.870Z] #0 1.607 ++ set -e [2023-05-05T19:02:54.870Z] #0 1.607 ++ : v1.6.20 [2023-05-05T19:02:54.870Z] #0 1.607 + install_containerd [2023-05-05T19:02:54.870Z] #0 1.607 + echo 'Install containerd version v1.6.20' [2023-05-05T19:02:54.870Z] #0 1.607 + git clone https://github.com/containerd/containerd.git /tmp/tmp.9DVSoPuNFh/src/github.com/containerd/containerd [2023-05-05T19:02:54.870Z] #0 1.608 Cloning into '/tmp/tmp.9DVSoPuNFh/src/github.com/containerd/containerd'... [2023-05-05T19:02:54.971Z] #50 18.01 Selecting previously unselected package thin-provisioning-tools. [2023-05-05T19:02:54.971Z] #50 18.02 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-05-05T19:02:54.971Z] #50 18.03 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:02:55.064Z] #38 26.12 DEP criu/ipc_ns.d [2023-05-05T19:02:55.064Z] #38 26.15 DEP criu/image.d [2023-05-05T19:02:55.064Z] #38 26.19 DEP criu/image-desc.d [2023-05-05T19:02:55.064Z] #38 26.22 DEP criu/fsnotify.d [2023-05-05T19:02:55.064Z] #38 26.26 DEP criu/filesystems.d [2023-05-05T19:02:55.064Z] #38 26.29 DEP criu/files.d [2023-05-05T19:02:55.064Z] #38 26.33 DEP criu/files-reg.d [2023-05-05T19:02:55.064Z] #38 26.37 DEP criu/files-ext.d [2023-05-05T19:02:55.064Z] #38 26.40 DEP criu/file-lock.d [2023-05-05T19:02:55.132Z] #38 ... [2023-05-05T19:02:55.132Z] [2023-05-05T19:02:55.132Z] #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 [2023-05-05T19:02:55.132Z] #0 1.076 + RM_GOPATH=0 [2023-05-05T19:02:55.132Z] #0 1.076 + TMP_GOPATH= [2023-05-05T19:02:55.132Z] #0 1.076 + : /build [2023-05-05T19:02:55.132Z] #0 1.076 + '[' -z '' ']' [2023-05-05T19:02:55.132Z] #0 1.076 ++ mktemp -d [2023-05-05T19:02:55.132Z] #0 1.078 + export GOPATH=/tmp/tmp.6IfiPgnx92 [2023-05-05T19:02:55.132Z] #0 1.078 + GOPATH=/tmp/tmp.6IfiPgnx92 [2023-05-05T19:02:55.132Z] #0 1.078 + RM_GOPATH=1 [2023-05-05T19:02:55.132Z] #0 1.078 + case "$(go env GOARCH)" in [2023-05-05T19:02:55.132Z] #0 1.078 ++ go env GOARCH [2023-05-05T19:02:55.132Z] #0 1.099 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:55.132Z] #0 1.099 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:02:55.132Z] #0 1.100 ++ dirname /tmp/install/install.sh [2023-05-05T19:02:55.132Z] #0 1.102 + dir=/tmp/install [2023-05-05T19:02:55.132Z] #0 1.102 + bin=tini [2023-05-05T19:02:55.132Z] #0 1.102 + shift [2023-05-05T19:02:55.132Z] #0 1.102 + '[' '!' -f /tmp/install/tini.installer ']' [2023-05-05T19:02:55.132Z] #0 1.102 + . /tmp/install/tini.installer [2023-05-05T19:02:55.132Z] #0 1.102 ++ : v0.19.0 [2023-05-05T19:02:55.132Z] #0 1.102 + install_tini [2023-05-05T19:02:55.132Z] #0 1.102 + echo 'Install tini version v0.19.0' [2023-05-05T19:02:55.132Z] #0 1.102 + git clone https://github.com/krallin/tini.git /tmp/tmp.6IfiPgnx92/tini [2023-05-05T19:02:55.132Z] #0 1.102 Install tini version v0.19.0 [2023-05-05T19:02:55.132Z] #0 1.104 Cloning into '/tmp/tmp.6IfiPgnx92/tini'... [2023-05-05T19:02:55.132Z] #0 1.443 + cd /tmp/tmp.6IfiPgnx92/tini [2023-05-05T19:02:55.132Z] #0 1.443 + git checkout -q v0.19.0 [2023-05-05T19:02:55.132Z] #0 1.459 + cmake . [2023-05-05T19:02:55.132Z] #0 1.593 -- The C compiler identification is GNU 10.2.1 [2023-05-05T19:02:55.132Z] #0 1.622 -- Detecting C compiler ABI info [2023-05-05T19:02:55.132Z] #0 1.811 -- Detecting C compiler ABI info - done [2023-05-05T19:02:55.132Z] #0 1.829 -- Check for working C compiler: /usr/bin/cc - skipped [2023-05-05T19:02:55.132Z] #0 1.829 -- Detecting C compile features [2023-05-05T19:02:55.132Z] #0 1.829 -- Detecting C compile features - done [2023-05-05T19:02:55.132Z] #0 1.848 -- Performing Test HAS_BUILTIN_FORTIFY [2023-05-05T19:02:55.132Z] #39 1.932 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-05-05T19:02:55.132Z] #39 1.968 -- Configuring done [2023-05-05T19:02:55.132Z] #39 1.968 -- Generating done [2023-05-05T19:02:55.132Z] #39 1.968 -- Build files have been written to: /tmp/tmp.6IfiPgnx92/tini [2023-05-05T19:02:55.249Z] #50 18.20 Selecting previously unselected package uidmap. [2023-05-05T19:02:55.326Z] #38 26.46 DEP criu/file-ids.d [2023-05-05T19:02:55.326Z] #38 26.49 DEP criu/fifo.d [2023-05-05T19:02:55.326Z] #38 26.53 DEP criu/fdstore.d [2023-05-05T19:02:55.326Z] #38 26.56 DEP criu/fault-injection.d [2023-05-05T19:02:55.326Z] #38 26.57 DEP criu/external.d [2023-05-05T19:02:55.326Z] #38 26.60 DEP criu/eventpoll.d [2023-05-05T19:02:55.326Z] #38 26.63 DEP criu/eventfd.d [2023-05-05T19:02:55.355Z] #22 ... [2023-05-05T19:02:55.355Z] [2023-05-05T19:02:55.355Z] #31 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:02:55.355Z] #31 DONE 16.8s [2023-05-05T19:02:55.355Z] [2023-05-05T19:02:55.355Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:55.355Z] #0 10.89 Building dependency tree... [2023-05-05T19:02:55.355Z] #30 11.44 The following additional packages will be installed: [2023-05-05T19:02:55.355Z] #30 11.44 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:55.355Z] #30 11.44 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2023-05-05T19:02:55.355Z] #30 11.44 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2023-05-05T19:02:55.355Z] #30 11.44 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2023-05-05T19:02:55.355Z] #30 11.44 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2023-05-05T19:02:55.355Z] #30 11.44 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2023-05-05T19:02:55.355Z] #30 11.44 mingw-w64-common mingw-w64-x86-64-dev [2023-05-05T19:02:55.355Z] #30 11.44 Suggested packages: [2023-05-05T19:02:55.355Z] #30 11.44 gcc-10-locales seccomp wine64 [2023-05-05T19:02:55.355Z] #30 11.78 The following NEW packages will be installed: [2023-05-05T19:02:55.355Z] #30 11.79 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2023-05-05T19:02:55.355Z] #30 11.79 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2023-05-05T19:02:55.355Z] #30 11.79 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2023-05-05T19:02:55.355Z] #30 11.79 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2023-05-05T19:02:55.355Z] #30 11.79 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2023-05-05T19:02:55.355Z] #30 11.79 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2023-05-05T19:02:55.355Z] #30 11.79 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2023-05-05T19:02:55.355Z] #30 11.79 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2023-05-05T19:02:55.355Z] #30 11.79 mingw-w64-x86-64-dev [2023-05-05T19:02:55.355Z] #30 12.08 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:55.355Z] #30 12.08 Need to get 115 MB of archives. [2023-05-05T19:02:55.355Z] #30 12.08 After this operation, 645 MB of additional disk space will be used. [2023-05-05T19:02:55.355Z] #30 12.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2023-05-05T19:02:55.355Z] #30 12.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2023-05-05T19:02:55.355Z] #30 12.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2023-05-05T19:02:55.355Z] #30 12.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2023-05-05T19:02:55.355Z] #30 12.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2023-05-05T19:02:55.355Z] #30 12.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2023-05-05T19:02:55.355Z] #30 12.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2023-05-05T19:02:55.355Z] #30 12.61 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2023-05-05T19:02:55.355Z] #30 12.62 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2023-05-05T19:02:55.355Z] #30 12.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:02:55.355Z] #30 13.53 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-05-05T19:02:55.355Z] #30 13.71 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-05-05T19:02:55.355Z] #30 13.90 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:02:55.355Z] #30 14.32 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2023-05-05T19:02:55.355Z] #30 14.50 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-05-05T19:02:55.355Z] #30 14.50 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-05-05T19:02:55.355Z] #30 14.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-05-05T19:02:55.355Z] #30 14.51 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:02:55.355Z] #30 14.52 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:02:55.355Z] #30 14.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-05-05T19:02:55.355Z] #30 14.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u2 [123 kB] [2023-05-05T19:02:55.355Z] #30 14.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-05-05T19:02:55.355Z] #30 14.58 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-05-05T19:02:55.355Z] #30 14.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-05-05T19:02:55.355Z] #30 14.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-05-05T19:02:55.355Z] #30 14.61 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-05-05T19:02:55.355Z] #30 14.70 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-05-05T19:02:55.355Z] #30 14.74 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-05-05T19:02:55.355Z] #30 14.77 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-05-05T19:02:55.355Z] #30 14.82 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u2 [401 kB] [2023-05-05T19:02:55.355Z] #30 15.44 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:55.355Z] #30 15.80 Fetched 115 MB in 3s (37.4 MB/s) [2023-05-05T19:02:55.355Z] #30 16.28 Selecting previously unselected package binutils-mingw-w64-i686. [2023-05-05T19:02:55.355Z] #30 16.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:55.355Z] #30 16.30 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:02:55.355Z] #30 16.50 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:55.389Z] #39 1.969 + make tini-static [2023-05-05T19:02:55.389Z] #39 2.097 Scanning dependencies of target tini-static [2023-05-05T19:02:55.389Z] #39 2.151 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-05-05T19:02:55.507Z] #50 18.20 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-05-05T19:02:55.507Z] #50 18.20 Unpacking uidmap (1:4.8.1-1) ... [2023-05-05T19:02:55.508Z] #50 18.53 Selecting previously unselected package vim-runtime. [2023-05-05T19:02:55.587Z] #38 26.67 DEP criu/crtools.d [2023-05-05T19:02:55.587Z] #38 26.71 DEP criu/cr-service.d [2023-05-05T19:02:55.587Z] #38 26.75 DEP criu/cr-restore.d [2023-05-05T19:02:55.587Z] #38 26.80 DEP criu/cr-errno.d [2023-05-05T19:02:55.587Z] #38 26.82 DEP criu/cr-dump.d [2023-05-05T19:02:55.587Z] #38 26.86 DEP criu/cr-dedup.d [2023-05-05T19:02:55.766Z] #50 18.53 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:02:55.766Z] #50 18.55 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-05-05T19:02:55.766Z] #50 18.58 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-05-05T19:02:55.766Z] #50 18.58 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:55.850Z] #38 26.91 DEP criu/cr-check.d [2023-05-05T19:02:55.850Z] #38 26.95 DEP criu/config.d [2023-05-05T19:02:55.850Z] #38 26.99 DEP criu/clone-noasan.d [2023-05-05T19:02:55.850Z] #38 27.01 DEP criu/cgroup.d [2023-05-05T19:02:55.850Z] #38 27.05 DEP criu/cgroup-props.d [2023-05-05T19:02:55.850Z] #38 27.07 DEP criu/bitmap.d [2023-05-05T19:02:55.850Z] #38 27.08 DEP criu/bfd.d [2023-05-05T19:02:55.850Z] #38 27.11 DEP criu/autofs.d [2023-05-05T19:02:55.952Z] #39 2.533 [100%] Linking C executable tini-static [2023-05-05T19:02:55.952Z] #39 2.723 [100%] Built target tini-static [2023-05-05T19:02:55.952Z] #39 2.741 + mkdir -p /build [2023-05-05T19:02:55.952Z] #39 2.755 + cp tini-static /build/docker-init [2023-05-05T19:02:56.041Z] #34 14.12 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:02:56.041Z] #34 14.12 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:02:56.041Z] #34 14.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:56.041Z] #34 ... [2023-05-05T19:02:56.041Z] [2023-05-05T19:02:56.041Z] #27 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2023-05-05T19:02:56.041Z] #27 DONE 14.5s [2023-05-05T19:02:56.041Z] [2023-05-05T19:02:56.041Z] #35 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2023-05-05T19:02:56.041Z] #35 DONE 14.6s [2023-05-05T19:02:56.041Z] [2023-05-05T19:02:56.041Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:56.041Z] #34 14.55 Selecting previously unselected package libnet1-dev. [2023-05-05T19:02:56.041Z] #34 14.59 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:02:56.041Z] #34 14.61 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:02:56.114Z] #38 27.14 DEP criu/aio.d [2023-05-05T19:02:56.114Z] #38 27.18 DEP criu/action-scripts.d [2023-05-05T19:02:56.114Z] #38 27.24 CC criu/action-scripts.o [2023-05-05T19:02:56.114Z] #38 ... [2023-05-05T19:02:56.114Z] [2023-05-05T19:02:56.114Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:56.114Z] #30 DONE 51.0s [2023-05-05T19:02:56.114Z] [2023-05-05T19:02:56.114Z] #32 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:02:56.114Z] #32 40.92 + dpkg --print-architecture [2023-05-05T19:02:56.114Z] #32 DONE 50.9s [2023-05-05T19:02:56.114Z] [2023-05-05T19:02:56.114Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:56.114Z] #38 27.39 CC criu/aio.o [2023-05-05T19:02:56.114Z] #38 ... [2023-05-05T19:02:56.114Z] [2023-05-05T19:02:56.114Z] #42 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-05-05T19:02:56.296Z] #30 ... [2023-05-05T19:02:56.296Z] [2023-05-05T19:02:56.296Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:56.296Z] #14 26.79 Selecting previously unselected package libssh2-1:amd64. [2023-05-05T19:02:56.296Z] #14 26.80 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2023-05-05T19:02:56.296Z] #14 26.97 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:02:56.296Z] #14 28.03 Selecting previously unselected package libcurl4:amd64. [2023-05-05T19:02:56.296Z] #14 28.03 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:02:56.296Z] #14 28.31 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:56.296Z] #14 28.98 Selecting previously unselected package curl. [2023-05-05T19:02:56.296Z] #14 28.99 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_amd64.deb ... [2023-05-05T19:02:56.296Z] #14 29.11 Unpacking curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:02:56.296Z] #14 30.12 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:02:56.296Z] #14 30.13 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:02:56.296Z] #14 30.24 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:02:56.296Z] #14 31.46 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:02:56.296Z] #14 31.46 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:02:56.296Z] #14 31.65 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:02:56.296Z] #14 32.65 Selecting previously unselected package jq. [2023-05-05T19:02:56.296Z] #14 32.65 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:02:56.296Z] #14 32.78 Unpacking jq (1.6-2.1) ... [2023-05-05T19:02:56.296Z] #14 33.80 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2023-05-05T19:02:56.296Z] #14 34.66 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2023-05-05T19:02:56.296Z] #14 35.30 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2023-05-05T19:02:56.296Z] #14 35.81 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:56.296Z] #14 36.47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-05-05T19:02:56.296Z] #14 36.95 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-05-05T19:02:56.296Z] #14 ... [2023-05-05T19:02:56.296Z] [2023-05-05T19:02:56.296Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:56.296Z] #30 17.94 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-05-05T19:02:56.296Z] #30 17.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:02:56.296Z] #30 ... [2023-05-05T19:02:56.296Z] [2023-05-05T19:02:56.296Z] #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 [2023-05-05T19:02:56.296Z] #27 DONE 18.2s [2023-05-05T19:02:56.296Z] [2023-05-05T19:02:56.296Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:56.296Z] #30 18.10 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:02:56.298Z] #34 14.75 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:02:56.298Z] #34 14.75 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:02:56.298Z] #34 14.76 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:56.556Z] #30 ... [2023-05-05T19:02:56.556Z] [2023-05-05T19:02:56.556Z] #24 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2023-05-05T19:02:56.556Z] #24 DONE 18.3s [2023-05-05T19:02:56.556Z] [2023-05-05T19:02:56.556Z] #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 [2023-05-05T19:02:56.556Z] #29 DONE 18.3s [2023-05-05T19:02:56.556Z] [2023-05-05T19:02:56.556Z] #26 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2023-05-05T19:02:56.556Z] #26 DONE 18.3s [2023-05-05T19:02:56.556Z] [2023-05-05T19:02:56.556Z] #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 [2023-05-05T19:02:56.556Z] #32 11.58 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:02:56.556Z] #32 11.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:56.556Z] #32 11.61 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:02:56.556Z] #32 11.93 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.556Z] #32 12.89 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:02:56.556Z] #32 12.89 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:02:56.556Z] #32 13.02 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.556Z] #32 14.06 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.556Z] #32 14.51 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.556Z] #32 15.38 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:56.556Z] #32 DONE 18.4s [2023-05-05T19:02:56.556Z] [2023-05-05T19:02:56.556Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:02:56.556Z] #14 37.29 Setting up libssh2-1:amd64 (1.9.0-2) ... [2023-05-05T19:02:56.556Z] #14 37.33 Setting up openssl (1.1.1n-0+deb11u4) ... [2023-05-05T19:02:56.558Z] #34 15.11 Selecting previously unselected package libnl-3-dev:amd64. [2023-05-05T19:02:56.558Z] [2023-05-05T19:02:56.558Z] #34 ... [2023-05-05T19:02:56.558Z] [2023-05-05T19:02:56.558Z] #33 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2023-05-05T19:02:56.558Z] #33 11.17 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:56.558Z] #33 11.17 Need to get 460 kB of archives. [2023-05-05T19:02:56.558Z] #33 11.17 After this operation, 1237 kB of additional disk space will be used. [2023-05-05T19:02:56.558Z] #33 11.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:02:56.558Z] #33 11.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:02:56.558Z] #33 11.70 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:56.558Z] #33 11.88 Fetched 460 kB in 0s (1630 kB/s) [2023-05-05T19:02:56.558Z] #33 12.00 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:02:56.558Z] #33 12.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:56.558Z] #33 12.05 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:02:56.558Z] #33 12.11 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.558Z] #33 14.06 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:02:56.558Z] #33 14.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:02:56.558Z] #33 14.22 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.558Z] #33 14.61 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.558Z] #33 14.63 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:02:56.558Z] #33 14.69 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:02:56.558Z] #33 DONE 15.2s [2023-05-05T19:02:56.558Z] [2023-05-05T19:02:56.558Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:56.558Z] #34 15.11 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:02:56.558Z] #34 15.13 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:02:56.814Z] #34 15.25 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:02:56.814Z] #34 15.26 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:02:56.814Z] #34 15.27 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:56.818Z] #14 37.51 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:02:56.818Z] #14 37.54 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:02:56.818Z] #14 37.57 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2023-05-05T19:02:56.818Z] #14 37.60 Setting up ca-certificates (20210119) ... [2023-05-05T19:02:57.079Z] #34 15.44 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-05-05T19:02:57.079Z] #34 15.45 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:02:57.079Z] #34 15.45 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:02:57.079Z] #34 15.63 Selecting previously unselected package zlib1g-dev:amd64. [2023-05-05T19:02:57.079Z] #34 15.64 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-05-05T19:02:57.079Z] #34 15.64 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:02:57.336Z] #34 15.82 Selecting previously unselected package libprotobuf23:amd64. [2023-05-05T19:02:57.336Z] #34 15.83 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-05-05T19:02:57.336Z] #34 15.89 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:02:57.680Z] #50 20.20 Selecting previously unselected package vim. [2023-05-05T19:02:57.680Z] #50 20.21 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:02:57.680Z] #50 20.24 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:57.938Z] #50 20.81 Selecting previously unselected package xfsprogs. [2023-05-05T19:02:57.938Z] #50 20.81 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-05-05T19:02:57.938Z] #50 20.85 Unpacking xfsprogs (5.10.0-4) ... [2023-05-05T19:02:58.272Z] #34 16.80 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-05-05T19:02:58.272Z] #34 16.80 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-05-05T19:02:58.505Z] #50 21.23 Selecting previously unselected package zip. [2023-05-05T19:02:58.505Z] #50 21.24 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-05-05T19:02:58.505Z] #50 21.25 Unpacking zip (3.0-12) ... [2023-05-05T19:02:58.505Z] #50 21.44 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:02:58.532Z] #34 16.89 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:02:58.532Z] #34 17.13 Selecting previously unselected package libprotobuf-dev:amd64. [2023-05-05T19:02:58.532Z] #34 17.13 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-05-05T19:02:58.532Z] #34 17.14 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:02:58.664Z] #42 DONE 2.6s [2023-05-05T19:02:58.664Z] [2023-05-05T19:02:58.664Z] #43 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-05-05T19:02:59.074Z] [2023-05-05T19:02:59.074Z] #50 ... [2023-05-05T19:02:59.074Z] [2023-05-05T19:02:59.074Z] #26 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:02:59.074Z] #26 79.03 + /build/golangci-lint --version [2023-05-05T19:02:59.074Z] #26 79.30 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-05-05T19:02:59.074Z] #26 DONE 81.5s [2023-05-05T19:02:59.074Z] [2023-05-05T19:02:59.074Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:02:59.074Z] #50 22.02 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:02:59.074Z] #50 22.06 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:02:59.074Z] #50 22.07 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:02:59.074Z] #50 22.10 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:02:59.074Z] #50 22.11 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:02:59.074Z] #50 22.12 Setting up libinih1:amd64 (53-1+b2) ... [2023-05-05T19:02:59.074Z] #50 ... [2023-05-05T19:02:59.074Z] [2023-05-05T19:02:59.074Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:02:59.074Z] #37 64.89 + bin/containerd [2023-05-05T19:02:59.097Z] #34 17.65 Selecting previously unselected package libprotoc23:amd64. [2023-05-05T19:02:59.097Z] #34 17.66 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-05-05T19:02:59.097Z] #34 17.66 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:02:59.228Z] #39 DONE 5.9s [2023-05-05T19:02:59.228Z] [2023-05-05T19:02:59.228Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:02:59.228Z] #37 2.947 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:02:59.228Z] #37 2.947 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:02:59.228Z] #37 2.961 Note: Building without GnuTLS support [2023-05-05T19:02:59.228Z] #37 2.962 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:02:59.228Z] #37 2.962 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:02:59.228Z] #37 4.643 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:02:59.228Z] #37 4.675 GEN .gitid [2023-05-05T19:02:59.228Z] #37 4.683 GEN criu/include/version.h [2023-05-05T19:02:59.228Z] #37 4.729 GEN include/common/asm [2023-05-05T19:02:59.365Z] #14 ... [2023-05-05T19:02:59.365Z] [2023-05-05T19:02:59.365Z] #25 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:59.365Z] #0 9.576 Reading package lists... [2023-05-05T19:02:59.365Z] #25 10.74 Building dependency tree... [2023-05-05T19:02:59.365Z] #25 11.21 The following additional packages will be installed: [2023-05-05T19:02:59.365Z] #25 11.21 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-05-05T19:02:59.365Z] #25 11.21 Suggested packages: [2023-05-05T19:02:59.365Z] #25 11.21 cmake-doc ninja-build lrzip [2023-05-05T19:02:59.365Z] #25 11.21 Recommended packages: [2023-05-05T19:02:59.365Z] #25 11.21 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-05-05T19:02:59.365Z] #25 11.49 The following NEW packages will be installed: [2023-05-05T19:02:59.365Z] #25 11.50 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-05-05T19:02:59.365Z] #25 11.50 vim-common xxd [2023-05-05T19:02:59.365Z] #25 11.79 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:02:59.365Z] #25 11.79 Need to get 17.7 MB of archives. [2023-05-05T19:02:59.365Z] #25 11.79 After this operation, 70.7 MB of additional disk space will be used. [2023-05-05T19:02:59.365Z] #25 11.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:02:59.365Z] #25 11.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:02:59.365Z] #25 11.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-05-05T19:02:59.365Z] #25 11.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:02:59.365Z] #25 12.10 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB] [2023-05-05T19:02:59.365Z] #25 12.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-05-05T19:02:59.365Z] #25 12.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-05-05T19:02:59.365Z] #25 12.20 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-05-05T19:02:59.366Z] #25 12.21 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-05-05T19:02:59.366Z] #25 12.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-05-05T19:02:59.366Z] #25 12.87 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:02:59.366Z] #25 13.15 Fetched 17.7 MB in 1s (20.4 MB/s) [2023-05-05T19:02:59.366Z] #25 13.58 Selecting previously unselected package xxd. [2023-05-05T19:02:59.366Z] #25 13.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:02:59.366Z] #25 13.61 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:02:59.366Z] #25 13.73 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:59.366Z] #25 15.14 Selecting previously unselected package vim-common. [2023-05-05T19:02:59.366Z] #25 15.15 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:02:59.366Z] #25 15.43 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:02:59.366Z] #25 16.86 Selecting previously unselected package cmake-data. [2023-05-05T19:02:59.366Z] #25 16.86 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-05-05T19:02:59.366Z] #25 17.06 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:02:59.366Z] #25 18.29 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:02:59.366Z] #25 18.30 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:02:59.366Z] #25 18.36 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:02:59.366Z] #25 ... [2023-05-05T19:02:59.366Z] [2023-05-05T19:02:59.366Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:02:59.366Z] #30 19.13 Selecting previously unselected package binutils-mingw-w64. [2023-05-05T19:02:59.366Z] #30 19.13 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-05-05T19:02:59.366Z] #30 19.13 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:02:59.366Z] #30 19.27 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-05-05T19:02:59.366Z] #30 19.27 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:02:59.366Z] #30 19.28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:02:59.366Z] #30 19.49 Selecting previously unselected package dmsetup. [2023-05-05T19:02:59.366Z] #30 19.50 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:02:59.366Z] #30 19.53 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:02:59.366Z] #30 19.84 Selecting previously unselected package mingw-w64-common. [2023-05-05T19:02:59.366Z] #30 19.84 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-05-05T19:02:59.366Z] #30 19.88 Unpacking mingw-w64-common (8.0.0-1) ... [2023-05-05T19:02:59.625Z] #30 ... [2023-05-05T19:02:59.626Z] [2023-05-05T19:02:59.626Z] #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 [2023-05-05T19:02:59.626Z] #28 11.23 internal/testlog [2023-05-05T19:02:59.626Z] #28 11.53 sort [2023-05-05T19:02:59.626Z] #28 11.53 errors [2023-05-05T19:02:59.626Z] #28 11.68 internal/oserror [2023-05-05T19:02:59.626Z] #28 11.68 internal/safefilepath [2023-05-05T19:02:59.626Z] #28 11.68 path [2023-05-05T19:02:59.626Z] #28 11.68 io [2023-05-05T19:02:59.626Z] #28 11.69 strconv [2023-05-05T19:02:59.626Z] #28 11.93 syscall [2023-05-05T19:02:59.626Z] #28 12.20 bytes [2023-05-05T19:02:59.626Z] #28 12.20 text/tabwriter [2023-05-05T19:02:59.626Z] #28 12.21 strings [2023-05-05T19:02:59.626Z] #28 13.42 reflect [2023-05-05T19:02:59.626Z] #28 13.44 bufio [2023-05-05T19:02:59.626Z] #28 14.31 internal/syscall/execenv [2023-05-05T19:02:59.626Z] #28 14.31 time [2023-05-05T19:02:59.626Z] #28 14.31 internal/syscall/unix [2023-05-05T19:02:59.626Z] #28 15.84 io/fs [2023-05-05T19:02:59.626Z] #28 15.84 internal/poll [2023-05-05T19:02:59.626Z] #28 16.77 os [2023-05-05T19:02:59.626Z] #28 17.08 internal/fmtsort [2023-05-05T19:02:59.626Z] #28 17.62 io/ioutil [2023-05-05T19:02:59.626Z] #28 17.62 fmt [2023-05-05T19:02:59.626Z] #28 18.63 flag [2023-05-05T19:02:59.626Z] #28 18.63 log [2023-05-05T19:02:59.626Z] #28 18.63 github.com/BurntSushi/toml [2023-05-05T19:02:59.626Z] #28 20.34 github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:02:59.626Z] #28 ... [2023-05-05T19:02:59.626Z] [2023-05-05T19:02:59.626Z] #25 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:59.626Z] #25 21.45 Selecting previously unselected package libxml2:amd64. [2023-05-05T19:02:59.659Z] #34 ... [2023-05-05T19:02:59.659Z] [2023-05-05T19:02:59.659Z] #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 [2023-05-05T19:02:59.659Z] #32 DONE 18.1s [2023-05-05T19:02:59.659Z] [2023-05-05T19:02:59.659Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:02:59.659Z] #34 18.15 Selecting previously unselected package protobuf-c-compiler. [2023-05-05T19:02:59.659Z] #34 18.16 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:02:59.659Z] #34 18.20 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:02:59.916Z] #34 18.36 Selecting previously unselected package protobuf-compiler. [2023-05-05T19:02:59.916Z] #34 18.39 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-05-05T19:02:59.916Z] #34 18.43 Unpacking protobuf-compiler (3.12.4-1) ... [2023-05-05T19:02:59.923Z] #25 21.46 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ...#25 ... [2023-05-05T19:02:59.923Z] [2023-05-05T19:02:59.923Z] #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 [2023-05-05T19:02:59.923Z] #28 DONE 21.5s [2023-05-05T19:02:59.923Z] [2023-05-05T19:02:59.923Z] #25 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:02:59.923Z] #25 21.46 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... [2023-05-05T19:02:59.923Z] #25 21.47 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:03:00.172Z] #34 18.58 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:03:00.172Z] #34 18.58 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:03:00.172Z] #34 18.59 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:00.172Z] #34 18.73 Selecting previously unselected package python3-six. [2023-05-05T19:03:00.172Z] #34 18.74 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-05-05T19:03:00.172Z] #34 18.75 Unpacking python3-six (1.16.0-2) ... [2023-05-05T19:03:00.172Z] #34 18.85 Selecting previously unselected package python3-protobuf. [2023-05-05T19:03:00.183Z] #25 ... [2023-05-05T19:03:00.183Z] [2023-05-05T19:03:00.183Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:03:00.183Z] #34 11.84 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:03:00.183Z] #34 12.05 Fetched 4583 kB in 1s (6699 kB/s) [2023-05-05T19:03:00.183Z] #34 12.67 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:03:00.183Z] #34 12.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:03:00.183Z] #34 12.68 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 13.00 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:00.183Z] #34 13.93 Selecting previously unselected package libcap-dev:amd64. [2023-05-05T19:03:00.183Z] #34 13.93 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 14.05 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:03:00.183Z] #34 15.54 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:03:00.183Z] #34 15.54 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 15.75 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:00.183Z] #34 16.70 Selecting previously unselected package libnet1-dev. [2023-05-05T19:03:00.183Z] #34 16.74 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 16.86 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:00.183Z] #34 18.09 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:03:00.183Z] #34 18.10 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 18.27 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:00.183Z] #34 18.56 Selecting previously unselected package libnl-3-dev:amd64. [2023-05-05T19:03:00.183Z] #34 18.56 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 18.58 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:00.183Z] #34 18.89 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:03:00.183Z] #34 18.89 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 19.01 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:00.183Z] #34 19.15 Selecting previously unselected package libprotobuf-c-dev:amd64. [2023-05-05T19:03:00.183Z] #34 19.15 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 19.15 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:00.183Z] #34 19.24 Selecting previously unselected package zlib1g-dev:amd64. [2023-05-05T19:03:00.183Z] #34 19.24 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 19.26 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:03:00.183Z] #34 19.54 Selecting previously unselected package libprotobuf23:amd64. [2023-05-05T19:03:00.183Z] #34 19.55 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 19.56 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:03:00.183Z] #34 20.04 Selecting previously unselected package libprotobuf-lite23:amd64. [2023-05-05T19:03:00.183Z] #34 20.05 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 20.07 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:03:00.183Z] #34 21.12 Selecting previously unselected package libprotobuf-dev:amd64. [2023-05-05T19:03:00.183Z] #34 21.14 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 21.36 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:03:00.183Z] #34 22.03 Selecting previously unselected package libprotoc23:amd64. [2023-05-05T19:03:00.183Z] #34 22.03 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ... [2023-05-05T19:03:00.183Z] #34 ... [2023-05-05T19:03:00.183Z] [2023-05-05T19:03:00.183Z] #25 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:03:00.183Z] #25 21.96 Selecting previously unselected package libarchive13:amd64. [2023-05-05T19:03:00.183Z] #25 21.97 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-05-05T19:03:00.183Z] #25 21.98 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:03:00.216Z] #37 5.591 PBCC images/timens.pb-c.c [2023-05-05T19:03:00.217Z] #37 5.624 DEP images/timens.pb-c.d [2023-05-05T19:03:00.217Z] #37 5.642 PBCC images/fown.pb-c.c [2023-05-05T19:03:00.217Z] #37 5.648 PBCC images/google/protobuf/descriptor.pb-c.c [2023-05-05T19:03:00.429Z] #34 18.85 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-05-05T19:03:00.429Z] #34 18.87 Unpacking python3-protobuf (3.12.4-1) ... [2023-05-05T19:03:00.443Z] #25 22.12 Selecting previously unselected package libjsoncpp24:amd64. [2023-05-05T19:03:00.443Z] #25 22.12 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-05-05T19:03:00.443Z] #25 22.13 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:03:00.474Z] #37 5.681 PBCC images/opts.pb-c.c [2023-05-05T19:03:00.474Z] #37 5.694 PBCC images/memfd.pb-c.c [2023-05-05T19:03:00.474Z] #37 5.722 DEP images/fown.pb-c.d [2023-05-05T19:03:00.474Z] #37 5.853 DEP images/google/protobuf/descriptor.pb-c.d [2023-05-05T19:03:00.474Z] #37 5.916 DEP images/opts.pb-c.d [2023-05-05T19:03:00.474Z] #37 5.941 DEP images/memfd.pb-c.d [2023-05-05T19:03:00.474Z] #37 5.969 PBCC images/sit.pb-c.c [2023-05-05T19:03:00.474Z] #37 5.990 DEP images/sit.pb-c.d [2023-05-05T19:03:00.474Z] #37 6.029 PBCC images/macvlan.pb-c.c [2023-05-05T19:03:00.704Z] #25 22.45 Selecting previously unselected package librhash0:amd64. [2023-05-05T19:03:00.704Z] #25 22.46 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-05-05T19:03:00.731Z] #37 6.035 DEP images/macvlan.pb-c.d [2023-05-05T19:03:00.731Z] #37 6.083 PBCC images/autofs.pb-c.c [2023-05-05T19:03:00.731Z] #37 6.094 DEP images/autofs.pb-c.d [2023-05-05T19:03:00.731Z] #37 6.139 PBCC images/sysctl.pb-c.c [2023-05-05T19:03:00.731Z] #37 6.149 DEP images/sysctl.pb-c.d [2023-05-05T19:03:00.731Z] #37 6.202 PBCC images/time.pb-c.c [2023-05-05T19:03:00.731Z] #37 6.222 DEP images/time.pb-c.d [2023-05-05T19:03:00.731Z] #37 6.263 PBCC images/binfmt-misc.pb-c.c [2023-05-05T19:03:00.964Z] #25 22.56 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:03:00.964Z] #25 22.68 Selecting previously unselected package libuv1:amd64. [2023-05-05T19:03:00.964Z] #25 22.69 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-05-05T19:03:00.964Z] #25 22.70 Unpacking libuv1:amd64 (1.40.0-2) ... [2023-05-05T19:03:00.964Z] #25 22.83 Selecting previously unselected package cmake. [2023-05-05T19:03:00.975Z] #37 ... [2023-05-05T19:03:00.975Z] [2023-05-05T19:03:00.975Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:00.975Z] #39 46.63 CC criu/image-desc.o [2023-05-05T19:03:00.975Z] #39 46.70 CC criu/image.o [2023-05-05T19:03:00.975Z] #39 47.08 CC criu/ipc_ns.o [2023-05-05T19:03:00.975Z] #39 47.53 CC criu/irmap.o [2023-05-05T19:03:00.975Z] #39 47.80 CC criu/kcmp-ids.o [2023-05-05T19:03:00.975Z] #39 47.97 CC criu/kerndat.o [2023-05-05T19:03:00.975Z] #39 48.49 CC criu/libnetlink.o [2023-05-05T19:03:00.975Z] #39 48.66 CC criu/log.o [2023-05-05T19:03:00.975Z] #39 48.91 CC criu/lsm.o [2023-05-05T19:03:00.975Z] #39 49.09 CC criu/mem.o [2023-05-05T19:03:00.975Z] #39 49.76 CC criu/memfd.o [2023-05-05T19:03:00.975Z] #39 50.03 CC criu/mount.o [2023-05-05T19:03:00.975Z] #39 51.74 CC criu/namespaces.o [2023-05-05T19:03:00.975Z] #39 52.52 CC criu/net.o [2023-05-05T19:03:00.975Z] #39 54.15 CC criu/netfilter.o [2023-05-05T19:03:00.975Z] #39 54.45 CC criu/page-pipe.o [2023-05-05T19:03:00.975Z] #39 54.69 CC criu/page-xfer.o [2023-05-05T19:03:00.975Z] #39 55.30 CC criu/pagemap-cache.o [2023-05-05T19:03:00.975Z] #39 55.46 CC criu/pagemap.o [2023-05-05T19:03:00.975Z] #39 55.86 CC criu/parasite-syscall.o [2023-05-05T19:03:00.975Z] #39 56.31 CC criu/path.o [2023-05-05T19:03:00.975Z] #39 56.46 CC criu/pie-util-vdso-elf32.o [2023-05-05T19:03:00.975Z] #39 56.64 CC criu/pie-util-vdso.o [2023-05-05T19:03:00.992Z] #34 19.28 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:01.004Z] #37 6.271 DEP images/binfmt-misc.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.298 PBCC images/seccomp.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.305 DEP images/seccomp.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.348 PBCC images/userns.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.371 DEP images/userns.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.389 PBCC images/cgroup.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.397 DEP images/cgroup.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.410 PBCC images/ext-file.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.423 DEP images/ext-file.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.441 PBCC images/rpc.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.461 DEP images/rpc.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.491 PBCC images/siginfo.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.498 DEP images/siginfo.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.514 PBCC images/pagemap.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.524 DEP images/pagemap.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.553 PBCC images/rlimit.pb-c.c [2023-05-05T19:03:01.004Z] #37 6.563 DEP images/rlimit.pb-c.d [2023-05-05T19:03:01.004Z] #37 6.599 PBCC images/file-lock.pb-c.c [2023-05-05T19:03:01.224Z] #25 22.83 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-05-05T19:03:01.224Z] #25 22.85 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:03:01.233Z] #39 56.81 CC criu/pie-util.o [2023-05-05T19:03:01.233Z] #39 56.89 CC criu/pipes.o [2023-05-05T19:03:01.233Z] #39 ... [2023-05-05T19:03:01.233Z] [2023-05-05T19:03:01.233Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:01.233Z] #50 22.12 Setting up libinih1:amd64 (53-1+b2) ... [2023-05-05T19:03:01.233Z] #50 22.14 Setting up uidmap (1:4.8.1-1) ... [2023-05-05T19:03:01.233Z] #50 22.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:01.233Z] #50 22.17 Setting up bzip2 (1.0.8-4) ... [2023-05-05T19:03:01.233Z] #50 22.20 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:01.233Z] #50 22.21 Setting up python3-wheel (0.34.2-1) ... [2023-05-05T19:03:01.233Z] #50 22.57 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:01.233Z] #50 22.59 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:01.233Z] #50 22.60 Setting up libcap2-bin (1:2.44-1) ... [2023-05-05T19:03:01.233Z] #50 22.62 Setting up apparmor (2.13.6-10) ... [2023-05-05T19:03:01.233Z] #50 24.18 Setting up zip (3.0-12) ... [2023-05-05T19:03:01.233Z] #50 24.19 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:01.233Z] #50 24.23 Setting up bash-completion (1:2.11-2) ... [2023-05-05T19:03:01.261Z] #37 6.610 DEP images/file-lock.pb-c.d [2023-05-05T19:03:01.261Z] #37 6.658 PBCC images/tty.pb-c.c [2023-05-05T19:03:01.261Z] #37 6.689 DEP images/tty.pb-c.d [2023-05-05T19:03:01.261Z] #37 6.705 PBCC images/tun.pb-c.c [2023-05-05T19:03:01.261Z] #37 6.724 PBCC images/netdev.pb-c.c [2023-05-05T19:03:01.261Z] #37 6.744 DEP images/tun.pb-c.d [2023-05-05T19:03:01.261Z] #37 6.774 DEP images/netdev.pb-c.d [2023-05-05T19:03:01.261Z] #37 6.791 PBCC images/vma.pb-c.c [2023-05-05T19:03:01.261Z] #37 6.813 DEP images/vma.pb-c.d [2023-05-05T19:03:01.261Z] #37 ... [2023-05-05T19:03:01.261Z] [2023-05-05T19:03:01.261Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:01.261Z] #27 21.22 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-05-05T19:03:01.261Z] #27 21.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-05-05T19:03:01.261Z] #27 21.23 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:03:01.261Z] #27 23.98 Selecting previously unselected package gcc-mingw-w64-base. [2023-05-05T19:03:01.261Z] #27 23.98 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:01.261Z] #27 24.01 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:03:01.261Z] #27 24.19 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-05-05T19:03:01.261Z] #27 24.20 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:01.261Z] #27 24.30 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:01.261Z] #27 28.49 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-05-05T19:03:01.261Z] #27 28.49 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:01.261Z] #27 28.57 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:01.518Z] #27 ... [2023-05-05T19:03:01.518Z] [2023-05-05T19:03:01.518Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:01.518Z] #37 6.833 PBCC images/creds.pb-c.c [2023-05-05T19:03:01.518Z] #37 6.840 DEP images/creds.pb-c.d [2023-05-05T19:03:01.518Z] #37 6.853 PBCC images/utsns.pb-c.c [2023-05-05T19:03:01.518Z] #37 6.861 DEP images/utsns.pb-c.d [2023-05-05T19:03:01.518Z] #37 6.885 PBCC images/ipc-desc.pb-c.c [2023-05-05T19:03:01.518Z] #37 6.892 PBCC images/ipc-sem.pb-c.c [2023-05-05T19:03:01.518Z] #37 6.898 DEP images/ipc-desc.pb-c.d [2023-05-05T19:03:01.518Z] #37 6.916 DEP images/ipc-sem.pb-c.d [2023-05-05T19:03:01.518Z] #37 ... [2023-05-05T19:03:01.518Z] [2023-05-05T19:03:01.518Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:03:01.518Z] #32 28.00 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:03:01.518Z] #32 28.00 + GOBIN=/build [2023-05-05T19:03:01.518Z] #32 28.00 + GO111MODULE=on [2023-05-05T19:03:01.518Z] #32 28.00 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-05-05T19:03:01.518Z] #32 DONE 31.5s [2023-05-05T19:03:01.518Z] [2023-05-05T19:03:01.518Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:01.518Z] #37 6.954 PBCC images/ipc-msg.pb-c.c [2023-05-05T19:03:01.518Z] #37 6.960 DEP images/ipc-msg.pb-c.d [2023-05-05T19:03:01.518Z] #37 6.981 PBCC images/ipc-shm.pb-c.c [2023-05-05T19:03:01.518Z] #37 6.994 DEP images/ipc-shm.pb-c.d [2023-05-05T19:03:01.518Z] #37 7.015 PBCC images/ipc-var.pb-c.c [2023-05-05T19:03:01.518Z] #37 7.025 DEP images/ipc-var.pb-c.d [2023-05-05T19:03:01.518Z] #37 7.042 PBCC images/sk-opts.pb-c.c [2023-05-05T19:03:01.518Z] #37 7.050 PBCC images/packet-sock.pb-c.c [2023-05-05T19:03:01.518Z] #37 7.086 DEP images/sk-opts.pb-c.d [2023-05-05T19:03:01.518Z] #37 7.114 DEP images/packet-sock.pb-c.d [2023-05-05T19:03:01.518Z] #37 7.141 PBCC images/sk-netlink.pb-c.c [2023-05-05T19:03:01.563Z] #34 ... [2023-05-05T19:03:01.563Z] [2023-05-05T19:03:01.563Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:03:01.563Z] #22 10.11 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2023-05-05T19:03:01.563Z] #22 10.12 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2023-05-05T19:03:01.563Z] #22 10.20 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2023-05-05T19:03:01.563Z] #22 10.24 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2023-05-05T19:03:01.563Z] #22 10.24 go: downloading github.com/go-toolsmith/astp v1.0.0 [2023-05-05T19:03:01.563Z] #22 10.35 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2023-05-05T19:03:01.563Z] #22 10.37 go: downloading github.com/go-toolsmith/typep v1.0.2 [2023-05-05T19:03:01.563Z] #22 10.39 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2023-05-05T19:03:01.563Z] #22 10.47 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2023-05-05T19:03:01.563Z] #22 10.55 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2023-05-05T19:03:01.563Z] #22 10.79 go: downloading github.com/ettle/strcase v0.1.1 [2023-05-05T19:03:01.563Z] #22 10.79 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-05-05T19:03:01.563Z] #22 10.79 go: downloading github.com/Masterminds/semver v1.5.0 [2023-05-05T19:03:01.563Z] #22 10.92 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2023-05-05T19:03:01.563Z] #22 10.98 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-05-05T19:03:01.563Z] #22 10.98 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2023-05-05T19:03:01.563Z] #22 11.00 go: downloading github.com/fatih/structtag v1.2.0 [2023-05-05T19:03:01.563Z] #22 11.00 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-05-05T19:03:01.563Z] #22 11.10 go: downloading github.com/prometheus/client_model v0.2.0 [2023-05-05T19:03:01.563Z] #22 11.13 go: downloading github.com/google/go-cmp v0.5.8 [2023-05-05T19:03:01.563Z] #22 11.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-05-05T19:03:01.563Z] #22 11.31 go: downloading go.uber.org/atomic v1.7.0 [2023-05-05T19:03:01.563Z] #22 11.62 go: downloading go.uber.org/multierr v1.6.0 [2023-05-05T19:03:01.563Z] #22 11.69 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2023-05-05T19:03:01.563Z] #22 11.71 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-05-05T19:03:01.563Z] #22 11.78 go: downloading github.com/golang/protobuf v1.5.2 [2023-05-05T19:03:01.563Z] #22 11.79 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2023-05-05T19:03:01.563Z] #22 12.08 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-05-05T19:03:01.563Z] #22 12.10 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-05-05T19:03:01.563Z] #22 12.13 go: downloading github.com/beorn7/perks v1.0.1 [2023-05-05T19:03:01.563Z] #22 12.25 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-05-05T19:03:01.563Z] #22 12.25 go: downloading github.com/prometheus/common v0.32.1 [2023-05-05T19:03:01.563Z] #22 12.28 go: downloading github.com/prometheus/procfs v0.7.3 [2023-05-05T19:03:01.563Z] #22 12.31 go: downloading google.golang.org/protobuf v1.28.0 [2023-05-05T19:03:01.563Z] #22 13.48 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-05-05T19:03:01.775Z] #37 7.150 DEP images/sk-netlink.pb-c.d [2023-05-05T19:03:01.775Z] #37 7.181 PBCC images/sk-inet.pb-c.c [2023-05-05T19:03:01.775Z] #37 7.194 DEP images/sk-inet.pb-c.d [2023-05-05T19:03:01.775Z] #37 7.211 PBCC images/sk-unix.pb-c.c [2023-05-05T19:03:01.775Z] #37 7.231 DEP images/sk-unix.pb-c.d [2023-05-05T19:03:01.775Z] #37 7.254 PBCC images/mm.pb-c.c [2023-05-05T19:03:01.775Z] #37 ... [2023-05-05T19:03:01.775Z] [2023-05-05T19:03:01.775Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-05-05T19:03:01.775Z] #40 DONE 0.3s [2023-05-05T19:03:01.775Z] [2023-05-05T19:03:01.775Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:01.775Z] #37 7.275 DEP images/mm.pb-c.d [2023-05-05T19:03:01.775Z] #37 7.289 PBCC images/timerfd.pb-c.c [2023-05-05T19:03:01.775Z] #37 7.309 DEP images/timerfd.pb-c.d [2023-05-05T19:03:01.775Z] #37 7.324 PBCC images/timer.pb-c.c [2023-05-05T19:03:01.775Z] #37 7.344 DEP images/timer.pb-c.d [2023-05-05T19:03:01.775Z] #37 7.358 PBCC images/sa.pb-c.c [2023-05-05T19:03:01.820Z] #22 ... [2023-05-05T19:03:01.820Z] [2023-05-05T19:03:01.820Z] #23 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:03:01.820Z] #23 10.26 internal/testlog [2023-05-05T19:03:01.820Z] #23 11.11 sort [2023-05-05T19:03:01.820Z] #23 11.12 errors [2023-05-05T19:03:01.820Z] #23 11.29 strconv [2023-05-05T19:03:01.820Z] #23 11.29 io [2023-05-05T19:03:01.820Z] #23 11.29 internal/oserror [2023-05-05T19:03:01.820Z] #23 11.29 internal/safefilepath [2023-05-05T19:03:01.820Z] #23 11.29 path [2023-05-05T19:03:01.820Z] #23 11.63 syscall [2023-05-05T19:03:01.820Z] #23 12.42 strings [2023-05-05T19:03:01.820Z] #23 12.42 bytes [2023-05-05T19:03:01.820Z] #23 12.42 text/tabwriter [2023-05-05T19:03:01.820Z] #23 13.45 reflect [2023-05-05T19:03:01.820Z] #23 13.99 bufio [2023-05-05T19:03:01.820Z] #23 14.53 time [2023-05-05T19:03:01.820Z] #23 14.53 internal/syscall/execenv [2023-05-05T19:03:01.820Z] #23 14.53 internal/syscall/unix [2023-05-05T19:03:01.820Z] #23 16.71 io/fs [2023-05-05T19:03:01.820Z] #23 16.76 internal/poll [2023-05-05T19:03:01.820Z] #23 17.74 internal/fmtsort [2023-05-05T19:03:01.820Z] #23 18.18 os [2023-05-05T19:03:01.820Z] #23 19.13 io/ioutil [2023-05-05T19:03:01.820Z] #23 19.13 fmt [2023-05-05T19:03:01.820Z] #23 20.30 github.com/BurntSushi/toml [2023-05-05T19:03:01.820Z] #23 20.31 log [2023-05-05T19:03:01.820Z] #23 20.31 flag [2023-05-05T19:03:01.820Z] #23 ... [2023-05-05T19:03:01.820Z] [2023-05-05T19:03:01.820Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:03:01.820Z] #34 20.18 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:03:01.820Z] #34 20.29 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:01.820Z] #34 20.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:01.820Z] #34 20.42 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:01.820Z] #34 20.47 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:02.033Z] #37 7.371 DEP images/sa.pb-c.d [2023-05-05T19:03:02.033Z] #37 7.390 PBCC images/pipe-data.pb-c.c [2023-05-05T19:03:02.033Z] #37 7.398 DEP images/pipe-data.pb-c.d [2023-05-05T19:03:02.033Z] #37 7.418 PBCC images/mnt.pb-c.c [2023-05-05T19:03:02.033Z] #37 7.440 DEP images/mnt.pb-c.d [2023-05-05T19:03:02.033Z] #37 7.460 PBCC images/sk-packet.pb-c.c [2023-05-05T19:03:02.033Z] #37 ... [2023-05-05T19:03:02.033Z] [2023-05-05T19:03:02.033Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-05-05T19:03:02.033Z] #41 DONE 0.3s [2023-05-05T19:03:02.033Z] [2023-05-05T19:03:02.033Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:02.033Z] #37 7.467 DEP images/sk-packet.pb-c.d [2023-05-05T19:03:02.033Z] #37 7.513 PBCC images/tcp-stream.pb-c.c [2023-05-05T19:03:02.033Z] #37 7.524 DEP images/tcp-stream.pb-c.d [2023-05-05T19:03:02.033Z] #37 7.546 PBCC images/pipe.pb-c.c [2023-05-05T19:03:02.033Z] #37 7.564 DEP images/pipe.pb-c.d [2023-05-05T19:03:02.079Z] #34 20.50 Setting up python3-six (1.16.0-2) ... [2023-05-05T19:03:02.079Z] #34 ... [2023-05-05T19:03:02.079Z] [2023-05-05T19:03:02.079Z] #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:03:02.079Z] #24 10.63 The following additional packages will be installed: [2023-05-05T19:03:02.079Z] #24 10.64 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2023-05-05T19:03:02.079Z] #24 10.64 Suggested packages: [2023-05-05T19:03:02.079Z] #24 10.64 cmake-doc ninja-build lrzip [2023-05-05T19:03:02.079Z] #24 10.64 Recommended packages: [2023-05-05T19:03:02.079Z] #24 10.64 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2023-05-05T19:03:02.079Z] #24 10.89 The following NEW packages will be installed: [2023-05-05T19:03:02.079Z] #24 10.89 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-05-05T19:03:02.079Z] #24 10.89 vim-common xxd [2023-05-05T19:03:02.079Z] #24 11.19 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:03:02.079Z] #24 11.19 Need to get 17.7 MB of archives. [2023-05-05T19:03:02.079Z] #24 11.19 After this operation, 70.7 MB of additional disk space will be used. [2023-05-05T19:03:02.079Z] #24 11.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:03:02.079Z] #24 11.19 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:03:02.079Z] #24 11.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-05-05T19:03:02.079Z] #24 11.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:03:02.079Z] #24 11.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB] [2023-05-05T19:03:02.079Z] #24 11.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2023-05-05T19:03:02.079Z] #24 11.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2023-05-05T19:03:02.079Z] #24 11.51 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2023-05-05T19:03:02.079Z] #24 11.51 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2023-05-05T19:03:02.079Z] #24 11.51 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2023-05-05T19:03:02.079Z] #24 12.07 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:03:02.079Z] #24 12.20 Fetched 17.7 MB in 1s (23.9 MB/s) [2023-05-05T19:03:02.079Z] #24 12.45 Selecting previously unselected package xxd. [2023-05-05T19:03:02.079Z] #24 12.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) [2023-05-05T19:03:02.079Z] #24 12.47 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:03:02.079Z] #24 12.52 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:02.079Z] #24 14.49 Selecting previously unselected package vim-common. [2023-05-05T19:03:02.079Z] #24 14.49 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:03:02.079Z] #24 14.56 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:02.079Z] #24 14.81 Selecting previously unselected package cmake-data. [2023-05-05T19:03:02.079Z] #24 14.81 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-05-05T19:03:02.079Z] #24 14.83 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:03:02.079Z] #24 16.46 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:03:02.079Z] #24 16.47 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:03:02.079Z] #24 16.78 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:03:02.079Z] #24 19.66 Selecting previously unselected package libxml2:amd64. [2023-05-05T19:03:02.079Z] #24 19.67 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... [2023-05-05T19:03:02.079Z] #24 19.67 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:03:02.079Z] #24 20.12 Selecting previously unselected package libarchive13:amd64. [2023-05-05T19:03:02.079Z] #24 20.13 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2023-05-05T19:03:02.079Z] #24 20.18 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:03:02.079Z] #24 20.50 Selecting previously unselected package libjsoncpp24:amd64. [2023-05-05T19:03:02.079Z] #24 20.51 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2023-05-05T19:03:02.079Z] #24 20.51 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:03:02.290Z] #37 7.580 PBCC images/pstree.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.593 DEP images/pstree.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.606 PBCC images/fs.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.617 DEP images/fs.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.632 PBCC images/signalfd.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.643 DEP images/signalfd.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.665 PBCC images/fh.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.689 PBCC images/fsnotify.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.706 DEP images/fh.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.742 DEP images/fsnotify.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.771 PBCC images/eventpoll.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.792 DEP images/eventpoll.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.818 PBCC images/eventfd.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.825 DEP images/eventfd.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.839 PBCC images/remap-file-path.pb-c.c [2023-05-05T19:03:02.290Z] #37 7.852 DEP images/remap-file-path.pb-c.d [2023-05-05T19:03:02.290Z] #37 7.892 PBCC images/fifo.pb-c.c [2023-05-05T19:03:02.338Z] #24 20.71 Selecting previously unselected package librhash0:amd64. [2023-05-05T19:03:02.338Z] #24 20.71 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2023-05-05T19:03:02.338Z] #24 20.75 Unpacking librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:03:02.338Z] #24 20.86 Selecting previously unselected package libuv1:amd64. [2023-05-05T19:03:02.338Z] #24 ... [2023-05-05T19:03:02.338Z] [2023-05-05T19:03:02.338Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:03:02.338Z] #0 2.976 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-05-05T19:03:02.338Z] #0 3.461 [2023-05-05T19:03:02.338Z] #0 3.698 #=#=# ######################################################################## 100.0% [2023-05-05T19:03:02.338Z] #0 4.192 [2023-05-05T19:03:02.338Z] #0 5.887 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-05-05T19:03:02.338Z] #0 6.301 [2023-05-05T19:03:02.338Z] #0 6.560 #=#=# ################## 25.1% ######################################################################## 100.0% [2023-05-05T19:03:02.338Z] #0 7.084 [2023-05-05T19:03:02.338Z] #0 8.758 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-05-05T19:03:02.338Z] #0 9.264 [2023-05-05T19:03:02.338Z] #0 9.501 #=#=# #### 6.8% ########################### 37.7% ####################################### 55.1% ############################################################## 86.9% ######################################################################## 100.0% [2023-05-05T19:03:02.338Z] #36 ... [2023-05-05T19:03:02.338Z] [2023-05-05T19:03:02.338Z] #31 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:02.338Z] #31 10.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:03:02.338Z] #31 11.44 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2023-05-05T19:03:02.338Z] #31 11.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2023-05-05T19:03:02.338Z] #31 12.36 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2023-05-05T19:03:02.338Z] #31 13.77 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2023-05-05T19:03:02.338Z] #31 13.99 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2023-05-05T19:03:02.338Z] #31 13.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2023-05-05T19:03:02.338Z] #31 13.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2023-05-05T19:03:02.338Z] #31 14.00 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2023-05-05T19:03:02.338Z] #31 14.00 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2023-05-05T19:03:02.338Z] #31 14.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2023-05-05T19:03:02.338Z] #31 14.04 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u2 [123 kB] [2023-05-05T19:03:02.338Z] #31 14.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2023-05-05T19:03:02.338Z] #31 14.08 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB] [2023-05-05T19:03:02.338Z] #31 14.08 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB] [2023-05-05T19:03:02.338Z] #31 14.09 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB] [2023-05-05T19:03:02.338Z] #31 14.09 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB] [2023-05-05T19:03:02.338Z] #31 14.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2023-05-05T19:03:02.338Z] #31 14.15 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2023-05-05T19:03:02.338Z] #31 14.15 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2023-05-05T19:03:02.338Z] #31 14.15 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u2 [401 kB] [2023-05-05T19:03:02.338Z] #31 14.47 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:03:02.338Z] #31 14.57 Fetched 115 MB in 4s (26.5 MB/s) [2023-05-05T19:03:02.338Z] #31 14.65 Selecting previously unselected package binutils-mingw-w64-i686. [2023-05-05T19:03:02.338Z] #31 14.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 ... 15722 files and directories currently installed.) [2023-05-05T19:03:02.338Z] #31 14.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:03:02.338Z] #31 14.71 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:02.338Z] #31 15.89 Selecting previously unselected package binutils-mingw-w64-x86-64. [2023-05-05T19:03:02.338Z] #31 15.89 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2023-05-05T19:03:02.338Z] #31 15.90 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:02.338Z] #31 17.00 Selecting previously unselected package binutils-mingw-w64. [2023-05-05T19:03:02.338Z] #31 17.01 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2023-05-05T19:03:02.338Z] #31 17.11 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:03:02.338Z] #31 17.41 Selecting previously unselected package libdevmapper1.02.1:amd64. [2023-05-05T19:03:02.338Z] #31 17.41 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:02.338Z] #31 17.44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:02.338Z] #31 17.57 Selecting previously unselected package dmsetup. [2023-05-05T19:03:02.338Z] #31 17.58 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:02.338Z] #31 17.58 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:03:02.338Z] #31 17.72 Selecting previously unselected package mingw-w64-common. [2023-05-05T19:03:02.338Z] #31 17.73 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2023-05-05T19:03:02.338Z] #31 17.73 Unpacking mingw-w64-common (8.0.0-1) ... [2023-05-05T19:03:02.339Z] #31 19.85 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-05-05T19:03:02.339Z] #31 19.85 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-05-05T19:03:02.339Z] #31 19.87 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:03:02.553Z] #37 7.912 DEP images/fifo.pb-c.d [2023-05-05T19:03:02.554Z] #37 7.930 PBCC images/ghost-file.pb-c.c [2023-05-05T19:03:02.554Z] #37 7.965 DEP images/ghost-file.pb-c.d [2023-05-05T19:03:02.554Z] #37 7.997 PBCC images/regfile.pb-c.c [2023-05-05T19:03:02.554Z] #37 8.005 DEP images/regfile.pb-c.d [2023-05-05T19:03:02.554Z] #37 8.025 PBCC images/ns.pb-c.c [2023-05-05T19:03:02.554Z] #37 8.032 DEP images/ns.pb-c.d [2023-05-05T19:03:02.554Z] #37 8.061 PBCC images/fdinfo.pb-c.c [2023-05-05T19:03:02.554Z] #37 8.093 DEP images/fdinfo.pb-c.d [2023-05-05T19:03:02.554Z] #37 8.122 PBCC images/core-aarch64.pb-c.c [2023-05-05T19:03:02.595Z] #31 ... [2023-05-05T19:03:02.596Z] [2023-05-05T19:03:02.596Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:03:02.596Z] #34 21.01 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:03:02.596Z] #34 21.04 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:03:02.596Z] #34 21.08 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:03:02.596Z] #34 21.10 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:02.596Z] #34 21.15 Setting up python3-protobuf (3.12.4-1) ... [2023-05-05T19:03:02.617Z] #25 24.09 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:03:02.617Z] #25 24.18 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:02.617Z] #25 24.22 Setting up libuv1:amd64 (1.40.0-2) ... [2023-05-05T19:03:02.617Z] #25 24.25 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:02.617Z] #25 24.30 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:03:02.617Z] #25 24.32 Setting up librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:03:02.617Z] #25 24.33 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:03:02.617Z] #25 24.37 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:03:02.811Z] #37 8.140 PBCC images/core-arm.pb-c.c [2023-05-05T19:03:02.811Z] #37 8.160 PBCC images/core-ppc64.pb-c.c [2023-05-05T19:03:02.811Z] #37 8.174 PBCC images/core-s390.pb-c.c [2023-05-05T19:03:02.811Z] #37 8.188 PBCC images/core-x86.pb-c.c [2023-05-05T19:03:02.811Z] #37 8.223 PBCC images/core.pb-c.c [2023-05-05T19:03:02.811Z] #37 8.253 PBCC images/inventory.pb-c.c [2023-05-05T19:03:02.811Z] #37 8.277 DEP images/core-aarch64.pb-c.d [2023-05-05T19:03:02.811Z] #37 8.308 DEP images/core-arm.pb-c.d [2023-05-05T19:03:02.811Z] #37 8.327 DEP images/core-ppc64.pb-c.d [2023-05-05T19:03:02.811Z] #37 8.352 DEP images/core-s390.pb-c.d [2023-05-05T19:03:02.811Z] #37 8.371 DEP images/core-x86.pb-c.d [2023-05-05T19:03:02.811Z] #37 8.398 DEP images/core.pb-c.d [2023-05-05T19:03:02.811Z] #37 8.437 DEP images/inventory.pb-c.d [2023-05-05T19:03:02.879Z] #25 24.47 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:03:02.879Z] #25 24.51 Setting up cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:03:02.879Z] #25 24.55 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:03.075Z] #37 8.464 PBCC images/cpuinfo.pb-c.c [2023-05-05T19:03:03.075Z] #37 8.471 DEP images/cpuinfo.pb-c.d [2023-05-05T19:03:03.075Z] #37 8.494 PBCC images/stats.pb-c.c [2023-05-05T19:03:03.075Z] #37 8.503 DEP images/stats.pb-c.d [2023-05-05T19:03:03.528Z] #34 ... [2023-05-05T19:03:03.528Z] [2023-05-05T19:03:03.528Z] #25 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:03:03.528Z] #25 11.89 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2023-05-05T19:03:03.528Z] #25 12.17 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:03:03.765Z] #50 26.69 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:03:03.765Z] #50 26.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-05-05T19:03:03.765Z] #50 26.72 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:03:03.765Z] #50 26.73 Setting up patch (2.7.6-7) ... [2023-05-05T19:03:03.765Z] #50 26.75 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:03:03.785Z] #25 ... [2023-05-05T19:03:03.785Z] [2023-05-05T19:03:03.785Z] #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:03:03.785Z] #24 20.86 Selecting previously unselected package libuv1:amd64. [2023-05-05T19:03:03.785Z] #24 20.86 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2023-05-05T19:03:03.785Z] #24 20.87 Unpacking libuv1:amd64 (1.40.0-2) ... [2023-05-05T19:03:03.785Z] #24 20.96 Selecting previously unselected package cmake. [2023-05-05T19:03:03.785Z] #24 20.96 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2023-05-05T19:03:03.785Z] #24 20.97 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:03:03.821Z] #25 DONE 25.6s [2023-05-05T19:03:03.821Z] [2023-05-05T19:03:03.821Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:03:03.821Z] #34 22.03 Unpacking libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:03:03.821Z] #34 22.30 Selecting previously unselected package protobuf-c-compiler. [2023-05-05T19:03:03.821Z] #34 22.30 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:03:03.821Z] #34 22.40 Unpacking protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:03:03.821Z] #34 22.62 Selecting previously unselected package protobuf-compiler. [2023-05-05T19:03:03.821Z] #34 22.62 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ... [2023-05-05T19:03:03.821Z] #34 22.64 Unpacking protobuf-compiler (3.12.4-1) ... [2023-05-05T19:03:03.821Z] #34 22.73 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:03:03.821Z] #34 22.73 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:03:03.821Z] #34 22.75 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:03.821Z] #34 22.94 Selecting previously unselected package python3-six. [2023-05-05T19:03:03.821Z] #34 22.94 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ... [2023-05-05T19:03:03.821Z] #34 22.96 Unpacking python3-six (1.16.0-2) ... [2023-05-05T19:03:03.821Z] #34 23.14 Selecting previously unselected package python3-protobuf. [2023-05-05T19:03:03.821Z] #34 23.15 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ... [2023-05-05T19:03:03.821Z] #34 23.16 Unpacking python3-protobuf (3.12.4-1) ... [2023-05-05T19:03:03.821Z] #34 23.40 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:03.821Z] #34 24.07 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2023-05-05T19:03:03.821Z] #34 24.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:03.821Z] #34 24.18 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:03.821Z] #34 24.22 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:03.821Z] #34 24.25 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:03.821Z] #34 24.28 Setting up python3-six (1.16.0-2) ... [2023-05-05T19:03:03.821Z] #34 24.73 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ... [2023-05-05T19:03:03.821Z] #34 24.84 Setting up libprotoc23:amd64 (3.12.4-1) ... [2023-05-05T19:03:03.821Z] #34 24.97 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-05-05T19:03:03.821Z] #34 25.04 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:03.821Z] #34 25.55 Setting up python3-protobuf (3.12.4-1) ... [2023-05-05T19:03:03.969Z] #43 DONE 4.4s [2023-05-05T19:03:03.969Z] [2023-05-05T19:03:03.969Z] #44 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:03.969Z] #0 1.088 + RM_GOPATH=0 [2023-05-05T19:03:03.969Z] #0 1.088 + TMP_GOPATH= [2023-05-05T19:03:03.969Z] #0 1.088 + : /build [2023-05-05T19:03:03.969Z] #0 1.088 + '[' -z '' ']' [2023-05-05T19:03:03.969Z] #0 1.089 ++ mktemp -d [2023-05-05T19:03:03.969Z] #0 1.090 + export GOPATH=/tmp/tmp.WSqjapc7rF [2023-05-05T19:03:03.969Z] #0 1.090 + GOPATH=/tmp/tmp.WSqjapc7rF [2023-05-05T19:03:03.969Z] #0 1.090 + RM_GOPATH=1 [2023-05-05T19:03:03.970Z] #0 1.090 + case "$(go env GOARCH)" in [2023-05-05T19:03:03.970Z] #0 1.091 ++ go env GOARCH [2023-05-05T19:03:03.970Z] #0 1.105 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:03.970Z] #0 1.106 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:03.970Z] #0 1.107 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:03.970Z] #0 1.110 + dir=/tmp/install [2023-05-05T19:03:03.970Z] #0 1.110 + bin=runc [2023-05-05T19:03:03.970Z] #0 1.110 + shift [2023-05-05T19:03:03.970Z] #0 1.110 + '[' '!' -f /tmp/install/runc.installer ']' [2023-05-05T19:03:03.970Z] #0 1.110 + . /tmp/install/runc.installer [2023-05-05T19:03:03.970Z] #0 1.111 ++ set -e [2023-05-05T19:03:03.970Z] #0 1.111 ++ : v1.1.7 [2023-05-05T19:03:03.970Z] #0 1.111 + install_runc [2023-05-05T19:03:03.970Z] #0 1.111 + RUNC_BUILDTAGS=seccomp [2023-05-05T19:03:03.970Z] #0 1.111 + echo 'Install runc version v1.1.7 (build tags: seccomp)' [2023-05-05T19:03:03.970Z] #0 1.111 Install runc version v1.1.7 (build tags: seccomp) [2023-05-05T19:03:03.970Z] #0 1.111 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.WSqjapc7rF/src/github.com/opencontainers/runc [2023-05-05T19:03:03.970Z] #0 1.113 Cloning into '/tmp/tmp.WSqjapc7rF/src/github.com/opencontainers/runc'... [2023-05-05T19:03:03.970Z] #0 2.699 + cd /tmp/tmp.WSqjapc7rF/src/github.com/opencontainers/runc [2023-05-05T19:03:03.970Z] #0 2.699 + git checkout -q v1.1.7 [2023-05-05T19:03:03.970Z] #0 2.867 + '[' -z '' ']' [2023-05-05T19:03:03.970Z] #0 2.867 + target=static [2023-05-05T19:03:03.970Z] #0 2.867 + make BUILDTAGS=seccomp static [2023-05-05T19:03:03.970Z] #0 3.073 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.7-0-g860f061b -X main.version=1.1.7 " -o runc . [2023-05-05T19:03:03.970Z] #44 ... [2023-05-05T19:03:03.970Z] [2023-05-05T19:03:03.970Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:03:03.970Z] #22 56.18 + /build/golangci-lint --version [2023-05-05T19:03:03.970Z] #22 56.30 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-05-05T19:03:03.970Z] #22 DONE 58.0s [2023-05-05T19:03:03.970Z] [2023-05-05T19:03:03.970Z] #35 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2023-05-05T19:03:03.970Z] #35 55.39 + return [2023-05-05T19:03:03.970Z] #35 DONE 58.0s [2023-05-05T19:03:03.970Z] [2023-05-05T19:03:03.970Z] #45 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-05-05T19:03:03.970Z] #45 1.028 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-05-05T19:03:04.014Z] #37 9.354 make[1]: Nothing to be done for 'all'. [2023-05-05T19:03:04.024Z] #50 26.84 invoke-rc.d: could not determine current runlevel [2023-05-05T19:03:04.024Z] #50 26.85 invoke-rc.d: policy-rc.d denied execution of start. [2023-05-05T19:03:04.024Z] #50 26.86 Setting up xfsprogs (5.10.0-4) ... [2023-05-05T19:03:04.024Z] #50 26.87 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:03:04.024Z] #50 26.88 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:03:04.024Z] #50 26.92 Setting up pigz (2.6-1) ... [2023-05-05T19:03:04.024Z] #50 26.94 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:03:04.024Z] #50 26.95 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:04.024Z] #50 26.98 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:03:04.024Z] #50 27.00 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:04.282Z] #50 27.32 Setting up libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:03:04.348Z] #24 22.96 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:03:04.541Z] #50 27.33 Setting up python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:03:04.541Z] #50 27.51 Setting up libelf1:amd64 (0.183-1) ... [2023-05-05T19:03:04.541Z] #50 27.58 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:03:04.541Z] #50 27.59 Setting up python3-distutils (3.9.2-1) ... [2023-05-05T19:03:04.543Z] #45 DONE 1.6s [2023-05-05T19:03:04.543Z] [2023-05-05T19:03:04.543Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-05-05T19:03:04.605Z] #24 23.24 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:04.768Z] #34 26.57 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:03:04.768Z] #34 26.62 Setting up protobuf-compiler (3.12.4-1) ... [2023-05-05T19:03:04.768Z] #34 26.64 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:04.801Z] #50 27.78 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:04.801Z] #50 27.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-05-05T19:03:04.801Z] #50 27.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-05-05T19:03:04.801Z] #50 27.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-05-05T19:03:04.801Z] #50 27.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-05-05T19:03:04.862Z] #24 ... [2023-05-05T19:03:04.862Z] [2023-05-05T19:03:04.862Z] #23 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2023-05-05T19:03:04.862Z] #23 21.60 github.com/BurntSushi/toml/cmd/tomlv [2023-05-05T19:03:04.862Z] #23 DONE 23.4s [2023-05-05T19:03:04.862Z] [2023-05-05T19:03:04.862Z] #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:03:04.862Z] #24 23.44 Setting up libuv1:amd64 (1.40.0-2) ... [2023-05-05T19:03:04.975Z] #37 10.19 CC images/stats.o [2023-05-05T19:03:04.975Z] #37 10.34 CC images/core.o [2023-05-05T19:03:04.975Z] #37 ... [2023-05-05T19:03:04.975Z] [2023-05-05T19:03:04.975Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:03:04.975Z] #34 DONE 34.8s [2023-05-05T19:03:05.029Z] #34 26.67 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:03:05.029Z] #34 26.70 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:03:05.060Z] #50 27.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-05-05T19:03:05.060Z] #50 27.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-05-05T19:03:05.060Z] #50 27.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-05-05T19:03:05.060Z] #50 27.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-05-05T19:03:05.060Z] #50 27.94 Setting up python3-setuptools (52.0.0-4) ... [2023-05-05T19:03:05.119Z] #24 23.55 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:05.119Z] #24 23.61 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2023-05-05T19:03:05.119Z] #24 23.68 Setting up librhash0:amd64 (1.4.1-2) ... [2023-05-05T19:03:05.119Z] #24 23.71 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-05-05T19:03:05.119Z] #24 23.74 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-05-05T19:03:05.119Z] #24 23.76 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2023-05-05T19:03:05.119Z] #24 23.80 Setting up cmake (3.18.4-2+deb11u1) ... [2023-05-05T19:03:05.245Z] [2023-05-05T19:03:05.245Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:05.245Z] #37 10.55 CC images/core-x86.o [2023-05-05T19:03:05.245Z] #37 10.72 CC images/core-arm.o [2023-05-05T19:03:05.290Z] #34 26.84 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:05.290Z] #34 26.88 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:05.376Z] #24 23.81 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:05.502Z] #37 10.86 CC images/core-aarch64.o [2023-05-05T19:03:05.502Z] #37 10.96 CC images/core-ppc64.o [2023-05-05T19:03:05.632Z] #24 ... [2023-05-05T19:03:05.632Z] [2023-05-05T19:03:05.632Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:03:05.632Z] #34 22.79 Setting up libcap-dev:amd64 (1:2.44-1) ... [2023-05-05T19:03:05.632Z] #34 22.96 Setting up protobuf-compiler (3.12.4-1) ... [2023-05-05T19:03:05.632Z] #34 23.24 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:05.632Z] #34 23.44 Setting up libprotobuf-dev:amd64 (3.12.4-1) ... [2023-05-05T19:03:05.632Z] #34 23.51 Setting up protobuf-c-compiler (1.3.3-1+b2) ... [2023-05-05T19:03:05.632Z] #34 23.54 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:05.632Z] #34 23.57 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:05.632Z] #34 DONE 24.0s [2023-05-05T19:03:05.632Z] [2023-05-05T19:03:05.632Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:03:05.632Z] #36 10.38 [2023-05-05T19:03:05.632Z] #36 11.85 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-05-05T19:03:05.632Z] #36 12.38 [2023-05-05T19:03:05.632Z] #36 12.63 #=#=# ######################################################################## 100.0% [2023-05-05T19:03:05.632Z] #36 13.07 [2023-05-05T19:03:05.693Z] #50 28.55 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:03:05.758Z] #37 11.19 CC images/core-s390.o [2023-05-05T19:03:05.889Z] #36 ... [2023-05-05T19:03:05.889Z] [2023-05-05T19:03:05.889Z] #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2023-05-05T19:03:05.889Z] #24 DONE 24.3s [2023-05-05T19:03:05.889Z] [2023-05-05T19:03:05.889Z] #31 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:05.889Z] #31 22.93 Selecting previously unselected package gcc-mingw-w64-base. [2023-05-05T19:03:05.889Z] #31 22.93 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:05.889Z] #31 22.97 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:03:05.889Z] #31 23.44 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-05-05T19:03:05.889Z] #31 23.45 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:05.889Z] #31 23.51 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:05.935Z] #46 DONE 1.3s [2023-05-05T19:03:05.935Z] [2023-05-05T19:03:05.935Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-05-05T19:03:05.955Z] #50 28.74 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:03:05.955Z] #50 28.95 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:03:05.955Z] #50 28.98 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:03:06.015Z] #37 11.33 CC images/cpuinfo.o [2023-05-05T19:03:06.015Z] #37 11.46 CC images/inventory.o [2023-05-05T19:03:06.015Z] #37 11.54 CC images/fdinfo.o [2023-05-05T19:03:06.213Z] #50 ... [2023-05-05T19:03:06.213Z] [2023-05-05T19:03:06.213Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:06.213Z] #49 37.44 + mkdir -p /build [2023-05-05T19:03:06.213Z] #49 37.44 + cp runc /build/runc [2023-05-05T19:03:06.213Z] #49 DONE 38.5s [2023-05-05T19:03:06.213Z] [2023-05-05T19:03:06.213Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:06.213Z] #39 57.18 CC criu/plugin.o [2023-05-05T19:03:06.213Z] #39 57.36 CC criu/proc_parse.o [2023-05-05T19:03:06.213Z] #39 58.48 CC criu/protobuf-desc.o [2023-05-05T19:03:06.213Z] #39 58.95 CC criu/protobuf.o [2023-05-05T19:03:06.213Z] #39 59.13 CC criu/pstree.o [2023-05-05T19:03:06.213Z] #39 59.67 CC criu/rbtree.o [2023-05-05T19:03:06.213Z] #39 59.83 CC criu/rst-malloc.o [2023-05-05T19:03:06.213Z] #39 59.97 CC criu/seccomp.o [2023-05-05T19:03:06.213Z] #39 60.27 CC criu/seize.o [2023-05-05T19:03:06.213Z] #39 60.73 CC criu/servicefd.o [2023-05-05T19:03:06.213Z] #39 60.94 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:06.213Z] #39 60.94 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:06.213Z] #39 60.95 CC criu/shmem.o [2023-05-05T19:03:06.213Z] #39 61.59 CC criu/sigframe.o [2023-05-05T19:03:06.213Z] #39 61.69 CC criu/signalfd.o [2023-05-05T19:03:06.213Z] #39 61.81 CC criu/sk-inet.o [2023-05-05T19:03:06.278Z] #37 11.66 CC images/fown.o [2023-05-05T19:03:06.278Z] #37 11.73 CC images/ns.o [2023-05-05T19:03:06.278Z] #37 11.81 CC images/regfile.o [2023-05-05T19:03:06.517Z] #47 ... [2023-05-05T19:03:06.517Z] [2023-05-05T19:03:06.517Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:06.517Z] #38 27.52 CC criu/autofs.o [2023-05-05T19:03:06.517Z] #38 27.96 CC criu/bfd.o [2023-05-05T19:03:06.517Z] #38 28.09 CC criu/bitmap.o [2023-05-05T19:03:06.517Z] #38 28.15 CC criu/cgroup-props.o [2023-05-05T19:03:06.517Z] #38 28.40 CC criu/cgroup.o [2023-05-05T19:03:06.517Z] #38 29.23 CC criu/clone-noasan.o [2023-05-05T19:03:06.517Z] #38 29.32 CC criu/config.o [2023-05-05T19:03:06.517Z] #38 29.73 CC criu/cr-check.o [2023-05-05T19:03:06.517Z] #38 30.23 CC criu/cr-dedup.o [2023-05-05T19:03:06.517Z] #38 30.35 CC criu/cr-dump.o [2023-05-05T19:03:06.517Z] #38 31.08 CC criu/cr-errno.o [2023-05-05T19:03:06.517Z] #38 31.12 CC criu/cr-restore.o [2023-05-05T19:03:06.517Z] #38 32.41 CC criu/cr-service.o [2023-05-05T19:03:06.517Z] #38 32.91 CC criu/crtools.o [2023-05-05T19:03:06.517Z] #38 33.08 CC criu/eventfd.o [2023-05-05T19:03:06.517Z] #38 33.19 CC criu/eventpoll.o [2023-05-05T19:03:06.517Z] #38 33.45 CC criu/external.o [2023-05-05T19:03:06.517Z] #38 33.54 CC criu/fault-injection.o [2023-05-05T19:03:06.517Z] #38 33.59 CC criu/fdstore.o [2023-05-05T19:03:06.517Z] #38 33.71 CC criu/fifo.o [2023-05-05T19:03:06.517Z] #38 33.85 CC criu/file-ids.o [2023-05-05T19:03:06.517Z] #38 33.95 CC criu/file-lock.o [2023-05-05T19:03:06.517Z] #38 34.23 CC criu/files-ext.o [2023-05-05T19:03:06.517Z] #38 34.33 CC criu/files-reg.o [2023-05-05T19:03:06.518Z] #38 35.03 CC criu/files.o [2023-05-05T19:03:06.518Z] #38 35.66 CC criu/filesystems.o [2023-05-05T19:03:06.518Z] #38 35.88 CC criu/fsnotify.o [2023-05-05T19:03:06.518Z] #38 36.25 CC criu/image-desc.o [2023-05-05T19:03:06.518Z] #38 36.30 CC criu/image.o [2023-05-05T19:03:06.518Z] #38 36.58 CC criu/ipc_ns.o [2023-05-05T19:03:06.518Z] #38 36.98 CC criu/irmap.o [2023-05-05T19:03:06.518Z] #38 37.17 CC criu/kcmp-ids.o [2023-05-05T19:03:06.518Z] #38 37.28 CC criu/kerndat.o [2023-05-05T19:03:06.518Z] #38 37.64 CC criu/libnetlink.o [2023-05-05T19:03:06.536Z] #37 11.91 CC images/ghost-file.o [2023-05-05T19:03:06.536Z] #37 12.04 CC images/fifo.o [2023-05-05T19:03:06.745Z] #34 ... [2023-05-05T19:03:06.745Z] [2023-05-05T19:03:06.745Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:06.745Z] #0 1.778 + RM_GOPATH=0 [2023-05-05T19:03:06.745Z] #0 1.778 + TMP_GOPATH= [2023-05-05T19:03:06.745Z] #0 1.778 + : /build [2023-05-05T19:03:06.745Z] #0 1.778 + '[' -z '' ']' [2023-05-05T19:03:06.745Z] #0 1.778 ++ mktemp -d [2023-05-05T19:03:06.745Z] #0 1.778 + export GOPATH=/tmp/tmp.npwdkBf4NM [2023-05-05T19:03:06.745Z] #0 1.778 + GOPATH=/tmp/tmp.npwdkBf4NM [2023-05-05T19:03:06.745Z] #0 1.778 + RM_GOPATH=1 [2023-05-05T19:03:06.745Z] #0 1.778 + case "$(go env GOARCH)" in [2023-05-05T19:03:06.745Z] #0 1.778 ++ go env GOARCH [2023-05-05T19:03:06.745Z] #0 1.805 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:06.745Z] #0 1.805 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:06.745Z] #0 1.805 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:06.745Z] #0 1.805 + dir=/tmp/install [2023-05-05T19:03:06.745Z] #0 1.805 + bin=containerd [2023-05-05T19:03:06.745Z] #0 1.805 + shift [2023-05-05T19:03:06.745Z] #0 1.805 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-05-05T19:03:06.745Z] #0 1.805 + . /tmp/install/containerd.installer [2023-05-05T19:03:06.745Z] #0 1.805 ++ set -e [2023-05-05T19:03:06.745Z] #0 1.805 ++ : v1.6.20 [2023-05-05T19:03:06.745Z] #0 1.805 + install_containerd [2023-05-05T19:03:06.745Z] #0 1.805 + echo 'Install containerd version v1.6.20' [2023-05-05T19:03:06.745Z] #0 1.805 + git clone https://github.com/containerd/containerd.git /tmp/tmp.npwdkBf4NM/src/github.com/containerd/containerd [2023-05-05T19:03:06.745Z] #0 1.805 Cloning into '/tmp/tmp.npwdkBf4NM/src/github.com/containerd/containerd'... [2023-05-05T19:03:06.745Z] #0 1.806 Install containerd version v1.6.20 [2023-05-05T19:03:06.779Z] #38 37.77 CC criu/log.o [2023-05-05T19:03:06.779Z] #38 37.93 CC criu/lsm.o [2023-05-05T19:03:06.780Z] #39 62.31 CC criu/sk-netlink.o [2023-05-05T19:03:06.780Z] #39 62.50 CC criu/sk-packet.o [2023-05-05T19:03:06.793Z] #37 12.19 CC images/remap-file-path.o [2023-05-05T19:03:06.793Z] #37 12.27 CC images/eventfd.o [2023-05-05T19:03:06.819Z] #31 ... [2023-05-05T19:03:06.819Z] [2023-05-05T19:03:06.819Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:06.819Z] #0 1.277 + RM_GOPATH=0 [2023-05-05T19:03:06.819Z] #0 1.277 + TMP_GOPATH= [2023-05-05T19:03:06.819Z] #0 1.277 + : /build [2023-05-05T19:03:06.819Z] #0 1.277 + '[' -z '' ']' [2023-05-05T19:03:06.819Z] #0 1.277 ++ mktemp -d [2023-05-05T19:03:06.819Z] #0 1.280 + export GOPATH=/tmp/tmp.RoZ9gza7Vq [2023-05-05T19:03:06.819Z] #0 1.280 + GOPATH=/tmp/tmp.RoZ9gza7Vq [2023-05-05T19:03:06.819Z] #0 1.280 + RM_GOPATH=1 [2023-05-05T19:03:06.819Z] #0 1.280 + case "$(go env GOARCH)" in [2023-05-05T19:03:06.819Z] #0 1.280 ++ go env GOARCH [2023-05-05T19:03:06.819Z] #0 1.299 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:06.819Z] #0 1.299 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:06.819Z] #0 1.299 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:06.819Z] #0 1.301 + dir=/tmp/install [2023-05-05T19:03:06.819Z] #0 1.301 + bin=containerd [2023-05-05T19:03:06.819Z] #0 1.301 + shift [2023-05-05T19:03:06.819Z] #0 1.301 + '[' '!' -f /tmp/install/containerd.installer ']' [2023-05-05T19:03:06.819Z] #0 1.301 + . /tmp/install/containerd.installer [2023-05-05T19:03:06.819Z] #0 1.301 ++ set -e [2023-05-05T19:03:06.819Z] #0 1.301 ++ : v1.6.20 [2023-05-05T19:03:06.819Z] #0 1.301 + install_containerd [2023-05-05T19:03:06.819Z] #0 1.307 + echo 'Install containerd version v1.6.20' [2023-05-05T19:03:06.819Z] #0 1.308 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RoZ9gza7Vq/src/github.com/containerd/containerd [2023-05-05T19:03:06.819Z] #0 1.308 Install containerd version v1.6.20 [2023-05-05T19:03:06.819Z] #0 1.322 Cloning into '/tmp/tmp.RoZ9gza7Vq/src/github.com/containerd/containerd'... [2023-05-05T19:03:06.819Z] #37 ... [2023-05-05T19:03:06.819Z] [2023-05-05T19:03:06.819Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:03:06.819Z] #36 14.10 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-05-05T19:03:06.819Z] #36 14.68 [2023-05-05T19:03:07.006Z] #35 ... [2023-05-05T19:03:07.006Z] [2023-05-05T19:03:07.006Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2023-05-05T19:03:07.006Z] #0 0.952 + RM_GOPATH=0 [2023-05-05T19:03:07.006Z] #0 0.952 + TMP_GOPATH= [2023-05-05T19:03:07.006Z] #0 0.952 + : /build [2023-05-05T19:03:07.006Z] #0 0.952 + '[' -z '' ']' [2023-05-05T19:03:07.006Z] #0 0.952 ++ mktemp -d [2023-05-05T19:03:07.006Z] #0 0.953 + export GOPATH=/tmp/tmp.CmUlGUSz0t [2023-05-05T19:03:07.006Z] #0 0.953 + GOPATH=/tmp/tmp.CmUlGUSz0t [2023-05-05T19:03:07.006Z] #0 0.953 + RM_GOPATH=1 [2023-05-05T19:03:07.006Z] #0 0.953 + case "$(go env GOARCH)" in [2023-05-05T19:03:07.006Z] #0 0.953 ++ go env GOARCH [2023-05-05T19:03:07.006Z] #0 0.959 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:07.006Z] #0 0.959 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:07.006Z] #0 0.967 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:07.006Z] #0 0.974 + dir=/tmp/install [2023-05-05T19:03:07.006Z] #0 0.974 + bin=tini [2023-05-05T19:03:07.006Z] #0 0.974 + shift [2023-05-05T19:03:07.006Z] #0 0.974 + '[' '!' -f /tmp/install/tini.installer ']' [2023-05-05T19:03:07.006Z] #0 0.974 + . /tmp/install/tini.installer [2023-05-05T19:03:07.006Z] #0 0.974 ++ : v0.19.0 [2023-05-05T19:03:07.006Z] #0 0.974 + install_tini [2023-05-05T19:03:07.006Z] #0 0.974 + echo 'Install tini version v0.19.0' [2023-05-05T19:03:07.006Z] #0 0.974 + git clone https://github.com/krallin/tini.git /tmp/tmp.CmUlGUSz0t/tini [2023-05-05T19:03:07.006Z] #0 0.974 Install tini version v0.19.0 [2023-05-05T19:03:07.006Z] #0 0.976 Cloning into '/tmp/tmp.CmUlGUSz0t/tini'... [2023-05-05T19:03:07.006Z] #0 1.326 + cd /tmp/tmp.CmUlGUSz0t/tini [2023-05-05T19:03:07.006Z] #0 1.327 + git checkout -q v0.19.0 [2023-05-05T19:03:07.006Z] #0 1.334 + cmake . [2023-05-05T19:03:07.006Z] #0 1.558 -- The C compiler identification is GNU 10.2.1 [2023-05-05T19:03:07.006Z] #0 1.576 -- Detecting C compiler ABI info [2023-05-05T19:03:07.006Z] #0 1.985 -- Detecting C compiler ABI info - done [2023-05-05T19:03:07.006Z] #0 2.025 -- Check for working C compiler: /usr/bin/cc - skipped [2023-05-05T19:03:07.006Z] #0 2.026 -- Detecting C compile features [2023-05-05T19:03:07.006Z] #0 2.032 -- Detecting C compile features - done [2023-05-05T19:03:07.006Z] #0 2.188 -- Performing Test HAS_BUILTIN_FORTIFY [2023-05-05T19:03:07.006Z] #0 2.388 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-05-05T19:03:07.006Z] #0 2.413 -- Configuring done [2023-05-05T19:03:07.006Z] #0 2.419 -- Generating done [2023-05-05T19:03:07.006Z] #0 2.448 -- Build files have been written to: /tmp/tmp.CmUlGUSz0t/tini [2023-05-05T19:03:07.006Z] #0 2.451 + make tini-static [2023-05-05T19:03:07.006Z] #0 2.667 Scanning dependencies of target tini-static [2023-05-05T19:03:07.006Z] #0 2.685 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-05-05T19:03:07.006Z] #36 3.251 [100%] Linking C executable tini-static [2023-05-05T19:03:07.038Z] #39 62.81 CC criu/sk-queue.o [2023-05-05T19:03:07.041Z] #38 38.05 CC criu/mem.o [2023-05-05T19:03:07.050Z] #37 12.35 CC images/eventpoll.o [2023-05-05T19:03:07.050Z] #37 12.44 CC images/fh.o [2023-05-05T19:03:07.050Z] #37 12.53 CC images/fsnotify.o [2023-05-05T19:03:07.267Z] #36 3.524 [100%] Built target tini-static [2023-05-05T19:03:07.267Z] #36 3.539 + mkdir -p /build [2023-05-05T19:03:07.296Z] #39 ... [2023-05-05T19:03:07.296Z] [2023-05-05T19:03:07.296Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:07.296Z] #50 29.46 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:03:07.296Z] #50 29.47 Setting up jq (1.6-2.1) ... [2023-05-05T19:03:07.296Z] #50 29.49 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:03:07.296Z] #50 29.53 Setting up iptables (1.8.7-1) ... [2023-05-05T19:03:07.296Z] #50 29.53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:03:07.296Z] #50 29.53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:03:07.296Z] #50 29.55 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:03:07.296Z] #50 29.55 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:03:07.296Z] #50 29.58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-05-05T19:03:07.296Z] #50 29.59 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-05-05T19:03:07.296Z] #50 29.60 Setting up iproute2 (5.10.0-4) ... [2023-05-05T19:03:07.296Z] #50 29.82 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:07.296Z] #50 DONE 30.1s [2023-05-05T19:03:07.296Z] [2023-05-05T19:03:07.296Z] #51 [dev-systemd-false 9/27] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2023-05-05T19:03:07.307Z] #37 12.69 CC images/signalfd.o [2023-05-05T19:03:07.307Z] #37 12.76 CC images/fs.o [2023-05-05T19:03:07.307Z] #37 12.83 CC images/pstree.o [2023-05-05T19:03:07.309Z] #38 ... [2023-05-05T19:03:07.309Z] [2023-05-05T19:03:07.309Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-05-05T19:03:07.309Z] #47 DONE 1.3s [2023-05-05T19:03:07.309Z] [2023-05-05T19:03:07.309Z] #48 [dev-systemd-false 6/27] RUN ldconfig [2023-05-05T19:03:07.337Z] #36 14.95 #=#=# ######################################################################## 100.0% [2023-05-05T19:03:07.527Z] #36 3.545 + cp tini-static /build/docker-init [2023-05-05T19:03:07.565Z] #37 12.91 CC images/pipe.o [2023-05-05T19:03:07.565Z] #37 12.98 CC images/tcp-stream.o [2023-05-05T19:03:07.565Z] #37 13.06 CC images/sk-packet.o [2023-05-05T19:03:07.593Z] #36 15.30 [2023-05-05T19:03:07.594Z] #36 15.42 Download of images into '/build' complete. [2023-05-05T19:03:07.594Z] #36 15.42 Use something like the following to load the result into a Docker daemon: [2023-05-05T19:03:07.594Z] #36 15.42 tar -cC '/build' . | docker load [2023-05-05T19:03:07.788Z] #36 ... [2023-05-05T19:03:07.788Z] [2023-05-05T19:03:07.788Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-05-05T19:03:07.788Z] #14 40.23 Updating certificates in /etc/ssl/certs... [2023-05-05T19:03:07.788Z] #14 43.01 129 added, 0 removed; done. [2023-05-05T19:03:07.788Z] #14 43.20 Setting up jq (1.6-2.1) ... [2023-05-05T19:03:07.788Z] #14 43.24 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ... [2023-05-05T19:03:07.788Z] #14 43.27 Setting up curl (7.74.0-1.3+deb11u7) ... [2023-05-05T19:03:07.788Z] #14 43.30 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:07.788Z] #14 43.33 Processing triggers for ca-certificates (20210119) ... [2023-05-05T19:03:07.788Z] #14 43.37 Updating certificates in /etc/ssl/certs... [2023-05-05T19:03:07.788Z] #14 45.90 0 added, 0 removed; done. [2023-05-05T19:03:07.788Z] #14 45.90 Running hooks in /etc/ca-certificates/update.d... [2023-05-05T19:03:07.788Z] #14 45.92 done. [2023-05-05T19:03:07.788Z] #14 DONE 48.7s [2023-05-05T19:03:07.822Z] #37 13.15 CC images/mnt.o [2023-05-05T19:03:07.822Z] #37 13.21 CC images/pipe-data.o [2023-05-05T19:03:07.822Z] #37 13.26 CC images/sa.o [2023-05-05T19:03:07.822Z] #37 13.31 CC images/timer.o [2023-05-05T19:03:07.822Z] #37 13.43 CC images/timerfd.o [2023-05-05T19:03:08.049Z] [2023-05-05T19:03:08.049Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-05-05T19:03:08.079Z] #37 13.51 CC images/mm.o [2023-05-05T19:03:08.235Z] #51 0.973 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-05-05T19:03:08.235Z] #51 0.981 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-05-05T19:03:08.235Z] #51 0.983 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-05-05T19:03:08.310Z] #37 ... [2023-05-05T19:03:08.310Z] [2023-05-05T19:03:08.310Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2023-05-05T19:03:08.310Z] #36 DONE 4.3s [2023-05-05T19:03:08.310Z] [2023-05-05T19:03:08.310Z] #34 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python3-protobuf [2023-05-05T19:03:08.310Z] #34 DONE 29.9s [2023-05-05T19:03:08.310Z] [2023-05-05T19:03:08.310Z] #23 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:03:08.310Z] #23 30.11 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:03:08.310Z] #23 30.11 + GOBIN=/build [2023-05-05T19:03:08.310Z] #23 30.11 + GO111MODULE=on [2023-05-05T19:03:08.310Z] #23 30.11 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-05-05T19:03:08.336Z] #37 13.59 CC images/sk-opts.o [2023-05-05T19:03:08.336Z] #37 13.65 CC images/sk-unix.o [2023-05-05T19:03:08.336Z] #37 13.73 CC images/sk-inet.o [2023-05-05T19:03:08.336Z] #37 13.82 CC images/tun.o [2023-05-05T19:03:08.493Z] #51 DONE 1.1s [2023-05-05T19:03:08.493Z] [2023-05-05T19:03:08.493Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:03:08.569Z] #23 ... [2023-05-05T19:03:08.569Z] [2023-05-05T19:03:08.569Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-05-05T19:03:08.569Z] #37 DONE 0.6s [2023-05-05T19:03:08.593Z] #37 13.91 CC images/sk-netlink.o [2023-05-05T19:03:08.593Z] #37 13.99 CC images/packet-sock.o [2023-05-05T19:03:08.833Z] [2023-05-05T19:03:08.833Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:03:08.841Z] #48 DONE 1.4s [2023-05-05T19:03:08.841Z] [2023-05-05T19:03:08.841Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:08.841Z] #38 38.65 CC criu/memfd.o [2023-05-05T19:03:08.841Z] #38 38.89 CC criu/mount.o [2023-05-05T19:03:08.841Z] #38 40.16 CC criu/namespaces.o [2023-05-05T19:03:08.850Z] #37 14.15 CC images/ipc-var.o [2023-05-05T19:03:08.850Z] #37 14.22 CC images/ipc-desc.o [2023-05-05T19:03:08.850Z] #37 14.28 CC images/ipc-shm.o [2023-05-05T19:03:08.850Z] #37 14.34 CC images/ipc-msg.o [2023-05-05T19:03:08.850Z] #37 14.41 CC images/ipc-sem.o [2023-05-05T19:03:09.107Z] #37 14.47 CC images/utsns.o [2023-05-05T19:03:09.107Z] #37 14.54 CC images/creds.o [2023-05-05T19:03:09.107Z] #37 14.60 CC images/vma.o [2023-05-05T19:03:09.107Z] #37 14.66 CC images/netdev.o [2023-05-05T19:03:09.364Z] #37 14.77 CC images/tty.o [2023-05-05T19:03:09.486Z] #36 DONE 17.2s [2023-05-05T19:03:09.486Z] [2023-05-05T19:03:09.486Z] #31 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:09.486Z] #31 27.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-05-05T19:03:09.486Z] #31 27.56 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:09.486Z] #31 27.72 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:09.486Z] #31 ... [2023-05-05T19:03:09.486Z] [2023-05-05T19:03:09.486Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2023-05-05T19:03:09.486Z] #0 1.151 + RM_GOPATH=0 [2023-05-05T19:03:09.486Z] #0 1.151 + TMP_GOPATH= [2023-05-05T19:03:09.486Z] #0 1.151 + : /build [2023-05-05T19:03:09.486Z] #0 1.151 + '[' -z '' ']' [2023-05-05T19:03:09.486Z] #0 1.152 ++ mktemp -d [2023-05-05T19:03:09.486Z] #0 1.156 + export GOPATH=/tmp/tmp.ROJd8CHFHY [2023-05-05T19:03:09.486Z] #0 1.156 + GOPATH=/tmp/tmp.ROJd8CHFHY [2023-05-05T19:03:09.486Z] #0 1.156 + RM_GOPATH=1 [2023-05-05T19:03:09.486Z] #0 1.156 + case "$(go env GOARCH)" in [2023-05-05T19:03:09.486Z] #0 1.156 ++ go env GOARCH [2023-05-05T19:03:09.486Z] #0 1.163 Install tini version v0.19.0 [2023-05-05T19:03:09.486Z] #0 1.163 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:09.486Z] #0 1.163 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:09.486Z] #0 1.163 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:09.486Z] #0 1.163 + dir=/tmp/install [2023-05-05T19:03:09.486Z] #0 1.163 + bin=tini [2023-05-05T19:03:09.486Z] #0 1.163 + shift [2023-05-05T19:03:09.486Z] #0 1.163 + '[' '!' -f /tmp/install/tini.installer ']' [2023-05-05T19:03:09.486Z] #0 1.163 + . /tmp/install/tini.installer [2023-05-05T19:03:09.486Z] #0 1.163 ++ : v0.19.0 [2023-05-05T19:03:09.486Z] #0 1.163 + install_tini [2023-05-05T19:03:09.486Z] #0 1.163 + echo 'Install tini version v0.19.0' [2023-05-05T19:03:09.486Z] #0 1.163 + git clone https://github.com/krallin/tini.git /tmp/tmp.ROJd8CHFHY/tini [2023-05-05T19:03:09.486Z] #0 1.168 Cloning into '/tmp/tmp.ROJd8CHFHY/tini'... [2023-05-05T19:03:09.486Z] #0 1.634 + cd /tmp/tmp.ROJd8CHFHY/tini [2023-05-05T19:03:09.486Z] #0 1.635 + git checkout -q v0.19.0 [2023-05-05T19:03:09.486Z] #0 1.640 + cmake . [2023-05-05T19:03:09.486Z] #0 1.883 -- The C compiler identification is GNU 10.2.1 [2023-05-05T19:03:09.486Z] #0 1.914 -- Detecting C compiler ABI info [2023-05-05T19:03:09.486Z] #0 2.189 -- Detecting C compiler ABI info - done [2023-05-05T19:03:09.486Z] #0 2.222 -- Check for working C compiler: /usr/bin/cc - skipped [2023-05-05T19:03:09.486Z] #0 2.232 -- Detecting C compile features [2023-05-05T19:03:09.486Z] #0 2.233 -- Detecting C compile features - done [2023-05-05T19:03:09.486Z] #0 2.267 -- Performing Test HAS_BUILTIN_FORTIFY [2023-05-05T19:03:09.486Z] #0 2.505 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2023-05-05T19:03:09.486Z] #0 2.591 -- Configuring done [2023-05-05T19:03:09.486Z] #0 2.595 -- Generating done [2023-05-05T19:03:09.486Z] #0 2.597 -- Build files have been written to: /tmp/tmp.ROJd8CHFHY/tini [2023-05-05T19:03:09.486Z] #0 2.599 + make tini-static [2023-05-05T19:03:09.486Z] #0 2.770 Scanning dependencies of target tini-static [2023-05-05T19:03:09.486Z] #0 2.812 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2023-05-05T19:03:09.486Z] #0 3.332 [100%] Linking C executable tini-static [2023-05-05T19:03:09.486Z] #0 3.597 [100%] Built target tini-static [2023-05-05T19:03:09.486Z] #0 3.628 + mkdir -p /build [2023-05-05T19:03:09.486Z] #0 3.629 + cp tini-static /build/docker-init [2023-05-05T19:03:09.486Z] #38 DONE 3.9s [2023-05-05T19:03:09.621Z] #37 14.93 CC images/file-lock.o [2023-05-05T19:03:09.621Z] #37 14.98 CC images/rlimit.o [2023-05-05T19:03:09.621Z] #37 15.05 CC images/pagemap.o [2023-05-05T19:03:09.621Z] #37 15.13 CC images/siginfo.o [2023-05-05T19:03:09.743Z] [2023-05-05T19:03:09.743Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:09.743Z] #0 1.842 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:03:09.743Z] #0 1.843 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:03:09.743Z] #0 1.862 Note: Building without GnuTLS support [2023-05-05T19:03:09.743Z] #0 1.869 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:03:09.743Z] #0 1.869 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:03:09.743Z] #0 3.033 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:03:09.743Z] #0 3.079 GEN .gitid [2023-05-05T19:03:09.743Z] #0 3.134 GEN criu/include/version.h [2023-05-05T19:03:09.743Z] #0 3.186 GEN include/common/asm [2023-05-05T19:03:09.853Z] #38 40.84 CC criu/net.o [2023-05-05T19:03:09.853Z] #38 ... [2023-05-05T19:03:09.853Z] [2023-05-05T19:03:09.853Z] #49 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-05-05T19:03:09.853Z] #49 DONE 1.1s [2023-05-05T19:03:09.853Z] [2023-05-05T19:03:09.853Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:09.878Z] #37 15.22 CC images/rpc.o [2023-05-05T19:03:09.999Z] #39 4.457 PBCC images/timens.pb-c.c [2023-05-05T19:03:09.999Z] #39 4.474 DEP images/timens.pb-c.d [2023-05-05T19:03:09.999Z] #39 4.504 PBCC images/fown.pb-c.c [2023-05-05T19:03:09.999Z] #39 4.509 PBCC images/google/protobuf/descriptor.pb-c.c [2023-05-05T19:03:09.999Z] #39 4.547 PBCC images/opts.pb-c.c [2023-05-05T19:03:09.999Z] #39 4.577 PBCC images/memfd.pb-c.c [2023-05-05T19:03:09.999Z] #39 4.588 DEP images/fown.pb-c.d [2023-05-05T19:03:09.999Z] #39 4.601 DEP images/google/protobuf/descriptor.pb-c.d [2023-05-05T19:03:09.999Z] #39 4.696 DEP images/opts.pb-c.d [2023-05-05T19:03:10.136Z] #37 15.56 CC images/ext-file.o [2023-05-05T19:03:10.136Z] #37 15.61 CC images/cgroup.o [2023-05-05T19:03:10.217Z] #38 ... [2023-05-05T19:03:10.217Z] [2023-05-05T19:03:10.217Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:10.217Z] #30 21.62 Selecting previously unselected package mingw-w64-x86-64-dev. [2023-05-05T19:03:10.217Z] #30 21.63 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2023-05-05T19:03:10.217Z] #30 21.64 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:03:10.217Z] #30 23.92 Selecting previously unselected package gcc-mingw-w64-base. [2023-05-05T19:03:10.217Z] #30 23.92 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:10.217Z] #30 23.94 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:03:10.217Z] #30 24.19 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2023-05-05T19:03:10.217Z] #30 24.19 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:10.217Z] #30 24.20 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:10.217Z] #30 28.76 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2023-05-05T19:03:10.217Z] #30 28.76 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:10.217Z] #30 29.00 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:10.255Z] #39 4.732 DEP images/memfd.pb-c.d [2023-05-05T19:03:10.256Z] #39 4.757 PBCC images/sit.pb-c.c [2023-05-05T19:03:10.256Z] #39 4.779 DEP images/sit.pb-c.d [2023-05-05T19:03:10.256Z] #39 4.795 PBCC images/macvlan.pb-c.c [2023-05-05T19:03:10.256Z] #39 4.802 DEP images/macvlan.pb-c.d [2023-05-05T19:03:10.256Z] #39 4.819 PBCC images/autofs.pb-c.c [2023-05-05T19:03:10.256Z] #39 4.828 DEP images/autofs.pb-c.d [2023-05-05T19:03:10.256Z] #39 4.916 PBCC images/sysctl.pb-c.c [2023-05-05T19:03:10.393Z] #37 ... [2023-05-05T19:03:10.393Z] [2023-05-05T19:03:10.393Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:10.394Z] #38 15.31 + cd /tmp/tmp.9DVSoPuNFh/src/github.com/containerd/containerd [2023-05-05T19:03:10.394Z] #38 15.31 + git checkout -q v1.6.20 [2023-05-05T19:03:10.394Z] #38 16.22 + export 'BUILDTAGS=netgo osusergo static_build' [2023-05-05T19:03:10.394Z] #38 16.22 + BUILDTAGS='netgo osusergo static_build' [2023-05-05T19:03:10.394Z] #38 16.22 + export EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:03:10.394Z] #38 16.22 + EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:03:10.394Z] #38 16.22 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-05-05T19:03:10.394Z] #38 16.22 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-05-05T19:03:10.394Z] #38 16.22 + '[' '' = dynamic ']' [2023-05-05T19:03:10.394Z] #38 16.22 + make [2023-05-05T19:03:10.394Z] #38 17.18 + bin/ctr [2023-05-05T19:03:10.394Z] #38 ... [2023-05-05T19:03:10.394Z] [2023-05-05T19:03:10.394Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:10.394Z] #37 15.79 CC images/userns.o [2023-05-05T19:03:10.394Z] #37 15.88 CC images/google/protobuf/descriptor.o [2023-05-05T19:03:10.478Z] #30 ... [2023-05-05T19:03:10.478Z] [2023-05-05T19:03:10.478Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:10.478Z] #0 2.167 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:03:10.478Z] #0 2.167 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:03:10.478Z] #0 2.170 Note: Building without GnuTLS support [2023-05-05T19:03:10.478Z] #0 2.173 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:03:10.478Z] #0 2.173 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:03:10.512Z] #39 4.926 DEP images/sysctl.pb-c.d [2023-05-05T19:03:10.512Z] #39 4.962 PBCC images/time.pb-c.c [2023-05-05T19:03:10.512Z] #39 4.973 DEP images/time.pb-c.d [2023-05-05T19:03:10.512Z] #39 4.985 PBCC images/binfmt-misc.pb-c.c [2023-05-05T19:03:10.512Z] #39 5.005 DEP images/binfmt-misc.pb-c.d [2023-05-05T19:03:10.512Z] #39 5.018 PBCC images/seccomp.pb-c.c [2023-05-05T19:03:10.512Z] #39 5.037 DEP images/seccomp.pb-c.d [2023-05-05T19:03:10.512Z] #39 5.065 PBCC images/userns.pb-c.c [2023-05-05T19:03:10.512Z] #39 5.078 DEP images/userns.pb-c.d [2023-05-05T19:03:10.512Z] #39 5.097 PBCC images/cgroup.pb-c.c [2023-05-05T19:03:10.512Z] #39 5.117 DEP images/cgroup.pb-c.d [2023-05-05T19:03:10.512Z] #39 5.156 PBCC images/ext-file.pb-c.c [2023-05-05T19:03:10.768Z] #39 5.162 DEP images/ext-file.pb-c.d [2023-05-05T19:03:10.768Z] #39 5.175 PBCC images/rpc.pb-c.c [2023-05-05T19:03:10.768Z] #39 5.195 DEP images/rpc.pb-c.d [2023-05-05T19:03:10.768Z] #39 5.253 PBCC images/siginfo.pb-c.c [2023-05-05T19:03:10.768Z] #39 5.286 DEP images/siginfo.pb-c.d [2023-05-05T19:03:10.768Z] #39 5.326 PBCC images/pagemap.pb-c.c [2023-05-05T19:03:10.768Z] #39 5.346 DEP images/pagemap.pb-c.d [2023-05-05T19:03:10.768Z] #39 5.368 PBCC images/rlimit.pb-c.c [2023-05-05T19:03:10.768Z] #39 5.378 DEP images/rlimit.pb-c.d [2023-05-05T19:03:10.768Z] #39 5.410 PBCC images/file-lock.pb-c.c [2023-05-05T19:03:10.865Z] #50 1.085 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:03:10.865Z] #50 1.096 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:03:10.957Z] #37 16.30 CC images/opts.o [2023-05-05T19:03:10.958Z] #37 16.37 CC images/seccomp.o [2023-05-05T19:03:10.958Z] #37 16.45 CC images/binfmt-misc.o [2023-05-05T19:03:10.958Z] #37 16.51 CC images/time.o [2023-05-05T19:03:10.958Z] #37 16.58 CC images/sysctl.o [2023-05-05T19:03:11.025Z] #39 5.416 DEP images/file-lock.pb-c.d [2023-05-05T19:03:11.025Z] #39 5.461 PBCC images/tty.pb-c.c [2023-05-05T19:03:11.025Z] #39 5.482 DEP images/tty.pb-c.d [2023-05-05T19:03:11.025Z] #39 5.516 PBCC images/tun.pb-c.c [2023-05-05T19:03:11.025Z] #39 5.531 PBCC images/netdev.pb-c.c [2023-05-05T19:03:11.025Z] #39 5.543 DEP images/tun.pb-c.d [2023-05-05T19:03:11.025Z] #39 5.581 DEP images/netdev.pb-c.d [2023-05-05T19:03:11.025Z] #39 5.618 PBCC images/vma.pb-c.c [2023-05-05T19:03:11.025Z] #39 5.637 DEP images/vma.pb-c.d [2023-05-05T19:03:11.025Z] #39 5.656 PBCC images/creds.pb-c.c [2023-05-05T19:03:11.025Z] #39 5.664 DEP images/creds.pb-c.d [2023-05-05T19:03:11.025Z] #39 5.710 PBCC images/utsns.pb-c.c [2023-05-05T19:03:11.025Z] #39 5.728 DEP images/utsns.pb-c.d [2023-05-05T19:03:11.132Z] #50 1.178 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:03:11.132Z] #50 ... [2023-05-05T19:03:11.132Z] [2023-05-05T19:03:11.132Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:11.132Z] #37 43.05 + bin/containerd [2023-05-05T19:03:11.132Z] #37 ... [2023-05-05T19:03:11.132Z] [2023-05-05T19:03:11.132Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:11.132Z] #38 41.93 CC criu/netfilter.o [2023-05-05T19:03:11.132Z] #38 42.04 CC criu/page-pipe.o [2023-05-05T19:03:11.132Z] #38 42.32 CC criu/page-xfer.o [2023-05-05T19:03:11.215Z] #37 16.63 CC images/autofs.o [2023-05-05T19:03:11.215Z] #37 16.70 CC images/macvlan.o [2023-05-05T19:03:11.215Z] #37 16.76 CC images/sit.o [2023-05-05T19:03:11.215Z] #37 16.82 CC images/memfd.o [2023-05-05T19:03:11.281Z] #39 5.749 PBCC images/ipc-desc.pb-c.c [2023-05-05T19:03:11.281Z] #39 5.770 PBCC images/ipc-sem.pb-c.c [2023-05-05T19:03:11.281Z] #39 5.779 DEP images/ipc-desc.pb-c.d [2023-05-05T19:03:11.281Z] #39 5.810 DEP images/ipc-sem.pb-c.d [2023-05-05T19:03:11.281Z] #39 5.844 PBCC images/ipc-msg.pb-c.c [2023-05-05T19:03:11.281Z] #39 5.852 DEP images/ipc-msg.pb-c.d [2023-05-05T19:03:11.281Z] #39 5.870 PBCC images/ipc-shm.pb-c.c [2023-05-05T19:03:11.281Z] #39 5.878 DEP images/ipc-shm.pb-c.d [2023-05-05T19:03:11.281Z] #39 5.914 PBCC images/ipc-var.pb-c.c [2023-05-05T19:03:11.281Z] #39 5.939 DEP images/ipc-var.pb-c.d [2023-05-05T19:03:11.281Z] #39 5.974 PBCC images/sk-opts.pb-c.c [2023-05-05T19:03:11.417Z] #39 3.086 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:03:11.417Z] #39 3.128 GEN .gitid [2023-05-05T19:03:11.417Z] #39 3.164 GEN criu/include/version.h [2023-05-05T19:03:11.417Z] #39 3.216 GEN include/common/asm [2023-05-05T19:03:11.473Z] #37 16.92 CC images/timens.o [2023-05-05T19:03:11.473Z] #37 16.99 LINK images/built-in.o [2023-05-05T19:03:11.473Z] #37 17.04 GEN compel/include/asm [2023-05-05T19:03:11.538Z] #39 5.990 PBCC images/packet-sock.pb-c.c [2023-05-05T19:03:11.538Z] #39 6.034 DEP images/sk-opts.pb-c.d [2023-05-05T19:03:11.538Z] #39 6.058 DEP images/packet-sock.pb-c.d [2023-05-05T19:03:11.538Z] #39 6.076 PBCC images/sk-netlink.pb-c.c [2023-05-05T19:03:11.538Z] #39 6.089 DEP images/sk-netlink.pb-c.d [2023-05-05T19:03:11.538Z] #39 6.114 PBCC images/sk-inet.pb-c.c [2023-05-05T19:03:11.538Z] #39 6.130 DEP images/sk-inet.pb-c.d [2023-05-05T19:03:11.538Z] #39 6.178 PBCC images/sk-unix.pb-c.c [2023-05-05T19:03:11.705Z] #38 42.92 CC criu/pagemap-cache.o [2023-05-05T19:03:11.705Z] #38 43.05 CC criu/pagemap.o [2023-05-05T19:03:11.731Z] #37 17.05 GEN compel/include/version.h [2023-05-05T19:03:11.731Z] #37 17.07 touch .config [2023-05-05T19:03:11.731Z] #37 17.10 GEN include/common/config.h [2023-05-05T19:03:11.731Z] #37 17.15 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-05-05T19:03:11.731Z] #37 17.16 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-05-05T19:03:11.731Z] #37 17.18 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-05-05T19:03:11.731Z] #37 17.20 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-05-05T19:03:11.731Z] #37 17.22 DEP compel/arch/x86/plugins/std/memcpy.d [2023-05-05T19:03:11.731Z] #37 17.23 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-05-05T19:03:11.731Z] #37 17.24 GEN compel/plugins/include/uapi/std/syscall.h [2023-05-05T19:03:11.731Z] #37 17.27 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-05-05T19:03:11.794Z] #39 6.214 DEP images/sk-unix.pb-c.d [2023-05-05T19:03:11.794Z] #39 6.232 PBCC images/mm.pb-c.c [2023-05-05T19:03:11.794Z] #39 6.252 DEP images/mm.pb-c.d [2023-05-05T19:03:11.794Z] #39 6.277 PBCC images/timerfd.pb-c.c [2023-05-05T19:03:11.794Z] #39 6.302 DEP images/timerfd.pb-c.d [2023-05-05T19:03:11.794Z] #39 6.326 PBCC images/timer.pb-c.c [2023-05-05T19:03:11.794Z] #39 6.336 DEP images/timer.pb-c.d [2023-05-05T19:03:11.794Z] #39 6.354 PBCC images/sa.pb-c.c [2023-05-05T19:03:11.794Z] #39 6.371 DEP images/sa.pb-c.d [2023-05-05T19:03:11.794Z] #39 6.398 PBCC images/pipe-data.pb-c.c [2023-05-05T19:03:11.794Z] #39 6.411 DEP images/pipe-data.pb-c.d [2023-05-05T19:03:11.988Z] #37 17.31 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-05-05T19:03:11.988Z] #37 17.33 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-05-05T19:03:11.988Z] #37 17.34 DEP compel/plugins/std/infect.d [2023-05-05T19:03:11.988Z] #37 17.38 DEP compel/plugins/std/string.d [2023-05-05T19:03:11.988Z] #37 17.41 DEP compel/plugins/std/log.d [2023-05-05T19:03:11.988Z] #37 17.44 DEP compel/plugins/std/fds.d [2023-05-05T19:03:11.988Z] #37 17.47 DEP compel/plugins/std/std.d [2023-05-05T19:03:11.988Z] #37 17.50 DEP compel/plugins/shmem/shmem.d [2023-05-05T19:03:12.051Z] #39 6.438 PBCC images/mnt.pb-c.c [2023-05-05T19:03:12.051Z] #39 6.452 DEP images/mnt.pb-c.d [2023-05-05T19:03:12.051Z] #39 6.489 PBCC images/sk-packet.pb-c.c [2023-05-05T19:03:12.051Z] #39 6.498 DEP images/sk-packet.pb-c.d [2023-05-05T19:03:12.051Z] #39 6.530 PBCC images/tcp-stream.pb-c.c [2023-05-05T19:03:12.051Z] #39 6.562 DEP images/tcp-stream.pb-c.d [2023-05-05T19:03:12.051Z] #39 6.602 PBCC images/pipe.pb-c.c [2023-05-05T19:03:12.051Z] #39 6.626 DEP images/pipe.pb-c.d [2023-05-05T19:03:12.051Z] #39 6.659 PBCC images/pstree.pb-c.c [2023-05-05T19:03:12.051Z] #39 6.674 DEP images/pstree.pb-c.d [2023-05-05T19:03:12.051Z] #39 6.688 PBCC images/fs.pb-c.c [2023-05-05T19:03:12.051Z] #39 6.702 DEP images/fs.pb-c.d [2023-05-05T19:03:12.051Z] #39 6.745 PBCC images/signalfd.pb-c.c [2023-05-05T19:03:12.051Z] #39 6.772 DEP images/signalfd.pb-c.d [2023-05-05T19:03:12.245Z] #37 17.53 DEP compel/plugins/fds/fds.d [2023-05-05T19:03:12.245Z] #37 17.58 CC compel/plugins/std/std.o [2023-05-05T19:03:12.245Z] #37 17.66 CC compel/plugins/std/fds.o [2023-05-05T19:03:12.245Z] #37 17.78 CC compel/plugins/std/log.o [2023-05-05T19:03:12.278Z] #38 43.41 CC criu/parasite-syscall.o [2023-05-05T19:03:12.308Z] #39 6.814 PBCC images/fh.pb-c.c [2023-05-05T19:03:12.308Z] #39 6.844 PBCC images/fsnotify.pb-c.c [2023-05-05T19:03:12.308Z] #39 6.863 DEP images/fh.pb-c.d [2023-05-05T19:03:12.308Z] #39 6.891 DEP images/fsnotify.pb-c.d [2023-05-05T19:03:12.308Z] #39 6.918 PBCC images/eventpoll.pb-c.c [2023-05-05T19:03:12.308Z] #39 6.930 DEP images/eventpoll.pb-c.d [2023-05-05T19:03:12.308Z] #39 6.953 PBCC images/eventfd.pb-c.c [2023-05-05T19:03:12.308Z] #39 6.966 DEP images/eventfd.pb-c.d [2023-05-05T19:03:12.308Z] #39 6.990 PBCC images/remap-file-path.pb-c.c [2023-05-05T19:03:12.308Z] #39 6.999 DEP images/remap-file-path.pb-c.d [2023-05-05T19:03:12.358Z] #39 ... [2023-05-05T19:03:12.358Z] [2023-05-05T19:03:12.358Z] #21 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:03:12.358Z] #21 DONE 33.8s [2023-05-05T19:03:12.358Z] [2023-05-05T19:03:12.358Z] #23 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:03:12.358Z] #23 DONE 34.0s [2023-05-05T19:03:12.358Z] [2023-05-05T19:03:12.358Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:12.358Z] #30 34.03 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-05-05T19:03:12.358Z] #30 34.03 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:12.358Z] #30 34.08 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:12.358Z] #30 ... [2023-05-05T19:03:12.358Z] [2023-05-05T19:03:12.358Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-05-05T19:03:12.358Z] #40 DONE 0.1s [2023-05-05T19:03:12.503Z] #37 18.00 CC compel/plugins/std/string.o [2023-05-05T19:03:12.540Z] #38 43.68 CC criu/path.o [2023-05-05T19:03:12.540Z] #38 43.78 CC criu/pie-util-vdso.o [2023-05-05T19:03:12.564Z] #39 7.022 PBCC images/fifo.pb-c.c [2023-05-05T19:03:12.564Z] #39 7.034 DEP images/fifo.pb-c.d [2023-05-05T19:03:12.564Z] #39 7.066 PBCC images/ghost-file.pb-c.c [2023-05-05T19:03:12.564Z] #39 7.086 DEP images/ghost-file.pb-c.d [2023-05-05T19:03:12.564Z] #39 7.122 PBCC images/regfile.pb-c.c [2023-05-05T19:03:12.564Z] #39 7.150 DEP images/regfile.pb-c.d [2023-05-05T19:03:12.564Z] #39 7.186 PBCC images/ns.pb-c.c [2023-05-05T19:03:12.564Z] #39 7.194 DEP images/ns.pb-c.d [2023-05-05T19:03:12.564Z] #39 7.218 PBCC images/fdinfo.pb-c.c [2023-05-05T19:03:12.564Z] #39 7.238 DEP images/fdinfo.pb-c.d [2023-05-05T19:03:12.618Z] [2023-05-05T19:03:12.618Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:12.618Z] #39 4.223 PBCC images/timens.pb-c.c [2023-05-05T19:03:12.618Z] #39 4.233 DEP images/timens.pb-c.d [2023-05-05T19:03:12.618Z] #39 4.275 PBCC images/fown.pb-c.c [2023-05-05T19:03:12.618Z] #39 4.301 PBCC images/google/protobuf/descriptor.pb-c.c [2023-05-05T19:03:12.618Z] #39 4.328 PBCC images/opts.pb-c.c [2023-05-05T19:03:12.618Z] #39 4.353 PBCC images/memfd.pb-c.c [2023-05-05T19:03:12.618Z] #39 4.380 DEP images/fown.pb-c.d [2023-05-05T19:03:12.618Z] #39 ... [2023-05-05T19:03:12.618Z] [2023-05-05T19:03:12.618Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-05-05T19:03:12.618Z] #41 DONE 0.2s [2023-05-05T19:03:12.618Z] [2023-05-05T19:03:12.618Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:12.618Z] #39 4.425 DEP images/google/protobuf/descriptor.pb-c.d [2023-05-05T19:03:12.618Z] #39 4.487 DEP images/opts.pb-c.d [2023-05-05T19:03:12.760Z] #37 18.16 CC compel/plugins/std/infect.o [2023-05-05T19:03:12.760Z] #37 ... [2023-05-05T19:03:12.760Z] [2023-05-05T19:03:12.760Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:12.760Z] #27 32.68 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-05-05T19:03:12.760Z] #27 32.68 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 32.69 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:12.760Z] #27 34.85 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-05-05T19:03:12.760Z] #27 34.85 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 34.89 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:12.760Z] #27 36.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-05-05T19:03:12.760Z] #27 36.74 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 36.76 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:12.760Z] #27 40.36 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-05-05T19:03:12.760Z] #27 40.37 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 40.37 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:12.760Z] #27 41.93 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-05-05T19:03:12.760Z] #27 41.93 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-05-05T19:03:12.760Z] #27 41.94 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:03:12.760Z] #27 42.03 Selecting previously unselected package libapparmor1:amd64. [2023-05-05T19:03:12.760Z] #27 42.03 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.04 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:03:12.760Z] #27 42.09 Selecting previously unselected package libapparmor-dev:amd64. [2023-05-05T19:03:12.760Z] #27 42.09 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.13 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:03:12.760Z] #27 42.23 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:03:12.760Z] #27 42.24 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.24 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:03:12.760Z] #27 42.33 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:03:12.760Z] #27 42.33 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.33 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:03:12.760Z] #27 42.46 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-05-05T19:03:12.760Z] #27 42.46 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.46 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:12.760Z] #27 42.52 Selecting previously unselected package libudev-dev:amd64. [2023-05-05T19:03:12.760Z] #27 42.53 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.54 Unpacking libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:12.760Z] #27 42.62 Selecting previously unselected package libsepol1-dev:amd64. [2023-05-05T19:03:12.760Z] #27 42.62 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.63 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:03:12.760Z] #27 42.79 Selecting previously unselected package libpcre2-16-0:amd64. [2023-05-05T19:03:12.760Z] #27 42.79 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:12.760Z] #27 42.80 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:12.760Z] #27 ... [2023-05-05T19:03:12.760Z] [2023-05-05T19:03:12.760Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:12.760Z] #37 18.29 CC compel/arch/x86/plugins/std/parasite-head.o [2023-05-05T19:03:12.760Z] #37 18.32 CC compel/arch/x86/plugins/std/memcpy.o [2023-05-05T19:03:12.760Z] #37 18.34 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-05-05T19:03:12.760Z] #37 18.36 AR compel/plugins/std.lib.a [2023-05-05T19:03:12.801Z] #38 43.91 CC criu/pie-util.o [2023-05-05T19:03:12.801Z] #38 43.97 CC criu/pipes.o [2023-05-05T19:03:12.821Z] #39 7.254 PBCC images/core-aarch64.pb-c.c [2023-05-05T19:03:12.821Z] #39 7.272 PBCC images/core-arm.pb-c.c [2023-05-05T19:03:12.821Z] #39 7.285 PBCC images/core-ppc64.pb-c.c [2023-05-05T19:03:12.821Z] #39 7.296 PBCC images/core-s390.pb-c.c [2023-05-05T19:03:12.821Z] #39 7.309 PBCC images/core-x86.pb-c.c [2023-05-05T19:03:12.821Z] #39 7.325 PBCC images/core.pb-c.c [2023-05-05T19:03:12.821Z] #39 7.341 PBCC images/inventory.pb-c.c [2023-05-05T19:03:12.821Z] #39 7.357 DEP images/core-aarch64.pb-c.d [2023-05-05T19:03:12.821Z] #39 7.389 DEP images/core-arm.pb-c.d [2023-05-05T19:03:12.821Z] #39 7.406 DEP images/core-ppc64.pb-c.d [2023-05-05T19:03:12.821Z] #39 7.434 DEP images/core-s390.pb-c.d [2023-05-05T19:03:12.821Z] #39 7.466 DEP images/core-x86.pb-c.d [2023-05-05T19:03:12.882Z] #39 4.529 DEP images/memfd.pb-c.d [2023-05-05T19:03:12.882Z] #39 4.636 PBCC images/sit.pb-c.c [2023-05-05T19:03:12.882Z] #39 4.671 DEP images/sit.pb-c.d [2023-05-05T19:03:12.882Z] #39 4.705 PBCC images/macvlan.pb-c.c [2023-05-05T19:03:12.882Z] #39 4.719 DEP images/macvlan.pb-c.d [2023-05-05T19:03:12.882Z] #39 4.759 PBCC images/autofs.pb-c.c [2023-05-05T19:03:12.882Z] #39 4.772 DEP images/autofs.pb-c.d [2023-05-05T19:03:12.882Z] #39 4.796 PBCC images/sysctl.pb-c.c [2023-05-05T19:03:12.882Z] #39 4.808 DEP images/sysctl.pb-c.d [2023-05-05T19:03:12.882Z] #39 4.835 PBCC images/time.pb-c.c [2023-05-05T19:03:12.882Z] #39 4.841 DEP images/time.pb-c.d [2023-05-05T19:03:12.882Z] #39 4.861 PBCC images/binfmt-misc.pb-c.c [2023-05-05T19:03:13.017Z] #37 18.40 CC compel/plugins/fds/fds.o [2023-05-05T19:03:13.017Z] #37 18.47 AR compel/plugins/fds.lib.a [2023-05-05T19:03:13.017Z] #37 18.51 HOSTDEP compel/src/lib/log-host.d [2023-05-05T19:03:13.017Z] #37 18.55 HOSTDEP compel/src/lib/handle-elf-host.d [2023-05-05T19:03:13.017Z] #37 18.59 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-05-05T19:03:13.063Z] #38 44.22 CC criu/plugin.o [2023-05-05T19:03:13.063Z] #38 44.36 CC criu/proc_parse.o [2023-05-05T19:03:13.078Z] #39 7.514 DEP images/core.pb-c.d [2023-05-05T19:03:13.078Z] #39 7.533 DEP images/inventory.pb-c.d [2023-05-05T19:03:13.078Z] #39 7.552 PBCC images/cpuinfo.pb-c.c [2023-05-05T19:03:13.078Z] #39 7.565 DEP images/cpuinfo.pb-c.d [2023-05-05T19:03:13.078Z] #39 7.579 PBCC images/stats.pb-c.c [2023-05-05T19:03:13.078Z] #39 7.590 DEP images/stats.pb-c.d [2023-05-05T19:03:13.144Z] #39 4.873 DEP images/binfmt-misc.pb-c.d [2023-05-05T19:03:13.144Z] #39 4.888 PBCC images/seccomp.pb-c.c [2023-05-05T19:03:13.144Z] #39 4.894 DEP images/seccomp.pb-c.d [2023-05-05T19:03:13.144Z] #39 4.918 PBCC images/userns.pb-c.c [2023-05-05T19:03:13.144Z] #39 4.929 DEP images/userns.pb-c.d [2023-05-05T19:03:13.144Z] #39 4.950 PBCC images/cgroup.pb-c.c [2023-05-05T19:03:13.144Z] #39 4.956 DEP images/cgroup.pb-c.d [2023-05-05T19:03:13.144Z] #39 4.971 PBCC images/ext-file.pb-c.c [2023-05-05T19:03:13.144Z] #39 4.985 DEP images/ext-file.pb-c.d [2023-05-05T19:03:13.144Z] #39 5.006 PBCC images/rpc.pb-c.c [2023-05-05T19:03:13.144Z] #39 5.025 DEP images/rpc.pb-c.d [2023-05-05T19:03:13.144Z] #39 5.044 PBCC images/siginfo.pb-c.c [2023-05-05T19:03:13.144Z] #39 5.057 DEP images/siginfo.pb-c.d [2023-05-05T19:03:13.144Z] #39 5.074 PBCC images/pagemap.pb-c.c [2023-05-05T19:03:13.274Z] #37 18.62 HOSTDEP compel/src/main-host.d [2023-05-05T19:03:13.274Z] #37 18.66 DEP compel/src/lib/ptrace.d [2023-05-05T19:03:13.274Z] #37 18.70 DEP compel/src/lib/infect.d [2023-05-05T19:03:13.274Z] #37 18.74 DEP compel/src/lib/infect-util.d [2023-05-05T19:03:13.274Z] #37 18.78 DEP compel/src/lib/infect-rpc.d [2023-05-05T19:03:13.406Z] #39 5.092 DEP images/pagemap.pb-c.d [2023-05-05T19:03:13.406Z] #39 5.130 PBCC images/rlimit.pb-c.c [2023-05-05T19:03:13.406Z] #39 5.137 DEP images/rlimit.pb-c.d [2023-05-05T19:03:13.406Z] #39 5.159 PBCC images/file-lock.pb-c.c [2023-05-05T19:03:13.406Z] #39 5.169 DEP images/file-lock.pb-c.d [2023-05-05T19:03:13.406Z] #39 5.186 PBCC images/tty.pb-c.c [2023-05-05T19:03:13.406Z] #39 5.200 DEP images/tty.pb-c.d [2023-05-05T19:03:13.406Z] #39 5.220 PBCC images/tun.pb-c.c [2023-05-05T19:03:13.406Z] #39 5.233 PBCC images/netdev.pb-c.c [2023-05-05T19:03:13.406Z] #39 5.248 DEP images/tun.pb-c.d [2023-05-05T19:03:13.406Z] #39 5.274 DEP images/netdev.pb-c.d [2023-05-05T19:03:13.406Z] #39 5.310 PBCC images/vma.pb-c.c [2023-05-05T19:03:13.535Z] #37 18.83 DEP compel/arch/x86/src/lib/infect.d [2023-05-05T19:03:13.535Z] #37 18.87 DEP compel/arch/x86/src/lib/cpu.d [2023-05-05T19:03:13.535Z] #37 18.89 DEP compel/src/lib/log.d [2023-05-05T19:03:13.535Z] #37 18.92 DEP compel/src/main.d [2023-05-05T19:03:13.535Z] #37 18.99 DEP compel/src/lib/handle-elf.d [2023-05-05T19:03:13.535Z] #37 19.05 DEP compel/arch/x86/src/lib/handle-elf.d [2023-05-05T19:03:13.666Z] #39 5.343 DEP images/vma.pb-c.d [2023-05-05T19:03:13.666Z] #39 5.401 PBCC images/creds.pb-c.c [2023-05-05T19:03:13.666Z] #39 5.407 DEP images/creds.pb-c.d [2023-05-05T19:03:13.666Z] #39 5.430 PBCC images/utsns.pb-c.c [2023-05-05T19:03:13.666Z] #39 5.445 DEP images/utsns.pb-c.d [2023-05-05T19:03:13.666Z] #39 5.478 PBCC images/ipc-desc.pb-c.c [2023-05-05T19:03:13.666Z] #39 5.485 PBCC images/ipc-sem.pb-c.c [2023-05-05T19:03:13.666Z] #39 5.491 DEP images/ipc-desc.pb-c.d [2023-05-05T19:03:13.666Z] #39 5.527 DEP images/ipc-sem.pb-c.d [2023-05-05T19:03:13.666Z] #39 5.543 PBCC images/ipc-msg.pb-c.c [2023-05-05T19:03:13.666Z] #39 5.557 DEP images/ipc-msg.pb-c.d [2023-05-05T19:03:13.666Z] #39 5.587 PBCC images/ipc-shm.pb-c.c [2023-05-05T19:03:13.666Z] #39 5.606 DEP images/ipc-shm.pb-c.d [2023-05-05T19:03:13.666Z] #39 5.641 PBCC images/ipc-var.pb-c.c [2023-05-05T19:03:13.666Z] #39 5.649 DEP images/ipc-var.pb-c.d [2023-05-05T19:03:13.764Z] #52 ... [2023-05-05T19:03:13.764Z] [2023-05-05T19:03:13.764Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:13.764Z] #39 63.03 CC criu/sk-tcp.o [2023-05-05T19:03:13.764Z] #39 63.25 CC criu/sk-unix.o [2023-05-05T19:03:13.764Z] #39 64.13 CC criu/sockets.o [2023-05-05T19:03:13.764Z] #39 64.62 CC criu/stats.o [2023-05-05T19:03:13.764Z] #39 64.78 CC criu/string.o [2023-05-05T19:03:13.764Z] #39 64.84 CC criu/sysctl.o [2023-05-05T19:03:13.764Z] #39 65.13 CC criu/sysfs_parse.o [2023-05-05T19:03:13.764Z] #39 65.32 CC criu/timens.o [2023-05-05T19:03:13.764Z] #39 65.48 CC criu/timerfd.o [2023-05-05T19:03:13.764Z] #39 65.67 CC criu/tty.o [2023-05-05T19:03:13.764Z] #39 66.58 CC criu/tun.o [2023-05-05T19:03:13.764Z] #39 66.84 CC criu/uffd.o [2023-05-05T19:03:13.764Z] #39 67.40 CC criu/util.o [2023-05-05T19:03:13.764Z] #39 68.03 CC criu/uts_ns.o [2023-05-05T19:03:13.764Z] #39 68.14 CC criu/vdso-compat.o [2023-05-05T19:03:13.764Z] #39 68.25 CC criu/vdso.o [2023-05-05T19:03:13.764Z] #39 68.55 LINK criu/built-in.o [2023-05-05T19:03:13.764Z] #39 68.67 LINK criu/criu [2023-05-05T19:03:13.764Z] #39 68.97 DEP lib/c/criu.d [2023-05-05T19:03:13.764Z] #39 69.03 CC images/rpc.pb-c.o [2023-05-05T19:03:13.764Z] #39 69.32 CC lib/c/criu.o [2023-05-05T19:03:13.792Z] #37 19.11 CC compel/src/lib/log.o [2023-05-05T19:03:13.792Z] #37 19.18 CC compel/arch/x86/src/lib/cpu.o [2023-05-05T19:03:13.926Z] #39 5.663 PBCC images/sk-opts.pb-c.c [2023-05-05T19:03:13.926Z] #39 5.673 PBCC images/packet-sock.pb-c.c [2023-05-05T19:03:13.926Z] #39 5.705 DEP images/sk-opts.pb-c.d [2023-05-05T19:03:13.926Z] #39 5.757 DEP images/packet-sock.pb-c.d [2023-05-05T19:03:13.926Z] #39 5.780 PBCC images/sk-netlink.pb-c.c [2023-05-05T19:03:13.926Z] #39 5.796 DEP images/sk-netlink.pb-c.d [2023-05-05T19:03:13.926Z] #39 5.825 PBCC images/sk-inet.pb-c.c [2023-05-05T19:03:13.926Z] #39 5.851 DEP images/sk-inet.pb-c.d [2023-05-05T19:03:13.926Z] #39 5.870 PBCC images/sk-unix.pb-c.c [2023-05-05T19:03:14.023Z] #39 69.82 LINK lib/c/built-in.o [2023-05-05T19:03:14.023Z] #39 69.83 LINK lib/c/libcriu.so [2023-05-05T19:03:14.047Z] #39 8.554 make[1]: Nothing to be done for 'all'. [2023-05-05T19:03:14.047Z] #39 ... [2023-05-05T19:03:14.047Z] [2023-05-05T19:03:14.047Z] #26 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:03:14.047Z] #26 32.74 + for f in rootlesskit rootlesskit-docker-proxy [2023-05-05T19:03:14.047Z] #26 32.74 + GOBIN=/build [2023-05-05T19:03:14.047Z] #26 32.74 + GO111MODULE=on [2023-05-05T19:03:14.047Z] #26 32.74 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2023-05-05T19:03:14.049Z] #37 19.40 CC compel/arch/x86/src/lib/infect.o [2023-05-05T19:03:14.186Z] #39 5.885 DEP images/sk-unix.pb-c.d [2023-05-05T19:03:14.186Z] #39 5.915 PBCC images/mm.pb-c.c [2023-05-05T19:03:14.186Z] #39 5.929 DEP images/mm.pb-c.d [2023-05-05T19:03:14.187Z] #39 5.966 PBCC images/timerfd.pb-c.c [2023-05-05T19:03:14.187Z] #39 5.976 DEP images/timerfd.pb-c.d [2023-05-05T19:03:14.187Z] #39 5.995 PBCC images/timer.pb-c.c [2023-05-05T19:03:14.187Z] #39 6.001 DEP images/timer.pb-c.d [2023-05-05T19:03:14.187Z] #39 6.017 PBCC images/sa.pb-c.c [2023-05-05T19:03:14.187Z] #39 6.028 DEP images/sa.pb-c.d [2023-05-05T19:03:14.187Z] #39 6.062 PBCC images/pipe-data.pb-c.c [2023-05-05T19:03:14.187Z] #39 6.093 DEP images/pipe-data.pb-c.d [2023-05-05T19:03:14.187Z] #39 6.135 PBCC images/mnt.pb-c.c [2023-05-05T19:03:14.187Z] #39 6.150 DEP images/mnt.pb-c.d [2023-05-05T19:03:14.187Z] #39 6.183 PBCC images/sk-packet.pb-c.c [2023-05-05T19:03:14.281Z] #39 69.87 LINK lib/c/libcriu.a [2023-05-05T19:03:14.281Z] #39 69.95 GEN magic.py [2023-05-05T19:03:14.307Z] #37 19.67 CC compel/src/lib/infect-rpc.o [2023-05-05T19:03:14.307Z] #37 19.82 CC compel/src/lib/infect-util.o [2023-05-05T19:03:14.447Z] #39 6.189 DEP images/sk-packet.pb-c.d [2023-05-05T19:03:14.447Z] #39 6.207 PBCC images/tcp-stream.pb-c.c [2023-05-05T19:03:14.447Z] #39 6.233 DEP images/tcp-stream.pb-c.d [2023-05-05T19:03:14.447Z] #39 6.261 PBCC images/pipe.pb-c.c [2023-05-05T19:03:14.447Z] #39 6.277 DEP images/pipe.pb-c.d [2023-05-05T19:03:14.447Z] #39 6.305 PBCC images/pstree.pb-c.c [2023-05-05T19:03:14.447Z] #39 6.312 DEP images/pstree.pb-c.d [2023-05-05T19:03:14.447Z] #39 6.333 PBCC images/fs.pb-c.c [2023-05-05T19:03:14.447Z] #39 6.342 DEP images/fs.pb-c.d [2023-05-05T19:03:14.447Z] #39 6.372 PBCC images/signalfd.pb-c.c [2023-05-05T19:03:14.447Z] #39 6.389 DEP images/signalfd.pb-c.d [2023-05-05T19:03:14.447Z] #39 6.419 PBCC images/fh.pb-c.c [2023-05-05T19:03:14.452Z] #38 45.28 CC criu/protobuf-desc.o [2023-05-05T19:03:14.539Z] #39 70.15 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:03:14.539Z] #39 70.15 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:03:14.539Z] #39 70.18 Note: Building without GnuTLS support [2023-05-05T19:03:14.539Z] #39 70.19 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:03:14.539Z] #39 70.19 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:03:14.564Z] #37 19.93 CC compel/src/lib/infect.o [2023-05-05T19:03:14.707Z] #39 6.433 PBCC images/fsnotify.pb-c.c [2023-05-05T19:03:14.707Z] #39 6.449 DEP images/fh.pb-c.d [2023-05-05T19:03:14.707Z] #39 6.481 DEP images/fsnotify.pb-c.d [2023-05-05T19:03:14.707Z] #39 6.518 PBCC images/eventpoll.pb-c.c [2023-05-05T19:03:14.707Z] #39 6.527 DEP images/eventpoll.pb-c.d [2023-05-05T19:03:14.707Z] #39 6.548 PBCC images/eventfd.pb-c.c [2023-05-05T19:03:14.707Z] #39 6.559 DEP images/eventfd.pb-c.d [2023-05-05T19:03:14.707Z] #39 6.580 PBCC images/remap-file-path.pb-c.c [2023-05-05T19:03:14.707Z] #39 6.604 DEP images/remap-file-path.pb-c.d [2023-05-05T19:03:14.707Z] #39 6.639 PBCC images/fifo.pb-c.c [2023-05-05T19:03:14.713Z] #38 45.76 CC criu/protobuf.o [2023-05-05T19:03:14.713Z] #38 45.93 CC criu/pstree.o [2023-05-05T19:03:14.799Z] #39 70.68 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:03:14.968Z] #39 6.649 DEP images/fifo.pb-c.d [2023-05-05T19:03:14.968Z] #39 6.689 PBCC images/ghost-file.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.703 DEP images/ghost-file.pb-c.d [2023-05-05T19:03:14.968Z] #39 6.718 PBCC images/regfile.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.745 DEP images/regfile.pb-c.d [2023-05-05T19:03:14.968Z] #39 6.767 PBCC images/ns.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.778 DEP images/ns.pb-c.d [2023-05-05T19:03:14.968Z] #39 6.792 PBCC images/fdinfo.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.815 DEP images/fdinfo.pb-c.d [2023-05-05T19:03:14.968Z] #39 6.833 PBCC images/core-aarch64.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.844 PBCC images/core-arm.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.856 PBCC images/core-ppc64.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.868 PBCC images/core-s390.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.879 PBCC images/core-x86.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.909 PBCC images/core.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.941 PBCC images/inventory.pb-c.c [2023-05-05T19:03:14.968Z] #39 6.959 DEP images/core-aarch64.pb-c.d [2023-05-05T19:03:15.129Z] #37 20.68 CC compel/src/lib/ptrace.o [2023-05-05T19:03:15.228Z] #39 6.979 DEP images/core-arm.pb-c.d [2023-05-05T19:03:15.228Z] #39 7.006 DEP images/core-ppc64.pb-c.d [2023-05-05T19:03:15.228Z] #39 7.029 DEP images/core-s390.pb-c.d [2023-05-05T19:03:15.228Z] #39 7.045 DEP images/core-x86.pb-c.d [2023-05-05T19:03:15.228Z] #39 7.074 DEP images/core.pb-c.d [2023-05-05T19:03:15.228Z] #39 7.095 DEP images/inventory.pb-c.d [2023-05-05T19:03:15.228Z] #39 7.128 PBCC images/cpuinfo.pb-c.c [2023-05-05T19:03:15.228Z] #39 7.141 DEP images/cpuinfo.pb-c.d [2023-05-05T19:03:15.228Z] #39 7.169 PBCC images/stats.pb-c.c [2023-05-05T19:03:15.228Z] #39 7.177 DEP images/stats.pb-c.d [2023-05-05T19:03:15.297Z] #38 46.36 CC criu/rbtree.o [2023-05-05T19:03:15.297Z] #38 46.47 CC criu/rst-malloc.o [2023-05-05T19:03:15.367Z] #39 ... [2023-05-05T19:03:15.367Z] [2023-05-05T19:03:15.367Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:03:15.367Z] #52 6.885 Collecting yamllint==1.26.1 [2023-05-05T19:03:15.386Z] #37 20.82 AR compel/libcompel.a [2023-05-05T19:03:15.386Z] #37 20.92 HOSTCC compel/src/main-host.o [2023-05-05T19:03:15.559Z] #38 46.60 CC criu/seccomp.o [2023-05-05T19:03:15.643Z] #37 21.02 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-05-05T19:03:15.643Z] #37 21.08 HOSTCC compel/src/lib/handle-elf-host.o [2023-05-05T19:03:15.643Z] #37 21.20 HOSTCC compel/src/lib/log-host.o [2023-05-05T19:03:15.821Z] #38 46.89 CC criu/seize.o [2023-05-05T19:03:15.900Z] #37 21.28 HOSTLINK compel/compel-host-bin [2023-05-05T19:03:15.900Z] #37 21.36 DEP soccr/soccr.d [2023-05-05T19:03:15.900Z] #37 21.44 CC soccr/soccr.o [2023-05-05T19:03:16.085Z] #38 47.24 CC criu/servicefd.o [2023-05-05T19:03:16.168Z] #39 7.945 make[1]: Nothing to be done for 'all'. [2023-05-05T19:03:16.335Z] #52 7.923 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-05-05T19:03:16.347Z] #38 47.42 CC criu/shmem.o [2023-05-05T19:03:16.347Z] #38 ... [2023-05-05T19:03:16.347Z] [2023-05-05T19:03:16.347Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:16.347Z] #50 1.480 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2023-05-05T19:03:16.347Z] #50 2.040 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [235 kB] [2023-05-05T19:03:16.347Z] #50 2.678 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2023-05-05T19:03:16.347Z] #50 2.948 Fetched 8526 kB in 2s (4009 kB/s) [2023-05-05T19:03:16.347Z] #50 2.948 Reading package lists... [2023-05-05T19:03:16.347Z] #50 3.532 Reading package lists... [2023-05-05T19:03:16.348Z] #50 4.099 Building dependency tree... [2023-05-05T19:03:16.348Z] #50 4.547 The following additional packages will be installed: [2023-05-05T19:03:16.348Z] #50 4.548 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:16.348Z] #50 4.548 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-05-05T19:03:16.348Z] #50 4.549 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-05-05T19:03:16.348Z] #50 4.549 python3-pkg-resources vim-runtime xxd [2023-05-05T19:03:16.348Z] #50 4.552 Suggested packages: [2023-05-05T19:03:16.348Z] #50 4.552 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-05-05T19:03:16.348Z] #50 4.552 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-05-05T19:03:16.348Z] #50 4.552 acl attr quota [2023-05-05T19:03:16.348Z] #50 4.552 Recommended packages: [2023-05-05T19:03:16.348Z] #50 4.552 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-05-05T19:03:16.348Z] #50 4.863 The following NEW packages will be installed: [2023-05-05T19:03:16.348Z] #50 4.864 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-05-05T19:03:16.348Z] #50 4.865 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:16.348Z] #50 4.865 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-05-05T19:03:16.348Z] #50 4.865 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-05-05T19:03:16.348Z] #50 4.866 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-05-05T19:03:16.348Z] #50 4.866 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-05-05T19:03:16.348Z] #50 4.866 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-05-05T19:03:16.348Z] #50 4.866 xz-utils zip [2023-05-05T19:03:16.348Z] #50 5.152 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:03:16.348Z] #50 5.152 Need to get 26.4 MB of archives. [2023-05-05T19:03:16.348Z] #50 5.152 After this operation, 103 MB of additional disk space will be used. [2023-05-05T19:03:16.348Z] #50 5.152 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2023-05-05T19:03:16.348Z] #50 5.156 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2023-05-05T19:03:16.348Z] #50 5.158 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2023-05-05T19:03:16.348Z] #50 5.159 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2023-05-05T19:03:16.348Z] #50 5.162 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2023-05-05T19:03:16.348Z] #50 5.163 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2023-05-05T19:03:16.348Z] #50 5.165 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2023-05-05T19:03:16.348Z] #50 5.167 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2023-05-05T19:03:16.348Z] #50 5.173 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:03:16.348Z] #50 5.175 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:03:16.348Z] #50 5.177 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2023-05-05T19:03:16.348Z] #50 5.181 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2023-05-05T19:03:16.348Z] #50 5.183 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2023-05-05T19:03:16.348Z] #50 5.185 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2023-05-05T19:03:16.348Z] #50 5.194 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB] [2023-05-05T19:03:16.348Z] #50 5.196 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2023-05-05T19:03:16.348Z] #50 5.197 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2023-05-05T19:03:16.348Z] #50 5.198 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2023-05-05T19:03:16.348Z] #50 5.200 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2023-05-05T19:03:16.348Z] #50 5.201 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2023-05-05T19:03:16.348Z] #50 5.202 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2023-05-05T19:03:16.348Z] #50 5.205 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2023-05-05T19:03:16.348Z] #50 5.207 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2023-05-05T19:03:16.348Z] #50 5.208 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2023-05-05T19:03:16.348Z] #50 5.213 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2023-05-05T19:03:16.348Z] #50 5.214 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2023-05-05T19:03:16.348Z] #50 5.216 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2023-05-05T19:03:16.348Z] #50 5.281 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2023-05-05T19:03:16.348Z] #50 5.281 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2023-05-05T19:03:16.348Z] #50 5.283 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2023-05-05T19:03:16.348Z] #50 5.283 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2023-05-05T19:03:16.348Z] #50 5.284 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2023-05-05T19:03:16.348Z] #50 5.286 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2023-05-05T19:03:16.348Z] #50 5.287 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-05-05T19:03:16.348Z] #50 5.299 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-05-05T19:03:16.348Z] #50 5.300 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2023-05-05T19:03:16.348Z] #50 5.307 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:03:16.348Z] #50 5.309 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2023-05-05T19:03:16.348Z] #50 5.311 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-05-05T19:03:16.348Z] #50 5.313 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-05-05T19:03:16.348Z] #50 5.315 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB] [2023-05-05T19:03:16.348Z] #50 5.322 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2023-05-05T19:03:16.348Z] #50 5.331 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2023-05-05T19:03:16.348Z] #50 5.332 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-05-05T19:03:16.348Z] #50 5.374 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2023-05-05T19:03:16.348Z] #50 5.382 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2023-05-05T19:03:16.348Z] #50 5.387 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2023-05-05T19:03:16.348Z] #50 5.558 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:03:16.348Z] #50 5.610 Fetched 26.4 MB in 1s (51.7 MB/s) [2023-05-05T19:03:16.348Z] #50 5.660 Selecting previously unselected package pigz. [2023-05-05T19:03:16.348Z] #50 5.660 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2023-05-05T19:03:16.348Z] #50 5.678 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 5.686 Unpacking pigz (2.6-1) ... [2023-05-05T19:03:16.348Z] #50 5.782 Selecting previously unselected package libelf1:arm64. [2023-05-05T19:03:16.348Z] #50 5.786 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 5.809 Unpacking libelf1:arm64 (0.183-1) ... [2023-05-05T19:03:16.348Z] #50 5.915 Selecting previously unselected package libbpf0:arm64. [2023-05-05T19:03:16.348Z] #50 5.918 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 5.922 Unpacking libbpf0:arm64 (1:0.3-2) ... [2023-05-05T19:03:16.348Z] #50 6.019 Selecting previously unselected package libcap2:arm64. [2023-05-05T19:03:16.348Z] #50 6.022 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 6.032 Unpacking libcap2:arm64 (1:2.44-1) ... [2023-05-05T19:03:16.348Z] #50 6.109 Selecting previously unselected package libmnl0:arm64. [2023-05-05T19:03:16.348Z] #50 6.114 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 6.120 Unpacking libmnl0:arm64 (1.0.4-3) ... [2023-05-05T19:03:16.348Z] #50 6.180 Selecting previously unselected package libxtables12:arm64. [2023-05-05T19:03:16.348Z] #50 6.183 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 6.192 Unpacking libxtables12:arm64 (1.8.7-1) ... [2023-05-05T19:03:16.348Z] #50 6.238 Selecting previously unselected package libcap2-bin. [2023-05-05T19:03:16.348Z] #50 6.241 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 6.245 Unpacking libcap2-bin (1:2.44-1) ... [2023-05-05T19:03:16.348Z] #50 6.345 Selecting previously unselected package iproute2. [2023-05-05T19:03:16.348Z] #50 6.349 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 6.355 Unpacking iproute2 (5.10.0-4) ... [2023-05-05T19:03:16.348Z] #50 6.510 Selecting previously unselected package xxd. [2023-05-05T19:03:16.348Z] #50 6.511 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-05-05T19:03:16.348Z] #50 6.517 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:16.348Z] #50 6.638 Selecting previously unselected package vim-common. [2023-05-05T19:03:16.465Z] #37 21.81 AR soccr/libsoccr.a [2023-05-05T19:03:16.465Z] #37 21.86 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:03:16.465Z] #37 22.03 DEP criu/arch/x86/sigframe.d [2023-05-05T19:03:16.465Z] #37 22.07 DEP criu/arch/x86/sigaction_compat.d [2023-05-05T19:03:16.606Z] #52 8.365 Collecting pathspec>=0.5.3 [2023-05-05T19:03:16.606Z] #52 8.372 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-05-05T19:03:16.610Z] #50 6.641 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:03:16.610Z] #50 6.666 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:16.610Z] #50 ... [2023-05-05T19:03:16.610Z] [2023-05-05T19:03:16.610Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:16.610Z] #38 47.81 CC criu/sigframe.o [2023-05-05T19:03:16.610Z] #38 47.88 CC criu/signalfd.o [2023-05-05T19:03:16.723Z] #37 22.13 DEP criu/arch/x86/kerndat.d [2023-05-05T19:03:16.723Z] #37 22.19 DEP criu/arch/x86/crtools.d [2023-05-05T19:03:16.723Z] #37 22.23 DEP criu/arch/x86/cpu.d [2023-05-05T19:03:16.723Z] #37 22.29 CC criu/arch/x86/cpu.o [2023-05-05T19:03:16.872Z] #52 8.525 Collecting pyyaml [2023-05-05T19:03:16.872Z] #52 8.531 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-05-05T19:03:16.872Z] #52 8.554 Building wheels for collected packages: yamllint [2023-05-05T19:03:16.872Z] #52 8.554 Building wheel for yamllint (setup.py): started [2023-05-05T19:03:16.879Z] #38 48.02 CC criu/sk-inet.o [2023-05-05T19:03:16.980Z] #37 22.48 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:16.980Z] #37 22.48 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:16.980Z] #37 22.48 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:16.980Z] #37 22.48 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:16.980Z] #37 22.48 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:16.980Z] #37 22.50 CC criu/arch/x86/crtools.o [2023-05-05T19:03:17.117Z] #39 8.960 CC images/stats.o [2023-05-05T19:03:17.140Z] #52 8.908 Building wheel for yamllint (setup.py): finished with status 'done' [2023-05-05T19:03:17.140Z] #52 8.909 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=6897b1489eb774085db823819058c0f9ce68874cdebb8d4ae22658a8944547be [2023-05-05T19:03:17.140Z] #52 8.909 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-05-05T19:03:17.140Z] #52 8.912 Successfully built yamllint [2023-05-05T19:03:17.140Z] #52 8.918 Installing collected packages: pyyaml, pathspec, yamllint [2023-05-05T19:03:17.237Z] #37 22.86 CC criu/arch/x86/kerndat.o [2023-05-05T19:03:17.377Z] #39 9.126 CC images/core.o [2023-05-05T19:03:17.452Z] #38 48.46 CC criu/sk-netlink.o [2023-05-05T19:03:17.452Z] #38 48.61 CC criu/sk-packet.o [2023-05-05T19:03:17.638Z] #39 9.366 CC images/core-x86.o [2023-05-05T19:03:17.638Z] #39 9.530 CC images/core-arm.o [2023-05-05T19:03:17.638Z] #39 9.621 CC images/core-aarch64.o [2023-05-05T19:03:17.712Z] #52 9.473 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-05-05T19:03:17.714Z] #38 48.86 CC criu/sk-queue.o [2023-05-05T19:03:17.802Z] #37 23.02 CC criu/arch/x86/sigaction_compat.o [2023-05-05T19:03:17.802Z] #37 23.13 CC criu/arch/x86/sigframe.o [2023-05-05T19:03:17.802Z] #37 23.25 LINK criu/arch/x86/crtools.built-in.o [2023-05-05T19:03:17.802Z] #37 23.26 DEP criu/pie/util-vdso-elf32.d [2023-05-05T19:03:17.802Z] #37 23.32 DEP criu/pie/util-vdso.d [2023-05-05T19:03:17.802Z] #37 23.37 DEP criu/pie/util.d [2023-05-05T19:03:17.898Z] #39 9.754 CC images/core-ppc64.o [2023-05-05T19:03:17.976Z] #38 49.05 CC criu/sk-tcp.o [2023-05-05T19:03:17.976Z] #38 49.25 CC criu/sk-unix.o [2023-05-05T19:03:18.059Z] #37 23.45 CC criu/pie/util.o [2023-05-05T19:03:18.059Z] #37 23.53 CC criu/pie/util-vdso.o [2023-05-05T19:03:18.158Z] #39 9.985 CC images/core-s390.o [2023-05-05T19:03:18.158Z] #39 10.14 CC images/cpuinfo.o [2023-05-05T19:03:18.316Z] #37 23.77 CC criu/pie/util-vdso-elf32.o [2023-05-05T19:03:18.418Z] #39 10.30 CC images/inventory.o [2023-05-05T19:03:18.418Z] #39 10.39 CC images/fdinfo.o [2023-05-05T19:03:18.428Z] Running on azwin-2-bdde60 in d:\jenkins\workspace\moby_PR-45406 [Pipeline] { [Pipeline] ws [2023-05-05T19:03:18.441Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2023-05-05T19:03:18.573Z] #37 23.97 AR criu/pie/pie.lib.a [2023-05-05T19:03:18.573Z] #37 24.04 DEP criu/pie/restorer.d [2023-05-05T19:03:18.573Z] #37 24.14 DEP criu/arch/x86/sigaction_compat_pie.d [2023-05-05T19:03:18.656Z] #52 DONE 10.1s [2023-05-05T19:03:18.656Z] [2023-05-05T19:03:18.656Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:18.656Z] #39 71.57 make[1]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.19 make[1]: 'images/built-in.o' is up to date. [2023-05-05T19:03:18.656Z] #39 72.23 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-05-05T19:03:18.656Z] #39 72.28 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-05-05T19:03:18.656Z] #39 72.30 make[1]: 'compel/libcompel.a' is up to date. [2023-05-05T19:03:18.656Z] #39 72.35 make[1]: 'compel/compel-host-bin' is up to date. [2023-05-05T19:03:18.656Z] #39 72.38 make[1]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.41 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:03:18.656Z] #39 72.57 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.58 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.61 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.66 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.71 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.73 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.75 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.81 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:18.656Z] #39 72.82 INSTALL criu/criu [2023-05-05T19:03:18.656Z] #39 DONE 74.1s [2023-05-05T19:03:18.656Z] [2023-05-05T19:03:18.656Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-05-05T19:03:18.679Z] #39 10.47 CC images/fown.o [2023-05-05T19:03:18.679Z] #39 10.52 CC images/ns.o [2023-05-05T19:03:18.679Z] #39 10.57 CC images/regfile.o [2023-05-05T19:03:18.679Z] #39 10.64 CC images/ghost-file.o [2023-05-05T19:03:18.830Z] #37 24.20 DEP criu/arch/x86/restorer_unmap.d [2023-05-05T19:03:18.830Z] #37 24.21 DEP criu/arch/x86/restorer.d [2023-05-05T19:03:18.830Z] #37 24.27 DEP criu/arch/x86/vdso-pie.d [2023-05-05T19:03:18.830Z] #37 24.32 DEP criu/pie/parasite-vdso.d [2023-05-05T19:03:18.830Z] #37 24.37 DEP criu/pie/parasite.d [2023-05-05T19:03:18.920Z] #38 50.03 CC criu/sockets.o [2023-05-05T19:03:18.939Z] #39 10.72 CC images/fifo.o [2023-05-05T19:03:18.939Z] #39 10.77 CC images/remap-file-path.o [2023-05-05T19:03:18.939Z] #39 10.83 CC images/eventfd.o [2023-05-05T19:03:18.939Z] #39 10.91 CC images/eventpoll.o [2023-05-05T19:03:19.087Z] #37 ... [2023-05-05T19:03:19.087Z] [2023-05-05T19:03:19.087Z] #27 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:19.087Z] #27 42.95 Selecting previously unselected package libpcre2-32-0:amd64. [2023-05-05T19:03:19.087Z] #27 42.95 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:19.087Z] #27 42.96 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 43.06 Selecting previously unselected package libpcre2-posix2:amd64. [2023-05-05T19:03:19.087Z] #27 43.07 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:19.087Z] #27 43.08 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 43.14 Selecting previously unselected package libpcre2-dev:amd64. [2023-05-05T19:03:19.087Z] #27 43.14 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:19.087Z] #27 43.15 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 43.33 Selecting previously unselected package libselinux1-dev:amd64. [2023-05-05T19:03:19.087Z] #27 43.33 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-05-05T19:03:19.087Z] #27 43.36 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:03:19.087Z] #27 43.59 Selecting previously unselected package libdevmapper-dev:amd64. [2023-05-05T19:03:19.087Z] #27 43.59 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:19.087Z] #27 43.61 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:19.087Z] #27 43.67 Selecting previously unselected package libseccomp-dev:amd64. [2023-05-05T19:03:19.087Z] #27 43.68 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-05-05T19:03:19.087Z] #27 43.68 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 43.78 Selecting previously unselected package libsystemd-dev:amd64. [2023-05-05T19:03:19.087Z] #27 43.78 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:03:19.087Z] #27 43.79 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:19.087Z] #27 44.14 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 44.17 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:03:19.087Z] #27 44.18 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:19.087Z] #27 44.21 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:03:19.087Z] #27 44.22 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.24 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 44.26 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:03:19.087Z] #27 44.28 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 44.33 Setting up libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:19.087Z] #27 44.36 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 44.40 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:19.087Z] #27 44.42 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:03:19.087Z] #27 44.49 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.51 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:03:19.087Z] #27 44.52 Setting up mingw-w64-common (8.0.0-1) ... [2023-05-05T19:03:19.087Z] #27 44.55 Setting up libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:19.087Z] #27 44.57 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:03:19.087Z] #27 44.61 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:19.087Z] #27 44.64 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:03:19.087Z] #27 44.65 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.66 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.71 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:03:19.087Z] #27 44.72 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.78 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:03:19.087Z] #27 44.78 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:03:19.087Z] #27 44.79 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.80 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-05-05T19:03:19.087Z] #27 44.81 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.84 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:03:19.087Z] #27 44.86 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:19.087Z] #27 44.87 Setting up dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:03:19.087Z] #27 44.89 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:19.087Z] #27 44.90 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:19.087Z] #27 44.92 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:19.087Z] #27 DONE 49.0s [2023-05-05T19:03:19.087Z] [2023-05-05T19:03:19.087Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:19.087Z] #37 24.47 CC criu/pie/parasite.o [2023-05-05T19:03:19.087Z] #37 ... [2023-05-05T19:03:19.087Z] [2023-05-05T19:03:19.087Z] #42 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:19.181Z] #38 50.36 CC criu/stats.o [2023-05-05T19:03:19.181Z] #38 50.49 CC criu/string.o [2023-05-05T19:03:19.181Z] #38 50.53 CC criu/sysctl.o [2023-05-05T19:03:19.198Z] #39 11.01 CC images/fh.o [2023-05-05T19:03:19.198Z] #39 11.11 CC images/fsnotify.o [2023-05-05T19:03:19.234Z] #53 DONE 0.6s [2023-05-05T19:03:19.234Z] [2023-05-05T19:03:19.234Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-05-05T19:03:19.442Z] #38 50.78 CC criu/sysfs_parse.o [2023-05-05T19:03:19.460Z] #39 11.35 CC images/signalfd.o [2023-05-05T19:03:19.493Z] #54 DONE 0.5s [2023-05-05T19:03:19.493Z] [2023-05-05T19:03:19.493Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-05-05T19:03:19.539Z] #26 ... [2023-05-05T19:03:19.539Z] [2023-05-05T19:03:19.539Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:19.539Z] #39 9.607 CC images/stats.o [2023-05-05T19:03:19.539Z] #39 9.749 CC images/core.o [2023-05-05T19:03:19.539Z] #39 9.964 CC images/core-x86.o [2023-05-05T19:03:19.539Z] #39 10.15 CC images/core-arm.o [2023-05-05T19:03:19.539Z] #39 10.28 CC images/core-aarch64.o [2023-05-05T19:03:19.539Z] #39 10.42 CC images/core-ppc64.o [2023-05-05T19:03:19.539Z] #39 10.62 CC images/core-s390.o [2023-05-05T19:03:19.539Z] #39 10.84 CC images/cpuinfo.o [2023-05-05T19:03:19.539Z] #39 11.00 CC images/inventory.o [2023-05-05T19:03:19.539Z] #39 11.10 CC images/fdinfo.o [2023-05-05T19:03:19.539Z] #39 11.22 CC images/fown.o [2023-05-05T19:03:19.539Z] #39 11.41 CC images/ns.o [2023-05-05T19:03:19.539Z] #39 11.49 CC images/regfile.o [2023-05-05T19:03:19.539Z] #39 11.59 CC images/ghost-file.o [2023-05-05T19:03:19.539Z] #39 11.70 CC images/fifo.o [2023-05-05T19:03:19.539Z] #39 11.76 CC images/remap-file-path.o [2023-05-05T19:03:19.539Z] #39 11.86 CC images/eventfd.o [2023-05-05T19:03:19.539Z] #39 11.93 CC images/eventpoll.o [2023-05-05T19:03:19.539Z] #39 12.05 CC images/fh.o [2023-05-05T19:03:19.539Z] #39 12.21 CC images/fsnotify.o [2023-05-05T19:03:19.539Z] #39 12.45 CC images/signalfd.o [2023-05-05T19:03:19.539Z] #39 12.54 CC images/fs.o [2023-05-05T19:03:19.539Z] #39 12.60 CC images/pstree.o [2023-05-05T19:03:19.539Z] #39 12.66 CC images/pipe.o [2023-05-05T19:03:19.539Z] #39 12.74 CC images/tcp-stream.o [2023-05-05T19:03:19.539Z] #39 12.85 CC images/sk-packet.o [2023-05-05T19:03:19.539Z] #39 12.93 CC images/mnt.o [2023-05-05T19:03:19.539Z] #39 13.09 CC images/pipe-data.o [2023-05-05T19:03:19.539Z] #39 13.14 CC images/sa.o [2023-05-05T19:03:19.539Z] #39 13.20 CC images/timer.o [2023-05-05T19:03:19.539Z] #39 13.37 CC images/timerfd.o [2023-05-05T19:03:19.539Z] #39 13.44 CC images/mm.o [2023-05-05T19:03:19.539Z] #39 13.61 CC images/sk-opts.o [2023-05-05T19:03:19.539Z] #39 13.70 CC images/sk-unix.o [2023-05-05T19:03:19.539Z] #39 13.81 CC images/sk-inet.o [2023-05-05T19:03:19.539Z] #39 13.97 CC images/tun.o [2023-05-05T19:03:19.539Z] #39 14.07 CC images/sk-netlink.o [2023-05-05T19:03:19.721Z] #39 11.46 CC images/fs.o [2023-05-05T19:03:19.721Z] #39 11.55 CC images/pstree.o [2023-05-05T19:03:19.721Z] #39 11.65 CC images/pipe.o [2023-05-05T19:03:19.753Z] #55 DONE 0.4s [2023-05-05T19:03:19.753Z] [2023-05-05T19:03:19.753Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:19.798Z] #39 14.28 CC images/packet-sock.o [2023-05-05T19:03:19.982Z] #39 11.74 CC images/tcp-stream.o [2023-05-05T19:03:19.982Z] #39 11.82 CC images/sk-packet.o [2023-05-05T19:03:19.982Z] #39 11.92 CC images/mnt.o [2023-05-05T19:03:20.014Z] #37 ... [2023-05-05T19:03:20.014Z] [2023-05-05T19:03:20.014Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-05-05T19:03:20.014Z] #56 DONE 0.1s [2023-05-05T19:03:20.014Z] [2023-05-05T19:03:20.014Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-05-05T19:03:20.014Z] #57 DONE 0.1s [2023-05-05T19:03:20.014Z] [2023-05-05T19:03:20.014Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-05-05T19:03:20.015Z] #38 50.94 CC criu/timens.o [2023-05-05T19:03:20.015Z] #38 51.06 CC criu/timerfd.o [2023-05-05T19:03:20.015Z] #38 51.19 CC criu/tty.o [2023-05-05T19:03:20.038Z] The recommended git tool is: git [2023-05-05T19:03:20.108Z] #39 14.54 CC images/ipc-var.o [2023-05-05T19:03:20.108Z] #39 14.61 CC images/ipc-desc.o [2023-05-05T19:03:20.242Z] #39 12.00 CC images/pipe-data.o [2023-05-05T19:03:20.242Z] #39 12.09 CC images/sa.o [2023-05-05T19:03:20.242Z] #39 12.18 CC images/timer.o [2023-05-05T19:03:20.366Z] #39 14.72 CC images/ipc-shm.o [2023-05-05T19:03:20.366Z] #39 14.87 CC images/ipc-msg.o [2023-05-05T19:03:20.366Z] #39 14.97 CC images/ipc-sem.o [2023-05-05T19:03:20.460Z] #42 1.196 + RM_GOPATH=0 [2023-05-05T19:03:20.460Z] #42 1.196 + TMP_GOPATH= [2023-05-05T19:03:20.460Z] #42 1.197 + : /build [2023-05-05T19:03:20.460Z] #42 1.197 + '[' -z '' ']' [2023-05-05T19:03:20.460Z] #42 1.197 ++ mktemp -d [2023-05-05T19:03:20.460Z] #42 1.202 + export GOPATH=/tmp/tmp.VuZMwvwcJe [2023-05-05T19:03:20.460Z] #42 1.202 + GOPATH=/tmp/tmp.VuZMwvwcJe [2023-05-05T19:03:20.460Z] #42 1.202 + RM_GOPATH=1 [2023-05-05T19:03:20.460Z] #42 1.202 + case "$(go env GOARCH)" in [2023-05-05T19:03:20.460Z] #42 1.202 ++ go env GOARCH [2023-05-05T19:03:20.460Z] #42 1.212 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:20.460Z] #42 1.212 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:20.460Z] #42 1.213 Install runc version v1.1.7 (build tags: seccomp) [2023-05-05T19:03:20.460Z] #42 1.213 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:20.460Z] #42 1.213 + dir=/tmp/install [2023-05-05T19:03:20.460Z] #42 1.213 + bin=runc [2023-05-05T19:03:20.460Z] #42 1.213 + shift [2023-05-05T19:03:20.460Z] #42 1.213 + '[' '!' -f /tmp/install/runc.installer ']' [2023-05-05T19:03:20.460Z] #42 1.213 + . /tmp/install/runc.installer [2023-05-05T19:03:20.460Z] #42 1.213 ++ set -e [2023-05-05T19:03:20.460Z] #42 1.213 ++ : v1.1.7 [2023-05-05T19:03:20.460Z] #42 1.213 + install_runc [2023-05-05T19:03:20.460Z] #42 1.213 + RUNC_BUILDTAGS=seccomp [2023-05-05T19:03:20.460Z] #42 1.213 + echo 'Install runc version v1.1.7 (build tags: seccomp)' [2023-05-05T19:03:20.460Z] #42 1.213 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.VuZMwvwcJe/src/github.com/opencontainers/runc [2023-05-05T19:03:20.460Z] #42 1.217 Cloning into '/tmp/tmp.VuZMwvwcJe/src/github.com/opencontainers/runc'... [2023-05-05T19:03:20.503Z] #39 12.26 CC images/timerfd.o [2023-05-05T19:03:20.503Z] #39 12.37 CC images/mm.o [2023-05-05T19:03:20.597Z] #58 DONE 0.5s [2023-05-05T19:03:20.597Z] [2023-05-05T19:03:20.597Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-05-05T19:03:20.597Z] #59 DONE 0.1s [2023-05-05T19:03:20.597Z] [2023-05-05T19:03:20.597Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:20.597Z] #37 ... [2023-05-05T19:03:20.597Z] [2023-05-05T19:03:20.597Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-05-05T19:03:20.597Z] #60 DONE 0.1s [2023-05-05T19:03:20.597Z] [2023-05-05T19:03:20.597Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-05-05T19:03:20.597Z] #61 DONE 0.1s [2023-05-05T19:03:20.631Z] #39 15.06 CC images/utsns.o [2023-05-05T19:03:20.631Z] #39 15.19 CC images/creds.o [2023-05-05T19:03:20.764Z] #39 12.51 CC images/sk-opts.o [2023-05-05T19:03:20.764Z] #39 12.59 CC images/sk-unix.o [2023-05-05T19:03:20.764Z] #39 12.69 CC images/sk-inet.o [2023-05-05T19:03:20.859Z] [2023-05-05T19:03:20.859Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-05-05T19:03:20.888Z] #39 15.28 CC images/vma.o [2023-05-05T19:03:20.888Z] #39 15.41 CC images/netdev.o [2023-05-05T19:03:20.888Z] #39 15.54 CC images/tty.o [2023-05-05T19:03:20.983Z] #38 52.14 CC criu/tun.o [2023-05-05T19:03:21.024Z] #39 12.79 CC images/tun.o [2023-05-05T19:03:21.024Z] #39 12.87 CC images/sk-netlink.o [2023-05-05T19:03:21.144Z] #39 15.73 CC images/file-lock.o [2023-05-05T19:03:21.244Z] #38 52.41 CC criu/uffd.o [2023-05-05T19:03:21.285Z] #39 12.94 CC images/packet-sock.o [2023-05-05T19:03:21.285Z] #39 13.05 CC images/ipc-var.o [2023-05-05T19:03:21.285Z] #39 13.11 CC images/ipc-desc.o [2023-05-05T19:03:21.285Z] #39 ... [2023-05-05T19:03:21.285Z] [2023-05-05T19:03:21.285Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:03:21.285Z] #38 2.724 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-05-05T19:03:21.285Z] #38 3.087 [2023-05-05T19:03:21.285Z] #38 3.338 #=#=# ######################################################################## 100.0% [2023-05-05T19:03:21.285Z] #38 3.673 [2023-05-05T19:03:21.285Z] #38 4.953 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-05-05T19:03:21.285Z] #38 5.391 [2023-05-05T19:03:21.286Z] #38 5.627 #=#=# ######################################################################## 100.0% [2023-05-05T19:03:21.286Z] #38 5.910 [2023-05-05T19:03:21.286Z] #38 6.991 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-05-05T19:03:21.286Z] #38 7.353 [2023-05-05T19:03:21.286Z] #38 7.604 #=#=# #### 6.5% ######################################### 57.2% ################################################################ 89.1% ######################################################################## 100.0% [2023-05-05T19:03:21.286Z] #38 8.239 [2023-05-05T19:03:21.286Z] #38 9.312 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-05-05T19:03:21.286Z] #38 9.763 [2023-05-05T19:03:21.286Z] #38 10.00 #=#=# ######################################################################## 100.0% [2023-05-05T19:03:21.286Z] #38 10.42 [2023-05-05T19:03:21.286Z] #38 11.39 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-05-05T19:03:21.286Z] #38 11.92 [2023-05-05T19:03:21.286Z] #38 12.18 #=#=# ######################################################################## 100.0% [2023-05-05T19:03:21.286Z] #38 12.46 [2023-05-05T19:03:21.286Z] #38 12.54 Download of images into '/build' complete. [2023-05-05T19:03:21.286Z] #38 12.54 Use something like the following to load the result into a Docker daemon: [2023-05-05T19:03:21.286Z] #38 12.54 tar -cC '/build' . | docker load [2023-05-05T19:03:21.400Z] #39 16.00 CC images/rlimit.o [2023-05-05T19:03:21.400Z] #39 16.12 CC images/pagemap.o [2023-05-05T19:03:21.545Z] #38 ... [2023-05-05T19:03:21.546Z] [2023-05-05T19:03:21.546Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:21.546Z] #39 13.20 CC images/ipc-shm.o [2023-05-05T19:03:21.546Z] #39 13.26 CC images/ipc-msg.o [2023-05-05T19:03:21.546Z] #39 13.34 CC images/ipc-sem.o [2023-05-05T19:03:21.546Z] #39 13.45 CC images/utsns.o [2023-05-05T19:03:21.670Z] #39 16.20 CC images/siginfo.o [2023-05-05T19:03:21.806Z] #39 13.53 CC images/creds.o [2023-05-05T19:03:21.806Z] #39 13.66 CC images/vma.o [2023-05-05T19:03:21.806Z] #39 13.73 CC images/netdev.o [2023-05-05T19:03:21.816Z] #38 53.00 CC criu/util.o [2023-05-05T19:03:21.831Z] #42 ... [2023-05-05T19:03:21.831Z] [2023-05-05T19:03:21.831Z] #43 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-05-05T19:03:21.831Z] #43 DONE 2.6s [2023-05-05T19:03:21.831Z] [2023-05-05T19:03:21.831Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:21.831Z] #37 24.85 LINK criu/pie/parasite.built-in.o [2023-05-05T19:03:21.831Z] #37 24.86 GEN criu/pie/parasite-blob.h [2023-05-05T19:03:21.831Z] #37 24.88 CC criu/pie/parasite-vdso.o [2023-05-05T19:03:21.831Z] #37 25.11 CC criu/arch/x86/vdso-pie.o [2023-05-05T19:03:21.831Z] #37 25.22 CC criu/arch/x86/restorer.o [2023-05-05T19:03:21.831Z] #37 25.41 CC criu/arch/x86/restorer_unmap.o [2023-05-05T19:03:21.831Z] #37 25.42 CC criu/arch/x86/sigaction_compat_pie.o [2023-05-05T19:03:21.831Z] #37 25.51 CC criu/pie/restorer.o [2023-05-05T19:03:21.831Z] #37 26.35 LINK criu/pie/restorer.built-in.o [2023-05-05T19:03:21.831Z] #37 26.35 GEN criu/pie/restorer-blob.h [2023-05-05T19:03:21.831Z] #37 26.39 DEP criu/vdso.d [2023-05-05T19:03:21.831Z] #37 26.46 DEP criu/vdso-compat.d [2023-05-05T19:03:21.831Z] #37 26.50 DEP criu/uts_ns.d [2023-05-05T19:03:21.831Z] #37 26.56 DEP criu/util.d [2023-05-05T19:03:21.831Z] #37 26.63 DEP criu/uffd.d [2023-05-05T19:03:21.831Z] #37 26.68 DEP criu/tun.d [2023-05-05T19:03:21.831Z] #37 26.76 DEP criu/tty.d [2023-05-05T19:03:21.831Z] #37 26.85 DEP criu/timerfd.d [2023-05-05T19:03:21.831Z] #37 26.92 DEP criu/timens.d [2023-05-05T19:03:21.831Z] #37 27.00 DEP criu/sysfs_parse.d [2023-05-05T19:03:21.831Z] #37 27.06 DEP criu/sysctl.d [2023-05-05T19:03:21.831Z] #37 27.16 DEP criu/string.d [2023-05-05T19:03:21.831Z] #37 27.16 DEP criu/stats.d [2023-05-05T19:03:21.831Z] #37 27.21 DEP criu/sockets.d [2023-05-05T19:03:21.831Z] #37 27.27 DEP criu/sk-unix.d [2023-05-05T19:03:21.831Z] #37 27.33 DEP criu/sk-tcp.d [2023-05-05T19:03:21.831Z] #37 27.40 DEP criu/sk-queue.d [2023-05-05T19:03:21.977Z] #39 16.33 CC images/rpc.o [2023-05-05T19:03:22.067Z] #39 13.86 CC images/tty.o [2023-05-05T19:03:22.088Z] #37 27.48 DEP criu/sk-packet.d [2023-05-05T19:03:22.088Z] #37 27.53 DEP criu/sk-netlink.d [2023-05-05T19:03:22.088Z] #37 27.58 DEP criu/sk-inet.d [2023-05-05T19:03:22.088Z] #37 27.65 DEP criu/signalfd.d [2023-05-05T19:03:22.227Z] #62 DONE 1.5s [2023-05-05T19:03:22.228Z] [2023-05-05T19:03:22.228Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-05-05T19:03:22.228Z] #63 DONE 0.1s [2023-05-05T19:03:22.228Z] [2023-05-05T19:03:22.228Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-05-05T19:03:22.234Z] #39 16.88 CC images/ext-file.o [2023-05-05T19:03:22.327Z] #39 14.01 CC images/file-lock.o [2023-05-05T19:03:22.327Z] #39 14.06 CC images/rlimit.o [2023-05-05T19:03:22.327Z] #39 14.12 CC images/pagemap.o [2023-05-05T19:03:22.327Z] #39 14.25 CC images/siginfo.o [2023-05-05T19:03:22.345Z] #37 27.71 DEP criu/sigframe.d [2023-05-05T19:03:22.345Z] #37 27.77 DEP criu/shmem.d [2023-05-05T19:03:22.345Z] #37 27.84 DEP criu/servicefd.d [2023-05-05T19:03:22.345Z] #37 27.91 DEP criu/seize.d [2023-05-05T19:03:22.386Z] #38 53.64 CC criu/uts_ns.o [2023-05-05T19:03:22.386Z] #38 ... [2023-05-05T19:03:22.386Z] [2023-05-05T19:03:22.386Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:22.386Z] #50 6.785 Selecting previously unselected package bash-completion. [2023-05-05T19:03:22.386Z] #50 6.789 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-05-05T19:03:22.386Z] #50 8.236 Unpacking bash-completion (1:2.11-2) ... [2023-05-05T19:03:22.386Z] #50 8.416 Selecting previously unselected package bzip2. [2023-05-05T19:03:22.386Z] #50 8.420 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 8.424 Unpacking bzip2 (1.0.8-4) ... [2023-05-05T19:03:22.386Z] #50 8.477 Selecting previously unselected package xz-utils. [2023-05-05T19:03:22.386Z] #50 8.480 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 8.489 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:03:22.386Z] #50 8.562 Selecting previously unselected package apparmor. [2023-05-05T19:03:22.386Z] #50 8.565 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 8.607 Unpacking apparmor (2.13.6-10) ... [2023-05-05T19:03:22.386Z] #50 8.738 Selecting previously unselected package inetutils-ping. [2023-05-05T19:03:22.386Z] #50 8.742 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 8.748 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:03:22.386Z] #50 8.819 Selecting previously unselected package libip4tc2:arm64. [2023-05-05T19:03:22.386Z] #50 8.823 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 8.833 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2023-05-05T19:03:22.386Z] #50 8.905 Selecting previously unselected package libip6tc2:arm64. [2023-05-05T19:03:22.386Z] #50 8.908 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 8.912 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2023-05-05T19:03:22.386Z] #50 8.969 Selecting previously unselected package libnfnetlink0:arm64. [2023-05-05T19:03:22.386Z] #50 8.972 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 8.983 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2023-05-05T19:03:22.386Z] #50 9.033 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2023-05-05T19:03:22.386Z] #50 9.036 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.045 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2023-05-05T19:03:22.386Z] #50 9.091 Selecting previously unselected package libnftnl11:arm64. [2023-05-05T19:03:22.386Z] #50 9.094 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.098 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2023-05-05T19:03:22.386Z] #50 9.156 Selecting previously unselected package iptables. [2023-05-05T19:03:22.386Z] #50 9.160 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.165 Unpacking iptables (1.8.7-1) ... [2023-05-05T19:03:22.386Z] #50 9.320 Selecting previously unselected package libonig5:arm64. [2023-05-05T19:03:22.386Z] #50 9.323 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.328 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2023-05-05T19:03:22.386Z] #50 9.429 Selecting previously unselected package libjq1:arm64. [2023-05-05T19:03:22.386Z] #50 9.433 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.438 Unpacking libjq1:arm64 (1.6-2.1) ... [2023-05-05T19:03:22.386Z] #50 9.493 Selecting previously unselected package jq. [2023-05-05T19:03:22.386Z] #50 9.497 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.502 Unpacking jq (1.6-2.1) ... [2023-05-05T19:03:22.386Z] #50 9.569 Selecting previously unselected package libaio1:arm64. [2023-05-05T19:03:22.386Z] #50 9.572 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.578 Unpacking libaio1:arm64 (0.3.112-9) ... [2023-05-05T19:03:22.386Z] #50 9.641 Selecting previously unselected package libgpm2:arm64. [2023-05-05T19:03:22.386Z] #50 9.644 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.653 Unpacking libgpm2:arm64 (1.20.7-8) ... [2023-05-05T19:03:22.386Z] #50 9.727 Selecting previously unselected package libicu67:arm64. [2023-05-05T19:03:22.386Z] #50 9.730 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 9.739 Unpacking libicu67:arm64 (67.1-7) ... [2023-05-05T19:03:22.386Z] #50 10.57 Selecting previously unselected package libinih1:arm64. [2023-05-05T19:03:22.386Z] #50 10.58 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 10.58 Unpacking libinih1:arm64 (53-1+b2) ... [2023-05-05T19:03:22.386Z] #50 10.64 Selecting previously unselected package libnet1:arm64. [2023-05-05T19:03:22.386Z] #50 10.64 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 10.65 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:22.386Z] #50 10.83 Selecting previously unselected package libnl-3-200:arm64. [2023-05-05T19:03:22.386Z] #50 10.84 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 10.84 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-05-05T19:03:22.386Z] #50 11.03 Selecting previously unselected package libprotobuf-c1:arm64. [2023-05-05T19:03:22.386Z] #50 11.04 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 11.11 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-05-05T19:03:22.386Z] #50 11.20 Selecting previously unselected package net-tools. [2023-05-05T19:03:22.386Z] #50 11.20 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 11.29 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:03:22.386Z] #50 11.43 Selecting previously unselected package patch. [2023-05-05T19:03:22.386Z] #50 11.43 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2023-05-05T19:03:22.386Z] #50 11.46 Unpacking patch (2.7.6-7) ... [2023-05-05T19:03:22.386Z] #50 11.62 Selecting previously unselected package python-pip-whl. [2023-05-05T19:03:22.386Z] #50 11.62 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:03:22.386Z] #50 11.67 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:03:22.386Z] #50 12.07 Selecting previously unselected package python3-lib2to3. [2023-05-05T19:03:22.386Z] #50 12.08 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-05-05T19:03:22.386Z] #50 12.11 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:03:22.386Z] #50 12.30 Selecting previously unselected package python3-distutils. [2023-05-05T19:03:22.386Z] #50 12.31 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-05-05T19:03:22.386Z] #50 12.37 Unpacking python3-distutils (3.9.2-1) ... [2023-05-05T19:03:22.491Z] #39 17.03 CC images/cgroup.o [2023-05-05T19:03:22.594Z] #39 14.41 CC images/rpc.o [2023-05-05T19:03:22.602Z] #37 27.98 DEP criu/seccomp.d [2023-05-05T19:03:22.602Z] #37 28.06 DEP criu/rst-malloc.d [2023-05-05T19:03:22.602Z] #37 28.10 DEP criu/rbtree.d [2023-05-05T19:03:22.602Z] #37 28.12 DEP criu/pstree.d [2023-05-05T19:03:22.602Z] #37 28.19 DEP criu/protobuf.d [2023-05-05T19:03:22.702Z] #50 12.76 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:03:22.702Z] #50 12.76 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:03:22.702Z] #50 12.78 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:22.747Z] #39 17.22 CC images/userns.o [2023-05-05T19:03:22.747Z] #39 17.33 CC images/google/protobuf/descriptor.o [2023-05-05T19:03:22.792Z] #64 DONE 0.3s [2023-05-05T19:03:22.792Z] [2023-05-05T19:03:22.792Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:22.792Z] #37 88.14 # github.com/containerd/containerd/cmd/containerd [2023-05-05T19:03:22.792Z] #37 88.14 /usr/bin/ld: /tmp/go-link-76064703/000019.o: in function `New': [2023-05-05T19:03:22.792Z] #37 88.14 /tmp/tmp.e6uW3kkwLu/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-05-05T19:03:22.792Z] #37 88.22 + bin/containerd-stress [2023-05-05T19:03:22.792Z] #37 89.09 + bin/containerd-shim [2023-05-05T19:03:22.854Z] #39 14.83 CC images/ext-file.o [2023-05-05T19:03:22.860Z] #37 28.28 GEN criu/protobuf-desc-gen.h [2023-05-05T19:03:22.963Z] #50 13.09 Selecting previously unselected package python3-setuptools. [2023-05-05T19:03:22.963Z] #50 13.09 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-05-05T19:03:22.963Z] #50 13.10 Unpacking python3-setuptools (52.0.0-4) ... [2023-05-05T19:03:23.114Z] #39 14.91 CC images/cgroup.o [2023-05-05T19:03:23.114Z] #39 15.11 CC images/userns.o [2023-05-05T19:03:23.114Z] #39 ... [2023-05-05T19:03:23.114Z] [2023-05-05T19:03:23.114Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:23.114Z] #35 16.58 + cd /tmp/tmp.npwdkBf4NM/src/github.com/containerd/containerd [2023-05-05T19:03:23.114Z] #35 16.58 + git checkout -q v1.6.20 [2023-05-05T19:03:23.114Z] #35 17.32 + export 'BUILDTAGS=netgo osusergo static_build' [2023-05-05T19:03:23.114Z] #35 17.32 + BUILDTAGS='netgo osusergo static_build' [2023-05-05T19:03:23.114Z] #35 17.32 + export EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:03:23.114Z] #35 17.32 + EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:03:23.114Z] #35 17.32 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-05-05T19:03:23.114Z] #35 17.32 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-05-05T19:03:23.114Z] #35 17.32 + '[' '' = dynamic ']' [2023-05-05T19:03:23.114Z] #35 17.32 + make [2023-05-05T19:03:23.114Z] #35 18.28 + bin/ctr [2023-05-05T19:03:23.117Z] #37 ... [2023-05-05T19:03:23.117Z] [2023-05-05T19:03:23.117Z] #44 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-05-05T19:03:23.117Z] #44 DONE 1.5s [2023-05-05T19:03:23.224Z] #50 13.26 Selecting previously unselected package python3-wheel. [2023-05-05T19:03:23.224Z] #50 13.26 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-05-05T19:03:23.224Z] #50 13.28 Unpacking python3-wheel (0.34.2-1) ... [2023-05-05T19:03:23.224Z] #50 13.39 Selecting previously unselected package python3-pip. [2023-05-05T19:03:23.224Z] #50 13.39 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:03:23.224Z] #50 13.42 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:03:23.311Z] #39 17.77 CC images/opts.o [2023-05-05T19:03:23.312Z] #39 17.86 CC images/seccomp.o [2023-05-05T19:03:23.375Z] [2023-05-05T19:03:23.375Z] #42 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:23.375Z] #42 4.119 + cd /tmp/tmp.VuZMwvwcJe/src/github.com/opencontainers/runc [2023-05-05T19:03:23.375Z] #42 4.119 + git checkout -q v1.1.7 [2023-05-05T19:03:23.375Z] #42 4.380 + '[' -z '' ']' [2023-05-05T19:03:23.375Z] #42 4.380 + target=static [2023-05-05T19:03:23.375Z] #42 4.380 + make BUILDTAGS=seccomp static [2023-05-05T19:03:23.378Z] #35 ... [2023-05-05T19:03:23.378Z] [2023-05-05T19:03:23.378Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:23.378Z] #39 15.19 CC images/google/protobuf/descriptor.o [2023-05-05T19:03:23.486Z] #50 13.57 Selecting previously unselected package sudo. [2023-05-05T19:03:23.486Z] #50 13.58 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_arm64.deb ... [2023-05-05T19:03:23.486Z] #50 13.60 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:03:23.486Z] #50 13.80 Selecting previously unselected package thin-provisioning-tools. [2023-05-05T19:03:23.616Z] #39 17.96 CC images/binfmt-misc.o [2023-05-05T19:03:23.616Z] #39 18.08 CC images/time.o [2023-05-05T19:03:23.616Z] #39 18.18 CC images/sysctl.o [2023-05-05T19:03:23.616Z] #39 18.27 CC images/autofs.o [2023-05-05T19:03:23.632Z] #42 4.544 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.7-0-g860f061b -X main.version=1.1.7 " -o runc . [2023-05-05T19:03:23.751Z] #50 ... [2023-05-05T19:03:23.751Z] [2023-05-05T19:03:23.751Z] #44 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:23.751Z] #44 24.41 + mkdir -p /build [2023-05-05T19:03:23.751Z] #44 24.42 + cp runc /build/runc [2023-05-05T19:03:23.751Z] #44 DONE 27.6s [2023-05-05T19:03:23.751Z] [2023-05-05T19:03:23.751Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:23.751Z] #50 13.80 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2023-05-05T19:03:23.751Z] #50 13.81 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:03:23.751Z] #50 13.88 Selecting previously unselected package uidmap. [2023-05-05T19:03:23.751Z] #50 13.88 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2023-05-05T19:03:23.751Z] #50 13.89 Unpacking uidmap (1:4.8.1-1) ... [2023-05-05T19:03:23.751Z] #50 13.94 Selecting previously unselected package vim-runtime. [2023-05-05T19:03:23.751Z] #50 ... [2023-05-05T19:03:23.751Z] [2023-05-05T19:03:23.751Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:23.751Z] #38 53.74 CC criu/vdso.o [2023-05-05T19:03:23.751Z] #38 54.13 LINK criu/built-in.o [2023-05-05T19:03:23.751Z] #38 54.21 LINK criu/criu [2023-05-05T19:03:23.751Z] #38 54.35 DEP lib/c/criu.d [2023-05-05T19:03:23.751Z] #38 54.38 CC images/rpc.pb-c.o [2023-05-05T19:03:23.751Z] #38 54.68 CC lib/c/criu.o [2023-05-05T19:03:23.872Z] #39 18.34 CC images/macvlan.o [2023-05-05T19:03:23.872Z] #39 18.43 CC images/sit.o [2023-05-05T19:03:23.872Z] #39 ... [2023-05-05T19:03:23.872Z] [2023-05-05T19:03:23.872Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:23.872Z] #37 17.17 + cd /tmp/tmp.RoZ9gza7Vq/src/github.com/containerd/containerd [2023-05-05T19:03:23.872Z] #37 17.17 + git checkout -q v1.6.20 [2023-05-05T19:03:23.872Z] #37 18.47 + export 'BUILDTAGS=netgo osusergo static_build' [2023-05-05T19:03:23.872Z] #37 18.47 + BUILDTAGS='netgo osusergo static_build' [2023-05-05T19:03:23.872Z] #37 18.47 + export EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:03:23.872Z] #37 18.47 + EXTRA_FLAGS=-buildmode=pie [2023-05-05T19:03:23.872Z] #37 18.47 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2023-05-05T19:03:23.872Z] #37 18.47 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2023-05-05T19:03:23.872Z] #37 18.47 + '[' '' = dynamic ']' [2023-05-05T19:03:23.872Z] #37 18.47 + make [2023-05-05T19:03:23.872Z] #37 19.49 + bin/ctr [2023-05-05T19:03:23.872Z] #37 ... [2023-05-05T19:03:23.872Z] [2023-05-05T19:03:23.872Z] #26 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2023-05-05T19:03:23.872Z] #26 DONE 42.5s [2023-05-05T19:03:23.872Z] [2023-05-05T19:03:23.872Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:23.872Z] #39 18.54 CC images/memfd.o [2023-05-05T19:03:23.949Z] #39 15.75 CC images/opts.o [2023-05-05T19:03:23.949Z] #39 15.80 CC images/seccomp.o [2023-05-05T19:03:24.012Z] #38 55.12 LINK lib/c/built-in.o [2023-05-05T19:03:24.012Z] #38 55.12 LINK lib/c/libcriu.so [2023-05-05T19:03:24.012Z] #38 55.14 LINK lib/c/libcriu.a [2023-05-05T19:03:24.012Z] #38 55.19 GEN magic.py [2023-05-05T19:03:24.129Z] #39 ... [2023-05-05T19:03:24.129Z] [2023-05-05T19:03:24.129Z] #25 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2023-05-05T19:03:24.129Z] #25 DONE 42.6s [2023-05-05T19:03:24.129Z] [2023-05-05T19:03:24.129Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:24.129Z] #39 18.72 CC images/timens.o [2023-05-05T19:03:24.209Z] #39 15.95 CC images/binfmt-misc.o [2023-05-05T19:03:24.209Z] #39 16.06 CC images/time.o [2023-05-05T19:03:24.209Z] #39 16.18 CC images/sysctl.o [2023-05-05T19:03:24.273Z] #38 55.27 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:03:24.273Z] #38 55.27 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:03:24.273Z] #38 55.27 Note: Building without GnuTLS support [2023-05-05T19:03:24.273Z] #38 55.28 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:03:24.273Z] #38 55.28 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:03:24.386Z] #39 18.86 LINK images/built-in.o [2023-05-05T19:03:24.386Z] #39 18.98 GEN compel/include/asm [2023-05-05T19:03:24.469Z] #39 16.30 CC images/autofs.o [2023-05-05T19:03:24.469Z] #39 ... [2023-05-05T19:03:24.469Z] [2023-05-05T19:03:24.469Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:24.469Z] #30 36.18 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-05-05T19:03:24.469Z] #30 36.18 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:24.469Z] #30 36.19 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:24.469Z] #30 38.31 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-05-05T19:03:24.469Z] #30 38.31 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:24.469Z] #30 38.31 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:24.469Z] #30 42.66 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-05-05T19:03:24.469Z] #30 42.66 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:24.469Z] #30 42.66 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:24.469Z] #30 46.16 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-05-05T19:03:24.469Z] #30 46.16 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-05-05T19:03:24.469Z] #30 46.32 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:03:24.469Z] #30 ... [2023-05-05T19:03:24.469Z] [2023-05-05T19:03:24.469Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:24.469Z] #39 16.43 CC images/macvlan.o [2023-05-05T19:03:24.533Z] #38 55.57 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:03:24.564Z] #42 ... [2023-05-05T19:03:24.564Z] [2023-05-05T19:03:24.564Z] #45 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-05-05T19:03:24.564Z] #0 1.125 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-05-05T19:03:24.564Z] #45 DONE 1.5s [2023-05-05T19:03:24.564Z] [2023-05-05T19:03:24.564Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:24.564Z] #37 29.39 DEP criu/protobuf-desc.d [2023-05-05T19:03:24.564Z] #37 29.48 DEP criu/proc_parse.d [2023-05-05T19:03:24.564Z] #37 29.57 DEP criu/plugin.d [2023-05-05T19:03:24.564Z] #37 29.59 DEP criu/pipes.d [2023-05-05T19:03:24.564Z] #37 29.64 DEP criu/pie-util.d [2023-05-05T19:03:24.564Z] #37 29.69 DEP criu/pie-util-vdso.d [2023-05-05T19:03:24.564Z] #37 29.73 DEP criu/pie-util-vdso-elf32.d [2023-05-05T19:03:24.564Z] #37 29.78 DEP criu/path.d [2023-05-05T19:03:24.564Z] #37 29.87 DEP criu/parasite-syscall.d [2023-05-05T19:03:24.564Z] #37 29.96 DEP criu/pagemap.d [2023-05-05T19:03:24.564Z] #37 30.04 DEP criu/pagemap-cache.d [2023-05-05T19:03:24.564Z] #37 30.11 DEP criu/page-xfer.d [2023-05-05T19:03:24.645Z] #39 19.02 GEN compel/include/version.h [2023-05-05T19:03:24.645Z] #39 19.07 touch .config [2023-05-05T19:03:24.645Z] #39 ... [2023-05-05T19:03:24.645Z] [2023-05-05T19:03:24.645Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2023-05-05T19:03:24.645Z] #40 DONE 0.6s [2023-05-05T19:03:24.645Z] [2023-05-05T19:03:24.645Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:24.645Z] #39 19.13 GEN include/common/config.h [2023-05-05T19:03:24.645Z] #39 19.25 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-05-05T19:03:24.645Z] #39 ... [2023-05-05T19:03:24.645Z] [2023-05-05T19:03:24.645Z] #31 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:24.645Z] #31 33.14 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2023-05-05T19:03:24.645Z] #31 33.14 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:24.645Z] #31 33.16 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:24.645Z] #31 36.61 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2023-05-05T19:03:24.645Z] #31 36.61 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:24.645Z] #31 36.74 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:24.645Z] #31 39.83 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2023-05-05T19:03:24.645Z] #31 39.83 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:24.645Z] #31 40.17 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:24.645Z] #31 ... [2023-05-05T19:03:24.645Z] [2023-05-05T19:03:24.645Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:24.645Z] #39 19.28 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-05-05T19:03:24.645Z] #39 19.31 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-05-05T19:03:24.645Z] #39 19.34 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-05-05T19:03:24.645Z] #39 19.35 DEP compel/arch/x86/plugins/std/memcpy.d [2023-05-05T19:03:24.645Z] #39 19.36 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-05-05T19:03:24.729Z] #39 16.50 CC images/sit.o [2023-05-05T19:03:24.729Z] #39 16.60 CC images/memfd.o [2023-05-05T19:03:24.729Z] #39 16.71 CC images/timens.o [2023-05-05T19:03:24.794Z] #38 55.75 make[1]: Nothing to be done for 'all'. [2023-05-05T19:03:24.794Z] #38 55.92 make[1]: 'images/built-in.o' is up to date. [2023-05-05T19:03:24.794Z] #38 55.94 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-05-05T19:03:24.794Z] #38 55.96 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-05-05T19:03:24.794Z] #38 55.97 make[1]: 'compel/libcompel.a' is up to date. [2023-05-05T19:03:24.794Z] #38 55.99 make[1]: 'compel/compel-host-bin' is up to date. [2023-05-05T19:03:24.794Z] #38 56.01 make[1]: Nothing to be done for 'all'. [2023-05-05T19:03:24.794Z] #38 56.02 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:03:24.821Z] #37 30.20 DEP criu/page-pipe.d [2023-05-05T19:03:24.821Z] #37 30.27 DEP criu/netfilter.d [2023-05-05T19:03:24.821Z] #37 30.34 DEP criu/net.d [2023-05-05T19:03:24.902Z] #39 ... [2023-05-05T19:03:24.902Z] [2023-05-05T19:03:24.902Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2023-05-05T19:03:24.902Z] #41 DONE 0.2s [2023-05-05T19:03:24.902Z] [2023-05-05T19:03:24.902Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:24.902Z] #39 19.38 GEN compel/plugins/include/uapi/std/syscall.h [2023-05-05T19:03:24.902Z] #39 19.40 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-05-05T19:03:24.902Z] #39 19.42 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-05-05T19:03:24.902Z] #39 19.46 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-05-05T19:03:24.902Z] #39 19.47 DEP compel/plugins/std/infect.d [2023-05-05T19:03:24.902Z] #39 19.54 DEP compel/plugins/std/string.d [2023-05-05T19:03:24.902Z] #39 19.60 DEP compel/plugins/std/log.d [2023-05-05T19:03:24.989Z] #39 16.85 LINK images/built-in.o [2023-05-05T19:03:24.989Z] #39 16.93 GEN compel/include/asm [2023-05-05T19:03:24.989Z] #39 16.95 GEN compel/include/version.h [2023-05-05T19:03:25.053Z] #38 56.10 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.11 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.13 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.17 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.19 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.20 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.22 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.26 make[2]: Nothing to be done for 'all'. [2023-05-05T19:03:25.053Z] #38 56.26 INSTALL criu/criu [2023-05-05T19:03:25.078Z] #37 30.43 DEP criu/namespaces.d [2023-05-05T19:03:25.078Z] #37 30.51 DEP criu/mount.d [2023-05-05T19:03:25.078Z] #37 30.59 DEP criu/memfd.d [2023-05-05T19:03:25.078Z] #37 30.64 DEP criu/mem.d [2023-05-05T19:03:25.158Z] #39 19.63 DEP compel/plugins/std/fds.d [2023-05-05T19:03:25.158Z] #39 19.73 DEP compel/plugins/std/std.d [2023-05-05T19:03:25.158Z] #39 19.76 DEP compel/plugins/shmem/shmem.d [2023-05-05T19:03:25.158Z] #39 19.85 DEP compel/plugins/fds/fds.d [2023-05-05T19:03:25.250Z] #39 16.97 touch .config [2023-05-05T19:03:25.250Z] #39 17.03 GEN include/common/config.h [2023-05-05T19:03:25.250Z] #39 17.18 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2023-05-05T19:03:25.250Z] #39 17.20 GEN compel/plugins/include/uapi/std/syscall-64.h [2023-05-05T19:03:25.313Z] #38 DONE 56.4s [2023-05-05T19:03:25.313Z] [2023-05-05T19:03:25.313Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:25.313Z] #50 13.94 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:03:25.313Z] #50 13.96 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-05-05T19:03:25.313Z] #50 13.97 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-05-05T19:03:25.313Z] #50 13.98 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:25.313Z] #50 14.61 Selecting previously unselected package vim. [2023-05-05T19:03:25.313Z] #50 14.62 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-05-05T19:03:25.313Z] #50 14.76 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:25.313Z] #50 14.90 Selecting previously unselected package xfsprogs. [2023-05-05T19:03:25.313Z] #50 14.90 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2023-05-05T19:03:25.313Z] #50 14.90 Unpacking xfsprogs (5.10.0-4) ... [2023-05-05T19:03:25.313Z] #50 15.00 Selecting previously unselected package zip. [2023-05-05T19:03:25.313Z] #50 15.00 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2023-05-05T19:03:25.313Z] #50 15.00 Unpacking zip (3.0-12) ... [2023-05-05T19:03:25.313Z] #50 15.07 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:25.313Z] #50 15.27 Setting up libip4tc2:arm64 (1.8.7-1) ... [2023-05-05T19:03:25.313Z] #50 15.30 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:03:25.313Z] #50 15.32 Setting up libgpm2:arm64 (1.20.7-8) ... [2023-05-05T19:03:25.313Z] #50 15.33 Setting up libicu67:arm64 (67.1-7) ... [2023-05-05T19:03:25.313Z] #50 15.35 Setting up libip6tc2:arm64 (1.8.7-1) ... [2023-05-05T19:03:25.313Z] #50 15.36 Setting up libinih1:arm64 (53-1+b2) ... [2023-05-05T19:03:25.313Z] #50 15.37 Setting up uidmap (1:4.8.1-1) ... [2023-05-05T19:03:25.313Z] #50 15.40 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:25.313Z] #50 15.41 Setting up bzip2 (1.0.8-4) ... [2023-05-05T19:03:25.313Z] #50 15.43 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-05-05T19:03:25.313Z] #50 15.44 Setting up python3-wheel (0.34.2-1) ... [2023-05-05T19:03:25.334Z] #37 30.69 DEP criu/lsm.d [2023-05-05T19:03:25.334Z] #37 30.75 DEP criu/log.d [2023-05-05T19:03:25.334Z] #37 30.83 DEP criu/libnetlink.d [2023-05-05T19:03:25.334Z] #37 30.87 DEP criu/kerndat.d [2023-05-05T19:03:25.414Z] #39 19.94 CC compel/plugins/std/std.o [2023-05-05T19:03:25.510Z] #39 17.29 GEN compel/arch/x86/plugins/std/syscalls-64.S [2023-05-05T19:03:25.510Z] #39 17.32 DEP compel/arch/x86/plugins/std/syscalls-64.d [2023-05-05T19:03:25.510Z] #39 17.33 DEP compel/arch/x86/plugins/std/memcpy.d [2023-05-05T19:03:25.510Z] #39 17.38 DEP compel/arch/x86/plugins/std/parasite-head.d [2023-05-05T19:03:25.510Z] #39 17.39 GEN compel/plugins/include/uapi/std/syscall.h [2023-05-05T19:03:25.510Z] #39 17.45 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2023-05-05T19:03:25.573Z] #50 15.58 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:25.573Z] #50 15.59 Setting up libcap2:arm64 (1:2.44-1) ... [2023-05-05T19:03:25.573Z] #50 15.60 Setting up libcap2-bin (1:2.44-1) ... [2023-05-05T19:03:25.573Z] #50 15.61 Setting up apparmor (2.13.6-10) ... [2023-05-05T19:03:25.591Z] #37 30.95 DEP criu/kcmp-ids.d [2023-05-05T19:03:25.591Z] #37 30.99 DEP criu/irmap.d [2023-05-05T19:03:25.591Z] #37 31.04 DEP criu/ipc_ns.d [2023-05-05T19:03:25.591Z] #37 31.12 DEP criu/image.d [2023-05-05T19:03:25.591Z] #37 31.18 DEP criu/image-desc.d [2023-05-05T19:03:25.591Z] #37 31.22 DEP criu/fsnotify.d [2023-05-05T19:03:25.671Z] #39 20.09 CC compel/plugins/std/fds.o [2023-05-05T19:03:25.671Z] #39 20.29 CC compel/plugins/std/log.o [2023-05-05T19:03:25.771Z] #39 17.46 GEN compel/plugins/include/uapi/std/syscall-codes.h [2023-05-05T19:03:25.771Z] #39 17.51 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2023-05-05T19:03:25.771Z] #39 17.51 DEP compel/plugins/std/infect.d [2023-05-05T19:03:25.771Z] #39 17.57 DEP compel/plugins/std/string.d [2023-05-05T19:03:25.771Z] #39 17.59 DEP compel/plugins/std/log.d [2023-05-05T19:03:25.771Z] #39 17.63 DEP compel/plugins/std/fds.d [2023-05-05T19:03:25.771Z] #39 17.67 DEP compel/plugins/std/std.d [2023-05-05T19:03:25.771Z] #39 ... [2023-05-05T19:03:25.771Z] [2023-05-05T19:03:25.771Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-05-05T19:03:25.771Z] #38 DONE 17.3s [2023-05-05T19:03:25.771Z] [2023-05-05T19:03:25.771Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:25.771Z] #39 17.70 DEP compel/plugins/shmem/shmem.d [2023-05-05T19:03:25.771Z] #39 17.76 DEP compel/plugins/fds/fds.d [2023-05-05T19:03:25.848Z] #37 ... [2023-05-05T19:03:25.848Z] [2023-05-05T19:03:25.848Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-05-05T19:03:25.848Z] #46 DONE 1.3s [2023-05-05T19:03:25.848Z] [2023-05-05T19:03:25.848Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:25.848Z] #37 31.27 DEP criu/filesystems.d [2023-05-05T19:03:25.848Z] #37 31.33 DEP criu/files.d [2023-05-05T19:03:25.927Z] #39 20.54 CC compel/plugins/std/string.o [2023-05-05T19:03:26.031Z] #39 17.82 CC compel/plugins/std/std.o [2023-05-05T19:03:26.031Z] #39 17.92 CC compel/plugins/std/fds.o [2023-05-05T19:03:26.104Z] #37 31.40 DEP criu/files-reg.d [2023-05-05T19:03:26.105Z] #37 31.49 DEP criu/files-ext.d [2023-05-05T19:03:26.105Z] #37 31.56 DEP criu/file-lock.d [2023-05-05T19:03:26.105Z] #37 31.62 DEP criu/file-ids.d [2023-05-05T19:03:26.143Z] #50 16.43 Setting up zip (3.0-12) ... [2023-05-05T19:03:26.195Z] #39 20.74 CC compel/plugins/std/infect.o [2023-05-05T19:03:26.195Z] #39 20.88 CC compel/arch/x86/plugins/std/parasite-head.o [2023-05-05T19:03:26.293Z] #39 18.08 CC compel/plugins/std/log.o [2023-05-05T19:03:26.361Z] #37 31.69 DEP criu/fifo.d [2023-05-05T19:03:26.361Z] #37 31.74 DEP criu/fdstore.d [2023-05-05T19:03:26.361Z] #37 31.79 DEP criu/fault-injection.d [2023-05-05T19:03:26.361Z] #37 31.80 DEP criu/external.d [2023-05-05T19:03:26.361Z] #37 31.84 DEP criu/eventpoll.d [2023-05-05T19:03:26.403Z] #50 16.44 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:26.403Z] #50 16.46 Setting up bash-completion (1:2.11-2) ... [2023-05-05T19:03:26.495Z] #39 20.93 CC compel/arch/x86/plugins/std/memcpy.o [2023-05-05T19:03:26.495Z] #39 20.94 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-05-05T19:03:26.495Z] #39 20.98 AR compel/plugins/std.lib.a [2023-05-05T19:03:26.495Z] #39 21.08 CC compel/plugins/fds/fds.o [2023-05-05T19:03:26.495Z] #39 21.16 AR compel/plugins/fds.lib.a [2023-05-05T19:03:26.617Z] #39 18.34 CC compel/plugins/std/string.o [2023-05-05T19:03:26.618Z] #37 31.90 DEP criu/eventfd.d [2023-05-05T19:03:26.619Z] #37 31.96 DEP criu/crtools.d [2023-05-05T19:03:26.619Z] #37 32.02 DEP criu/cr-service.d [2023-05-05T19:03:26.619Z] #37 32.07 DEP criu/cr-restore.d [2023-05-05T19:03:26.619Z] #37 32.16 DEP criu/cr-errno.d [2023-05-05T19:03:26.753Z] #39 21.21 HOSTDEP compel/src/lib/log-host.d [2023-05-05T19:03:26.753Z] #39 21.24 HOSTDEP compel/src/lib/handle-elf-host.d [2023-05-05T19:03:26.753Z] #39 21.30 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-05-05T19:03:26.753Z] #39 21.36 HOSTDEP compel/src/main-host.d [2023-05-05T19:03:26.753Z] #39 21.44 DEP compel/src/lib/ptrace.d [2023-05-05T19:03:26.876Z] #37 32.18 DEP criu/cr-dump.d [2023-05-05T19:03:26.876Z] #37 32.28 DEP criu/cr-dedup.d [2023-05-05T19:03:26.876Z] #37 32.33 DEP criu/cr-check.d [2023-05-05T19:03:26.876Z] #37 32.43 DEP criu/config.d [2023-05-05T19:03:26.887Z] #39 18.54 CC compel/plugins/std/infect.o [2023-05-05T19:03:26.887Z] #39 18.66 CC compel/arch/x86/plugins/std/parasite-head.o [2023-05-05T19:03:26.887Z] #39 18.69 CC compel/arch/x86/plugins/std/memcpy.o [2023-05-05T19:03:26.887Z] #39 18.71 CC compel/arch/x86/plugins/std/syscalls-64.o [2023-05-05T19:03:26.887Z] #39 18.74 AR compel/plugins/std.lib.a [2023-05-05T19:03:26.972Z] #50 17.24 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:03:26.973Z] #50 17.25 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-05-05T19:03:26.973Z] #50 17.26 Setting up libmnl0:arm64 (1.0.4-3) ... [2023-05-05T19:03:26.973Z] #50 17.27 Setting up patch (2.7.6-7) ... [2023-05-05T19:03:27.009Z] #39 21.52 DEP compel/src/lib/infect.d [2023-05-05T19:03:27.009Z] #39 21.60 DEP compel/src/lib/infect-util.d [2023-05-05T19:03:27.009Z] #39 21.66 DEP compel/src/lib/infect-rpc.d [2023-05-05T19:03:27.009Z] #39 21.71 DEP compel/arch/x86/src/lib/infect.d [2023-05-05T19:03:27.132Z] #37 32.51 DEP criu/clone-noasan.d [2023-05-05T19:03:27.133Z] #37 32.54 DEP criu/cgroup.d [2023-05-05T19:03:27.133Z] #37 ... [2023-05-05T19:03:27.133Z] [2023-05-05T19:03:27.133Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-05-05T19:03:27.133Z] #47 DONE 1.4s [2023-05-05T19:03:27.133Z] [2023-05-05T19:03:27.133Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:27.133Z] #37 32.62 DEP criu/cgroup-props.d [2023-05-05T19:03:27.133Z] #37 32.67 DEP criu/bitmap.d [2023-05-05T19:03:27.150Z] #39 18.80 CC compel/plugins/fds/fds.o [2023-05-05T19:03:27.150Z] #39 18.87 AR compel/plugins/fds.lib.a [2023-05-05T19:03:27.150Z] #39 18.93 HOSTDEP compel/src/lib/log-host.d [2023-05-05T19:03:27.150Z] #39 18.97 HOSTDEP compel/src/lib/handle-elf-host.d [2023-05-05T19:03:27.150Z] #39 19.01 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2023-05-05T19:03:27.150Z] #39 19.05 HOSTDEP compel/src/main-host.d [2023-05-05T19:03:27.232Z] #50 17.28 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:03:27.232Z] #50 17.33 invoke-rc.d: could not determine current runlevel [2023-05-05T19:03:27.232Z] #50 17.33 invoke-rc.d: policy-rc.d denied execution of start. [2023-05-05T19:03:27.232Z] #50 17.34 Setting up xfsprogs (5.10.0-4) ... [2023-05-05T19:03:27.232Z] #50 17.35 Setting up libxtables12:arm64 (1.8.7-1) ... [2023-05-05T19:03:27.232Z] #50 17.37 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:03:27.232Z] #50 17.38 Setting up pigz (2.6-1) ... [2023-05-05T19:03:27.233Z] #50 17.39 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2023-05-05T19:03:27.233Z] #50 17.40 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-05-05T19:03:27.233Z] #50 17.42 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:03:27.233Z] #50 17.44 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:27.266Z] #39 21.78 DEP compel/arch/x86/src/lib/cpu.d [2023-05-05T19:03:27.266Z] #39 21.82 DEP compel/src/lib/log.d [2023-05-05T19:03:27.266Z] #39 21.88 DEP compel/src/main.d [2023-05-05T19:03:27.266Z] #39 21.94 DEP compel/src/lib/handle-elf.d [2023-05-05T19:03:27.390Z] #37 32.68 DEP criu/bfd.d [2023-05-05T19:03:27.390Z] #37 32.74 DEP criu/autofs.d [2023-05-05T19:03:27.390Z] #37 32.85 DEP criu/aio.d [2023-05-05T19:03:27.390Z] #37 32.91 DEP criu/action-scripts.d [2023-05-05T19:03:27.491Z] #39 19.09 DEP compel/src/lib/ptrace.d [2023-05-05T19:03:27.491Z] #39 19.14 DEP compel/src/lib/infect.d [2023-05-05T19:03:27.491Z] #39 19.19 DEP compel/src/lib/infect-util.d [2023-05-05T19:03:27.491Z] #39 19.25 DEP compel/src/lib/infect-rpc.d [2023-05-05T19:03:27.491Z] #39 19.29 DEP compel/arch/x86/src/lib/infect.d [2023-05-05T19:03:27.491Z] #39 19.36 DEP compel/arch/x86/src/lib/cpu.d [2023-05-05T19:03:27.491Z] #39 19.39 DEP compel/src/lib/log.d [2023-05-05T19:03:27.492Z] #50 17.60 Setting up libaio1:arm64 (0.3.112-9) ... [2023-05-05T19:03:27.492Z] #50 17.61 Setting up python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:03:27.522Z] #39 22.05 DEP compel/arch/x86/src/lib/handle-elf.d [2023-05-05T19:03:27.522Z] #39 22.09 CC compel/src/lib/log.o [2023-05-05T19:03:27.522Z] #39 22.17 CC compel/arch/x86/src/lib/cpu.o [2023-05-05T19:03:27.647Z] #37 33.04 CC criu/action-scripts.o [2023-05-05T19:03:27.647Z] #37 33.22 CC criu/aio.o [2023-05-05T19:03:27.753Z] #50 17.72 Setting up libelf1:arm64 (0.183-1) ... [2023-05-05T19:03:27.753Z] #50 17.75 Setting up libonig5:arm64 (6.9.6-1.1) ... [2023-05-05T19:03:27.753Z] #50 17.77 Setting up python3-distutils (3.9.2-1) ... [2023-05-05T19:03:27.753Z] #50 17.89 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:27.753Z] #50 17.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-05-05T19:03:27.753Z] #50 17.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-05-05T19:03:27.753Z] #50 17.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-05-05T19:03:27.753Z] #50 17.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-05-05T19:03:27.753Z] #50 17.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-05-05T19:03:27.753Z] #50 17.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-05-05T19:03:27.753Z] #50 17.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-05-05T19:03:27.753Z] #50 17.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-05-05T19:03:27.758Z] #39 19.54 DEP compel/src/main.d [2023-05-05T19:03:27.758Z] #39 19.58 DEP compel/src/lib/handle-elf.d [2023-05-05T19:03:27.758Z] #39 19.64 DEP compel/arch/x86/src/lib/handle-elf.d [2023-05-05T19:03:27.824Z] #39 22.41 CC compel/arch/x86/src/lib/infect.o [2023-05-05T19:03:28.015Z] #50 17.95 Setting up python3-setuptools (52.0.0-4) ... [2023-05-05T19:03:28.037Z] #39 19.69 CC compel/src/lib/log.o [2023-05-05T19:03:28.037Z] #39 19.78 CC compel/arch/x86/src/lib/cpu.o [2023-05-05T19:03:28.054Z] #37 93.70 + bin/containerd-shim-runc-v1 [2023-05-05T19:03:28.080Z] #39 22.67 CC compel/src/lib/infect-rpc.o [2023-05-05T19:03:28.210Z] #37 33.45 CC criu/autofs.o [2023-05-05T19:03:28.276Z] #50 18.29 Setting up libjq1:arm64 (1.6-2.1) ... [2023-05-05T19:03:28.276Z] #50 18.30 Setting up libnftnl11:arm64 (1.1.9-1) ... [2023-05-05T19:03:28.276Z] #50 18.32 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:03:28.276Z] #50 18.33 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:03:28.322Z] #39 20.07 CC compel/arch/x86/src/lib/infect.o [2023-05-05T19:03:28.386Z] #39 22.78 CC compel/src/lib/infect-util.o [2023-05-05T19:03:28.386Z] #39 22.87 CC compel/src/lib/infect.o [2023-05-05T19:03:28.467Z] #37 33.96 CC criu/bfd.o [2023-05-05T19:03:28.537Z] #50 18.63 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2023-05-05T19:03:28.537Z] #50 18.64 Setting up jq (1.6-2.1) ... [2023-05-05T19:03:28.537Z] #50 18.66 Setting up libbpf0:arm64 (1:0.3-2) ... [2023-05-05T19:03:28.537Z] #50 18.67 Setting up iptables (1.8.7-1) ... [2023-05-05T19:03:28.537Z] #50 18.68 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:03:28.537Z] #50 18.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:03:28.537Z] #50 18.69 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:03:28.537Z] #50 18.70 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:03:28.537Z] #50 18.70 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-05-05T19:03:28.537Z] #50 18.71 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-05-05T19:03:28.537Z] #50 18.71 Setting up iproute2 (5.10.0-4) ... [2023-05-05T19:03:28.582Z] #39 20.40 CC compel/src/lib/infect-rpc.o [2023-05-05T19:03:28.582Z] #39 20.52 CC compel/src/lib/infect-util.o [2023-05-05T19:03:28.724Z] #37 ... [2023-05-05T19:03:28.724Z] [2023-05-05T19:03:28.724Z] #48 [dev-systemd-false 6/27] RUN ldconfig [2023-05-05T19:03:28.724Z] #48 DONE 1.4s [2023-05-05T19:03:28.724Z] [2023-05-05T19:03:28.724Z] #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 [2023-05-05T19:03:28.724Z] #29 50.10 + dpkg --print-architecture [2023-05-05T19:03:28.724Z] #29 50.11 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-05-05T19:03:28.724Z] #29 50.47 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-05-05T19:03:28.724Z] #29 50.47 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-05-05T19:03:28.724Z] #29 DONE 58.4s [2023-05-05T19:03:28.724Z] [2023-05-05T19:03:28.724Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:28.724Z] #37 34.13 CC criu/bitmap.o [2023-05-05T19:03:28.724Z] #37 34.20 CC criu/cgroup-props.o [2023-05-05T19:03:28.799Z] #50 18.86 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:28.842Z] #39 20.60 CC compel/src/lib/infect.o [2023-05-05T19:03:28.980Z] #37 34.54 CC criu/cgroup.o [2023-05-05T19:03:29.059Z] #50 DONE 19.3s [2023-05-05T19:03:29.059Z] [2023-05-05T19:03:29.059Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:29.059Z] #37 68.79 # github.com/containerd/containerd/cmd/containerd [2023-05-05T19:03:29.059Z] #37 68.79 /usr/bin/ld: /tmp/go-link-8107890/000019.o: in function `New': [2023-05-05T19:03:29.059Z] #37 68.79 /tmp/tmp.Eqfc8Kx95t/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-05-05T19:03:29.059Z] #37 68.88 + bin/containerd-stress [2023-05-05T19:03:29.059Z] #37 69.82 + bin/containerd-shim [2023-05-05T19:03:29.316Z] #39 23.60 CC compel/src/lib/ptrace.o [2023-05-05T19:03:29.316Z] #39 23.73 AR compel/libcompel.a [2023-05-05T19:03:29.316Z] #39 23.79 HOSTCC compel/src/main-host.o [2023-05-05T19:03:29.316Z] #39 23.90 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-05-05T19:03:29.572Z] #39 23.95 HOSTCC compel/src/lib/handle-elf-host.o [2023-05-05T19:03:29.572Z] #39 24.08 HOSTCC compel/src/lib/log-host.o [2023-05-05T19:03:29.572Z] #39 24.17 HOSTLINK compel/compel-host-bin [2023-05-05T19:03:29.782Z] #39 21.34 CC compel/src/lib/ptrace.o [2023-05-05T19:03:29.782Z] #39 21.45 AR compel/libcompel.a [2023-05-05T19:03:29.783Z] #39 21.52 HOSTCC compel/src/main-host.o [2023-05-05T19:03:29.783Z] #39 21.62 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2023-05-05T19:03:29.783Z] #39 21.70 HOSTCC compel/src/lib/handle-elf-host.o [2023-05-05T19:03:29.829Z] #39 24.26 DEP soccr/soccr.d [2023-05-05T19:03:29.829Z] #39 24.43 CC soccr/soccr.o [2023-05-05T19:03:29.953Z] #37 96.11 + bin/containerd-shim-runc-v2 [2023-05-05T19:03:30.000Z] #37 ... [2023-05-05T19:03:30.000Z] [2023-05-05T19:03:30.000Z] #51 [dev-systemd-false 9/27] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2023-05-05T19:03:30.000Z] #0 0.505 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-05-05T19:03:30.000Z] #0 0.508 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-05-05T19:03:30.000Z] #0 0.513 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-05-05T19:03:30.000Z] #51 DONE 0.8s [2023-05-05T19:03:30.043Z] #39 21.82 HOSTCC compel/src/lib/log-host.o [2023-05-05T19:03:30.043Z] #39 21.91 HOSTLINK compel/compel-host-bin [2023-05-05T19:03:30.043Z] #39 22.01 DEP soccr/soccr.d [2023-05-05T19:03:30.262Z] [2023-05-05T19:03:30.262Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:03:30.304Z] #39 22.07 CC soccr/soccr.o [2023-05-05T19:03:30.349Z] #37 35.48 CC criu/clone-noasan.o [2023-05-05T19:03:30.349Z] #37 35.57 CC criu/config.o [2023-05-05T19:03:30.392Z] #39 24.96 AR soccr/libsoccr.a [2023-05-05T19:03:30.392Z] #39 25.01 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:03:30.516Z] #37 96.64 + binaries [2023-05-05T19:03:30.516Z] #37 96.64 + install -D bin/containerd /build/containerd [2023-05-05T19:03:30.516Z] #37 96.67 + install -D bin/containerd-shim /build/containerd-shim [2023-05-05T19:03:30.516Z] #37 96.67 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-05-05T19:03:30.516Z] #37 96.68 + install -D bin/ctr /build/ctr [2023-05-05T19:03:30.606Z] #37 ... [2023-05-05T19:03:30.606Z] [2023-05-05T19:03:30.606Z] #49 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-05-05T19:03:30.606Z] #49 DONE 1.9s [2023-05-05T19:03:30.606Z] [2023-05-05T19:03:30.606Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:30.606Z] #37 36.08 CC criu/cr-check.o [2023-05-05T19:03:30.649Z] #39 25.31 DEP criu/arch/x86/sigframe.d [2023-05-05T19:03:30.874Z] #39 22.50 AR soccr/libsoccr.a [2023-05-05T19:03:30.874Z] #39 22.53 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:03:30.874Z] #39 ... [2023-05-05T19:03:30.874Z] [2023-05-05T19:03:30.874Z] #30 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:30.874Z] #30 46.93 Selecting previously unselected package libapparmor1:amd64. [2023-05-05T19:03:30.874Z] #30 46.93 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 47.09 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:03:30.874Z] #30 47.71 Selecting previously unselected package libapparmor-dev:amd64. [2023-05-05T19:03:30.874Z] #30 47.72 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 47.74 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:03:30.874Z] #30 47.83 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:03:30.874Z] #30 47.85 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 47.85 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:03:30.874Z] #30 47.94 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:03:30.874Z] #30 47.96 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 48.04 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:03:30.874Z] #30 48.64 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-05-05T19:03:30.874Z] #30 48.64 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 48.64 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:30.874Z] #30 48.71 Selecting previously unselected package libudev-dev:amd64. [2023-05-05T19:03:30.874Z] #30 48.72 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 48.74 Unpacking libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:30.874Z] #30 48.90 Selecting previously unselected package libsepol1-dev:amd64. [2023-05-05T19:03:30.874Z] #30 48.90 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 48.94 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:03:30.874Z] #30 49.10 Selecting previously unselected package libpcre2-16-0:amd64. [2023-05-05T19:03:30.874Z] #30 49.11 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 49.11 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.874Z] #30 49.23 Selecting previously unselected package libpcre2-32-0:amd64. [2023-05-05T19:03:30.874Z] #30 49.24 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 49.24 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.874Z] #30 49.33 Selecting previously unselected package libpcre2-posix2:amd64. [2023-05-05T19:03:30.874Z] #30 49.34 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 49.34 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.874Z] #30 49.46 Selecting previously unselected package libpcre2-dev:amd64. [2023-05-05T19:03:30.874Z] #30 49.46 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 49.47 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.874Z] #30 49.66 Selecting previously unselected package libselinux1-dev:amd64. [2023-05-05T19:03:30.874Z] #30 49.66 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 49.67 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:03:30.874Z] #30 49.77 Selecting previously unselected package libdevmapper-dev:amd64. [2023-05-05T19:03:30.874Z] #30 49.78 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 49.80 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:30.874Z] #30 49.86 Selecting previously unselected package libseccomp-dev:amd64. [2023-05-05T19:03:30.874Z] #30 49.86 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 49.88 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:03:30.874Z] #30 50.06 Selecting previously unselected package libsystemd-dev:amd64. [2023-05-05T19:03:30.874Z] #30 50.06 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:03:30.874Z] #30 50.07 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:30.874Z] #30 50.42 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:03:30.874Z] #30 50.44 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:03:30.874Z] #30 50.47 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:30.874Z] #30 50.49 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:03:30.874Z] #30 50.50 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:03:30.874Z] #30 50.52 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.875Z] #30 50.53 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:03:30.875Z] #30 50.55 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.875Z] #30 50.56 Setting up libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:30.875Z] #30 50.57 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.875Z] #30 50.58 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:30.875Z] #30 50.60 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:03:30.875Z] #30 50.61 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:30.875Z] #30 50.62 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:03:30.875Z] #30 50.63 Setting up mingw-w64-common (8.0.0-1) ... [2023-05-05T19:03:30.875Z] #30 50.64 Setting up libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:30.875Z] #30 50.65 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:03:30.875Z] #30 50.66 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:30.875Z] #30 50.71 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:03:30.875Z] #30 50.72 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:30.875Z] #30 50.73 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:30.875Z] #30 50.75 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:03:30.875Z] #30 50.76 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:30.875Z] #30 50.78 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:03:30.875Z] #30 50.79 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:03:30.875Z] #30 50.80 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:30.875Z] #30 50.82 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-05-05T19:03:30.875Z] #30 50.83 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:30.875Z] #30 50.86 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:03:30.875Z] #30 50.93 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:30.875Z] #30 50.95 Setting up dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:03:30.875Z] #30 50.97 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:30.875Z] #30 50.99 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:30.875Z] #30 51.00 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:30.875Z] #30 DONE 52.8s [2023-05-05T19:03:30.875Z] [2023-05-05T19:03:30.875Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:30.875Z] #39 22.87 DEP criu/arch/x86/sigframe.d [2023-05-05T19:03:30.875Z] #39 ... [2023-05-05T19:03:30.875Z] [2023-05-05T19:03:30.875Z] #42 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:30.905Z] #39 25.37 DEP criu/arch/x86/sigaction_compat.d [2023-05-05T19:03:30.905Z] #39 25.40 DEP criu/arch/x86/kerndat.d [2023-05-05T19:03:30.905Z] #39 25.46 DEP criu/arch/x86/crtools.d [2023-05-05T19:03:30.905Z] #39 25.53 DEP criu/arch/x86/cpu.d [2023-05-05T19:03:31.162Z] #39 25.62 CC criu/arch/x86/cpu.o [2023-05-05T19:03:31.224Z] #37 36.69 CC criu/cr-dedup.o [2023-05-05T19:03:31.418Z] #39 25.82 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:31.418Z] #39 25.83 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:31.418Z] #39 25.83 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:31.418Z] #39 25.83 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:31.418Z] #39 25.83 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:31.418Z] #39 25.83 CC criu/arch/x86/crtools.o [2023-05-05T19:03:31.446Z] #37 DONE 97.5s [2023-05-05T19:03:31.483Z] #37 36.84 CC criu/cr-dump.o [2023-05-05T19:03:31.675Z] #39 26.19 CC criu/arch/x86/kerndat.o [2023-05-05T19:03:31.972Z] #39 26.37 CC criu/arch/x86/sigaction_compat.o [2023-05-05T19:03:31.972Z] #39 26.48 CC criu/arch/x86/sigframe.o [2023-05-05T19:03:31.972Z] #39 26.58 LINK criu/arch/x86/crtools.built-in.o [2023-05-05T19:03:32.061Z] #37 37.66 CC criu/cr-errno.o [2023-05-05T19:03:32.061Z] #37 37.69 CC criu/cr-restore.o [2023-05-05T19:03:32.257Z] #42 1.114 + RM_GOPATH=0 [2023-05-05T19:03:32.257Z] #42 1.114 + TMP_GOPATH= [2023-05-05T19:03:32.257Z] #42 1.114 + : /build [2023-05-05T19:03:32.257Z] #42 1.114 + '[' -z '' ']' [2023-05-05T19:03:32.257Z] #42 1.114 ++ mktemp -d [2023-05-05T19:03:32.257Z] #42 1.115 + export GOPATH=/tmp/tmp.OZcAcVJYXB [2023-05-05T19:03:32.257Z] #42 1.115 + GOPATH=/tmp/tmp.OZcAcVJYXB [2023-05-05T19:03:32.257Z] #42 1.115 + RM_GOPATH=1 [2023-05-05T19:03:32.257Z] #42 1.115 + case "$(go env GOARCH)" in [2023-05-05T19:03:32.257Z] #42 1.118 ++ go env GOARCH [2023-05-05T19:03:32.257Z] #42 1.146 Install runc version v1.1.7 (build tags: seccomp) [2023-05-05T19:03:32.257Z] #42 1.147 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:32.257Z] #42 1.147 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:32.257Z] #42 1.147 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:32.257Z] #42 1.147 + dir=/tmp/install [2023-05-05T19:03:32.257Z] #42 1.147 + bin=runc [2023-05-05T19:03:32.257Z] #42 1.147 + shift [2023-05-05T19:03:32.257Z] #42 1.147 + '[' '!' -f /tmp/install/runc.installer ']' [2023-05-05T19:03:32.257Z] #42 1.147 + . /tmp/install/runc.installer [2023-05-05T19:03:32.257Z] #42 1.147 ++ set -e [2023-05-05T19:03:32.257Z] #42 1.147 ++ : v1.1.7 [2023-05-05T19:03:32.257Z] #42 1.147 + install_runc [2023-05-05T19:03:32.257Z] #42 1.147 + RUNC_BUILDTAGS=seccomp [2023-05-05T19:03:32.257Z] #42 1.147 + echo 'Install runc version v1.1.7 (build tags: seccomp)' [2023-05-05T19:03:32.257Z] #42 1.147 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OZcAcVJYXB/src/github.com/opencontainers/runc [2023-05-05T19:03:32.257Z] #42 1.149 Cloning into '/tmp/tmp.OZcAcVJYXB/src/github.com/opencontainers/runc'... [2023-05-05T19:03:32.280Z] #39 26.63 DEP criu/pie/util-vdso-elf32.d [2023-05-05T19:03:32.280Z] #39 26.71 DEP criu/pie/util-vdso.d [2023-05-05T19:03:32.280Z] #39 ... [2023-05-05T19:03:32.280Z] [2023-05-05T19:03:32.281Z] #31 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:32.281Z] #31 45.02 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2023-05-05T19:03:32.281Z] #31 45.02 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 45.02 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 47.03 Selecting previously unselected package g++-mingw-w64-x86-64. [2023-05-05T19:03:32.281Z] #31 47.03 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2023-05-05T19:03:32.281Z] #31 47.04 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 47.15 Selecting previously unselected package libapparmor1:amd64. [2023-05-05T19:03:32.281Z] #31 47.16 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 47.17 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:03:32.281Z] #31 47.32 Selecting previously unselected package libapparmor-dev:amd64. [2023-05-05T19:03:32.281Z] #31 47.33 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 47.33 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:03:32.281Z] #31 47.43 Selecting previously unselected package libbtrfs0:amd64. [2023-05-05T19:03:32.281Z] #31 47.43 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 47.45 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:03:32.281Z] #31 47.56 Selecting previously unselected package libbtrfs-dev:amd64. [2023-05-05T19:03:32.281Z] #31 47.57 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 47.57 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:03:32.281Z] #31 47.69 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2023-05-05T19:03:32.281Z] #31 47.69 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 47.71 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:32.281Z] #31 47.79 Selecting previously unselected package libudev-dev:amd64. [2023-05-05T19:03:32.281Z] #31 47.79 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 47.80 Unpacking libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:32.281Z] #31 47.89 Selecting previously unselected package libsepol1-dev:amd64. [2023-05-05T19:03:32.281Z] #31 47.90 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 47.90 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:03:32.281Z] #31 48.03 Selecting previously unselected package libpcre2-16-0:amd64. [2023-05-05T19:03:32.281Z] #31 48.04 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 48.05 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 48.19 Selecting previously unselected package libpcre2-32-0:amd64. [2023-05-05T19:03:32.281Z] #31 48.19 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 48.20 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 48.30 Selecting previously unselected package libpcre2-posix2:amd64. [2023-05-05T19:03:32.281Z] #31 48.30 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 48.31 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 48.44 Selecting previously unselected package libpcre2-dev:amd64. [2023-05-05T19:03:32.281Z] #31 48.44 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 48.45 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 48.68 Selecting previously unselected package libselinux1-dev:amd64. [2023-05-05T19:03:32.281Z] #31 48.69 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 48.70 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:03:32.281Z] #31 48.85 Selecting previously unselected package libdevmapper-dev:amd64. [2023-05-05T19:03:32.281Z] #31 48.85 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 48.86 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:32.281Z] #31 48.93 Selecting previously unselected package libseccomp-dev:amd64. [2023-05-05T19:03:32.281Z] #31 48.94 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 48.94 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 49.04 Selecting previously unselected package libsystemd-dev:amd64. [2023-05-05T19:03:32.281Z] #31 49.04 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:03:32.281Z] #31 49.06 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:32.281Z] #31 49.24 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 49.26 Setting up libapparmor1:amd64 (2.13.6-10) ... [2023-05-05T19:03:32.281Z] #31 49.28 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:32.281Z] #31 49.29 Setting up libsepol1-dev:amd64 (3.1-1) ... [2023-05-05T19:03:32.281Z] #31 49.31 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.33 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 49.38 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2023-05-05T19:03:32.281Z] #31 49.44 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 49.46 Setting up libudev-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:32.281Z] #31 49.49 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 49.50 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2023-05-05T19:03:32.281Z] #31 49.55 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2023-05-05T19:03:32.281Z] #31 49.59 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.65 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2023-05-05T19:03:32.281Z] #31 49.67 Setting up mingw-w64-common (8.0.0-1) ... [2023-05-05T19:03:32.281Z] #31 49.68 Setting up libsystemd-dev:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:03:32.281Z] #31 49.70 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2023-05-05T19:03:32.281Z] #31 49.73 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ... [2023-05-05T19:03:32.281Z] #31 49.75 Setting up libselinux1-dev:amd64 (3.1-3) ... [2023-05-05T19:03:32.281Z] #31 49.77 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.79 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.80 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:03:32.281Z] #31 49.82 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.83 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2023-05-05T19:03:32.281Z] #31 49.84 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2023-05-05T19:03:32.281Z] #31 49.88 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.89 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2023-05-05T19:03:32.281Z] #31 49.92 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.96 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2023-05-05T19:03:32.281Z] #31 49.99 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:32.281Z] #31 50.03 Setting up dmsetup (2:1.02.175-2.1) ... [2023-05-05T19:03:32.281Z] #31 50.09 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:32.281Z] #31 50.21 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2023-05-05T19:03:32.281Z] #31 50.27 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:33.340Z] [2023-05-05T19:03:33.340Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-05-05T19:03:33.639Z] #42 ... [2023-05-05T19:03:33.639Z] [2023-05-05T19:03:33.639Z] #43 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-05-05T19:03:33.639Z] #43 DONE 2.6s [2023-05-05T19:03:33.904Z] #65 DONE 0.2s [2023-05-05T19:03:33.904Z] [2023-05-05T19:03:33.904Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-05-05T19:03:33.904Z] #66 DONE 0.1s [2023-05-05T19:03:33.904Z] [2023-05-05T19:03:33.904Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-05-05T19:03:33.907Z] [2023-05-05T19:03:33.907Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:33.907Z] #39 22.92 DEP criu/arch/x86/sigaction_compat.d [2023-05-05T19:03:33.907Z] #39 22.98 DEP criu/arch/x86/kerndat.d [2023-05-05T19:03:33.907Z] #39 23.06 DEP criu/arch/x86/crtools.d [2023-05-05T19:03:33.907Z] #39 23.11 DEP criu/arch/x86/cpu.d [2023-05-05T19:03:33.907Z] #39 23.17 CC criu/arch/x86/cpu.o [2023-05-05T19:03:33.907Z] #39 23.39 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:33.908Z] #39 23.39 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:33.908Z] #39 23.39 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:33.908Z] #39 23.39 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:33.908Z] #39 23.39 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:33.908Z] #39 23.40 CC criu/arch/x86/crtools.o [2023-05-05T19:03:33.908Z] #39 23.77 CC criu/arch/x86/kerndat.o [2023-05-05T19:03:33.908Z] #39 23.94 CC criu/arch/x86/sigaction_compat.o [2023-05-05T19:03:33.908Z] #39 24.02 CC criu/arch/x86/sigframe.o [2023-05-05T19:03:33.908Z] #39 24.09 LINK criu/arch/x86/crtools.built-in.o [2023-05-05T19:03:33.908Z] #39 24.13 DEP criu/pie/util-vdso-elf32.d [2023-05-05T19:03:33.908Z] #39 24.21 DEP criu/pie/util-vdso.d [2023-05-05T19:03:33.908Z] #39 24.29 DEP criu/pie/util.d [2023-05-05T19:03:33.908Z] #39 24.36 CC criu/pie/util.o [2023-05-05T19:03:33.908Z] #39 24.47 CC criu/pie/util-vdso.o [2023-05-05T19:03:33.908Z] #39 24.68 CC criu/pie/util-vdso-elf32.o [2023-05-05T19:03:33.908Z] #39 24.87 AR criu/pie/pie.lib.a [2023-05-05T19:03:33.908Z] #39 24.93 DEP criu/pie/restorer.d [2023-05-05T19:03:33.908Z] #39 25.00 DEP criu/arch/x86/sigaction_compat_pie.d [2023-05-05T19:03:33.908Z] #39 25.04 DEP criu/arch/x86/restorer_unmap.d [2023-05-05T19:03:33.908Z] #39 25.05 DEP criu/arch/x86/restorer.d [2023-05-05T19:03:33.908Z] #39 25.13 DEP criu/arch/x86/vdso-pie.d [2023-05-05T19:03:33.908Z] #39 25.18 DEP criu/pie/parasite-vdso.d [2023-05-05T19:03:33.908Z] #39 25.25 DEP criu/pie/parasite.d [2023-05-05T19:03:33.908Z] #39 25.34 CC criu/pie/parasite.o [2023-05-05T19:03:33.908Z] #39 25.75 LINK criu/pie/parasite.built-in.o [2023-05-05T19:03:33.908Z] #39 25.77 GEN criu/pie/parasite-blob.h [2023-05-05T19:03:33.908Z] #39 25.78 CC criu/pie/parasite-vdso.o [2023-05-05T19:03:34.005Z] #37 39.17 CC criu/cr-service.o [2023-05-05T19:03:34.161Z] #67 DONE 0.2s [2023-05-05T19:03:34.161Z] [2023-05-05T19:03:34.161Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-05-05T19:03:34.161Z] #68 DONE 0.1s [2023-05-05T19:03:34.161Z] [2023-05-05T19:03:34.161Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-05-05T19:03:34.161Z] #69 DONE 0.0s [2023-05-05T19:03:34.161Z] [2023-05-05T19:03:34.161Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-05-05T19:03:34.169Z] #39 26.00 CC criu/arch/x86/vdso-pie.o [2023-05-05T19:03:34.169Z] #39 26.08 CC criu/arch/x86/restorer.o [2023-05-05T19:03:34.174Z] #31 ... [2023-05-05T19:03:34.174Z] [2023-05-05T19:03:34.174Z] #21 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:03:34.174Z] #21 52.54 + dpkg --print-architecture [2023-05-05T19:03:34.174Z] #21 52.54 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-05-05T19:03:34.299Z] #37 39.73 CC criu/crtools.o [2023-05-05T19:03:34.428Z] #39 26.25 CC criu/arch/x86/restorer_unmap.o [2023-05-05T19:03:34.428Z] #39 26.28 CC criu/arch/x86/sigaction_compat_pie.o [2023-05-05T19:03:34.428Z] #39 26.36 CC criu/pie/restorer.o [2023-05-05T19:03:34.563Z] #37 39.95 CC criu/eventfd.o [2023-05-05T19:03:34.563Z] #37 40.08 CC criu/eventpoll.o [2023-05-05T19:03:34.687Z] #21 52.90 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-05-05T19:03:34.687Z] #21 52.90 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-05-05T19:03:35.092Z] #70 DONE 1.1s [2023-05-05T19:03:35.126Z] #37 40.40 CC criu/external.o [2023-05-05T19:03:35.126Z] #37 40.54 CC criu/fault-injection.o [2023-05-05T19:03:35.126Z] #37 40.59 CC criu/fdstore.o [2023-05-05T19:03:35.350Z] [2023-05-05T19:03:35.350Z] #71 exporting to image [2023-05-05T19:03:35.350Z] #71 exporting layers [2023-05-05T19:03:35.377Z] #39 ... [2023-05-05T19:03:35.377Z] [2023-05-05T19:03:35.377Z] #44 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-05-05T19:03:35.377Z] #44 DONE 1.7s [2023-05-05T19:03:35.377Z] [2023-05-05T19:03:35.377Z] #42 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:35.377Z] #42 4.210 + cd /tmp/tmp.OZcAcVJYXB/src/github.com/opencontainers/runc [2023-05-05T19:03:35.377Z] #42 4.210 + git checkout -q v1.1.7 [2023-05-05T19:03:35.377Z] #42 4.414 + '[' -z '' ']' [2023-05-05T19:03:35.377Z] #42 4.414 + target=static [2023-05-05T19:03:35.377Z] #42 4.414 + make BUILDTAGS=seccomp static [2023-05-05T19:03:35.382Z] #37 40.72 CC criu/fifo.o [2023-05-05T19:03:35.382Z] #37 40.85 CC criu/file-ids.o [2023-05-05T19:03:35.545Z] #52 ... [2023-05-05T19:03:35.545Z] [2023-05-05T19:03:35.545Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:35.545Z] #37 73.99 + bin/containerd-shim-runc-v1 [2023-05-05T19:03:35.545Z] #37 76.11 + bin/containerd-shim-runc-v2 [2023-05-05T19:03:35.545Z] #37 76.68 + binaries [2023-05-05T19:03:35.545Z] #37 76.68 + install -D bin/containerd /build/containerd [2023-05-05T19:03:35.545Z] #37 76.71 + install -D bin/containerd-shim /build/containerd-shim [2023-05-05T19:03:35.545Z] #37 76.72 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-05-05T19:03:35.545Z] #37 76.73 + install -D bin/ctr /build/ctr [2023-05-05T19:03:35.639Z] #37 40.97 CC criu/file-lock.o [2023-05-05T19:03:35.805Z] #37 DONE 77.8s [2023-05-05T19:03:35.805Z] [2023-05-05T19:03:35.805Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:03:35.805Z] #52 5.760 Collecting yamllint==1.26.1 [2023-05-05T19:03:35.896Z] #37 41.29 CC criu/files-ext.o [2023-05-05T19:03:35.948Z] #42 4.733 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.7-0-g860f061b -X main.version=1.1.7 " -o runc . [2023-05-05T19:03:36.055Z] #21 ... [2023-05-05T19:03:36.055Z] [2023-05-05T19:03:36.055Z] #31 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2023-05-05T19:03:36.055Z] #31 DONE 54.2s [2023-05-05T19:03:36.055Z] [2023-05-05T19:03:36.055Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:36.055Z] #39 26.76 DEP criu/pie/util.d [2023-05-05T19:03:36.055Z] #39 26.90 CC criu/pie/util.o [2023-05-05T19:03:36.055Z] #39 27.02 CC criu/pie/util-vdso.o [2023-05-05T19:03:36.055Z] #39 27.23 CC criu/pie/util-vdso-elf32.o [2023-05-05T19:03:36.055Z] #39 27.42 AR criu/pie/pie.lib.a [2023-05-05T19:03:36.055Z] #39 27.49 DEP criu/pie/restorer.d [2023-05-05T19:03:36.055Z] #39 27.62 DEP criu/arch/x86/sigaction_compat_pie.d [2023-05-05T19:03:36.055Z] #39 27.66 DEP criu/arch/x86/restorer_unmap.d [2023-05-05T19:03:36.055Z] #39 27.67 DEP criu/arch/x86/restorer.d [2023-05-05T19:03:36.055Z] #39 27.75 DEP criu/arch/x86/vdso-pie.d [2023-05-05T19:03:36.055Z] #39 27.79 DEP criu/pie/parasite-vdso.d [2023-05-05T19:03:36.055Z] #39 27.86 DEP criu/pie/parasite.d [2023-05-05T19:03:36.055Z] #39 27.93 CC criu/pie/parasite.o [2023-05-05T19:03:36.055Z] #39 28.28 LINK criu/pie/parasite.built-in.o [2023-05-05T19:03:36.055Z] #39 28.29 GEN criu/pie/parasite-blob.h [2023-05-05T19:03:36.055Z] #39 28.30 CC criu/pie/parasite-vdso.o [2023-05-05T19:03:36.055Z] #39 28.51 CC criu/arch/x86/vdso-pie.o [2023-05-05T19:03:36.055Z] #39 28.62 CC criu/arch/x86/restorer.o [2023-05-05T19:03:36.055Z] #39 28.83 CC criu/arch/x86/restorer_unmap.o [2023-05-05T19:03:36.055Z] #39 28.87 CC criu/arch/x86/sigaction_compat_pie.o [2023-05-05T19:03:36.055Z] #39 28.98 CC criu/pie/restorer.o [2023-05-05T19:03:36.055Z] #39 29.81 LINK criu/pie/restorer.built-in.o [2023-05-05T19:03:36.055Z] #39 29.81 GEN criu/pie/restorer-blob.h [2023-05-05T19:03:36.055Z] #39 29.90 DEP criu/vdso.d [2023-05-05T19:03:36.055Z] #39 29.99 DEP criu/vdso-compat.d [2023-05-05T19:03:36.055Z] #39 30.03 DEP criu/uts_ns.d [2023-05-05T19:03:36.055Z] #39 30.08 DEP criu/util.d [2023-05-05T19:03:36.055Z] #39 30.14 DEP criu/uffd.d [2023-05-05T19:03:36.055Z] #39 30.21 DEP criu/tun.d [2023-05-05T19:03:36.055Z] #39 30.27 DEP criu/tty.d [2023-05-05T19:03:36.055Z] #39 30.38 DEP criu/timerfd.d [2023-05-05T19:03:36.055Z] #39 30.45 DEP criu/timens.d [2023-05-05T19:03:36.055Z] #39 30.52 DEP criu/sysfs_parse.d [2023-05-05T19:03:36.055Z] #39 30.58 DEP criu/sysctl.d [2023-05-05T19:03:36.055Z] #39 30.66 DEP criu/string.d [2023-05-05T19:03:36.154Z] #37 41.42 CC criu/files-reg.o [2023-05-05T19:03:36.312Z] #39 30.68 DEP criu/stats.d [2023-05-05T19:03:36.312Z] #39 30.72 DEP criu/sockets.d [2023-05-05T19:03:36.312Z] #39 30.83 DEP criu/sk-unix.d [2023-05-05T19:03:36.312Z] #39 30.90 DEP criu/sk-tcp.d [2023-05-05T19:03:36.569Z] #39 30.99 DEP criu/sk-queue.d [2023-05-05T19:03:36.569Z] #39 31.05 DEP criu/sk-packet.d [2023-05-05T19:03:36.569Z] #39 31.11 DEP criu/sk-netlink.d [2023-05-05T19:03:36.569Z] #39 31.19 DEP criu/sk-inet.d [2023-05-05T19:03:36.721Z] #37 42.21 CC criu/files.o [2023-05-05T19:03:36.826Z] #39 31.28 DEP criu/signalfd.d [2023-05-05T19:03:36.826Z] #39 31.33 DEP criu/sigframe.d [2023-05-05T19:03:36.826Z] #39 31.36 DEP criu/shmem.d [2023-05-05T19:03:36.826Z] #39 31.48 DEP criu/servicefd.d [2023-05-05T19:03:36.894Z] #42 ... [2023-05-05T19:03:36.895Z] [2023-05-05T19:03:36.895Z] #45 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-05-05T19:03:36.895Z] #0 1.018 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-05-05T19:03:36.895Z] #45 DONE 1.4s [2023-05-05T19:03:36.895Z] [2023-05-05T19:03:36.895Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:36.895Z] #39 27.40 LINK criu/pie/restorer.built-in.o [2023-05-05T19:03:36.895Z] #39 27.41 GEN criu/pie/restorer-blob.h [2023-05-05T19:03:36.895Z] #39 27.48 DEP criu/vdso.d [2023-05-05T19:03:36.895Z] #39 27.54 DEP criu/vdso-compat.d [2023-05-05T19:03:36.895Z] #39 27.63 DEP criu/uts_ns.d [2023-05-05T19:03:36.895Z] #39 27.70 DEP criu/util.d [2023-05-05T19:03:36.895Z] #39 27.79 DEP criu/uffd.d [2023-05-05T19:03:36.895Z] #39 27.86 DEP criu/tun.d [2023-05-05T19:03:36.895Z] #39 27.92 DEP criu/tty.d [2023-05-05T19:03:36.895Z] #39 27.99 DEP criu/timerfd.d [2023-05-05T19:03:36.895Z] #39 28.08 DEP criu/timens.d [2023-05-05T19:03:36.895Z] #39 28.17 DEP criu/sysfs_parse.d [2023-05-05T19:03:36.895Z] #39 28.25 DEP criu/sysctl.d [2023-05-05T19:03:36.895Z] #39 28.32 DEP criu/string.d [2023-05-05T19:03:36.895Z] #39 28.35 DEP criu/stats.d [2023-05-05T19:03:36.895Z] #39 28.41 DEP criu/sockets.d [2023-05-05T19:03:36.895Z] #39 28.47 DEP criu/sk-unix.d [2023-05-05T19:03:36.895Z] #39 28.56 DEP criu/sk-tcp.d [2023-05-05T19:03:36.895Z] #39 28.63 DEP criu/sk-queue.d [2023-05-05T19:03:36.895Z] #39 28.69 DEP criu/sk-packet.d [2023-05-05T19:03:36.895Z] #39 28.77 DEP criu/sk-netlink.d [2023-05-05T19:03:36.895Z] #39 28.82 DEP criu/sk-inet.d [2023-05-05T19:03:37.083Z] #39 31.56 DEP criu/seize.d [2023-05-05T19:03:37.083Z] #39 31.62 DEP criu/seccomp.d [2023-05-05T19:03:37.083Z] #39 31.69 DEP criu/rst-malloc.d [2023-05-05T19:03:37.083Z] #39 31.73 DEP criu/rbtree.d [2023-05-05T19:03:37.155Z] #39 28.92 DEP criu/signalfd.d [2023-05-05T19:03:37.155Z] #39 28.98 DEP criu/sigframe.d [2023-05-05T19:03:37.155Z] #39 29.03 DEP criu/shmem.d [2023-05-05T19:03:37.155Z] #39 29.13 DEP criu/servicefd.d [2023-05-05T19:03:37.186Z] #52 6.814 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-05-05T19:03:37.186Z] #52 7.124 Collecting pathspec>=0.5.3 [2023-05-05T19:03:37.186Z] #52 7.128 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-05-05T19:03:37.186Z] #52 7.220 Collecting pyyaml [2023-05-05T19:03:37.286Z] #37 ... [2023-05-05T19:03:37.286Z] [2023-05-05T19:03:37.286Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:37.286Z] #0 1.430 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:03:37.286Z] #0 1.441 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:03:37.286Z] #0 1.442 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:03:37.286Z] #0 1.828 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:03:37.286Z] #0 2.156 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:03:37.286Z] #0 2.532 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:03:37.286Z] #0 3.698 Fetched 8644 kB in 3s (3430 kB/s) [2023-05-05T19:03:37.286Z] #0 3.698 Reading package lists... [2023-05-05T19:03:37.286Z] #0 4.518 Reading package lists... [2023-05-05T19:03:37.286Z] #0 5.306 Building dependency tree... [2023-05-05T19:03:37.286Z] #0 5.693 The following additional packages will be installed: [2023-05-05T19:03:37.286Z] #0 5.693 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:37.286Z] #0 5.693 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-05-05T19:03:37.286Z] #0 5.694 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-05-05T19:03:37.286Z] #0 5.694 python3-pkg-resources vim-runtime xxd [2023-05-05T19:03:37.286Z] #0 5.695 Suggested packages: [2023-05-05T19:03:37.286Z] #0 5.695 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-05-05T19:03:37.286Z] #0 5.695 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-05-05T19:03:37.286Z] #0 5.695 acl attr quota [2023-05-05T19:03:37.286Z] #0 5.695 Recommended packages: [2023-05-05T19:03:37.286Z] #0 5.695 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-05-05T19:03:37.286Z] #0 6.127 The following NEW packages will be installed: [2023-05-05T19:03:37.286Z] #0 6.128 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-05-05T19:03:37.286Z] #0 6.128 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:37.286Z] #0 6.128 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-05-05T19:03:37.286Z] #0 6.129 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-05-05T19:03:37.286Z] #0 6.129 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-05-05T19:03:37.286Z] #0 6.129 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-05-05T19:03:37.286Z] #0 6.129 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-05-05T19:03:37.286Z] #0 6.129 xz-utils zip [2023-05-05T19:03:37.286Z] #0 6.410 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:03:37.286Z] #0 6.410 Need to get 27.0 MB of archives. [2023-05-05T19:03:37.286Z] #0 6.410 After this operation, 104 MB of additional disk space will be used. [2023-05-05T19:03:37.286Z] #0 6.410 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-05-05T19:03:37.286Z] #0 6.414 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-05-05T19:03:37.286Z] #0 6.416 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-05-05T19:03:37.286Z] #0 6.418 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:03:37.286Z] #0 6.419 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-05-05T19:03:37.286Z] #0 6.422 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-05-05T19:03:37.286Z] #0 6.423 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-05-05T19:03:37.286Z] #0 6.424 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-05-05T19:03:37.286Z] #0 6.435 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:03:37.286Z] #0 6.438 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:03:37.286Z] #0 6.456 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-05-05T19:03:37.286Z] #0 6.459 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-05-05T19:03:37.286Z] #0 6.460 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-05-05T19:03:37.286Z] #0 6.464 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-05-05T19:03:37.286Z] #0 6.482 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-05-05T19:03:37.286Z] #0 6.485 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-05-05T19:03:37.286Z] #0 6.485 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-05-05T19:03:37.286Z] #0 6.486 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-05-05T19:03:37.286Z] #0 6.488 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-05-05T19:03:37.286Z] #0 6.488 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-05-05T19:03:37.286Z] #0 6.496 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-05-05T19:03:37.286Z] #0 6.496 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:03:37.286Z] #0 6.498 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:03:37.286Z] #0 6.500 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:03:37.286Z] #0 6.500 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-05-05T19:03:37.286Z] #0 6.512 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-05-05T19:03:37.286Z] #0 6.513 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:03:37.286Z] #0 6.610 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-05-05T19:03:37.286Z] #0 6.610 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:03:37.286Z] #0 6.610 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:03:37.286Z] #0 6.610 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:03:37.286Z] #0 6.610 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-05-05T19:03:37.286Z] #0 6.613 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-05-05T19:03:37.286Z] #0 6.614 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-05-05T19:03:37.286Z] #0 6.637 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-05-05T19:03:37.286Z] #0 6.638 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-05-05T19:03:37.286Z] #0 6.640 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:03:37.286Z] #0 6.642 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-05-05T19:03:37.286Z] #0 6.646 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-05-05T19:03:37.286Z] #0 6.647 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-05-05T19:03:37.286Z] #0 6.650 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-05-05T19:03:37.286Z] #0 6.670 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-05-05T19:03:37.286Z] #0 6.674 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-05-05T19:03:37.286Z] #0 6.680 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-05-05T19:03:37.286Z] #50 6.804 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-05-05T19:03:37.286Z] #50 6.807 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-05-05T19:03:37.286Z] #50 6.844 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-05-05T19:03:37.340Z] #39 31.75 DEP criu/pstree.d [2023-05-05T19:03:37.340Z] #39 31.82 DEP criu/protobuf.d [2023-05-05T19:03:37.340Z] #39 31.87 GEN criu/protobuf-desc-gen.h [2023-05-05T19:03:37.416Z] #39 ... [2023-05-05T19:03:37.416Z] [2023-05-05T19:03:37.416Z] #33 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:03:37.416Z] #33 50.22 + dpkg --print-architecture [2023-05-05T19:03:37.416Z] #33 50.22 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2023-05-05T19:03:37.416Z] #33 50.55 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2023-05-05T19:03:37.416Z] #33 50.55 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2023-05-05T19:03:37.416Z] #33 DONE 59.1s [2023-05-05T19:03:37.416Z] [2023-05-05T19:03:37.416Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:37.416Z] #39 29.20 DEP criu/seize.d [2023-05-05T19:03:37.416Z] #39 29.26 DEP criu/seccomp.d [2023-05-05T19:03:37.416Z] #39 29.32 DEP criu/rst-malloc.d [2023-05-05T19:03:37.416Z] #39 29.35 DEP criu/rbtree.d [2023-05-05T19:03:37.445Z] #52 7.226 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2023-05-05T19:03:37.445Z] #52 7.248 Building wheels for collected packages: yamllint [2023-05-05T19:03:37.445Z] #52 7.249 Building wheel for yamllint (setup.py): started [2023-05-05T19:03:37.445Z] #52 7.500 Building wheel for yamllint (setup.py): finished with status 'done' [2023-05-05T19:03:37.544Z] #50 7.029 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:03:37.544Z] #50 7.092 Fetched 27.0 MB in 1s (39.0 MB/s) [2023-05-05T19:03:37.544Z] #50 7.140 Selecting previously unselected package pigz. [2023-05-05T19:03:37.544Z] #50 7.140 (Reading database ... [2023-05-05T19:03:37.544Z] #50 ... [2023-05-05T19:03:37.544Z] [2023-05-05T19:03:37.544Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:37.544Z] #37 43.05 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:37.544Z] #37 43.05 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-05-05T19:03:37.544Z] #37 43.10 CC criu/filesystems.o [2023-05-05T19:03:37.598Z] #39 ... [2023-05-05T19:03:37.598Z] [2023-05-05T19:03:37.598Z] #42 [dev-systemd-false 1/27] RUN groupadd -r docker [2023-05-05T19:03:37.598Z] #42 DONE 1.9s [2023-05-05T19:03:37.598Z] [2023-05-05T19:03:37.598Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:37.598Z] #0 1.288 + RM_GOPATH=0 [2023-05-05T19:03:37.598Z] #0 1.289 + TMP_GOPATH= [2023-05-05T19:03:37.598Z] #0 1.289 + : /build [2023-05-05T19:03:37.598Z] #0 1.289 + '[' -z '' ']' [2023-05-05T19:03:37.598Z] #0 1.290 ++ mktemp -d [2023-05-05T19:03:37.598Z] #0 1.291 + export GOPATH=/tmp/tmp.ZjphrCdzFW [2023-05-05T19:03:37.598Z] #0 1.291 + GOPATH=/tmp/tmp.ZjphrCdzFW [2023-05-05T19:03:37.598Z] #0 1.292 + RM_GOPATH=1 [2023-05-05T19:03:37.598Z] #0 1.292 + case "$(go env GOARCH)" in [2023-05-05T19:03:37.598Z] #0 1.292 ++ go env GOARCH [2023-05-05T19:03:37.598Z] #0 1.309 + export GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:37.598Z] #0 1.309 + GO_BUILDMODE=-buildmode=pie [2023-05-05T19:03:37.598Z] #0 1.312 ++ dirname /tmp/install/install.sh [2023-05-05T19:03:37.598Z] #0 1.313 + dir=/tmp/install [2023-05-05T19:03:37.598Z] #0 1.313 + bin=runc [2023-05-05T19:03:37.598Z] #0 1.313 + shift [2023-05-05T19:03:37.598Z] #0 1.313 + '[' '!' -f /tmp/install/runc.installer ']' [2023-05-05T19:03:37.598Z] #0 1.313 + . /tmp/install/runc.installer [2023-05-05T19:03:37.598Z] #0 1.313 ++ set -e [2023-05-05T19:03:37.598Z] #0 1.313 ++ : v1.1.7 [2023-05-05T19:03:37.598Z] #0 1.313 + install_runc [2023-05-05T19:03:37.598Z] #0 1.313 + RUNC_BUILDTAGS=seccomp [2023-05-05T19:03:37.598Z] #0 1.313 + echo 'Install runc version v1.1.7 (build tags: seccomp)' [2023-05-05T19:03:37.598Z] #0 1.313 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZjphrCdzFW/src/github.com/opencontainers/runc [2023-05-05T19:03:37.598Z] #0 1.313 Install runc version v1.1.7 (build tags: seccomp) [2023-05-05T19:03:37.598Z] #0 1.318 Cloning into '/tmp/tmp.ZjphrCdzFW/src/github.com/opencontainers/runc'... [2023-05-05T19:03:37.678Z] #39 29.37 DEP criu/pstree.d [2023-05-05T19:03:37.678Z] #39 29.47 DEP criu/protobuf.d [2023-05-05T19:03:37.678Z] #39 29.52 GEN criu/protobuf-desc-gen.h [2023-05-05T19:03:37.705Z] #52 7.500 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=96e18515460246d627f4fb05c318c05fe1ff9fd2cc10577f94e77de6eaa29acf [2023-05-05T19:03:37.705Z] #52 7.500 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-05-05T19:03:37.705Z] #52 7.503 Successfully built yamllint [2023-05-05T19:03:37.705Z] #52 7.510 Installing collected packages: pyyaml, pathspec, yamllint [2023-05-05T19:03:37.705Z] #52 7.623 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-05-05T19:03:37.705Z] #52 DONE 7.7s [2023-05-05T19:03:37.965Z] [2023-05-05T19:03:37.965Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-05-05T19:03:37.965Z] #53 DONE 0.1s [2023-05-05T19:03:37.965Z] [2023-05-05T19:03:37.965Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-05-05T19:03:37.965Z] #54 DONE 0.1s [2023-05-05T19:03:37.965Z] [2023-05-05T19:03:37.965Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-05-05T19:03:37.965Z] #55 DONE 0.1s [2023-05-05T19:03:37.965Z] [2023-05-05T19:03:37.965Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-05-05T19:03:37.965Z] #56 DONE 0.1s [2023-05-05T19:03:37.965Z] [2023-05-05T19:03:37.965Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-05-05T19:03:37.965Z] #57 DONE 0.0s [2023-05-05T19:03:38.108Z] #37 43.38 CC criu/fsnotify.o [2023-05-05T19:03:38.225Z] [2023-05-05T19:03:38.225Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-05-05T19:03:38.225Z] #58 DONE 0.1s [2023-05-05T19:03:38.225Z] [2023-05-05T19:03:38.226Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-05-05T19:03:38.226Z] #59 DONE 0.0s [2023-05-05T19:03:38.226Z] [2023-05-05T19:03:38.226Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-05-05T19:03:38.226Z] #60 DONE 0.1s [2023-05-05T19:03:38.226Z] [2023-05-05T19:03:38.226Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-05-05T19:03:38.226Z] #61 DONE 0.0s [2023-05-05T19:03:38.365Z] #37 43.81 CC criu/image-desc.o [2023-05-05T19:03:38.365Z] #37 43.87 CC criu/image.o [2023-05-05T19:03:38.485Z] [2023-05-05T19:03:38.485Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-05-05T19:03:38.485Z] #62 DONE 0.1s [2023-05-05T19:03:38.485Z] [2023-05-05T19:03:38.485Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-05-05T19:03:38.485Z] #63 DONE 0.0s [2023-05-05T19:03:38.485Z] [2023-05-05T19:03:38.485Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-05-05T19:03:38.485Z] #64 DONE 0.1s [2023-05-05T19:03:38.745Z] [2023-05-05T19:03:38.745Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-05-05T19:03:38.929Z] #37 44.27 CC criu/ipc_ns.o [2023-05-05T19:03:39.060Z] #39 ... [2023-05-05T19:03:39.060Z] [2023-05-05T19:03:39.060Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-05-05T19:03:39.060Z] #46 DONE 2.2s [2023-05-05T19:03:39.186Z] #37 44.71 CC criu/irmap.o [2023-05-05T19:03:39.314Z] #65 DONE 0.7s [2023-05-05T19:03:39.314Z] [2023-05-05T19:03:39.314Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-05-05T19:03:39.314Z] #66 DONE 0.1s [2023-05-05T19:03:39.314Z] [2023-05-05T19:03:39.314Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-05-05T19:03:39.320Z] [2023-05-05T19:03:39.320Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:39.320Z] #39 31.04 DEP criu/protobuf-desc.d [2023-05-05T19:03:39.320Z] #39 31.10 DEP criu/proc_parse.d [2023-05-05T19:03:39.320Z] #39 31.21 DEP criu/plugin.d [2023-05-05T19:03:39.320Z] #39 31.26 DEP criu/pipes.d [2023-05-05T19:03:39.320Z] #39 31.32 DEP criu/pie-util.d [2023-05-05T19:03:39.443Z] #37 44.98 CC criu/kcmp-ids.o [2023-05-05T19:03:39.526Z] #71 exporting layers 3.8s done [2023-05-05T19:03:39.526Z] #71 writing image sha256:074ce215020fbfbb94d0e71b57d90f9671af69817e75981d38e7a23c6eed000f done [2023-05-05T19:03:39.526Z] #71 naming to docker.io/library/docker:db9ab6438debd1b262c29479a23b4e972405ff75 done [2023-05-05T19:03:39.526Z] #71 DONE 3.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2023-05-05T19:03:39.581Z] #39 31.37 DEP criu/pie-util-vdso.d [2023-05-05T19:03:39.581Z] #39 31.42 DEP criu/pie-util-vdso-elf32.d [2023-05-05T19:03:39.700Z] #37 45.16 CC criu/kerndat.o [2023-05-05T19:03:39.842Z] #39 31.48 DEP criu/path.d [2023-05-05T19:03:39.842Z] #39 31.56 DEP criu/parasite-syscall.d [2023-05-05T19:03:39.842Z] #39 31.63 DEP criu/pagemap.d [2023-05-05T19:03:39.842Z] #39 31.73 DEP criu/pagemap-cache.d [2023-05-05T19:03:39.844Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45406/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/validate/default [2023-05-05T19:03:39.884Z] #67 DONE 0.6s [2023-05-05T19:03:40.103Z] #39 31.78 DEP criu/page-xfer.d [2023-05-05T19:03:40.103Z] #39 31.88 DEP criu/page-pipe.d [2023-05-05T19:03:40.103Z] #39 31.92 DEP criu/netfilter.d [2023-05-05T19:03:40.103Z] #39 31.97 DEP criu/net.d [2023-05-05T19:03:40.144Z] [2023-05-05T19:03:40.144Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-05-05T19:03:40.144Z] #68 DONE 0.0s [2023-05-05T19:03:40.144Z] [2023-05-05T19:03:40.144Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-05-05T19:03:40.144Z] #69 DONE 0.0s [2023-05-05T19:03:40.144Z] [2023-05-05T19:03:40.144Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-05-05T19:03:40.265Z] #37 45.60 CC criu/libnetlink.o [2023-05-05T19:03:40.265Z] #37 45.75 CC criu/log.o [2023-05-05T19:03:40.269Z] #43 ... [2023-05-05T19:03:40.269Z] [2023-05-05T19:03:40.269Z] #44 [dev-systemd-false 2/27] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-05-05T19:03:40.269Z] #44 DONE 2.5s [2023-05-05T19:03:40.364Z] #39 32.04 DEP criu/namespaces.d [2023-05-05T19:03:40.364Z] #39 32.10 DEP criu/mount.d [2023-05-05T19:03:40.364Z] #39 32.17 DEP criu/memfd.d [2023-05-05T19:03:40.364Z] #39 ... [2023-05-05T19:03:40.364Z] [2023-05-05T19:03:40.364Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-05-05T19:03:40.364Z] #47 DONE 1.4s [2023-05-05T19:03:40.364Z] [2023-05-05T19:03:40.364Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:40.364Z] #39 32.23 DEP criu/mem.d [2023-05-05T19:03:40.364Z] #39 32.31 DEP criu/lsm.d [2023-05-05T19:03:40.407Z] Congratulations! All commits are properly signed with the DCO! [2023-05-05T19:03:40.522Z] #37 45.98 CC criu/lsm.o [2023-05-05T19:03:40.535Z] [2023-05-05T19:03:40.535Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:40.535Z] #43 4.683 + cd /tmp/tmp.ZjphrCdzFW/src/github.com/opencontainers/runc [2023-05-05T19:03:40.535Z] #43 4.683 + git checkout -q v1.1.7 [2023-05-05T19:03:40.535Z] #43 4.916 + '[' -z '' ']' [2023-05-05T19:03:40.535Z] #43 4.919 + target=static [2023-05-05T19:03:40.535Z] #43 4.919 + make BUILDTAGS=seccomp static [2023-05-05T19:03:40.624Z] #39 32.38 DEP criu/log.d [2023-05-05T19:03:40.624Z] #39 32.44 DEP criu/libnetlink.d [2023-05-05T19:03:40.624Z] #39 32.49 DEP criu/kerndat.d [2023-05-05T19:03:40.624Z] #39 32.55 DEP criu/kcmp-ids.d [2023-05-05T19:03:40.780Z] #37 46.15 CC criu/mem.o [2023-05-05T19:03:40.884Z] #39 32.58 DEP criu/irmap.d [2023-05-05T19:03:40.884Z] #39 32.66 DEP criu/ipc_ns.d [2023-05-05T19:03:40.884Z] #39 32.72 DEP criu/image.d [2023-05-05T19:03:40.884Z] #39 32.76 DEP criu/image-desc.d [2023-05-05T19:03:40.884Z] #39 32.80 DEP criu/fsnotify.d [2023-05-05T19:03:40.884Z] #39 32.87 DEP criu/filesystems.d [2023-05-05T19:03:40.971Z] Congratulations! Seccomp profile generation is done correctly. [2023-05-05T19:03:40.972Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2023-05-05T19:03:41.084Z] #70 DONE 0.7s [2023-05-05T19:03:41.084Z] [2023-05-05T19:03:41.084Z] #71 exporting to image [2023-05-05T19:03:41.084Z] #71 exporting layers [2023-05-05T19:03:41.120Z] #43 5.303 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.7-0-g860f061b -X main.version=1.1.7 " -o runc . [2023-05-05T19:03:41.148Z] #39 32.91 DEP criu/files.d [2023-05-05T19:03:41.148Z] #39 33.01 DEP criu/files-reg.d [2023-05-05T19:03:41.148Z] #39 33.08 DEP criu/files-ext.d [2023-05-05T19:03:41.148Z] #39 33.14 DEP criu/file-lock.d [2023-05-05T19:03:41.345Z] #37 46.77 CC criu/memfd.o [2023-05-05T19:03:41.412Z] #39 33.21 DEP criu/file-ids.d [2023-05-05T19:03:41.412Z] #39 33.25 DEP criu/fifo.d [2023-05-05T19:03:41.412Z] #39 33.33 DEP criu/fdstore.d [2023-05-05T19:03:41.412Z] #39 33.37 DEP criu/fault-injection.d [2023-05-05T19:03:41.602Z] #37 47.00 CC criu/mount.o [2023-05-05T19:03:41.672Z] #39 33.39 DEP criu/external.d [2023-05-05T19:03:41.672Z] #39 33.44 DEP criu/eventpoll.d [2023-05-05T19:03:41.672Z] #39 33.51 DEP criu/eventfd.d [2023-05-05T19:03:41.672Z] #39 33.56 DEP criu/crtools.d [2023-05-05T19:03:41.672Z] #39 33.63 DEP criu/cr-service.d [2023-05-05T19:03:41.738Z] #43 ... [2023-05-05T19:03:41.738Z] [2023-05-05T19:03:41.738Z] #45 [dev-systemd-false 3/27] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2023-05-05T19:03:41.738Z] #0 1.074 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2023-05-05T19:03:41.738Z] #45 DONE 1.5s [2023-05-05T19:03:41.738Z] [2023-05-05T19:03:41.738Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:41.738Z] #39 33.23 DEP criu/protobuf-desc.d [2023-05-05T19:03:41.738Z] #39 33.28 DEP criu/proc_parse.d [2023-05-05T19:03:41.738Z] #39 33.37 DEP criu/plugin.d [2023-05-05T19:03:41.738Z] #39 33.40 DEP criu/pipes.d [2023-05-05T19:03:41.738Z] #39 33.48 DEP criu/pie-util.d [2023-05-05T19:03:41.738Z] #39 33.55 DEP criu/pie-util-vdso.d [2023-05-05T19:03:41.738Z] #39 33.63 DEP criu/pie-util-vdso-elf32.d [2023-05-05T19:03:41.738Z] #39 33.68 DEP criu/path.d [2023-05-05T19:03:41.738Z] #39 33.74 DEP criu/parasite-syscall.d [2023-05-05T19:03:41.738Z] #39 33.83 DEP criu/pagemap.d [2023-05-05T19:03:41.738Z] #39 33.89 DEP criu/pagemap-cache.d [2023-05-05T19:03:41.738Z] #39 33.93 DEP criu/page-xfer.d [2023-05-05T19:03:41.738Z] #39 34.00 DEP criu/page-pipe.d [2023-05-05T19:03:41.738Z] #39 34.04 DEP criu/netfilter.d [2023-05-05T19:03:41.738Z] #39 34.13 DEP criu/net.d [2023-05-05T19:03:41.738Z] #39 34.22 DEP criu/namespaces.d [2023-05-05T19:03:41.738Z] #39 34.31 DEP criu/mount.d [2023-05-05T19:03:41.738Z] #39 34.42 DEP criu/memfd.d [2023-05-05T19:03:41.738Z] #39 34.50 DEP criu/mem.d [2023-05-05T19:03:41.738Z] #39 34.56 DEP criu/lsm.d [2023-05-05T19:03:41.738Z] #39 34.60 DEP criu/log.d [2023-05-05T19:03:41.738Z] #39 34.64 DEP criu/libnetlink.d [2023-05-05T19:03:41.738Z] #39 34.70 DEP criu/kerndat.d [2023-05-05T19:03:41.738Z] #39 34.78 DEP criu/kcmp-ids.d [2023-05-05T19:03:41.738Z] #39 34.85 DEP criu/irmap.d [2023-05-05T19:03:41.738Z] #39 34.93 DEP criu/ipc_ns.d [2023-05-05T19:03:41.738Z] #39 34.99 DEP criu/image.d [2023-05-05T19:03:41.738Z] #39 35.09 DEP criu/image-desc.d [2023-05-05T19:03:41.738Z] #39 35.13 DEP criu/fsnotify.d [2023-05-05T19:03:41.738Z] #39 35.19 DEP criu/filesystems.d [2023-05-05T19:03:41.738Z] #39 35.26 DEP criu/files.d [2023-05-05T19:03:41.738Z] #39 35.33 DEP criu/files-reg.d [2023-05-05T19:03:41.738Z] #39 35.40 DEP criu/files-ext.d [2023-05-05T19:03:41.738Z] #39 35.47 DEP criu/file-lock.d [2023-05-05T19:03:41.738Z] #39 35.53 DEP criu/file-ids.d [2023-05-05T19:03:41.738Z] #39 35.60 DEP criu/fifo.d [2023-05-05T19:03:41.738Z] #39 35.67 DEP criu/fdstore.d [2023-05-05T19:03:41.738Z] #39 35.72 DEP criu/fault-injection.d [2023-05-05T19:03:41.738Z] #39 35.74 DEP criu/external.d [2023-05-05T19:03:41.738Z] #39 35.83 DEP criu/eventpoll.d [2023-05-05T19:03:41.738Z] #39 35.97 DEP criu/eventfd.d [2023-05-05T19:03:41.738Z] #39 36.04 DEP criu/crtools.d [2023-05-05T19:03:41.738Z] #39 36.11 DEP criu/cr-service.d [2023-05-05T19:03:41.738Z] #39 36.25 DEP criu/cr-restore.d [2023-05-05T19:03:41.738Z] #39 36.39 DEP criu/cr-errno.d [2023-05-05T19:03:41.934Z] #39 33.72 DEP criu/cr-restore.d [2023-05-05T19:03:41.934Z] #39 ... [2023-05-05T19:03:41.934Z] [2023-05-05T19:03:41.934Z] #48 [dev-systemd-false 6/27] RUN ldconfig [2023-05-05T19:03:41.934Z] #48 DONE 1.6s [2023-05-05T19:03:41.934Z] [2023-05-05T19:03:41.934Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:41.934Z] #39 33.80 DEP criu/cr-errno.d [2023-05-05T19:03:41.934Z] #39 33.85 DEP criu/cr-dump.d [2023-05-05T19:03:42.013Z] #39 36.40 DEP criu/cr-dump.d [2023-05-05T19:03:42.013Z] #39 36.52 DEP criu/cr-dedup.d [2023-05-05T19:03:42.013Z] #39 36.60 DEP criu/cr-check.d [2023-05-05T19:03:42.193Z] #39 33.94 DEP criu/cr-dedup.d [2023-05-05T19:03:42.194Z] #39 34.00 DEP criu/cr-check.d [2023-05-05T19:03:42.194Z] #39 34.07 DEP criu/config.d [2023-05-05T19:03:42.194Z] #39 34.12 DEP criu/clone-noasan.d [2023-05-05T19:03:42.194Z] #39 34.15 DEP criu/cgroup.d [2023-05-05T19:03:42.194Z] #39 34.20 DEP criu/cgroup-props.d [2023-05-05T19:03:42.281Z] #39 36.73 DEP criu/config.d [2023-05-05T19:03:42.281Z] #39 36.81 DEP criu/clone-noasan.d [2023-05-05T19:03:42.281Z] #39 36.88 DEP criu/cgroup.d [2023-05-05T19:03:42.454Z] #39 34.22 DEP criu/bitmap.d [2023-05-05T19:03:42.454Z] #39 34.24 DEP criu/bfd.d [2023-05-05T19:03:42.454Z] #39 34.29 DEP criu/autofs.d [2023-05-05T19:03:42.543Z] #39 37.00 DEP criu/cgroup-props.d [2023-05-05T19:03:42.543Z] #39 37.03 DEP criu/bitmap.d [2023-05-05T19:03:42.543Z] #39 37.05 DEP criu/bfd.d [2023-05-05T19:03:42.543Z] #39 37.10 DEP criu/autofs.d [2023-05-05T19:03:42.543Z] #39 37.18 DEP criu/aio.d [2023-05-05T19:03:42.714Z] #39 34.36 DEP criu/aio.d [2023-05-05T19:03:42.714Z] #39 34.42 DEP criu/action-scripts.d [2023-05-05T19:03:42.714Z] #39 34.54 CC criu/action-scripts.o [2023-05-05T19:03:42.802Z] #39 ... [2023-05-05T19:03:42.802Z] [2023-05-05T19:03:42.802Z] #46 [dev-systemd-false 4/27] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-05-05T19:03:42.802Z] #46 DONE 1.2s [2023-05-05T19:03:42.802Z] [2023-05-05T19:03:42.802Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:42.802Z] #39 37.27 DEP criu/action-scripts.d [2023-05-05T19:03:42.971Z] #37 48.57 CC criu/namespaces.o [2023-05-05T19:03:42.974Z] #39 34.80 CC criu/aio.o [2023-05-05T19:03:42.993Z] #71 exporting layers 2.3s done [2023-05-05T19:03:42.993Z] #71 writing image sha256:adaae59cea40a05d7308d76e72744e6169b62590e704ff5a418ad420b87ffd0c done [2023-05-05T19:03:42.993Z] #71 naming to docker.io/library/docker:db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:03:42.993Z] #71 naming to docker.io/library/docker:db9ab6438debd1b262c29479a23b4e972405ff75 done [2023-05-05T19:03:42.993Z] #71 DONE 2.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2023-05-05T19:03:43.059Z] #39 ... [2023-05-05T19:03:43.059Z] [2023-05-05T19:03:43.059Z] #21 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2023-05-05T19:03:43.059Z] #21 DONE 61.2s [2023-05-05T19:03:43.059Z] [2023-05-05T19:03:43.059Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:43.059Z] #39 37.40 CC criu/action-scripts.o [2023-05-05T19:03:43.059Z] #39 37.61 CC criu/aio.o [2023-05-05T19:03:43.229Z] #37 ... [2023-05-05T19:03:43.229Z] [2023-05-05T19:03:43.229Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:43.229Z] #50 7.140 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24023 files and directories currently installed.) [2023-05-05T19:03:43.229Z] #50 7.162 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.171 Unpacking pigz (2.6-1) ... [2023-05-05T19:03:43.229Z] #50 7.272 Selecting previously unselected package libelf1:amd64. [2023-05-05T19:03:43.229Z] #50 7.272 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.281 Unpacking libelf1:amd64 (0.183-1) ... [2023-05-05T19:03:43.229Z] #50 7.389 Selecting previously unselected package libbpf0:amd64. [2023-05-05T19:03:43.229Z] #50 7.404 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.415 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:03:43.229Z] #50 7.489 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:03:43.229Z] #50 7.493 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.506 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:43.229Z] #50 7.605 Selecting previously unselected package libmnl0:amd64. [2023-05-05T19:03:43.229Z] #50 7.605 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.610 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:03:43.229Z] #50 7.679 Selecting previously unselected package libxtables12:amd64. [2023-05-05T19:03:43.229Z] #50 7.679 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.683 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:03:43.229Z] #50 7.744 Selecting previously unselected package libcap2-bin. [2023-05-05T19:03:43.229Z] #50 7.744 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.747 Unpacking libcap2-bin (1:2.44-1) ... [2023-05-05T19:03:43.229Z] #50 7.822 Selecting previously unselected package iproute2. [2023-05-05T19:03:43.229Z] #50 7.822 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 7.827 Unpacking iproute2 (5.10.0-4) ... [2023-05-05T19:03:43.229Z] #50 8.026 Selecting previously unselected package xxd. [2023-05-05T19:03:43.229Z] #50 8.029 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 8.042 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:43.229Z] #50 8.119 Selecting previously unselected package vim-common. [2023-05-05T19:03:43.229Z] #50 8.122 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:03:43.229Z] #50 8.133 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:43.229Z] #50 8.220 Selecting previously unselected package bash-completion. [2023-05-05T19:03:43.229Z] #50 8.224 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-05-05T19:03:43.229Z] #50 10.14 Unpacking bash-completion (1:2.11-2) ... [2023-05-05T19:03:43.229Z] #50 10.33 Selecting previously unselected package bzip2. [2023-05-05T19:03:43.229Z] #50 10.33 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 10.34 Unpacking bzip2 (1.0.8-4) ... [2023-05-05T19:03:43.229Z] #50 10.41 Selecting previously unselected package xz-utils. [2023-05-05T19:03:43.229Z] #50 10.41 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 10.42 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:03:43.229Z] #50 10.53 Selecting previously unselected package apparmor. [2023-05-05T19:03:43.229Z] #50 10.53 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 10.62 Unpacking apparmor (2.13.6-10) ... [2023-05-05T19:03:43.229Z] #50 10.78 Selecting previously unselected package inetutils-ping. [2023-05-05T19:03:43.229Z] #50 10.78 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 10.78 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:03:43.229Z] #50 10.87 Selecting previously unselected package libip4tc2:amd64. [2023-05-05T19:03:43.229Z] #50 10.87 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 10.88 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:03:43.229Z] #50 10.94 Selecting previously unselected package libip6tc2:amd64. [2023-05-05T19:03:43.229Z] #50 10.94 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 10.95 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:03:43.229Z] #50 11.02 Selecting previously unselected package libnfnetlink0:amd64. [2023-05-05T19:03:43.229Z] #50 11.02 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.02 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:03:43.229Z] #50 11.09 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-05-05T19:03:43.229Z] #50 11.09 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:03:43.229Z] #50 11.17 Selecting previously unselected package libnftnl11:amd64. [2023-05-05T19:03:43.229Z] #50 11.17 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.17 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:03:43.229Z] #50 11.23 Selecting previously unselected package iptables. [2023-05-05T19:03:43.229Z] #50 11.23 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.23 Unpacking iptables (1.8.7-1) ... [2023-05-05T19:03:43.229Z] #50 11.39 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:03:43.229Z] #50 11.39 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.40 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:03:43.229Z] #50 11.50 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:03:43.229Z] #50 11.50 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.51 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:03:43.229Z] #50 11.60 Selecting previously unselected package jq. [2023-05-05T19:03:43.229Z] #50 11.60 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.61 Unpacking jq (1.6-2.1) ... [2023-05-05T19:03:43.229Z] #50 11.71 Selecting previously unselected package libaio1:amd64. [2023-05-05T19:03:43.229Z] #50 11.72 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.72 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:03:43.229Z] #50 11.77 Selecting previously unselected package libgpm2:amd64. [2023-05-05T19:03:43.229Z] #50 11.77 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.78 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:03:43.229Z] #50 11.88 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:03:43.229Z] #50 11.89 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:03:43.229Z] #50 11.89 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:03:43.233Z] #39 35.00 CC criu/autofs.o [2023-05-05T19:03:43.316Z] #39 37.84 CC criu/autofs.o [2023-05-05T19:03:43.328Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/test/unit [2023-05-05T19:03:43.805Z] #39 35.49 CC criu/bfd.o [2023-05-05T19:03:43.805Z] #39 35.68 CC criu/bitmap.o [2023-05-05T19:03:43.882Z] #39 38.31 CC criu/bfd.o [2023-05-05T19:03:43.882Z] #39 38.50 CC criu/bitmap.o [2023-05-05T19:03:43.882Z] #39 38.57 CC criu/cgroup-props.o [2023-05-05T19:03:44.066Z] #39 35.76 CC criu/cgroup-props.o [2023-05-05T19:03:44.168Z] #50 13.55 Selecting previously unselected package libinih1:amd64. [2023-05-05T19:03:44.168Z] #50 13.56 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-05-05T19:03:44.168Z] #50 13.58 Unpacking libinih1:amd64 (53-1+b2) ... [2023-05-05T19:03:44.326Z] #39 36.10 CC criu/cgroup.o [2023-05-05T19:03:44.326Z] #39 ... [2023-05-05T19:03:44.326Z] [2023-05-05T19:03:44.326Z] #49 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-05-05T19:03:44.326Z] #49 DONE 2.4s [2023-05-05T19:03:44.384Z] using credential docker-jenkins-github-credentials [2023-05-05T19:03:44.441Z] #50 13.95 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:03:44.441Z] #50 13.95 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:03:44.441Z] #50 13.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:44.444Z] #39 38.94 CC criu/cgroup.o [2023-05-05T19:03:44.464Z] Cloning the remote Git repository [2023-05-05T19:03:44.464Z] Cloning with configured refspecs honoured and without tags [2023-05-05T19:03:44.586Z] [2023-05-05T19:03:44.586Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:45.005Z] #50 ... [2023-05-05T19:03:45.005Z] [2023-05-05T19:03:45.005Z] #24 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:03:45.005Z] #24 72.55 + /build/golangci-lint --version [2023-05-05T19:03:45.005Z] #24 72.79 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-05-05T19:03:45.005Z] #24 DONE 75.0s [2023-05-05T19:03:45.005Z] [2023-05-05T19:03:45.005Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:45.005Z] #50 14.44 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:03:45.005Z] #50 14.44 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:03:45.005Z] #50 14.50 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:45.005Z] #50 ... [2023-05-05T19:03:45.005Z] [2023-05-05T19:03:45.005Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:45.005Z] #37 49.40 CC criu/net.o [2023-05-05T19:03:45.419Z] #39 ... [2023-05-05T19:03:45.419Z] [2023-05-05T19:03:45.419Z] #47 [dev-systemd-false 5/27] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-05-05T19:03:45.419Z] #47 DONE 2.3s [2023-05-05T19:03:45.419Z] [2023-05-05T19:03:45.419Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:45.419Z] #39 39.86 CC criu/clone-noasan.o [2023-05-05T19:03:45.419Z] #39 39.97 CC criu/config.o [2023-05-05T19:03:45.569Z] #37 50.91 CC criu/netfilter.o [2023-05-05T19:03:45.569Z] #37 51.09 CC criu/page-pipe.o [2023-05-05T19:03:45.826Z] #37 51.35 CC criu/page-xfer.o [2023-05-05T19:03:45.868Z] ? github.com/docker/docker/api [no test files] [2023-05-05T19:03:44.656Z] Cloning repository https://github.com/moby/moby.git [2023-05-05T19:03:45.060Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2023-05-05T19:03:45.968Z] #50 1.373 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:03:45.968Z] #50 1.385 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:03:45.968Z] #50 1.388 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:03:45.982Z] #39 40.47 CC criu/cr-check.o [2023-05-05T19:03:46.228Z] #50 1.711 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:03:46.238Z] #39 ... [2023-05-05T19:03:46.238Z] [2023-05-05T19:03:46.238Z] #48 [dev-systemd-false 6/27] RUN ldconfig [2023-05-05T19:03:46.238Z] #48 DONE 1.3s [2023-05-05T19:03:46.494Z] [2023-05-05T19:03:46.494Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:46.494Z] #39 41.06 CC criu/cr-dedup.o [2023-05-05T19:03:46.752Z] #39 41.24 CC criu/cr-dump.o [2023-05-05T19:03:46.756Z] #37 52.01 CC criu/pagemap-cache.o [2023-05-05T19:03:46.756Z] #37 52.21 CC criu/pagemap.o [2023-05-05T19:03:46.798Z] #50 2.284 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:03:47.013Z] #37 52.61 CC criu/parasite-syscall.o [2023-05-05T19:03:47.058Z] #50 2.691 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:03:47.576Z] #37 52.96 CC criu/path.o [2023-05-05T19:03:47.683Z] #39 42.06 CC criu/cr-errno.o [2023-05-05T19:03:47.683Z] #39 42.09 CC criu/cr-restore.o [2023-05-05T19:03:47.833Z] #37 53.09 CC criu/pie-util-vdso-elf32.o [2023-05-05T19:03:47.833Z] #37 53.27 CC criu/pie-util-vdso.o [2023-05-05T19:03:47.941Z] #39 ... [2023-05-05T19:03:47.941Z] [2023-05-05T19:03:47.941Z] #49 [dev-systemd-false 7/27] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-05-05T19:03:47.941Z] #49 DONE 1.5s [2023-05-05T19:03:47.941Z] [2023-05-05T19:03:47.941Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:47.999Z] #50 3.565 Fetched 8644 kB in 2s (3509 kB/s) [2023-05-05T19:03:48.090Z] #37 53.44 CC criu/pie-util.o [2023-05-05T19:03:48.090Z] #37 53.52 CC criu/pipes.o [2023-05-05T19:03:46.134Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:03:46.135Z] > git --version # timeout=10 [2023-05-05T19:03:46.196Z] > git --version # 'git version 2.24.1.windows.2' [2023-05-05T19:03:46.197Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:03:46.201Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:03:48.381Z] #37 53.82 CC criu/plugin.o [2023-05-05T19:03:48.638Z] #37 54.02 CC criu/proc_parse.o [2023-05-05T19:03:48.939Z] #50 3.565 Reading package lists... [2023-05-05T19:03:49.069Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2023-05-05T19:03:49.310Z] #50 1.309 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2023-05-05T19:03:49.310Z] #50 1.321 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-05-05T19:03:49.310Z] #50 1.321 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-05-05T19:03:49.510Z] #50 4.387 Reading package lists... [2023-05-05T19:03:49.566Z] #50 1.623 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2023-05-05T19:03:49.633Z] Congratulations! All API changes are done the right way. [2023-05-05T19:03:49.633Z] Congratulations! All TOML source files changed here have valid syntax. [2023-05-05T19:03:49.633Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2023-05-05T19:03:49.633Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2023-05-05T19:03:49.633Z] Congratulations! No new tests were added to integration-cli. [2023-05-05T19:03:49.633Z] [2023-05-05T19:03:49.633Z] INFO Start validation with golang-ci-lint [2023-05-05T19:03:49.633Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2023-05-05T19:03:49.633Z] INFO [lintersdb] Active 11 linters: [goimports gosec gosimple govet ineffassign misspell revive staticcheck typecheck unconvert unused] [2023-05-05T19:03:49.633Z] INFO [loader] Using build tags: [apparmor seccomp] [2023-05-05T19:03:49.770Z] #50 5.199 Building dependency tree... [2023-05-05T19:03:49.770Z] #50 5.598 The following additional packages will be installed: [2023-05-05T19:03:49.823Z] #50 2.012 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB] [2023-05-05T19:03:50.007Z] #37 55.16 CC criu/protobuf-desc.o [2023-05-05T19:03:50.007Z] #37 ... [2023-05-05T19:03:50.007Z] [2023-05-05T19:03:50.007Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:50.007Z] #50 14.57 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:03:50.007Z] #50 14.58 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 14.58 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:50.007Z] #50 14.64 Selecting previously unselected package net-tools. [2023-05-05T19:03:50.007Z] #50 14.64 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 14.65 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:03:50.007Z] #50 14.77 Selecting previously unselected package patch. [2023-05-05T19:03:50.007Z] #50 14.77 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 14.78 Unpacking patch (2.7.6-7) ... [2023-05-05T19:03:50.007Z] #50 14.86 Selecting previously unselected package python-pip-whl. [2023-05-05T19:03:50.007Z] #50 14.87 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:03:50.007Z] #50 14.87 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:03:50.007Z] #50 15.13 Selecting previously unselected package python3-lib2to3. [2023-05-05T19:03:50.007Z] #50 15.13 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-05-05T19:03:50.007Z] #50 15.13 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:03:50.007Z] #50 15.21 Selecting previously unselected package python3-distutils. [2023-05-05T19:03:50.007Z] #50 15.21 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-05-05T19:03:50.007Z] #50 15.22 Unpacking python3-distutils (3.9.2-1) ... [2023-05-05T19:03:50.007Z] #50 15.32 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:03:50.007Z] #50 15.32 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:03:50.007Z] #50 15.33 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:50.007Z] #50 15.45 Selecting previously unselected package python3-setuptools. [2023-05-05T19:03:50.007Z] #50 15.45 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-05-05T19:03:50.007Z] #50 15.45 Unpacking python3-setuptools (52.0.0-4) ... [2023-05-05T19:03:50.007Z] #50 15.60 Selecting previously unselected package python3-wheel. [2023-05-05T19:03:50.007Z] #50 15.61 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-05-05T19:03:50.007Z] #50 15.61 Unpacking python3-wheel (0.34.2-1) ... [2023-05-05T19:03:50.007Z] #50 15.69 Selecting previously unselected package python3-pip. [2023-05-05T19:03:50.007Z] #50 15.70 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:03:50.007Z] #50 15.70 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:03:50.007Z] #50 15.82 Selecting previously unselected package sudo. [2023-05-05T19:03:50.007Z] #50 15.83 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 15.84 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:03:50.007Z] #50 16.20 Selecting previously unselected package thin-provisioning-tools. [2023-05-05T19:03:50.007Z] #50 16.20 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 16.22 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:03:50.007Z] #50 16.40 Selecting previously unselected package uidmap. [2023-05-05T19:03:50.007Z] #50 16.41 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 16.45 Unpacking uidmap (1:4.8.1-1) ... [2023-05-05T19:03:50.007Z] #50 16.51 Selecting previously unselected package vim-runtime. [2023-05-05T19:03:50.007Z] #50 16.52 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:03:50.007Z] #50 16.54 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-05-05T19:03:50.007Z] #50 16.56 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-05-05T19:03:50.007Z] #50 16.57 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:50.007Z] #50 17.73 Selecting previously unselected package vim. [2023-05-05T19:03:50.007Z] #50 17.73 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 17.75 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:50.007Z] #50 18.04 Selecting previously unselected package xfsprogs. [2023-05-05T19:03:50.007Z] #50 18.04 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 18.04 Unpacking xfsprogs (5.10.0-4) ... [2023-05-05T19:03:50.007Z] #50 18.23 Selecting previously unselected package zip. [2023-05-05T19:03:50.007Z] #50 18.24 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-05-05T19:03:50.007Z] #50 18.25 Unpacking zip (3.0-12) ... [2023-05-05T19:03:50.007Z] #50 18.35 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:03:50.007Z] #50 18.65 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:03:50.007Z] #50 18.66 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:03:50.007Z] #50 18.68 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:03:50.007Z] #50 18.69 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:03:50.007Z] #50 18.71 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:03:50.007Z] #50 18.72 Setting up libinih1:amd64 (53-1+b2) ... [2023-05-05T19:03:50.007Z] #50 18.73 Setting up uidmap (1:4.8.1-1) ... [2023-05-05T19:03:50.007Z] #50 18.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:03:50.007Z] #50 18.76 Setting up bzip2 (1.0.8-4) ... [2023-05-05T19:03:50.007Z] #50 18.77 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:03:50.008Z] #50 18.79 Setting up python3-wheel (0.34.2-1) ... [2023-05-05T19:03:50.008Z] #50 19.01 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:50.008Z] #50 19.02 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:50.008Z] #50 19.03 Setting up libcap2-bin (1:2.44-1) ... [2023-05-05T19:03:50.008Z] #50 19.05 Setting up apparmor (2.13.6-10) ... [2023-05-05T19:03:50.008Z] #50 ... [2023-05-05T19:03:50.008Z] [2023-05-05T19:03:50.008Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:50.008Z] #37 55.60 CC criu/protobuf.o [2023-05-05T19:03:50.032Z] #50 5.604 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:50.032Z] #50 5.604 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-05-05T19:03:50.032Z] #50 5.604 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-05-05T19:03:50.032Z] #50 5.605 python3-pkg-resources vim-runtime xxd [2023-05-05T19:03:50.032Z] #50 5.607 Suggested packages: [2023-05-05T19:03:50.032Z] #50 5.608 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-05-05T19:03:50.032Z] #50 5.608 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-05-05T19:03:50.032Z] #50 5.608 acl attr quota [2023-05-05T19:03:50.032Z] #50 5.609 Recommended packages: [2023-05-05T19:03:50.032Z] #50 5.609 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-05-05T19:03:50.386Z] #50 2.439 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] [2023-05-05T19:03:50.571Z] #37 55.81 CC criu/pstree.o [2023-05-05T19:03:50.602Z] #50 6.049 The following NEW packages will be installed: [2023-05-05T19:03:50.602Z] #50 6.050 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-05-05T19:03:50.602Z] #50 6.050 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:50.602Z] #50 6.051 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-05-05T19:03:50.602Z] #50 6.051 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-05-05T19:03:50.602Z] #50 6.051 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-05-05T19:03:50.602Z] #50 6.052 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-05-05T19:03:50.602Z] #50 6.052 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-05-05T19:03:50.602Z] #50 6.052 xz-utils zip [2023-05-05T19:03:50.602Z] #50 6.336 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:03:50.602Z] #50 6.336 Need to get 27.0 MB of archives. [2023-05-05T19:03:50.602Z] #50 6.336 After this operation, 104 MB of additional disk space will be used. [2023-05-05T19:03:50.602Z] #50 6.336 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-05-05T19:03:50.602Z] #50 6.352 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-05-05T19:03:50.602Z] #50 6.353 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-05-05T19:03:50.602Z] #50 6.355 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:03:50.602Z] #50 6.355 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-05-05T19:03:50.602Z] #50 6.355 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-05-05T19:03:50.602Z] #50 6.372 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-05-05T19:03:50.602Z] #50 6.373 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-05-05T19:03:50.602Z] #50 6.399 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:03:50.602Z] #50 6.401 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:03:50.602Z] #50 6.404 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-05-05T19:03:50.602Z] #50 6.406 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-05-05T19:03:50.602Z] #50 6.407 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-05-05T19:03:50.602Z] #50 6.409 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-05-05T19:03:50.602Z] #50 6.418 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-05-05T19:03:50.602Z] #50 6.428 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-05-05T19:03:50.602Z] #50 6.428 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-05-05T19:03:50.602Z] #50 6.428 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-05-05T19:03:50.602Z] #50 6.428 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-05-05T19:03:50.602Z] #50 6.428 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-05-05T19:03:50.602Z] #50 6.428 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-05-05T19:03:50.602Z] #50 6.432 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:03:50.602Z] #50 6.434 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:03:50.602Z] #50 6.435 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:03:50.602Z] #50 6.436 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-05-05T19:03:50.832Z] #37 56.35 CC criu/rbtree.o [2023-05-05T19:03:50.862Z] #50 6.437 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-05-05T19:03:50.862Z] #50 6.438 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:03:50.862Z] #50 6.536 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-05-05T19:03:50.862Z] #50 6.537 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:03:50.862Z] #50 6.538 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:03:50.862Z] #50 6.540 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:03:50.862Z] #50 6.541 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-05-05T19:03:50.862Z] #50 6.543 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-05-05T19:03:50.862Z] #50 6.545 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-05-05T19:03:50.862Z] #50 6.568 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-05-05T19:03:50.862Z] #50 6.568 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-05-05T19:03:50.862Z] #50 6.570 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:03:50.862Z] #50 6.583 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-05-05T19:03:50.862Z] #50 6.586 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-05-05T19:03:50.862Z] #50 6.587 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-05-05T19:03:50.862Z] #50 6.595 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-05-05T19:03:50.862Z] #50 6.609 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-05-05T19:03:50.862Z] #50 6.624 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-05-05T19:03:50.862Z] #50 6.626 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-05-05T19:03:51.088Z] #37 56.55 CC criu/rst-malloc.o [2023-05-05T19:03:51.122Z] #50 6.707 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-05-05T19:03:51.122Z] #50 6.722 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-05-05T19:03:51.122Z] #50 6.733 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-05-05T19:03:51.345Z] #37 56.72 CC criu/seccomp.o [2023-05-05T19:03:51.381Z] #50 7.031 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:03:51.382Z] #50 7.103 Fetched 27.0 MB in 1s (40.0 MB/s) [2023-05-05T19:03:51.659Z] #50 7.144 Selecting previously unselected package pigz. [2023-05-05T19:03:51.659Z] #50 7.144 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24023 files and directories currently installed.) [2023-05-05T19:03:51.659Z] #50 7.156 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-05-05T19:03:51.659Z] #50 7.162 Unpacking pigz (2.6-1) ... [2023-05-05T19:03:51.659Z] #50 7.228 Selecting previously unselected package libelf1:amd64. [2023-05-05T19:03:51.659Z] #50 7.232 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-05-05T19:03:51.659Z] #50 7.240 Unpacking libelf1:amd64 (0.183-1) ... [2023-05-05T19:03:51.659Z] #50 7.334 Selecting previously unselected package libbpf0:amd64. [2023-05-05T19:03:51.659Z] #50 7.340 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-05-05T19:03:51.659Z] #50 7.346 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:03:51.659Z] #50 7.476 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:03:51.754Z] #50 3.540 Fetched 8644 kB in 2s (3475 kB/s) [2023-05-05T19:03:51.909Z] #37 57.19 CC criu/seize.o [2023-05-05T19:03:51.919Z] #50 7.479 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:51.919Z] #50 7.536 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:51.919Z] #50 7.643 Selecting previously unselected package libmnl0:amd64. [2023-05-05T19:03:51.919Z] #50 7.646 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-05-05T19:03:51.919Z] #50 7.655 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:03:52.166Z] #37 57.61 CC criu/servicefd.o [2023-05-05T19:03:52.179Z] #50 7.753 Selecting previously unselected package libxtables12:amd64. [2023-05-05T19:03:52.179Z] #50 7.758 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-05-05T19:03:52.179Z] #50 7.766 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:03:52.179Z] #50 7.863 Selecting previously unselected package libcap2-bin. [2023-05-05T19:03:52.179Z] #50 7.867 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:52.179Z] #50 7.874 Unpacking libcap2-bin (1:2.44-1) ... [2023-05-05T19:03:52.179Z] #50 7.993 Selecting previously unselected package iproute2. [2023-05-05T19:03:52.317Z] #50 3.540 Reading package lists... [2023-05-05T19:03:52.425Z] #37 57.82 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:52.425Z] #37 57.82 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:03:52.425Z] #37 57.84 CC criu/shmem.o [2023-05-05T19:03:52.438Z] #50 7.996 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-05-05T19:03:52.438Z] #50 8.000 Unpacking iproute2 (5.10.0-4) ... [2023-05-05T19:03:52.456Z] ok github.com/docker/docker/api/server 0.010s coverage: 7.9% of statements [2023-05-05T19:03:52.698Z] #50 8.310 Selecting previously unselected package xxd. [2023-05-05T19:03:52.698Z] #50 8.313 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:03:52.698Z] #50 8.333 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:52.698Z] #50 8.430 Selecting previously unselected package vim-common. [2023-05-05T19:03:52.969Z] #50 8.434 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:03:52.969Z] #50 8.450 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:52.969Z] #50 8.566 Selecting previously unselected package bash-completion. [2023-05-05T19:03:52.969Z] #50 8.570 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-05-05T19:03:52.988Z] #37 58.28 CC criu/sigframe.o [2023-05-05T19:03:52.988Z] #37 ... [2023-05-05T19:03:52.988Z] [2023-05-05T19:03:52.988Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:03:52.988Z] #38 57.97 + bin/containerd [2023-05-05T19:03:52.988Z] #38 ... [2023-05-05T19:03:52.988Z] [2023-05-05T19:03:52.988Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:52.989Z] #37 58.41 CC criu/signalfd.o [2023-05-05T19:03:53.246Z] #37 58.53 CC criu/sk-inet.o [2023-05-05T19:03:53.246Z] #37 ... [2023-05-05T19:03:53.246Z] [2023-05-05T19:03:53.246Z] #42 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:03:53.246Z] #42 33.05 + mkdir -p /build [2023-05-05T19:03:53.246Z] #42 33.05 + cp runc /build/runc [2023-05-05T19:03:53.246Z] #42 DONE 34.3s [2023-05-05T19:03:53.265Z] #50 4.402 Reading package lists... [2023-05-05T19:03:53.502Z] [2023-05-05T19:03:53.503Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:53.503Z] #50 20.23 Setting up zip (3.0-12) ... [2023-05-05T19:03:53.503Z] #50 20.24 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:53.503Z] #50 20.26 Setting up bash-completion (1:2.11-2) ... [2023-05-05T19:03:53.503Z] #50 22.09 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:03:53.503Z] #50 22.17 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-05-05T19:03:53.503Z] #50 22.23 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:03:53.503Z] #50 22.27 Setting up patch (2.7.6-7) ... [2023-05-05T19:03:53.503Z] #50 22.36 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:03:53.503Z] #50 22.56 invoke-rc.d: could not determine current runlevel [2023-05-05T19:03:53.503Z] #50 22.56 invoke-rc.d: policy-rc.d denied execution of start. [2023-05-05T19:03:53.503Z] #50 22.66 Setting up xfsprogs (5.10.0-4) ... [2023-05-05T19:03:53.503Z] #50 22.74 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:03:53.503Z] #50 22.77 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:03:53.503Z] #50 22.79 Setting up pigz (2.6-1) ... [2023-05-05T19:03:53.503Z] #50 22.81 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:03:53.503Z] #50 22.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:03:53.503Z] #50 22.84 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:03:53.503Z] #50 22.88 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:53.521Z] #50 5.299 Building dependency tree... [2023-05-05T19:03:53.760Z] #50 23.21 Setting up libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:03:53.760Z] #50 23.22 Setting up python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:03:53.777Z] #50 5.717 The following additional packages will be installed: [2023-05-05T19:03:53.777Z] #50 5.717 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:53.777Z] #50 5.718 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2023-05-05T19:03:53.777Z] #50 5.719 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2023-05-05T19:03:53.777Z] #50 5.719 python3-pkg-resources vim-runtime xxd [2023-05-05T19:03:53.777Z] #50 5.721 Suggested packages: [2023-05-05T19:03:53.777Z] #50 5.722 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-05-05T19:03:53.777Z] #50 5.722 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2023-05-05T19:03:53.777Z] #50 5.722 acl attr quota [2023-05-05T19:03:53.777Z] #50 5.723 Recommended packages: [2023-05-05T19:03:53.777Z] #50 5.723 libatm1 nftables libpam-cap build-essential python3-dev unzip [2023-05-05T19:03:54.016Z] #50 23.39 Setting up libelf1:amd64 (0.183-1) ... [2023-05-05T19:03:54.016Z] #50 23.43 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:03:54.016Z] #50 23.44 Setting up python3-distutils (3.9.2-1) ... [2023-05-05T19:03:54.034Z] #50 6.157 The following NEW packages will be installed: [2023-05-05T19:03:54.034Z] #50 6.158 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2023-05-05T19:03:54.034Z] #50 6.159 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2023-05-05T19:03:54.034Z] #50 6.159 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2023-05-05T19:03:54.034Z] #50 6.160 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2023-05-05T19:03:54.034Z] #50 6.161 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2023-05-05T19:03:54.034Z] #50 6.161 python3-pkg-resources python3-setuptools python3-wheel sudo [2023-05-05T19:03:54.034Z] #50 6.161 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-05-05T19:03:54.034Z] #50 6.161 xz-utils zip [2023-05-05T19:03:54.276Z] #50 23.65 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:54.276Z] #50 23.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-05-05T19:03:54.276Z] #50 23.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-05-05T19:03:54.276Z] #50 23.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-05-05T19:03:54.276Z] #50 23.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-05-05T19:03:54.276Z] #50 23.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-05-05T19:03:54.276Z] #50 23.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-05-05T19:03:54.276Z] #50 23.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-05-05T19:03:54.276Z] #50 23.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-05-05T19:03:54.276Z] #50 23.75 Setting up python3-setuptools (52.0.0-4) ... [2023-05-05T19:03:54.290Z] #50 6.448 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:03:54.290Z] #50 6.448 Need to get 27.0 MB of archives. [2023-05-05T19:03:54.290Z] #50 6.448 After this operation, 104 MB of additional disk space will be used. [2023-05-05T19:03:54.290Z] #50 6.448 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2023-05-05T19:03:54.290Z] #50 6.452 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2023-05-05T19:03:54.290Z] #50 6.461 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2023-05-05T19:03:54.290Z] #50 6.462 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2023-05-05T19:03:54.290Z] #50 6.463 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2023-05-05T19:03:54.290Z] #50 6.466 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2023-05-05T19:03:54.290Z] #50 6.467 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2023-05-05T19:03:54.290Z] #50 6.469 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2023-05-05T19:03:54.290Z] #50 6.478 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2023-05-05T19:03:54.290Z] #50 6.483 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-05-05T19:03:54.547Z] #50 6.483 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2023-05-05T19:03:54.547Z] #50 6.498 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2023-05-05T19:03:54.547Z] #50 6.498 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2023-05-05T19:03:54.547Z] #50 6.498 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2023-05-05T19:03:54.547Z] #50 6.498 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB] [2023-05-05T19:03:54.547Z] #50 6.498 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2023-05-05T19:03:54.547Z] #50 6.498 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2023-05-05T19:03:54.547Z] #50 6.499 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2023-05-05T19:03:54.547Z] #50 6.499 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2023-05-05T19:03:54.547Z] #50 6.499 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2023-05-05T19:03:54.547Z] #50 6.501 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2023-05-05T19:03:54.547Z] #50 6.505 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2023-05-05T19:03:54.547Z] #50 6.508 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2023-05-05T19:03:54.547Z] #50 6.509 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2023-05-05T19:03:54.547Z] #50 6.510 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2023-05-05T19:03:54.547Z] #50 6.511 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2023-05-05T19:03:54.547Z] #50 6.513 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2023-05-05T19:03:54.547Z] #50 6.669 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2023-05-05T19:03:54.547Z] #50 6.671 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2023-05-05T19:03:54.547Z] #50 6.672 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2023-05-05T19:03:54.547Z] #50 6.673 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2023-05-05T19:03:54.547Z] #50 6.674 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2023-05-05T19:03:54.547Z] #50 6.677 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2023-05-05T19:03:54.547Z] #50 6.694 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-05-05T19:03:54.547Z] #50 6.713 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-05-05T19:03:54.547Z] #50 6.714 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2023-05-05T19:03:54.547Z] #50 6.716 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-05-05T19:03:54.547Z] #50 6.743 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2023-05-05T19:03:54.803Z] #50 6.747 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-05-05T19:03:54.803Z] #50 6.748 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-05-05T19:03:54.803Z] #50 6.751 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3+deb11u1 [1061 kB] [2023-05-05T19:03:54.803Z] #50 6.762 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2023-05-05T19:03:54.803Z] #50 6.781 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2023-05-05T19:03:54.803Z] #50 6.783 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-05-05T19:03:54.839Z] #50 24.26 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:03:54.839Z] #50 24.28 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:03:54.839Z] #50 24.29 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:03:54.839Z] #50 24.31 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:03:55.060Z] #50 6.903 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2023-05-05T19:03:55.060Z] #50 6.917 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2023-05-05T19:03:55.060Z] #50 6.953 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2023-05-05T19:03:55.316Z] #50 7.204 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:03:55.316Z] #50 7.259 Fetched 27.0 MB in 1s (34.4 MB/s) [2023-05-05T19:03:55.316Z] #50 7.314 Selecting previously unselected package pigz. [2023-05-05T19:03:55.316Z] #50 7.314 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24023 files and directories currently installed.) [2023-05-05T19:03:55.316Z] #50 7.334 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2023-05-05T19:03:55.316Z] #50 7.338 Unpacking pigz (2.6-1) ... [2023-05-05T19:03:55.316Z] #50 7.414 Selecting previously unselected package libelf1:amd64. [2023-05-05T19:03:55.316Z] #50 7.427 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2023-05-05T19:03:55.316Z] #50 7.436 Unpacking libelf1:amd64 (0.183-1) ... [2023-05-05T19:03:55.316Z] #50 7.521 Selecting previously unselected package libbpf0:amd64. [2023-05-05T19:03:55.402Z] #50 24.70 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:03:55.402Z] #50 24.72 Setting up jq (1.6-2.1) ... [2023-05-05T19:03:55.402Z] #50 24.74 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:03:55.402Z] #50 24.75 Setting up iptables (1.8.7-1) ... [2023-05-05T19:03:55.402Z] #50 24.76 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:03:55.402Z] #50 24.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:03:55.402Z] #50 24.78 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:03:55.402Z] #50 24.79 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:03:55.402Z] #50 24.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-05-05T19:03:55.402Z] #50 24.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-05-05T19:03:55.402Z] #50 24.82 Setting up iproute2 (5.10.0-4) ... [2023-05-05T19:03:55.511Z] #50 ... [2023-05-05T19:03:55.511Z] [2023-05-05T19:03:55.511Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:55.511Z] #39 37.04 CC criu/clone-noasan.o [2023-05-05T19:03:55.511Z] #39 37.11 CC criu/config.o [2023-05-05T19:03:55.511Z] #39 37.59 CC criu/cr-check.o [2023-05-05T19:03:55.511Z] #39 38.20 CC criu/cr-dedup.o [2023-05-05T19:03:55.511Z] #39 38.36 CC criu/cr-dump.o [2023-05-05T19:03:55.511Z] #39 39.19 CC criu/cr-errno.o [2023-05-05T19:03:55.511Z] #39 39.24 CC criu/cr-restore.o [2023-05-05T19:03:55.511Z] #39 40.81 CC criu/cr-service.o [2023-05-05T19:03:55.511Z] #39 41.37 CC criu/crtools.o [2023-05-05T19:03:55.511Z] #39 41.60 CC criu/eventfd.o [2023-05-05T19:03:55.511Z] #39 41.73 CC criu/eventpoll.o [2023-05-05T19:03:55.511Z] #39 42.06 CC criu/external.o [2023-05-05T19:03:55.511Z] #39 42.22 CC criu/fault-injection.o [2023-05-05T19:03:55.511Z] #39 42.29 CC criu/fdstore.o [2023-05-05T19:03:55.511Z] #39 42.45 CC criu/fifo.o [2023-05-05T19:03:55.511Z] #39 42.59 CC criu/file-ids.o [2023-05-05T19:03:55.511Z] #39 42.70 CC criu/file-lock.o [2023-05-05T19:03:55.511Z] #39 43.09 CC criu/files-ext.o [2023-05-05T19:03:55.511Z] #39 43.22 CC criu/files-reg.o [2023-05-05T19:03:55.511Z] #39 44.05 CC criu/files.o [2023-05-05T19:03:55.511Z] #39 44.82 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:55.511Z] #39 44.82 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-05-05T19:03:55.511Z] #39 44.88 CC criu/filesystems.o [2023-05-05T19:03:55.511Z] #39 45.19 CC criu/fsnotify.o [2023-05-05T19:03:55.511Z] #39 45.63 CC criu/image-desc.o [2023-05-05T19:03:55.511Z] #39 45.68 CC criu/image.o [2023-05-05T19:03:55.511Z] #39 46.03 CC criu/ipc_ns.o [2023-05-05T19:03:55.511Z] #39 46.48 CC criu/irmap.o [2023-05-05T19:03:55.511Z] #39 46.71 CC criu/kcmp-ids.o [2023-05-05T19:03:55.511Z] #39 46.83 CC criu/kerndat.o [2023-05-05T19:03:55.511Z] #39 47.23 CC criu/libnetlink.o [2023-05-05T19:03:55.511Z] #39 ... [2023-05-05T19:03:55.511Z] [2023-05-05T19:03:55.511Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:55.511Z] #50 11.11 Unpacking bash-completion (1:2.11-2) ... [2023-05-05T19:03:55.573Z] #50 7.524 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2023-05-05T19:03:55.573Z] #50 7.531 Unpacking libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:03:55.659Z] #50 25.01 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:03:55.659Z] #50 DONE 25.2s [2023-05-05T19:03:55.659Z] [2023-05-05T19:03:55.659Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:55.659Z] #37 59.04 CC criu/sk-netlink.o [2023-05-05T19:03:55.659Z] #37 59.22 CC criu/sk-packet.o [2023-05-05T19:03:55.659Z] #37 59.55 CC criu/sk-queue.o [2023-05-05T19:03:55.659Z] #37 59.77 CC criu/sk-tcp.o [2023-05-05T19:03:55.659Z] #37 60.00 CC criu/sk-unix.o [2023-05-05T19:03:55.659Z] #37 60.92 CC criu/sockets.o [2023-05-05T19:03:55.771Z] #50 11.36 Selecting previously unselected package bzip2. [2023-05-05T19:03:55.771Z] #50 11.36 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-05-05T19:03:55.771Z] #50 11.38 Unpacking bzip2 (1.0.8-4) ... [2023-05-05T19:03:55.771Z] #50 11.47 Selecting previously unselected package xz-utils. [2023-05-05T19:03:55.829Z] #50 7.676 Selecting previously unselected package libcap2:amd64. [2023-05-05T19:03:55.829Z] #50 7.682 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:55.829Z] #50 7.693 Unpacking libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:03:55.829Z] #50 7.760 Selecting previously unselected package libmnl0:amd64. [2023-05-05T19:03:55.830Z] #50 7.763 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2023-05-05T19:03:55.830Z] #50 7.767 Unpacking libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:03:55.830Z] #50 7.824 Selecting previously unselected package libxtables12:amd64. [2023-05-05T19:03:55.830Z] #50 7.829 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2023-05-05T19:03:55.830Z] #50 7.833 Unpacking libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:03:55.830Z] #50 7.884 Selecting previously unselected package libcap2-bin. [2023-05-05T19:03:55.830Z] #50 7.887 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2023-05-05T19:03:55.830Z] #50 7.891 Unpacking libcap2-bin (1:2.44-1) ... [2023-05-05T19:03:55.916Z] #37 61.44 CC criu/stats.o [2023-05-05T19:03:56.031Z] #50 11.48 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-05-05T19:03:56.031Z] #50 11.48 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:03:56.031Z] #50 11.64 Selecting previously unselected package apparmor. [2023-05-05T19:03:56.031Z] #50 11.65 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-05-05T19:03:56.031Z] #50 11.76 Unpacking apparmor (2.13.6-10) ... [2023-05-05T19:03:56.086Z] #50 8.002 Selecting previously unselected package iproute2. [2023-05-05T19:03:56.086Z] #50 8.006 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2023-05-05T19:03:56.086Z] #50 8.011 Unpacking iproute2 (5.10.0-4) ... [2023-05-05T19:03:56.173Z] #37 61.60 CC criu/string.o [2023-05-05T19:03:56.173Z] #37 61.66 CC criu/sysctl.o [2023-05-05T19:03:56.291Z] #50 11.97 Selecting previously unselected package inetutils-ping. [2023-05-05T19:03:56.291Z] #50 11.99 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-05-05T19:03:56.291Z] #50 12.00 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:03:56.348Z] #50 8.295 Selecting previously unselected package xxd. [2023-05-05T19:03:56.348Z] #50 8.299 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:03:56.348Z] #50 8.307 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:56.551Z] #50 12.11 Selecting previously unselected package libip4tc2:amd64. [2023-05-05T19:03:56.551Z] #50 12.12 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:03:56.551Z] #50 12.15 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:03:56.605Z] #50 8.467 Selecting previously unselected package vim-common. [2023-05-05T19:03:56.605Z] #50 8.471 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:03:56.605Z] #50 8.533 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:03:56.605Z] #50 8.658 Selecting previously unselected package bash-completion. [2023-05-05T19:03:56.605Z] #50 8.661 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2023-05-05T19:03:56.736Z] #37 61.97 CC criu/sysfs_parse.o [2023-05-05T19:03:56.737Z] #37 62.15 CC criu/timens.o [2023-05-05T19:03:56.994Z] #37 ... [2023-05-05T19:03:56.994Z] [2023-05-05T19:03:56.994Z] #51 [dev-systemd-false 9/27] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2023-05-05T19:03:56.994Z] #0 1.005 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-05-05T19:03:56.994Z] #0 1.009 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-05-05T19:03:56.994Z] #0 1.012 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-05-05T19:03:56.994Z] #51 DONE 1.2s [2023-05-05T19:03:56.994Z] [2023-05-05T19:03:56.994Z] #37 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:56.994Z] #37 62.31 CC criu/timerfd.o [2023-05-05T19:03:56.994Z] #37 62.48 CC criu/tty.o [2023-05-05T19:03:57.121Z] #50 12.88 Selecting previously unselected package libip6tc2:amd64. [2023-05-05T19:03:57.121Z] #50 12.88 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:03:57.381Z] #50 12.98 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:03:57.924Z] #37 63.39 CC criu/tun.o [2023-05-05T19:03:58.181Z] #37 63.64 CC criu/uffd.o [2023-05-05T19:03:58.321Z] #50 13.75 Selecting previously unselected package libnfnetlink0:amd64. [2023-05-05T19:03:58.321Z] #50 13.75 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-05-05T19:03:58.593Z] #50 14.12 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:03:58.744Z] #37 64.20 CC criu/util.o [2023-05-05T19:03:59.124Z] #50 ... [2023-05-05T19:03:59.124Z] [2023-05-05T19:03:59.124Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:03:59.124Z] #39 43.75 CC criu/cr-service.o [2023-05-05T19:03:59.124Z] #39 44.36 CC criu/crtools.o [2023-05-05T19:03:59.124Z] #39 44.60 CC criu/eventfd.o [2023-05-05T19:03:59.124Z] #39 44.78 CC criu/eventpoll.o [2023-05-05T19:03:59.124Z] #39 45.10 CC criu/external.o [2023-05-05T19:03:59.124Z] #39 45.24 CC criu/fault-injection.o [2023-05-05T19:03:59.124Z] #39 45.28 CC criu/fdstore.o [2023-05-05T19:03:59.124Z] #39 45.40 CC criu/fifo.o [2023-05-05T19:03:59.124Z] #39 45.57 CC criu/file-ids.o [2023-05-05T19:03:59.124Z] #39 45.71 CC criu/file-lock.o [2023-05-05T19:03:59.124Z] #39 46.08 CC criu/files-ext.o [2023-05-05T19:03:59.124Z] #39 46.25 CC criu/files-reg.o [2023-05-05T19:03:59.124Z] #39 47.05 CC criu/files.o [2023-05-05T19:03:59.124Z] #39 47.82 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:03:59.124Z] #39 47.83 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' [2023-05-05T19:03:59.124Z] #39 47.87 CC criu/filesystems.o [2023-05-05T19:03:59.124Z] #39 48.14 CC criu/fsnotify.o [2023-05-05T19:03:59.124Z] #39 48.63 CC criu/image-desc.o [2023-05-05T19:03:59.124Z] #39 48.69 CC criu/image.o [2023-05-05T19:03:59.124Z] #39 49.03 CC criu/ipc_ns.o [2023-05-05T19:03:59.124Z] #39 49.48 CC criu/irmap.o [2023-05-05T19:03:59.124Z] #39 49.73 CC criu/kcmp-ids.o [2023-05-05T19:03:59.124Z] #39 49.85 CC criu/kerndat.o [2023-05-05T19:03:59.124Z] #39 50.34 CC criu/libnetlink.o [2023-05-05T19:03:59.124Z] #39 50.52 CC criu/log.o [2023-05-05T19:03:59.124Z] #39 50.82 CC criu/lsm.o [2023-05-05T19:03:59.124Z] #39 51.03 CC criu/mem.o [2023-05-05T19:03:59.124Z] #39 51.75 CC criu/memfd.o [2023-05-05T19:03:59.124Z] #39 51.99 CC criu/mount.o [2023-05-05T19:03:59.124Z] #39 53.49 CC criu/namespaces.o [2023-05-05T19:03:59.380Z] #39 ... [2023-05-05T19:03:59.380Z] [2023-05-05T19:03:59.380Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:03:59.380Z] #50 11.31 Unpacking bash-completion (1:2.11-2) ... [2023-05-05T19:03:59.380Z] #50 11.50 Selecting previously unselected package bzip2. [2023-05-05T19:03:59.380Z] #50 11.51 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2023-05-05T19:03:59.380Z] #50 11.52 Unpacking bzip2 (1.0.8-4) ... [2023-05-05T19:03:59.588Z] #50 15.16 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-05-05T19:03:59.588Z] #50 15.16 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-05-05T19:03:59.588Z] #50 15.21 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:03:59.635Z] #50 11.58 Selecting previously unselected package xz-utils. [2023-05-05T19:03:59.635Z] #50 11.59 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2023-05-05T19:03:59.635Z] #50 11.59 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:03:59.674Z] #37 64.84 CC criu/uts_ns.o [2023-05-05T19:03:59.674Z] #37 64.95 CC criu/vdso-compat.o [2023-05-05T19:03:59.674Z] #37 65.05 CC criu/vdso.o [2023-05-05T19:03:59.891Z] #50 11.82 Selecting previously unselected package apparmor. [2023-05-05T19:03:59.892Z] #50 11.82 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2023-05-05T19:03:59.892Z] #50 11.90 Unpacking apparmor (2.13.6-10) ... [2023-05-05T19:03:59.932Z] #37 65.33 LINK criu/built-in.o [2023-05-05T19:03:59.932Z] #37 65.43 LINK criu/criu [2023-05-05T19:04:00.148Z] #50 12.20 Selecting previously unselected package inetutils-ping. [2023-05-05T19:04:00.148Z] #50 12.20 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ... [2023-05-05T19:04:00.148Z] #50 12.21 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:04:00.148Z] #50 12.32 Selecting previously unselected package libip4tc2:amd64. [2023-05-05T19:04:00.157Z] #50 ... [2023-05-05T19:04:00.157Z] [2023-05-05T19:04:00.157Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:04:00.157Z] #22 77.87 + /build/golangci-lint --version [2023-05-05T19:04:00.157Z] #22 78.16 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-05-05T19:04:00.157Z] #22 DONE 81.8s [2023-05-05T19:04:00.157Z] [2023-05-05T19:04:00.157Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:04:00.157Z] #50 15.73 Selecting previously unselected package libnftnl11:amd64. [2023-05-05T19:04:00.157Z] #50 15.73 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-05-05T19:04:00.157Z] #50 15.74 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:04:00.157Z] #50 15.84 Selecting previously unselected package iptables. [2023-05-05T19:04:00.158Z] #50 15.84 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-05-05T19:04:00.158Z] #50 15.85 Unpacking iptables (1.8.7-1) ... [2023-05-05T19:04:00.188Z] #37 65.66 DEP lib/c/criu.d [2023-05-05T19:04:00.188Z] #37 65.70 CC images/rpc.pb-c.o [2023-05-05T19:04:00.405Z] #50 12.33 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:04:00.405Z] #50 12.34 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:04:00.405Z] #50 12.41 Selecting previously unselected package libip6tc2:amd64. [2023-05-05T19:04:00.405Z] #50 12.41 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2023-05-05T19:04:00.405Z] #50 12.42 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:04:00.405Z] #50 12.53 Selecting previously unselected package libnfnetlink0:amd64. [2023-05-05T19:04:00.405Z] #50 12.54 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2023-05-05T19:04:00.405Z] #50 12.60 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:04:00.418Z] #50 16.00 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:04:00.418Z] #50 16.00 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:04:00.418Z] #50 16.00 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:04:00.418Z] #50 16.16 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:04:00.418Z] #50 16.16 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:04:00.418Z] #50 16.17 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:04:00.418Z] #50 16.23 Selecting previously unselected package jq. [2023-05-05T19:04:00.418Z] #50 16.24 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:04:00.418Z] #50 16.24 Unpacking jq (1.6-2.1) ... [2023-05-05T19:04:00.662Z] #50 12.70 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2023-05-05T19:04:00.662Z] #50 12.70 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2023-05-05T19:04:00.662Z] #50 12.72 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:04:00.677Z] #50 16.33 Selecting previously unselected package libaio1:amd64. [2023-05-05T19:04:00.677Z] #50 16.34 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-05-05T19:04:00.677Z] #50 16.35 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:04:00.677Z] #50 16.39 Selecting previously unselected package libgpm2:amd64. [2023-05-05T19:04:00.677Z] #50 16.40 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-05-05T19:04:00.677Z] #50 16.41 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:04:00.677Z] #50 16.48 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:04:00.754Z] #37 65.98 CC lib/c/criu.o [2023-05-05T19:04:00.918Z] #50 12.92 Selecting previously unselected package libnftnl11:amd64. [2023-05-05T19:04:00.918Z] #50 12.92 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2023-05-05T19:04:00.918Z] #50 12.94 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:04:00.918Z] #50 13.08 Selecting previously unselected package iptables. [2023-05-05T19:04:00.918Z] #50 13.09 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2023-05-05T19:04:00.918Z] #50 13.12 Unpacking iptables (1.8.7-1) ... [2023-05-05T19:04:00.937Z] #50 16.49 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:04:00.937Z] #50 16.49 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:04:01.011Z] #37 66.49 LINK lib/c/built-in.o [2023-05-05T19:04:01.011Z] #37 66.50 LINK lib/c/libcriu.so [2023-05-05T19:04:01.011Z] #37 66.52 LINK lib/c/libcriu.a [2023-05-05T19:04:01.271Z] #37 66.59 GEN magic.py [2023-05-05T19:04:01.271Z] #37 66.70 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:04:01.271Z] #37 66.70 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:04:01.271Z] #37 66.70 Note: Building without GnuTLS support [2023-05-05T19:04:01.271Z] #37 66.71 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:04:01.271Z] #37 66.71 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:04:01.482Z] #50 13.41 Selecting previously unselected package libonig5:amd64. [2023-05-05T19:04:01.482Z] #50 13.41 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2023-05-05T19:04:01.482Z] #50 13.43 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:04:01.526Z] #37 67.10 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:04:01.776Z] #50 13.79 Selecting previously unselected package libjq1:amd64. [2023-05-05T19:04:01.776Z] #50 13.79 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2023-05-05T19:04:01.776Z] #50 13.81 Unpacking libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:04:01.782Z] #37 67.33 make[1]: Nothing to be done for 'all'. [2023-05-05T19:04:02.039Z] #37 67.55 make[1]: 'images/built-in.o' is up to date. [2023-05-05T19:04:02.294Z] #37 67.56 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-05-05T19:04:02.294Z] #37 67.57 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-05-05T19:04:02.294Z] #37 67.58 make[1]: 'compel/libcompel.a' is up to date. [2023-05-05T19:04:02.294Z] #37 67.60 make[1]: 'compel/compel-host-bin' is up to date. [2023-05-05T19:04:02.294Z] #37 67.61 make[1]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.62 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:04:02.294Z] #37 67.69 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.70 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.72 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.75 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.77 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.77 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.79 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.294Z] #37 67.82 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:02.550Z] #37 67.82 INSTALL criu/criu [2023-05-05T19:04:02.707Z] #50 14.74 Selecting previously unselected package jq. [2023-05-05T19:04:02.707Z] #50 14.75 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2023-05-05T19:04:02.846Z] #50 18.67 Selecting previously unselected package libinih1:amd64. [2023-05-05T19:04:02.963Z] #50 14.92 Unpacking jq (1.6-2.1) ... [2023-05-05T19:04:03.107Z] #50 18.68 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-05-05T19:04:03.107Z] #50 18.79 Unpacking libinih1:amd64 (53-1+b2) ... [2023-05-05T19:04:03.107Z] #50 18.86 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:04:03.107Z] #50 18.87 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:04:03.107Z] #50 18.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:04:03.107Z] #50 18.92 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:04:03.369Z] #50 18.93 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:04:03.369Z] #50 18.93 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:04:03.369Z] #50 19.02 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:04:03.369Z] #50 19.03 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:04:03.369Z] #50 19.03 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:04:03.369Z] #50 19.09 Selecting previously unselected package net-tools. [2023-05-05T19:04:03.369Z] #50 19.09 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-05-05T19:04:03.369Z] #50 19.10 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:04:03.478Z] #37 DONE 68.8s [2023-05-05T19:04:03.478Z] [2023-05-05T19:04:03.478Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:04:03.528Z] #50 ... [2023-05-05T19:04:03.528Z] [2023-05-05T19:04:03.528Z] #22 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2023-05-05T19:04:03.528Z] #22 79.35 + /build/golangci-lint --version [2023-05-05T19:04:03.528Z] #22 79.64 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2023-05-05T19:04:03.528Z] #22 DONE 81.9s [2023-05-05T19:04:03.528Z] [2023-05-05T19:04:03.528Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:04:03.528Z] #50 15.37 Selecting previously unselected package libaio1:amd64. [2023-05-05T19:04:03.528Z] #50 15.38 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2023-05-05T19:04:03.528Z] #50 15.39 Unpacking libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:04:03.528Z] #50 15.54 Selecting previously unselected package libgpm2:amd64. [2023-05-05T19:04:03.528Z] #50 15.54 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2023-05-05T19:04:03.528Z] #50 15.55 Unpacking libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:04:03.629Z] #50 19.20 Selecting previously unselected package patch. [2023-05-05T19:04:03.629Z] #50 19.20 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-05-05T19:04:03.629Z] #50 19.20 Unpacking patch (2.7.6-7) ... [2023-05-05T19:04:03.629Z] #50 19.32 Selecting previously unselected package python-pip-whl. [2023-05-05T19:04:03.629Z] #50 19.32 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:04:03.629Z] #50 19.33 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:04:03.734Z] #52 6.945 Collecting yamllint==1.26.1 [2023-05-05T19:04:03.784Z] #50 15.64 Selecting previously unselected package libicu67:amd64. [2023-05-05T19:04:03.784Z] #50 15.65 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2023-05-05T19:04:03.784Z] #50 15.65 Unpacking libicu67:amd64 (67.1-7) ... [2023-05-05T19:04:03.889Z] #50 19.60 Selecting previously unselected package python3-lib2to3. [2023-05-05T19:04:04.149Z] #50 19.61 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-05-05T19:04:04.149Z] #50 19.61 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:04:04.149Z] #50 19.68 Selecting previously unselected package python3-distutils. [2023-05-05T19:04:04.149Z] #50 19.68 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-05-05T19:04:04.149Z] #50 19.69 Unpacking python3-distutils (3.9.2-1) ... [2023-05-05T19:04:04.149Z] #50 19.77 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:04:04.149Z] #50 19.77 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:04:04.149Z] #50 19.78 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:04:04.409Z] #50 19.91 Selecting previously unselected package python3-setuptools. [2023-05-05T19:04:04.409Z] #50 19.91 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-05-05T19:04:04.409Z] #50 19.92 Unpacking python3-setuptools (52.0.0-4) ... [2023-05-05T19:04:04.409Z] #50 20.06 Selecting previously unselected package python3-wheel. [2023-05-05T19:04:04.409Z] #50 20.06 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-05-05T19:04:04.409Z] #50 20.07 Unpacking python3-wheel (0.34.2-1) ... [2023-05-05T19:04:04.409Z] #50 20.16 Selecting previously unselected package python3-pip. [2023-05-05T19:04:04.669Z] #50 20.17 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:04:04.669Z] #50 20.17 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:04:04.669Z] #50 20.31 Selecting previously unselected package sudo. [2023-05-05T19:04:04.669Z] #50 20.32 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-05-05T19:04:04.669Z] #50 20.33 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:04:04.929Z] #50 20.54 Selecting previously unselected package thin-provisioning-tools. [2023-05-05T19:04:04.929Z] #50 20.55 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-05-05T19:04:04.929Z] #50 20.55 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:04:04.929Z] #50 20.68 Selecting previously unselected package uidmap. [2023-05-05T19:04:04.929Z] #50 20.69 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-05-05T19:04:04.929Z] #50 20.69 Unpacking uidmap (1:4.8.1-1) ... [2023-05-05T19:04:05.099Z] #52 7.964 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-05-05T19:04:05.099Z] #52 8.241 Collecting pathspec>=0.5.3 [2023-05-05T19:04:05.190Z] #50 20.86 Selecting previously unselected package vim-runtime. [2023-05-05T19:04:05.190Z] #50 20.86 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:04:05.190Z] #50 20.88 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-05-05T19:04:05.190Z] #50 20.90 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-05-05T19:04:05.190Z] #50 20.90 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:05.354Z] #52 8.254 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-05-05T19:04:05.354Z] #52 8.381 Collecting pyyaml [2023-05-05T19:04:05.354Z] #52 8.384 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-05-05T19:04:05.354Z] #52 8.432 Building wheels for collected packages: yamllint [2023-05-05T19:04:05.354Z] #52 8.433 Building wheel for yamllint (setup.py): started [2023-05-05T19:04:05.447Z] Fetching without tags [2023-05-05T19:04:05.450Z] #50 ... [2023-05-05T19:04:05.450Z] [2023-05-05T19:04:05.450Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:04:05.450Z] #39 47.37 CC criu/log.o [2023-05-05T19:04:05.450Z] #39 47.61 CC criu/lsm.o [2023-05-05T19:04:05.450Z] #39 47.79 CC criu/mem.o [2023-05-05T19:04:05.450Z] #39 48.53 CC criu/memfd.o [2023-05-05T19:04:05.450Z] #39 48.83 CC criu/mount.o [2023-05-05T19:04:05.450Z] #39 50.43 CC criu/namespaces.o [2023-05-05T19:04:05.450Z] #39 51.21 CC criu/net.o [2023-05-05T19:04:05.450Z] #39 52.54 CC criu/netfilter.o [2023-05-05T19:04:05.450Z] #39 52.72 CC criu/page-pipe.o [2023-05-05T19:04:05.450Z] #39 52.95 CC criu/page-xfer.o [2023-05-05T19:04:05.450Z] #39 53.57 CC criu/pagemap-cache.o [2023-05-05T19:04:05.450Z] #39 53.73 CC criu/pagemap.o [2023-05-05T19:04:05.450Z] #39 54.24 CC criu/parasite-syscall.o [2023-05-05T19:04:05.450Z] #39 54.72 CC criu/path.o [2023-05-05T19:04:05.450Z] #39 54.85 CC criu/pie-util-vdso-elf32.o [2023-05-05T19:04:05.450Z] #39 55.04 CC criu/pie-util-vdso.o [2023-05-05T19:04:05.450Z] #39 55.24 CC criu/pie-util.o [2023-05-05T19:04:05.450Z] #39 55.32 CC criu/pipes.o [2023-05-05T19:04:05.450Z] #39 55.66 CC criu/plugin.o [2023-05-05T19:04:05.450Z] #39 55.83 CC criu/proc_parse.o [2023-05-05T19:04:05.450Z] #39 56.97 CC criu/protobuf-desc.o [2023-05-05T19:04:05.450Z] #39 57.45 CC criu/protobuf.o [2023-05-05T19:04:05.610Z] #52 8.662 Building wheel for yamllint (setup.py): finished with status 'done' [2023-05-05T19:04:05.610Z] #52 8.663 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c4515fec220ebdf8f4c2dd8b8f1b705defb24a04be8cc1029ab2d9d88ce29252 [2023-05-05T19:04:05.610Z] #52 8.663 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-05-05T19:04:05.610Z] #52 8.665 Successfully built yamllint [2023-05-05T19:04:05.610Z] #52 8.672 Installing collected packages: pyyaml, pathspec, yamllint [2023-05-05T19:04:05.610Z] #52 8.773 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-05-05T19:04:05.710Z] #39 ... [2023-05-05T19:04:05.710Z] [2023-05-05T19:04:05.710Z] #42 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:04:05.710Z] #42 34.19 + mkdir -p /build [2023-05-05T19:04:05.710Z] #42 34.19 + cp runc /build/runc [2023-05-05T19:04:05.865Z] #52 DONE 9.0s [2023-05-05T19:04:05.865Z] [2023-05-05T19:04:05.865Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-05-05T19:04:06.226Z] Merging remotes/origin/20.10 commit 3275e2a936789f19f9e7c5371ae3451579821968 into PR head commit db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:04:06.280Z] #42 DONE 35.2s [2023-05-05T19:04:06.280Z] [2023-05-05T19:04:06.281Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:04:06.281Z] #39 57.67 CC criu/pstree.o [2023-05-05T19:04:06.305Z] #50 17.88 Selecting previously unselected package libinih1:amd64. [2023-05-05T19:04:06.305Z] #50 17.89 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2023-05-05T19:04:06.305Z] #50 17.90 Unpacking libinih1:amd64 (53-1+b2) ... [2023-05-05T19:04:06.305Z] #50 17.99 Selecting previously unselected package libnet1:amd64. [2023-05-05T19:04:06.305Z] #50 18.00 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2023-05-05T19:04:06.305Z] #50 18.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:04:06.305Z] #50 18.11 Selecting previously unselected package libnl-3-200:amd64. [2023-05-05T19:04:06.305Z] #50 18.12 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2023-05-05T19:04:06.305Z] #50 18.13 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:04:06.305Z] #50 18.27 Selecting previously unselected package libprotobuf-c1:amd64. [2023-05-05T19:04:06.305Z] #50 18.27 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2023-05-05T19:04:06.305Z] #50 18.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:04:06.305Z] #50 18.37 Selecting previously unselected package net-tools. [2023-05-05T19:04:06.305Z] #50 18.37 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2023-05-05T19:04:06.305Z] #50 18.38 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:04:06.305Z] #50 18.47 Selecting previously unselected package patch. [2023-05-05T19:04:06.305Z] #50 18.47 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2023-05-05T19:04:06.541Z] #39 58.21 CC criu/rbtree.o [2023-05-05T19:04:06.541Z] #39 58.34 CC criu/rst-malloc.o [2023-05-05T19:04:06.561Z] #50 18.48 Unpacking patch (2.7.6-7) ... [2023-05-05T19:04:06.561Z] #50 18.59 Selecting previously unselected package python-pip-whl. [2023-05-05T19:04:06.561Z] #50 18.59 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:04:06.561Z] #50 18.60 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:04:05.071Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:04:05.162Z] > git config --add remote.origin.fetch +refs/pull/45406/head:refs/remotes/origin/PR-45406 # timeout=10 [2023-05-05T19:04:05.222Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:04:05.351Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-05-05T19:04:05.489Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-05-05T19:04:05.490Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:04:05.491Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45406/head:refs/remotes/origin/PR-45406 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2023-05-05T19:04:06.335Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:04:06.398Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:04:06.803Z] #39 58.47 CC criu/seccomp.o [2023-05-05T19:04:06.817Z] #50 18.84 Selecting previously unselected package python3-lib2to3. [2023-05-05T19:04:06.817Z] #50 18.85 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2023-05-05T19:04:06.817Z] #50 18.86 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:04:07.072Z] #39 58.82 CC criu/seize.o [2023-05-05T19:04:07.073Z] #50 19.03 Selecting previously unselected package python3-distutils. [2023-05-05T19:04:07.073Z] #50 19.03 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2023-05-05T19:04:07.073Z] #50 19.03 Unpacking python3-distutils (3.9.2-1) ... [2023-05-05T19:04:07.073Z] #50 19.13 Selecting previously unselected package python3-pkg-resources. [2023-05-05T19:04:07.073Z] #50 19.14 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2023-05-05T19:04:07.073Z] #50 19.14 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:04:07.073Z] #50 19.26 Selecting previously unselected package python3-setuptools. [2023-05-05T19:04:07.228Z] #53 DONE 1.4s [2023-05-05T19:04:07.228Z] [2023-05-05T19:04:07.228Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:07.228Z] #38 81.84 # github.com/containerd/containerd/cmd/containerd [2023-05-05T19:04:07.228Z] #38 81.84 /usr/bin/ld: /tmp/go-link-334133886/000019.o: in function `New': [2023-05-05T19:04:07.228Z] #38 81.84 /tmp/tmp.9DVSoPuNFh/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-05-05T19:04:07.228Z] #38 81.91 + bin/containerd-stress [2023-05-05T19:04:07.330Z] #50 19.27 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2023-05-05T19:04:07.330Z] #50 19.27 Unpacking python3-setuptools (52.0.0-4) ... [2023-05-05T19:04:07.330Z] #50 19.43 Selecting previously unselected package python3-wheel. [2023-05-05T19:04:07.330Z] #50 19.43 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2023-05-05T19:04:07.330Z] #50 19.44 Unpacking python3-wheel (0.34.2-1) ... [2023-05-05T19:04:07.333Z] #39 59.22 CC criu/servicefd.o [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 16.2% of statements [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 93.7% of statements [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 5.7% of statements [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/container [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/events [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/image [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/network [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/registry [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-05-05T19:04:07.372Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-05-05T19:04:07.372Z] ok github.com/docker/docker/cli/debug 0.014s coverage: 100.0% of statements [2023-05-05T19:04:07.588Z] #50 19.53 Selecting previously unselected package python3-pip. [2023-05-05T19:04:07.588Z] #50 19.53 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-05-05T19:04:07.588Z] #50 19.54 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:04:07.588Z] #50 19.66 Selecting previously unselected package sudo. [2023-05-05T19:04:07.593Z] #39 59.42 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:04:07.593Z] #39 59.42 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:04:07.593Z] #39 59.43 CC criu/shmem.o [2023-05-05T19:04:07.790Z] #38 82.76 + bin/containerd-shim [2023-05-05T19:04:07.844Z] #50 19.66 Preparing to unpack .../40-sudo_1.9.5p2-3+deb11u1_amd64.deb ... [2023-05-05T19:04:07.844Z] #50 19.67 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:04:07.844Z] #50 19.95 Selecting previously unselected package thin-provisioning-tools. [2023-05-05T19:04:07.853Z] #39 59.83 CC criu/sigframe.o [2023-05-05T19:04:08.046Z] #38 ... [2023-05-05T19:04:08.046Z] [2023-05-05T19:04:08.046Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-05-05T19:04:08.046Z] #54 DONE 0.9s [2023-05-05T19:04:08.101Z] #50 19.96 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2023-05-05T19:04:08.101Z] #50 19.98 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:04:08.101Z] #50 20.11 Selecting previously unselected package uidmap. [2023-05-05T19:04:08.101Z] #50 20.11 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2023-05-05T19:04:08.101Z] #50 20.13 Unpacking uidmap (1:4.8.1-1) ... [2023-05-05T19:04:08.113Z] #39 59.92 CC criu/signalfd.o [2023-05-05T19:04:08.304Z] [2023-05-05T19:04:08.304Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-05-05T19:04:08.304Z] #55 DONE 0.1s [2023-05-05T19:04:08.304Z] [2023-05-05T19:04:08.304Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-05-05T19:04:08.304Z] #56 DONE 0.0s [2023-05-05T19:04:08.304Z] [2023-05-05T19:04:08.304Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-05-05T19:04:08.304Z] #57 DONE 0.1s [2023-05-05T19:04:08.304Z] [2023-05-05T19:04:08.304Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:08.315Z] ok github.com/docker/docker/builder/remotecontext 0.109s coverage: 13.7% of statements [2023-05-05T19:04:08.358Z] #50 20.24 Selecting previously unselected package vim-runtime. [2023-05-05T19:04:08.358Z] #50 20.24 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-05-05T19:04:08.358Z] #50 20.26 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-05-05T19:04:08.358Z] #50 20.28 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-05-05T19:04:08.358Z] #50 20.29 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:08.373Z] #39 60.03 CC criu/sk-inet.o [2023-05-05T19:04:08.577Z] ok github.com/docker/docker/builder/dockerfile 0.192s coverage: 48.5% of statements [2023-05-05T19:04:08.577Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2023-05-05T19:04:08.633Z] #39 ... [2023-05-05T19:04:08.633Z] [2023-05-05T19:04:08.633Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:08.633Z] #35 61.82 + bin/containerd [2023-05-05T19:04:08.633Z] #35 ... [2023-05-05T19:04:08.633Z] [2023-05-05T19:04:08.633Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:04:08.633Z] #50 22.11 Selecting previously unselected package vim. [2023-05-05T19:04:08.633Z] #50 22.11 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:04:08.633Z] #50 22.14 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:08.633Z] #50 22.38 Selecting previously unselected package xfsprogs. [2023-05-05T19:04:08.633Z] #50 22.38 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-05-05T19:04:08.633Z] #50 22.38 Unpacking xfsprogs (5.10.0-4) ... [2023-05-05T19:04:08.633Z] #50 22.60 Selecting previously unselected package zip. [2023-05-05T19:04:08.633Z] #50 22.61 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-05-05T19:04:08.633Z] #50 22.61 Unpacking zip (3.0-12) ... [2023-05-05T19:04:08.633Z] #50 22.70 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:04:08.633Z] #50 23.12 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:04:08.633Z] #50 23.13 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:04:08.633Z] #50 23.15 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:04:08.633Z] #50 23.16 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:04:08.633Z] #50 23.18 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:04:08.633Z] #50 23.19 Setting up libinih1:amd64 (53-1+b2) ... [2023-05-05T19:04:08.633Z] #50 23.20 Setting up uidmap (1:4.8.1-1) ... [2023-05-05T19:04:08.633Z] #50 23.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:04:08.633Z] #50 23.24 Setting up bzip2 (1.0.8-4) ... [2023-05-05T19:04:08.633Z] #50 23.25 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:04:08.633Z] #50 23.27 Setting up python3-wheel (0.34.2-1) ... [2023-05-05T19:04:08.633Z] #50 23.54 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:08.633Z] #50 23.55 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:04:08.633Z] #50 23.56 Setting up libcap2-bin (1:2.44-1) ... [2023-05-05T19:04:08.633Z] #50 23.57 Setting up apparmor (2.13.6-10) ... [2023-05-05T19:04:08.866Z] #38 ... [2023-05-05T19:04:08.866Z] [2023-05-05T19:04:08.866Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-05-05T19:04:08.866Z] #58 DONE 0.3s [2023-05-05T19:04:08.866Z] [2023-05-05T19:04:08.866Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-05-05T19:04:08.866Z] #59 DONE 0.1s [2023-05-05T19:04:08.866Z] [2023-05-05T19:04:08.866Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-05-05T19:04:08.866Z] #60 DONE 0.1s [2023-05-05T19:04:08.866Z] [2023-05-05T19:04:08.866Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:09.122Z] #38 ... [2023-05-05T19:04:09.122Z] [2023-05-05T19:04:09.122Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-05-05T19:04:09.122Z] #61 DONE 0.1s [2023-05-05T19:04:09.122Z] [2023-05-05T19:04:09.122Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-05-05T19:04:09.202Z] #50 24.83 Setting up zip (3.0-12) ... [2023-05-05T19:04:09.202Z] #50 24.84 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:09.202Z] #50 24.88 Setting up bash-completion (1:2.11-2) ... [2023-05-05T19:04:09.287Z] #50 21.35 Selecting previously unselected package vim. [2023-05-05T19:04:09.287Z] #50 21.35 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2023-05-05T19:04:09.287Z] #50 21.37 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:09.377Z] #62 DONE 0.3s [2023-05-05T19:04:09.377Z] [2023-05-05T19:04:09.377Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-05-05T19:04:09.377Z] #63 DONE 0.1s [2023-05-05T19:04:09.377Z] [2023-05-05T19:04:09.377Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:09.544Z] #50 ... [2023-05-05T19:04:09.544Z] [2023-05-05T19:04:09.544Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:09.544Z] #37 62.85 + bin/containerd [2023-05-05T19:04:09.633Z] #38 ... [2023-05-05T19:04:09.633Z] [2023-05-05T19:04:09.633Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-05-05T19:04:09.633Z] #64 DONE 0.3s [2023-05-05T19:04:09.738Z] Merge succeeded, producing db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:04:09.738Z] Checking out Revision db9ab6438debd1b262c29479a23b4e972405ff75 (PR-45406) [2023-05-05T19:04:09.801Z] #37 ... [2023-05-05T19:04:09.801Z] [2023-05-05T19:04:09.801Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:04:09.801Z] #50 21.65 Selecting previously unselected package xfsprogs. [2023-05-05T19:04:09.801Z] #50 21.66 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2023-05-05T19:04:09.801Z] #50 21.66 Unpacking xfsprogs (5.10.0-4) ... [2023-05-05T19:04:09.801Z] #50 21.85 Selecting previously unselected package zip. [2023-05-05T19:04:09.801Z] #50 21.86 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-05-05T19:04:09.801Z] #50 ... [2023-05-05T19:04:09.801Z] [2023-05-05T19:04:09.801Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:04:09.801Z] #39 54.29 CC criu/net.o [2023-05-05T19:04:09.801Z] #39 55.60 CC criu/netfilter.o [2023-05-05T19:04:09.801Z] #39 55.76 CC criu/page-pipe.o [2023-05-05T19:04:09.801Z] #39 56.07 CC criu/page-xfer.o [2023-05-05T19:04:09.801Z] #39 56.83 CC criu/pagemap-cache.o [2023-05-05T19:04:09.801Z] #39 57.09 CC criu/pagemap.o [2023-05-05T19:04:09.801Z] #39 57.60 CC criu/parasite-syscall.o [2023-05-05T19:04:09.801Z] #39 58.03 CC criu/path.o [2023-05-05T19:04:09.801Z] #39 58.19 CC criu/pie-util-vdso-elf32.o [2023-05-05T19:04:09.801Z] #39 58.37 CC criu/pie-util-vdso.o [2023-05-05T19:04:09.801Z] #39 58.55 CC criu/pie-util.o [2023-05-05T19:04:09.801Z] #39 58.63 CC criu/pipes.o [2023-05-05T19:04:09.801Z] #39 58.96 CC criu/plugin.o [2023-05-05T19:04:09.801Z] #39 59.18 CC criu/proc_parse.o [2023-05-05T19:04:09.801Z] #39 60.38 CC criu/protobuf-desc.o [2023-05-05T19:04:09.801Z] #39 60.85 CC criu/protobuf.o [2023-05-05T19:04:09.801Z] #39 61.05 CC criu/pstree.o [2023-05-05T19:04:09.801Z] #39 61.59 CC criu/rbtree.o [2023-05-05T19:04:09.801Z] #39 61.74 CC criu/rst-malloc.o [2023-05-05T19:04:09.801Z] #39 61.88 CC criu/seccomp.o [2023-05-05T19:04:09.801Z] #39 62.20 CC criu/seize.o [2023-05-05T19:04:09.801Z] #39 62.63 CC criu/servicefd.o [2023-05-05T19:04:09.801Z] #39 62.81 include/common/asm/bitops.h: Assembler messages: [2023-05-05T19:04:09.801Z] #39 62.81 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' [2023-05-05T19:04:09.801Z] #39 62.82 CC criu/shmem.o [2023-05-05T19:04:09.801Z] #39 63.22 CC criu/sigframe.o [2023-05-05T19:04:09.801Z] #39 63.31 CC criu/signalfd.o [2023-05-05T19:04:09.801Z] #39 63.47 CC criu/sk-inet.o [2023-05-05T19:04:09.801Z] #39 63.97 CC criu/sk-netlink.o [2023-05-05T19:04:09.801Z] #39 64.15 CC criu/sk-packet.o [2023-05-05T19:04:09.801Z] #39 64.41 CC criu/sk-queue.o [2023-05-05T19:04:09.801Z] #39 ... [2023-05-05T19:04:09.801Z] [2023-05-05T19:04:09.801Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:04:09.801Z] #50 21.86 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2023-05-05T19:04:09.801Z] #50 21.86 Unpacking zip (3.0-12) ... [2023-05-05T19:04:09.338Z] > git remote # timeout=10 [2023-05-05T19:04:09.423Z] > git config --get remote.origin.url # timeout=10 [2023-05-05T19:04:09.480Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-05-05T19:04:09.482Z] > git merge 3275e2a936789f19f9e7c5371ae3451579821968 # timeout=10 [2023-05-05T19:04:09.643Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2023-05-05T19:04:09.772Z] > git config core.sparsecheckout # timeout=10 [2023-05-05T19:04:09.821Z] > git checkout -f db9ab6438debd1b262c29479a23b4e972405ff75 # timeout=10 [2023-05-05T19:04:09.890Z] [2023-05-05T19:04:09.890Z] #38 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:10.066Z] #50 22.00 Setting up python3-pkg-resources (52.0.0-4) ... [2023-05-05T19:04:10.326Z] #50 22.36 Setting up libip4tc2:amd64 (1.8.7-1) ... [2023-05-05T19:04:10.326Z] #50 22.38 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-05-05T19:04:10.326Z] #50 22.39 Setting up libgpm2:amd64 (1.20.7-8) ... [2023-05-05T19:04:10.326Z] #50 22.41 Setting up libicu67:amd64 (67.1-7) ... [2023-05-05T19:04:10.326Z] #50 22.42 Setting up libip6tc2:amd64 (1.8.7-1) ... [2023-05-05T19:04:10.326Z] #50 22.44 Setting up libinih1:amd64 (53-1+b2) ... [2023-05-05T19:04:10.326Z] #50 22.46 Setting up uidmap (1:4.8.1-1) ... [2023-05-05T19:04:10.326Z] #50 22.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2023-05-05T19:04:10.583Z] #50 22.50 Setting up bzip2 (1.0.8-4) ... [2023-05-05T19:04:10.583Z] #50 22.52 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2023-05-05T19:04:10.583Z] #50 22.54 Setting up python3-wheel (0.34.2-1) ... [2023-05-05T19:04:10.839Z] #50 22.82 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:10.839Z] #50 22.83 Setting up libcap2:amd64 (1:2.44-1) ... [2023-05-05T19:04:10.839Z] #50 22.86 Setting up libcap2-bin (1:2.44-1) ... [2023-05-05T19:04:10.839Z] #50 22.87 Setting up apparmor (2.13.6-10) ... [2023-05-05T19:04:11.878Z] ok github.com/docker/docker/client 0.101s coverage: 75.4% of statements [2023-05-05T19:04:12.217Z] #50 24.28 Setting up zip (3.0-12) ... [2023-05-05T19:04:12.217Z] #50 24.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:12.218Z] #50 24.34 Setting up bash-completion (1:2.11-2) ... [2023-05-05T19:04:12.406Z] #38 87.08 + bin/containerd-shim-runc-v1 [2023-05-05T19:04:12.450Z] ok github.com/docker/docker/builder/remotecontext/git 5.451s coverage: 83.5% of statements [2023-05-05T19:04:12.450Z] ? github.com/docker/docker/cli [no test files] [2023-05-05T19:04:12.450Z] ? github.com/docker/docker/cli/config [no test files] [2023-05-05T19:04:12.499Z] #50 28.11 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:04:12.499Z] #50 28.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-05-05T19:04:12.499Z] #50 28.15 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:04:12.499Z] #50 28.16 Setting up patch (2.7.6-7) ... [2023-05-05T19:04:12.499Z] #50 28.17 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:04:12.499Z] #50 28.24 invoke-rc.d: could not determine current runlevel [2023-05-05T19:04:12.760Z] #50 28.26 invoke-rc.d: policy-rc.d denied execution of start. [2023-05-05T19:04:12.760Z] #50 28.29 Setting up xfsprogs (5.10.0-4) ... [2023-05-05T19:04:12.760Z] #50 28.31 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:04:12.760Z] #50 28.32 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:04:12.760Z] #50 28.33 Setting up pigz (2.6-1) ... [2023-05-05T19:04:12.760Z] #50 28.34 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:04:12.760Z] #50 28.35 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:04:12.760Z] #50 28.37 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:04:12.760Z] #50 28.38 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:13.020Z] #50 28.72 Setting up libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:04:13.020Z] #50 28.74 Setting up python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:04:13.281Z] #50 28.97 Setting up libelf1:amd64 (0.183-1) ... [2023-05-05T19:04:13.281Z] #50 29.01 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:04:13.281Z] #50 29.02 Setting up python3-distutils (3.9.2-1) ... [2023-05-05T19:04:13.542Z] #50 29.22 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:13.542Z] #50 29.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-05-05T19:04:13.542Z] #50 29.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-05-05T19:04:13.542Z] #50 29.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-05-05T19:04:13.542Z] #50 29.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-05-05T19:04:13.542Z] #50 29.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-05-05T19:04:13.542Z] #50 29.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-05-05T19:04:13.542Z] #50 29.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-05-05T19:04:13.542Z] #50 29.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-05-05T19:04:13.542Z] #50 29.32 Setting up python3-setuptools (52.0.0-4) ... [2023-05-05T19:04:14.297Z] #38 89.36 + bin/containerd-shim-runc-v2 [2023-05-05T19:04:14.488Z] #50 29.90 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:04:14.488Z] #50 29.91 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:04:14.488Z] #50 29.92 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:04:14.488Z] #50 29.93 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:04:14.736Z] #50 ... [2023-05-05T19:04:14.736Z] [2023-05-05T19:04:14.736Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2023-05-05T19:04:14.736Z] #43 37.44 + mkdir -p /build [2023-05-05T19:04:14.736Z] #43 37.44 + cp runc /build/runc [2023-05-05T19:04:14.736Z] #43 DONE 39.1s [2023-05-05T19:04:14.736Z] [2023-05-05T19:04:14.736Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:04:14.736Z] #39 64.61 CC criu/sk-tcp.o [2023-05-05T19:04:14.736Z] #39 64.88 CC criu/sk-unix.o [2023-05-05T19:04:14.736Z] #39 65.81 CC criu/sockets.o [2023-05-05T19:04:14.736Z] #39 66.33 CC criu/stats.o [2023-05-05T19:04:14.736Z] #39 66.48 CC criu/string.o [2023-05-05T19:04:14.736Z] #39 66.53 CC criu/sysctl.o [2023-05-05T19:04:14.736Z] #39 66.83 CC criu/sysfs_parse.o [2023-05-05T19:04:14.736Z] #39 67.02 CC criu/timens.o [2023-05-05T19:04:14.736Z] #39 67.17 CC criu/timerfd.o [2023-05-05T19:04:14.736Z] #39 67.35 CC criu/tty.o [2023-05-05T19:04:14.736Z] #39 68.30 CC criu/tun.o [2023-05-05T19:04:14.736Z] #39 68.55 CC criu/uffd.o [2023-05-05T19:04:14.736Z] #39 69.16 CC criu/util.o [2023-05-05T19:04:14.748Z] #50 30.37 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:04:14.748Z] #50 30.38 Setting up jq (1.6-2.1) ... [2023-05-05T19:04:14.748Z] #50 30.39 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:04:14.748Z] #50 30.40 Setting up iptables (1.8.7-1) ... [2023-05-05T19:04:14.748Z] #50 30.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:04:14.748Z] #50 30.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:04:14.748Z] #50 30.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:04:14.748Z] #50 30.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:04:14.748Z] #50 30.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-05-05T19:04:14.748Z] #50 30.45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-05-05T19:04:14.748Z] #50 30.46 Setting up iproute2 (5.10.0-4) ... [2023-05-05T19:04:14.857Z] #38 89.90 + binaries [2023-05-05T19:04:14.857Z] #38 89.90 + install -D bin/containerd /build/containerd [2023-05-05T19:04:14.857Z] #38 89.93 + install -D bin/containerd-shim /build/containerd-shim [2023-05-05T19:04:14.857Z] #38 89.94 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-05-05T19:04:14.857Z] #38 89.94 + install -D bin/ctr /build/ctr [2023-05-05T19:04:15.008Z] #50 30.68 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:04:15.304Z] #39 69.84 CC criu/uts_ns.o [2023-05-05T19:04:15.305Z] #39 ... [2023-05-05T19:04:15.305Z] [2023-05-05T19:04:15.305Z] #50 [dev-systemd-false 8/27] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2023-05-05T19:04:15.305Z] #50 26.98 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-05-05T19:04:15.305Z] #50 27.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-05-05T19:04:15.305Z] #50 27.03 Setting up libmnl0:amd64 (1.0.4-3) ... [2023-05-05T19:04:15.305Z] #50 27.05 Setting up patch (2.7.6-7) ... [2023-05-05T19:04:15.305Z] #50 27.07 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-05-05T19:04:15.305Z] #50 27.15 invoke-rc.d: could not determine current runlevel [2023-05-05T19:04:15.305Z] #50 27.18 invoke-rc.d: policy-rc.d denied execution of start. [2023-05-05T19:04:15.305Z] #50 27.19 Setting up xfsprogs (5.10.0-4) ... [2023-05-05T19:04:15.305Z] #50 27.22 Setting up libxtables12:amd64 (1.8.7-1) ... [2023-05-05T19:04:15.305Z] #50 27.24 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2023-05-05T19:04:15.305Z] #50 27.25 Setting up pigz (2.6-1) ... [2023-05-05T19:04:15.305Z] #50 27.30 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2023-05-05T19:04:15.305Z] #50 27.32 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2023-05-05T19:04:15.305Z] #50 27.34 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-05-05T19:04:15.305Z] #50 27.35 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:15.871Z] #50 27.95 Setting up libaio1:amd64 (0.3.112-9) ... [2023-05-05T19:04:16.449Z] #50 28.47 Setting up python3-lib2to3 (3.9.2-1) ... [2023-05-05T19:04:16.659Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2023-05-05T19:04:16.705Z] #50 28.65 Setting up libelf1:amd64 (0.183-1) ... [2023-05-05T19:04:16.705Z] #50 28.69 Setting up libonig5:amd64 (6.9.6-1.1) ... [2023-05-05T19:04:16.705Z] #50 28.71 Setting up python3-distutils (3.9.2-1) ... [2023-05-05T19:04:16.741Z] #38 DONE 91.6s [2023-05-05T19:04:16.919Z] #50 DONE 32.2s [2023-05-05T19:04:16.919Z] [2023-05-05T19:04:16.919Z] #51 [dev-systemd-false 9/27] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2023-05-05T19:04:16.921Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2023-05-05T19:04:16.921Z] ok github.com/docker/docker/daemon/config 0.046s coverage: 81.8% of statements [2023-05-05T19:04:16.962Z] #50 28.92 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-05-05T19:04:16.962Z] #50 28.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-05-05T19:04:16.962Z] #50 28.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-05-05T19:04:16.962Z] #50 28.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-05-05T19:04:16.962Z] #50 28.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-05-05T19:04:16.962Z] #50 28.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-05-05T19:04:16.962Z] #50 29.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-05-05T19:04:16.962Z] #50 29.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-05-05T19:04:16.962Z] #50 29.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-05-05T19:04:16.962Z] #50 29.06 Setting up python3-setuptools (52.0.0-4) ... [2023-05-05T19:04:17.183Z] ok github.com/docker/docker/container 0.155s coverage: 34.5% of statements [2023-05-05T19:04:17.183Z] ok github.com/docker/docker/daemon/discovery 0.016s coverage: 30.0% of statements [2023-05-05T19:04:17.302Z] [2023-05-05T19:04:17.302Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-05-05T19:04:17.445Z] ok github.com/docker/docker/daemon/events 0.064s coverage: 50.0% of statements [2023-05-05T19:04:17.499Z] #51 0.899 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-05-05T19:04:17.499Z] #51 0.902 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-05-05T19:04:17.499Z] #51 0.910 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-05-05T19:04:17.540Z] #50 29.58 Setting up libjq1:amd64 (1.6-2.1) ... [2023-05-05T19:04:17.540Z] #50 29.60 Setting up libnftnl11:amd64 (1.1.9-1) ... [2023-05-05T19:04:17.540Z] #50 29.61 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-05-05T19:04:17.540Z] #50 29.63 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-05-05T19:04:18.019Z] ok github.com/docker/docker/daemon/graphdriver 0.020s coverage: 2.2% of statements [2023-05-05T19:04:18.106Z] #50 30.06 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2023-05-05T19:04:18.106Z] #50 30.07 Setting up jq (1.6-2.1) ... [2023-05-05T19:04:18.106Z] #50 30.08 Setting up libbpf0:amd64 (1:0.3-2) ... [2023-05-05T19:04:18.106Z] #50 30.10 Setting up iptables (1.8.7-1) ... [2023-05-05T19:04:18.106Z] #50 30.11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:04:18.106Z] #50 30.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:04:18.106Z] #50 30.13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-05-05T19:04:18.106Z] #50 30.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-05-05T19:04:18.106Z] #50 30.14 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-05-05T19:04:18.106Z] #50 30.14 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-05-05T19:04:18.106Z] #50 30.16 Setting up iproute2 (5.10.0-4) ... [2023-05-05T19:04:18.226Z] #65 DONE 0.9s [2023-05-05T19:04:18.226Z] [2023-05-05T19:04:18.226Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-05-05T19:04:18.226Z] #66 DONE 0.2s [2023-05-05T19:04:18.226Z] [2023-05-05T19:04:18.226Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-05-05T19:04:18.439Z] #51 DONE 1.7s [2023-05-05T19:04:18.439Z] [2023-05-05T19:04:18.439Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:04:18.467Z] #50 30.39 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:04:18.699Z] #52 ... [2023-05-05T19:04:18.699Z] [2023-05-05T19:04:18.699Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:04:18.699Z] #39 60.49 CC criu/sk-netlink.o [2023-05-05T19:04:18.699Z] #39 60.67 CC criu/sk-packet.o [2023-05-05T19:04:18.699Z] #39 60.94 CC criu/sk-queue.o [2023-05-05T19:04:18.699Z] #39 61.16 CC criu/sk-tcp.o [2023-05-05T19:04:18.699Z] #39 61.41 CC criu/sk-unix.o [2023-05-05T19:04:18.699Z] #39 62.26 CC criu/sockets.o [2023-05-05T19:04:18.699Z] #39 62.78 CC criu/stats.o [2023-05-05T19:04:18.699Z] #39 62.92 CC criu/string.o [2023-05-05T19:04:18.699Z] #39 62.98 CC criu/sysctl.o [2023-05-05T19:04:18.699Z] #39 63.29 CC criu/sysfs_parse.o [2023-05-05T19:04:18.699Z] #39 63.52 CC criu/timens.o [2023-05-05T19:04:18.699Z] #39 63.68 CC criu/timerfd.o [2023-05-05T19:04:18.699Z] #39 63.84 CC criu/tty.o [2023-05-05T19:04:18.699Z] #39 64.77 CC criu/tun.o [2023-05-05T19:04:18.699Z] #39 65.01 CC criu/uffd.o [2023-05-05T19:04:18.699Z] #39 65.58 CC criu/util.o [2023-05-05T19:04:18.699Z] #39 66.23 CC criu/uts_ns.o [2023-05-05T19:04:18.699Z] #39 66.34 CC criu/vdso-compat.o [2023-05-05T19:04:18.699Z] #39 66.45 CC criu/vdso.o [2023-05-05T19:04:18.699Z] #39 66.77 LINK criu/built-in.o [2023-05-05T19:04:18.699Z] #39 66.90 LINK criu/criu [2023-05-05T19:04:18.699Z] #39 67.21 DEP lib/c/criu.d [2023-05-05T19:04:18.699Z] #39 67.28 CC images/rpc.pb-c.o [2023-05-05T19:04:18.699Z] #39 67.59 CC lib/c/criu.o [2023-05-05T19:04:18.699Z] #39 68.31 LINK lib/c/built-in.o [2023-05-05T19:04:18.699Z] #39 68.32 LINK lib/c/libcriu.so [2023-05-05T19:04:18.699Z] #39 68.39 LINK lib/c/libcriu.a [2023-05-05T19:04:18.699Z] #39 68.47 GEN magic.py [2023-05-05T19:04:18.699Z] #39 68.62 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:04:18.699Z] #39 68.62 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:04:18.699Z] #39 68.64 Note: Building without GnuTLS support [2023-05-05T19:04:18.699Z] #39 68.65 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:04:18.699Z] #39 68.65 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:04:18.699Z] #39 69.21 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:04:18.699Z] #39 69.94 make[1]: Nothing to be done for 'all'. [2023-05-05T19:04:18.699Z] #39 70.59 make[1]: 'images/built-in.o' is up to date. [2023-05-05T19:04:18.699Z] #39 70.62 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-05-05T19:04:18.699Z] #39 70.63 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-05-05T19:04:18.959Z] #39 70.66 make[1]: 'compel/libcompel.a' is up to date. [2023-05-05T19:04:18.959Z] #39 70.73 make[1]: 'compel/compel-host-bin' is up to date. [2023-05-05T19:04:18.959Z] #39 70.79 make[1]: Nothing to be done for 'all'. [2023-05-05T19:04:18.959Z] #39 70.82 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:04:18.959Z] #39 70.93 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.152Z] #67 DONE 0.9s [2023-05-05T19:04:19.152Z] [2023-05-05T19:04:19.152Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-05-05T19:04:19.222Z] #39 70.94 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.222Z] #39 70.97 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.222Z] #39 71.02 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.222Z] #39 71.06 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.222Z] #39 71.08 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.222Z] #39 71.14 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.396Z] #50 DONE 31.1s [2023-05-05T19:04:19.396Z] [2023-05-05T19:04:19.396Z] #51 [dev-systemd-false 9/27] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2023-05-05T19:04:19.406Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.477s coverage: 59.6% of statements [2023-05-05T19:04:19.406Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.046s coverage: 74.6% of statements [2023-05-05T19:04:19.407Z] #68 DONE 0.0s [2023-05-05T19:04:19.407Z] [2023-05-05T19:04:19.407Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-05-05T19:04:19.407Z] #69 DONE 0.0s [2023-05-05T19:04:19.407Z] [2023-05-05T19:04:19.407Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2023-05-05T19:04:19.482Z] #39 71.24 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:19.482Z] #39 71.25 INSTALL criu/criu [2023-05-05T19:04:19.482Z] #39 DONE 71.3s [2023-05-05T19:04:19.482Z] [2023-05-05T19:04:19.482Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:04:19.959Z] #51 0.829 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-05-05T19:04:19.959Z] #51 0.829 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-05-05T19:04:19.959Z] #51 0.834 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-05-05T19:04:19.981Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.9% of statements [2023-05-05T19:04:20.332Z] #70 0.682 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2023-05-05T19:04:20.332Z] #70 0.682 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2023-05-05T19:04:20.332Z] #70 0.682 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2023-05-05T19:04:20.554Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2023-05-05T19:04:20.554Z] ok github.com/docker/docker/cmd/dockerd 0.078s coverage: 29.0% of statements [2023-05-05T19:04:20.554Z] ? github.com/docker/docker/container/stream [no test files] [2023-05-05T19:04:20.554Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-05-05T19:04:20.554Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2023-05-05T19:04:20.554Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-05-05T19:04:20.554Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2023-05-05T19:04:20.587Z] #70 0.924 Reading package lists... [2023-05-05T19:04:20.815Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.200s coverage: 50.5% of statements [2023-05-05T19:04:20.887Z] #51 DONE 1.8s [2023-05-05T19:04:20.887Z] [2023-05-05T19:04:20.887Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2023-05-05T19:04:20.887Z] #39 69.97 CC criu/vdso-compat.o [2023-05-05T19:04:20.887Z] #39 70.09 CC criu/vdso.o [2023-05-05T19:04:20.887Z] #39 70.42 LINK criu/built-in.o [2023-05-05T19:04:20.887Z] #39 70.59 LINK criu/criu [2023-05-05T19:04:20.887Z] #39 71.01 DEP lib/c/criu.d [2023-05-05T19:04:20.887Z] #39 71.08 CC images/rpc.pb-c.o [2023-05-05T19:04:20.887Z] #39 71.39 CC lib/c/criu.o [2023-05-05T19:04:20.887Z] #39 71.92 LINK lib/c/built-in.o [2023-05-05T19:04:20.887Z] #39 71.93 LINK lib/c/libcriu.so [2023-05-05T19:04:20.887Z] #39 71.97 LINK lib/c/libcriu.a [2023-05-05T19:04:20.887Z] #39 72.10 GEN magic.py [2023-05-05T19:04:20.887Z] #39 72.30 Note: Building without setproctitle() and strlcpy() support. [2023-05-05T19:04:20.887Z] #39 72.30 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2023-05-05T19:04:20.887Z] #39 72.32 Note: Building without GnuTLS support [2023-05-05T19:04:20.887Z] #39 72.34 Makefile.config:39: Warn: you have no libnftables installed [2023-05-05T19:04:20.887Z] #39 72.34 Makefile.config:40: Warn: Building without nftables support [2023-05-05T19:04:20.887Z] #39 72.95 fatal: not a git repository (or any of the parent directories): .git [2023-05-05T19:04:20.887Z] #39 73.63 make[1]: Nothing to be done for 'all'. [2023-05-05T19:04:20.887Z] #39 74.63 make[1]: 'images/built-in.o' is up to date. [2023-05-05T19:04:20.887Z] #39 74.69 make[1]: 'compel/plugins/std.lib.a' is up to date. [2023-05-05T19:04:20.887Z] #39 74.75 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2023-05-05T19:04:20.887Z] #39 74.81 make[1]: 'compel/libcompel.a' is up to date. [2023-05-05T19:04:20.887Z] #39 74.88 make[1]: 'compel/compel-host-bin' is up to date. [2023-05-05T19:04:20.887Z] #39 74.94 make[1]: Nothing to be done for 'all'. [2023-05-05T19:04:20.887Z] #39 74.97 make[1]: 'soccr/libsoccr.a' is up to date. [2023-05-05T19:04:20.887Z] #39 75.21 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:20.887Z] #39 75.26 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:20.887Z] #39 75.33 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:20.887Z] #39 75.42 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:20.887Z] #39 75.54 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:21.076Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2023-05-05T19:04:21.144Z] #39 75.60 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:21.144Z] #39 75.68 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:21.144Z] #39 75.75 make[2]: Nothing to be done for 'all'. [2023-05-05T19:04:21.144Z] #39 75.79 INSTALL criu/criu [2023-05-05T19:04:21.338Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.8% of statements [2023-05-05T19:04:21.400Z] #39 DONE 76.1s [2023-05-05T19:04:21.401Z] [2023-05-05T19:04:21.401Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:04:21.403Z] #70 1.410 Reading package lists... [2023-05-05T19:04:21.403Z] #70 1.889 Building dependency tree... [2023-05-05T19:04:21.403Z] #70 1.990 Reading state information... [2023-05-05T19:04:21.403Z] #70 2.102 The following additional packages will be installed: [2023-05-05T19:04:21.492Z] Commit message: "update runc binary to v1.1.7" [2023-05-05T19:04:21.600Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2023-05-05T19:04:21.657Z] #70 2.102 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2023-05-05T19:04:21.657Z] #70 2.103 Suggested packages: [2023-05-05T19:04:21.657Z] #70 2.103 systemd-container policykit-1 [2023-05-05T19:04:21.657Z] #70 2.103 Recommended packages: [2023-05-05T19:04:21.657Z] #70 2.103 systemd-timesyncd | time-daemon libnss-systemd [2023-05-05T19:04:21.657Z] #70 2.170 The following NEW packages will be installed: [2023-05-05T19:04:21.657Z] #70 2.170 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2023-05-05T19:04:21.657Z] #70 2.170 libkmod2 libpam-systemd systemd systemd-sysv [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2023-05-05T19:04:21.913Z] #70 2.437 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2023-05-05T19:04:21.913Z] #70 2.437 Need to get 5829 kB of archives. [2023-05-05T19:04:21.913Z] #70 2.437 After this operation, 19.3 MB of additional disk space will be used. [2023-05-05T19:04:21.913Z] #70 2.437 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2023-05-05T19:04:21.913Z] #70 2.440 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2023-05-05T19:04:21.913Z] #70 2.442 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2023-05-05T19:04:21.913Z] #70 2.444 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2023-05-05T19:04:21.913Z] #70 2.446 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u2 [4501 kB] [2023-05-05T19:04:21.913Z] #70 2.506 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u2 [113 kB] [2023-05-05T19:04:21.913Z] #70 2.507 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB] [2023-05-05T19:04:21.913Z] #70 2.509 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB] [2023-05-05T19:04:21.913Z] #70 2.510 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u2 [283 kB] [2023-05-05T19:04:21.913Z] #70 2.512 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.24-0+deb11u1 [99.7 kB] [2023-05-05T19:04:21.913Z] #70 2.650 debconf: delaying package configuration, since apt-utils is not installed [2023-05-05T19:04:21.913Z] #70 2.677 Fetched 5829 kB in 0s (17.3 MB/s) [2023-05-05T19:04:21.913Z] #70 2.699 Selecting previously unselected package libargon2-1:amd64. [2023-05-05T19:04:21.913Z] #70 2.699 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28613 files and directories currently installed.) [2023-05-05T19:04:21.913Z] #70 2.712 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2023-05-05T19:04:21.913Z] #70 2.718 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2023-05-05T19:04:21.913Z] #70 2.747 Selecting previously unselected package libjson-c5:amd64. [2023-05-05T19:04:21.913Z] #70 2.750 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2023-05-05T19:04:21.913Z] #70 2.753 Unpacking libjson-c5:amd64 (0.15-2) ... [Pipeline] sh [2023-05-05T19:04:22.168Z] #70 2.783 Selecting previously unselected package libcryptsetup12:amd64. [2023-05-05T19:04:22.168Z] #70 2.785 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2023-05-05T19:04:22.168Z] #70 2.788 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2023-05-05T19:04:22.168Z] #70 2.861 Selecting previously unselected package libkmod2:amd64. [2023-05-05T19:04:22.168Z] #70 2.864 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2023-05-05T19:04:22.168Z] #70 2.867 Unpacking libkmod2:amd64 (28-1) ... [2023-05-05T19:04:22.168Z] #70 2.906 Selecting previously unselected package systemd. [2023-05-05T19:04:22.168Z] #70 2.909 Preparing to unpack .../systemd_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:04:22.168Z] #70 2.942 Unpacking systemd (247.3-7+deb11u2) ... [2023-05-05T19:04:22.175Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.949s coverage: 58.0% of statements [2023-05-05T19:04:22.436Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2023-05-05T19:04:22.436Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.2% of statements [2023-05-05T19:04:22.436Z] ok github.com/docker/docker/daemon/images 0.017s coverage: 6.6% of statements [2023-05-05T19:04:22.436Z] ok github.com/docker/docker/daemon/logger/awslogs 0.131s coverage: 76.5% of statements [2023-05-05T19:04:22.697Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.015s coverage: 87.2% of statements [2023-05-05T19:04:22.697Z] ok github.com/docker/docker/daemon/logger/journald 0.028s coverage: 23.9% of statements [2023-05-05T19:04:22.728Z] #70 3.404 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2023-05-05T19:04:22.728Z] #70 3.415 Setting up libjson-c5:amd64 (0.15-2) ... [2023-05-05T19:04:22.728Z] #70 3.425 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2023-05-05T19:04:22.728Z] #70 3.434 Setting up libkmod2:amd64 (28-1) ... [2023-05-05T19:04:22.728Z] #70 3.442 Setting up systemd (247.3-7+deb11u2) ... [2023-05-05T19:04:22.728Z] #70 3.477 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2023-05-05T19:04:22.728Z] #70 3.478 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2023-05-05T19:04:22.728Z] #70 3.481 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2023-05-05T19:04:22.729Z] #70 3.502 Initializing machine ID from KVM UUID. [2023-05-05T19:04:22.961Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2023-05-05T19:04:22.961Z] ok github.com/docker/docker/daemon/logger/local 0.028s coverage: 78.7% of statements [2023-05-05T19:04:23.222Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.066s coverage: 54.7% of statements [2023-05-05T19:04:23.222Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2023-05-05T19:04:23.222Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.469s coverage: 13.7% of statements [2023-05-05T19:04:23.289Z] #70 3.857 Selecting previously unselected package systemd-sysv. [2023-05-05T19:04:23.289Z] #70 3.857 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29424 files and directories currently installed.) [2023-05-05T19:04:23.289Z] #70 3.870 Preparing to unpack .../systemd-sysv_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:04:23.289Z] #70 3.874 Unpacking systemd-sysv (247.3-7+deb11u2) ... [2023-05-05T19:04:23.289Z] #70 3.910 Selecting previously unselected package libdbus-1-3:amd64. [2023-05-05T19:04:23.289Z] #70 3.912 Preparing to unpack .../libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ... [2023-05-05T19:04:23.289Z] #70 3.915 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ... [2023-05-05T19:04:23.289Z] #70 3.964 Selecting previously unselected package dbus. [2023-05-05T19:04:23.289Z] #70 3.966 Preparing to unpack .../dbus_1.12.24-0+deb11u1_amd64.deb ... [2023-05-05T19:04:23.289Z] #70 3.975 Unpacking dbus (1.12.24-0+deb11u1) ... [2023-05-05T19:04:23.289Z] #70 4.027 Selecting previously unselected package libpam-systemd:amd64. [2023-05-05T19:04:23.289Z] #70 4.029 Preparing to unpack .../libpam-systemd_247.3-7+deb11u2_amd64.deb ... [2023-05-05T19:04:23.289Z] #70 4.032 Unpacking libpam-systemd:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:04:23.289Z] #70 4.074 Selecting previously unselected package dbus-user-session. [2023-05-05T19:04:23.485Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2023-05-05T19:04:23.485Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2023-05-05T19:04:23.544Z] #70 4.077 Preparing to unpack .../dbus-user-session_1.12.24-0+deb11u1_amd64.deb ... [2023-05-05T19:04:23.544Z] #70 4.080 Unpacking dbus-user-session (1.12.24-0+deb11u1) ... [2023-05-05T19:04:23.544Z] #70 4.140 Setting up systemd-sysv (247.3-7+deb11u2) ... [2023-05-05T19:04:23.544Z] #70 4.150 Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ... [2023-05-05T19:04:23.544Z] #70 4.159 Setting up dbus (1.12.24-0+deb11u1) ... [2023-05-05T19:04:23.544Z] #70 4.266 invoke-rc.d: could not determine current runlevel [2023-05-05T19:04:23.544Z] #70 4.269 invoke-rc.d: policy-rc.d denied execution of start. [2023-05-05T19:04:23.544Z] #70 4.273 Setting up libpam-systemd:amd64 (247.3-7+deb11u2) ... [2023-05-05T19:04:23.673Z] #52 ... [2023-05-05T19:04:23.673Z] [2023-05-05T19:04:23.673Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:23.673Z] #35 86.62 # github.com/containerd/containerd/cmd/containerd [2023-05-05T19:04:23.673Z] #35 86.62 /usr/bin/ld: /tmp/go-link-1508069822/000019.o: in function `New': [2023-05-05T19:04:23.673Z] #35 86.62 /tmp/tmp.npwdkBf4NM/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-05-05T19:04:23.673Z] #35 86.69 + bin/containerd-stress [2023-05-05T19:04:23.747Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2023-05-05T19:04:23.799Z] #70 4.411 Setting up dbus-user-session (1.12.24-0+deb11u1) ... [2023-05-05T19:04:23.799Z] #70 4.429 Processing triggers for libc-bin (2.31-13+deb11u6) ... [2023-05-05T19:04:23.799Z] #70 DONE 4.5s [2023-05-05T19:04:24.008Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2023-05-05T19:04:24.008Z] ok github.com/docker/docker/errdefs 0.011s coverage: 77.0% of statements [2023-05-05T19:04:24.054Z] [2023-05-05T19:04:24.054Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2023-05-05T19:04:24.243Z] #35 87.54 + bin/containerd-shim [2023-05-05T19:04:24.309Z] #71 0.374 % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-05T19:04:24.309Z] #71 0.374 Dload Upload Total Spent Left Speed [2023-05-05T19:04:24.563Z] #71 0.374 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6653 0 --:--:-- --:--:-- --:--:-- 6653 [2023-05-05T19:04:24.563Z] #71 DONE 0.7s [2023-05-05T19:04:24.563Z] [2023-05-05T19:04:24.563Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-05-05T19:04:24.579Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2023-05-05T19:04:24.579Z] ok github.com/docker/docker/image 0.015s coverage: 86.8% of statements [2023-05-05T19:04:24.840Z] ok github.com/docker/docker/image/v1 0.011s coverage: 25.0% of statements [2023-05-05T19:04:24.840Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.624s coverage: 45.9% of statements [2023-05-05T19:04:24.840Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2023-05-05T19:04:24.841Z] + docker version [2023-05-05T19:04:25.100Z] ok github.com/docker/docker/daemon/logger/splunk 1.557s coverage: 82.5% of statements [2023-05-05T19:04:25.100Z] ok github.com/docker/docker/pkg/aaparser 0.020s coverage: 52.9% of statements [2023-05-05T19:04:25.100Z] ok github.com/docker/docker/oci 0.007s coverage: 40.6% of statements [2023-05-05T19:04:25.361Z] ok github.com/docker/docker/distribution 0.617s coverage: 29.0% of statements [2023-05-05T19:04:25.361Z] ok github.com/docker/docker/opts 0.027s coverage: 67.1% of statements [2023-05-05T19:04:25.623Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2023-05-05T19:04:25.623Z] ok github.com/docker/docker/pkg/capabilities 0.012s coverage: 87.5% of statements [2023-05-05T19:04:25.883Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2023-05-05T19:04:25.926Z] #72 DONE 1.2s [2023-05-05T19:04:25.926Z] [2023-05-05T19:04:25.926Z] #73 exporting to image [2023-05-05T19:04:25.926Z] #73 exporting layers [2023-05-05T19:04:26.145Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2023-05-05T19:04:26.145Z] ok github.com/docker/docker/distribution/xfer 1.781s coverage: 85.1% of statements [2023-05-05T19:04:26.145Z] ok github.com/docker/docker/pkg/authorization 0.414s coverage: 68.3% of statements [2023-05-05T19:04:26.407Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2023-05-05T19:04:26.407Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2023-05-05T19:04:26.407Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2023-05-05T19:04:26.407Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2023-05-05T19:04:26.667Z] ok github.com/docker/docker/pkg/archive 0.432s coverage: 81.8% of statements [2023-05-05T19:04:26.928Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 86.5% of statements [2023-05-05T19:04:26.928Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2023-05-05T19:04:26.928Z] ok github.com/docker/docker/pkg/fsutils 0.182s coverage: 85.1% of statements [2023-05-05T19:04:27.499Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2023-05-05T19:04:27.499Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2023-05-05T19:04:27.499Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2023-05-05T19:04:27.499Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2023-05-05T19:04:27.499Z] ok github.com/docker/docker/pkg/idtools 0.376s coverage: 69.5% of statements [2023-05-05T19:04:27.538Z] #35 ... [2023-05-05T19:04:27.538Z] [2023-05-05T19:04:27.538Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:04:27.538Z] #52 6.240 Collecting yamllint==1.26.1 [2023-05-05T19:04:27.538Z] #52 7.264 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-05-05T19:04:27.538Z] #52 7.686 Collecting pathspec>=0.5.3 [2023-05-05T19:04:27.538Z] #52 7.690 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-05-05T19:04:27.538Z] #52 7.816 Collecting pyyaml [2023-05-05T19:04:27.538Z] #52 7.821 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-05-05T19:04:27.538Z] #52 7.842 Building wheels for collected packages: yamllint [2023-05-05T19:04:27.538Z] #52 7.842 Building wheel for yamllint (setup.py): started [2023-05-05T19:04:27.538Z] #52 8.136 Building wheel for yamllint (setup.py): finished with status 'done' [2023-05-05T19:04:27.538Z] #52 8.137 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=19b76dd0b2870951774f9a77b9759ff6ca7afbb86d8c52ca91f2909a7885194b [2023-05-05T19:04:27.538Z] #52 8.137 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-05-05T19:04:27.538Z] #52 8.140 Successfully built yamllint [2023-05-05T19:04:27.538Z] #52 8.150 Installing collected packages: pyyaml, pathspec, yamllint [2023-05-05T19:04:27.538Z] #52 8.353 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-05-05T19:04:27.538Z] #52 DONE 9.2s [2023-05-05T19:04:27.760Z] ok github.com/docker/docker/pkg/ioutils 0.346s coverage: 69.3% of statements [2023-05-05T19:04:27.760Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2023-05-05T19:04:27.760Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2023-05-05T19:04:27.760Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2023-05-05T19:04:27.797Z] [2023-05-05T19:04:27.797Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-05-05T19:04:27.797Z] #53 DONE 0.4s [2023-05-05T19:04:27.797Z] [2023-05-05T19:04:27.797Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:27.950Z] #52 ... [2023-05-05T19:04:27.950Z] [2023-05-05T19:04:27.950Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:27.950Z] #37 90.53 # github.com/containerd/containerd/cmd/containerd [2023-05-05T19:04:27.950Z] #37 90.53 /usr/bin/ld: /tmp/go-link-2249629431/000019.o: in function `New': [2023-05-05T19:04:27.950Z] #37 90.53 /tmp/tmp.RoZ9gza7Vq/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2023-05-05T19:04:27.950Z] #37 90.60 + bin/containerd-stress [2023-05-05T19:04:28.021Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2023-05-05T19:04:28.021Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2023-05-05T19:04:28.206Z] #37 91.52 + bin/containerd-shim [2023-05-05T19:04:28.282Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2023-05-05T19:04:28.282Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2023-05-05T19:04:28.282Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2023-05-05T19:04:28.364Z] #35 ... [2023-05-05T19:04:28.365Z] [2023-05-05T19:04:28.365Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-05-05T19:04:28.365Z] #54 DONE 0.4s [2023-05-05T19:04:28.365Z] [2023-05-05T19:04:28.365Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-05-05T19:04:28.542Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2023-05-05T19:04:28.542Z] ok github.com/docker/docker/pkg/chrootarchive 2.580s coverage: 43.5% of statements [2023-05-05T19:04:28.623Z] #55 DONE 0.4s [2023-05-05T19:04:28.623Z] [2023-05-05T19:04:28.623Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-05-05T19:04:28.623Z] #56 DONE 0.0s [2023-05-05T19:04:28.623Z] [2023-05-05T19:04:28.623Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:28.802Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2023-05-05T19:04:28.883Z] #35 ... [2023-05-05T19:04:28.883Z] [2023-05-05T19:04:28.883Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-05-05T19:04:28.883Z] #57 DONE 0.0s [2023-05-05T19:04:28.883Z] [2023-05-05T19:04:28.883Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-05-05T19:04:28.883Z] #58 DONE 0.2s [2023-05-05T19:04:28.883Z] [2023-05-05T19:04:28.883Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:28.883Z] #35 92.33 + bin/containerd-shim-runc-v1 [2023-05-05T19:04:29.062Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2023-05-05T19:04:29.062Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2023-05-05T19:04:29.143Z] #35 ... [2023-05-05T19:04:29.143Z] [2023-05-05T19:04:29.143Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-05-05T19:04:29.143Z] #59 DONE 0.1s [2023-05-05T19:04:29.143Z] [2023-05-05T19:04:29.143Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-05-05T19:04:29.143Z] #60 DONE 0.1s [2023-05-05T19:04:29.143Z] [2023-05-05T19:04:29.143Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-05-05T19:04:29.143Z] #61 DONE 0.1s [2023-05-05T19:04:29.143Z] [2023-05-05T19:04:29.143Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:29.322Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.5% of statements [2023-05-05T19:04:29.403Z] #35 ... [2023-05-05T19:04:29.403Z] [2023-05-05T19:04:29.403Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-05-05T19:04:29.403Z] #62 DONE 0.2s [2023-05-05T19:04:29.403Z] [2023-05-05T19:04:29.403Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-05-05T19:04:29.403Z] #63 DONE 0.1s [2023-05-05T19:04:29.548Z] Client: [2023-05-05T19:04:29.548Z] Version: 20.10.9 [2023-05-05T19:04:29.548Z] API version: 1.41 [2023-05-05T19:04:29.548Z] Go version: go1.16.8 [2023-05-05T19:04:29.548Z] Git commit: c2ea9bc [2023-05-05T19:04:29.548Z] Built: Mon Oct 4 16:11:10 2021 [2023-05-05T19:04:29.548Z] OS/Arch: windows/amd64 [2023-05-05T19:04:29.548Z] Context: default [2023-05-05T19:04:29.548Z] Experimental: true [2023-05-05T19:04:29.548Z] [2023-05-05T19:04:29.548Z] Server: Docker Engine - Community [2023-05-05T19:04:29.548Z] Engine: [2023-05-05T19:04:29.548Z] Version: 20.10.9 [2023-05-05T19:04:29.548Z] API version: 1.41 (minimum version 1.24) [2023-05-05T19:04:29.548Z] Go version: go1.16.8 [2023-05-05T19:04:29.548Z] Git commit: 79ea9d3 [2023-05-05T19:04:29.548Z] Built: Mon Oct 4 16:06:39 2021 [2023-05-05T19:04:29.548Z] OS/Arch: windows/amd64 [2023-05-05T19:04:29.548Z] Experimental: true [2023-05-05T19:04:29.582Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2023-05-05T19:04:29.582Z] ok github.com/docker/docker/pkg/pubsub 1.043s coverage: 75.0% of statements [2023-05-05T19:04:29.582Z] ok github.com/docker/docker/pkg/discovery/kv 3.036s coverage: 84.1% of statements [2023-05-05T19:04:29.663Z] [2023-05-05T19:04:29.663Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-05-05T19:04:29.663Z] #64 DONE 0.1s [2023-05-05T19:04:29.663Z] [2023-05-05T19:04:29.663Z] #35 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:29.843Z] ok github.com/docker/docker/pkg/tailfile 0.033s coverage: 88.6% of statements [2023-05-05T19:04:29.843Z] coverage: [no statements] [2023-05-05T19:04:29.843Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2023-05-05T19:04:29.843Z] ok github.com/docker/docker/pkg/tarsum 0.047s coverage: 89.3% of statements [2023-05-05T19:04:29.843Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2023-05-05T19:04:29.843Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2023-05-05T19:04:30.087Z] #73 exporting layers 3.7s done [2023-05-05T19:04:30.087Z] #73 writing image sha256:d003b455a86e71427d923d5698720c5f162dc00ba759908614b6528b5983ac94 done [2023-05-05T19:04:30.087Z] #73 naming to docker.io/library/docker:db9ab6438debd1b262c29479a23b4e972405ff75 done [2023-05-05T19:04:30.087Z] #73 DONE 3.7s [Pipeline] } [2023-05-05T19:04:30.104Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-05-05T19:04:30.365Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.4% of statements [2023-05-05T19:04:30.365Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.6% of statements [2023-05-05T19:04:30.502Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -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:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh dynbinary test-integration [2023-05-05T19:04:30.625Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2023-05-05T19:04:31.151Z] + docker info [2023-05-05T19:04:31.195Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2023-05-05T19:04:31.195Z] ok github.com/docker/docker/quota 0.252s coverage: 71.4% of statements [2023-05-05T19:04:31.195Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2023-05-05T19:04:31.456Z] ok github.com/docker/docker/plugin 0.520s coverage: 23.2% of statements [2023-05-05T19:04:31.456Z] ok github.com/docker/docker/registry 0.082s coverage: 57.3% of statements [2023-05-05T19:04:31.456Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2023-05-05T19:04:31.577Z] #35 94.94 + bin/containerd-shim-runc-v2 [2023-05-05T19:04:31.716Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2023-05-05T19:04:31.976Z] ok github.com/docker/docker/pkg/signal 3.397s coverage: 62.3% of statements [2023-05-05T19:04:32.157Z] #35 95.49 + binaries [2023-05-05T19:04:32.236Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2023-05-05T19:04:32.374Z] #37 ... [2023-05-05T19:04:32.374Z] [2023-05-05T19:04:32.374Z] #52 [dev-systemd-false 10/27] RUN pip3 install yamllint==1.26.1 [2023-05-05T19:04:32.374Z] #52 6.631 Collecting yamllint==1.26.1 [2023-05-05T19:04:32.374Z] #52 7.656 Downloading yamllint-1.26.1.tar.gz (126 kB) [2023-05-05T19:04:32.374Z] #52 8.057 Collecting pathspec>=0.5.3 [2023-05-05T19:04:32.374Z] #52 8.061 Downloading pathspec-0.11.1-py3-none-any.whl (29 kB) [2023-05-05T19:04:32.374Z] #52 8.222 Collecting pyyaml [2023-05-05T19:04:32.374Z] #52 8.226 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2023-05-05T19:04:32.374Z] #52 8.274 Building wheels for collected packages: yamllint [2023-05-05T19:04:32.374Z] #52 8.275 Building wheel for yamllint (setup.py): started [2023-05-05T19:04:32.374Z] #52 8.637 Building wheel for yamllint (setup.py): finished with status 'done' [2023-05-05T19:04:32.374Z] #52 8.639 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=8e17512ca1f6b4120834e7ef1bd41b5dcc432822d106e14b54b4140779f14ae4 [2023-05-05T19:04:32.374Z] #52 8.639 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2023-05-05T19:04:32.374Z] #52 8.643 Successfully built yamllint [2023-05-05T19:04:32.374Z] #52 8.653 Installing collected packages: pyyaml, pathspec, yamllint [2023-05-05T19:04:32.374Z] #52 8.803 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.26.1 [2023-05-05T19:04:32.374Z] #52 DONE 11.1s [2023-05-05T19:04:32.374Z] [2023-05-05T19:04:32.374Z] #53 [dev-systemd-false 11/27] COPY --from=dockercli /build/ /usr/local/cli [2023-05-05T19:04:32.374Z] #53 DONE 0.2s [2023-05-05T19:04:32.374Z] [2023-05-05T19:04:32.374Z] #54 [dev-systemd-false 12/27] COPY --from=frozen-images /build/ /docker-frozen-images [2023-05-05T19:04:32.374Z] #54 DONE 0.2s [2023-05-05T19:04:32.374Z] [2023-05-05T19:04:32.374Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:32.374Z] #37 ... [2023-05-05T19:04:32.374Z] [2023-05-05T19:04:32.374Z] #55 [dev-systemd-false 13/27] COPY --from=swagger /build/ /usr/local/bin/ [2023-05-05T19:04:32.375Z] #55 DONE 0.1s [2023-05-05T19:04:32.385Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2023-05-05T19:04:32.385Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2023-05-05T19:04:32.385Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2023-05-05T19:04:32.385Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2023-05-05T19:04:32.385Z] systemd 247.3-7+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2023-05-05T19:04:32.385Z] Detected virtualization docker. [2023-05-05T19:04:32.385Z] Detected architecture x86-64. [2023-05-05T19:04:32.385Z] Set hostname to . [2023-05-05T19:04:32.385Z] modprobe@configfs.service: Succeeded. [2023-05-05T19:04:32.385Z] modprobe@drm.service: Succeeded. [2023-05-05T19:04:32.385Z] modprobe@fuse.service: Succeeded. [2023-05-05T19:04:32.385Z] + source /etc/docker-entrypoint-cmd [2023-05-05T19:04:32.385Z] ++ hack/make.sh dynbinary test-integration [2023-05-05T19:04:32.385Z] [2023-05-05T19:04:32.415Z] #35 95.49 + install -D bin/containerd /build/containerd [2023-05-05T19:04:32.415Z] #35 95.53 + install -D bin/containerd-shim /build/containerd-shim [2023-05-05T19:04:32.415Z] #35 95.53 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-05-05T19:04:32.415Z] #35 95.54 + install -D bin/ctr /build/ctr [2023-05-05T19:04:32.496Z] ok github.com/docker/docker/volume/local 0.121s coverage: 76.4% of statements [2023-05-05T19:04:32.496Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2023-05-05T19:04:32.630Z] [2023-05-05T19:04:32.630Z] #56 [dev-systemd-false 14/27] COPY --from=tomlv /build/ /usr/local/bin/ [2023-05-05T19:04:32.630Z] #56 DONE 0.0s [2023-05-05T19:04:32.630Z] [2023-05-05T19:04:32.630Z] #57 [dev-systemd-false 15/27] COPY --from=tini /build/ /usr/local/bin/ [2023-05-05T19:04:32.630Z] #57 DONE 0.0s [2023-05-05T19:04:32.630Z] [2023-05-05T19:04:32.630Z] #58 [dev-systemd-false 16/27] COPY --from=registry /build/ /usr/local/bin/ [2023-05-05T19:04:32.640Z] Removing bundles/ [2023-05-05T19:04:32.640Z] [2023-05-05T19:04:32.640Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-05-05T19:04:32.640Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:04:32.640Z] GOOS="" GOARCH="" GOARM="" [2023-05-05T19:04:32.885Z] #58 DONE 0.2s [2023-05-05T19:04:32.885Z] [2023-05-05T19:04:32.885Z] #59 [dev-systemd-false 17/27] COPY --from=criu /build/ /usr/local/ [2023-05-05T19:04:32.982Z] #35 DONE 96.1s [2023-05-05T19:04:33.066Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.1% of statements [2023-05-05T19:04:33.066Z] ok github.com/docker/docker/layer 7.370s coverage: 68.8% of statements [2023-05-05T19:04:33.141Z] #59 DONE 0.2s [2023-05-05T19:04:33.141Z] [2023-05-05T19:04:33.141Z] #60 [dev-systemd-false 18/27] COPY --from=vndr /build/ /usr/local/bin/ [2023-05-05T19:04:33.141Z] #60 DONE 0.1s [2023-05-05T19:04:33.141Z] [2023-05-05T19:04:33.141Z] #61 [dev-systemd-false 19/27] COPY --from=gotestsum /build/ /usr/local/bin/ [2023-05-05T19:04:33.397Z] #61 DONE 0.1s [2023-05-05T19:04:33.397Z] [2023-05-05T19:04:33.397Z] #62 [dev-systemd-false 20/27] COPY --from=golangci_lint /build/ /usr/local/bin/ [2023-05-05T19:04:33.397Z] #62 DONE 0.2s [2023-05-05T19:04:33.397Z] [2023-05-05T19:04:33.397Z] #63 [dev-systemd-false 21/27] COPY --from=shfmt /build/ /usr/local/bin/ [2023-05-05T19:04:33.549Z] [2023-05-05T19:04:33.549Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-05-05T19:04:33.654Z] #63 DONE 0.1s [2023-05-05T19:04:33.654Z] [2023-05-05T19:04:33.654Z] #64 [dev-systemd-false 22/27] COPY --from=runc /build/ /usr/local/bin/ [2023-05-05T19:04:33.654Z] #64 DONE 0.2s [2023-05-05T19:04:33.654Z] [2023-05-05T19:04:33.654Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2023-05-05T19:04:33.654Z] #37 96.49 + bin/containerd-shim-runc-v1 [2023-05-05T19:04:34.173Z] #65 DONE 0.5s [2023-05-05T19:04:34.173Z] [2023-05-05T19:04:34.173Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-05-05T19:04:34.173Z] #66 DONE 0.1s [2023-05-05T19:04:34.431Z] [2023-05-05T19:04:34.431Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-05-05T19:04:34.431Z] #67 DONE 0.2s [2023-05-05T19:04:34.431Z] [2023-05-05T19:04:34.431Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-05-05T19:04:34.431Z] #68 DONE 0.0s [2023-05-05T19:04:34.431Z] [2023-05-05T19:04:34.431Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-05-05T19:04:34.431Z] #69 DONE 0.0s [2023-05-05T19:04:34.690Z] [2023-05-05T19:04:34.690Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-05-05T19:04:34.973Z] ok github.com/docker/docker/daemon 12.090s coverage: 17.1% of statements [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/exec [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/names [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/dockerversion [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/image/tarexport [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/oci/caps [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/locker [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/loopback [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/mount [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-05-05T19:04:34.973Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-05-05T19:04:35.258Z] #70 DONE 0.8s [2023-05-05T19:04:35.258Z] [2023-05-05T19:04:35.258Z] #71 exporting to image [2023-05-05T19:04:35.258Z] #71 exporting layers [2023-05-05T19:04:36.209Z] #37 99.09 + bin/containerd-shim-runc-v2 [2023-05-05T19:04:36.209Z] #37 99.65 + binaries [2023-05-05T19:04:36.302Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|types_sizes|compiled_files|deps|files|name) took 42.990408722s [2023-05-05T19:04:36.302Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 146.024768ms [2023-05-05T19:04:36.465Z] #37 99.65 + install -D bin/containerd /build/containerd [2023-05-05T19:04:36.465Z] #37 99.68 + install -D bin/containerd-shim /build/containerd-shim [2023-05-05T19:04:36.465Z] #37 99.68 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2023-05-05T19:04:36.465Z] #37 99.69 + install -D bin/ctr /build/ctr [2023-05-05T19:04:36.720Z] #37 DONE 100.0s [2023-05-05T19:04:37.280Z] [2023-05-05T19:04:37.280Z] #65 [dev-systemd-false 23/27] COPY --from=containerd /build/ /usr/local/bin/ [2023-05-05T19:04:37.535Z] #65 DONE 0.2s [2023-05-05T19:04:37.535Z] [2023-05-05T19:04:37.535Z] #66 [dev-systemd-false 24/27] COPY --from=rootlesskit /build/ /usr/local/bin/ [2023-05-05T19:04:37.790Z] #66 DONE 0.1s [2023-05-05T19:04:37.790Z] [2023-05-05T19:04:37.790Z] #67 [dev-systemd-false 25/27] COPY --from=vpnkit /build/ /usr/local/bin/ [2023-05-05T19:04:38.350Z] #67 DONE 0.7s [2023-05-05T19:04:38.606Z] [2023-05-05T19:04:38.606Z] #68 [dev-systemd-false 26/27] COPY --from=proxy /build/ /usr/local/bin/ [2023-05-05T19:04:38.606Z] #68 DONE 0.0s [2023-05-05T19:04:38.606Z] [2023-05-05T19:04:38.606Z] #69 [dev-systemd-false 27/27] WORKDIR /go/src/github.com/docker/docker [2023-05-05T19:04:38.606Z] #69 DONE 0.1s [2023-05-05T19:04:38.606Z] [2023-05-05T19:04:38.606Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2023-05-05T19:04:39.451Z] #71 exporting layers 4.1s done [2023-05-05T19:04:39.452Z] #71 writing image sha256:cf79b6331c5c641b3b3930283c85698bcb2d336933f61bfc865cd686c6b84f1c done [2023-05-05T19:04:39.452Z] #71 naming to docker.io/library/docker:db9ab6438debd1b262c29479a23b4e972405ff75 done [2023-05-05T19:04:39.452Z] #71 DONE 4.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2023-05-05T19:04:39.532Z] #70 DONE 1.0s [2023-05-05T19:04:39.779Z] + trap exit INT TERM [2023-05-05T19:04:39.779Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2023-05-05T19:04:39.779Z] + CONTAINER_NAME=docker-pr5 [2023-05-05T19:04:39.779Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45406/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh dynbinary-daemon [2023-05-05T19:04:39.788Z] [2023-05-05T19:04:39.788Z] #71 exporting to image [2023-05-05T19:04:39.788Z] #71 exporting layers [2023-05-05T19:04:41.500Z] Client: [2023-05-05T19:04:41.500Z] Context: default [2023-05-05T19:04:41.500Z] Debug Mode: false [2023-05-05T19:04:41.500Z] Plugins: [2023-05-05T19:04:41.500Z] app: Docker Application (Docker Inc., v0.8.0) [2023-05-05T19:04:41.500Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2023-05-05T19:04:41.500Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2023-05-05T19:04:41.500Z] [2023-05-05T19:04:41.500Z] Server: [2023-05-05T19:04:41.500Z] Containers: 0 [2023-05-05T19:04:41.500Z] Running: 0 [2023-05-05T19:04:41.500Z] Paused: 0 [2023-05-05T19:04:41.500Z] Stopped: 0 [2023-05-05T19:04:41.500Z] Images: 0 [2023-05-05T19:04:41.500Z] Server Version: 20.10.9 [2023-05-05T19:04:41.500Z] Storage Driver: windowsfilter (windows) lcow (linux) [2023-05-05T19:04:41.500Z] Windows: [2023-05-05T19:04:41.500Z] LCOW: [2023-05-05T19:04:41.500Z] Logging Driver: json-file [2023-05-05T19:04:41.500Z] Plugins: [2023-05-05T19:04:41.500Z] Volume: local [2023-05-05T19:04:41.500Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-05-05T19:04:41.500Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-05-05T19:04:41.500Z] Swarm: inactive [2023-05-05T19:04:41.500Z] Default Isolation: process [2023-05-05T19:04:41.500Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-05-05T19:04:41.500Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-05-05T19:04:41.500Z] OSType: windows [2023-05-05T19:04:41.500Z] Architecture: x86_64 [2023-05-05T19:04:41.500Z] CPUs: 4 [2023-05-05T19:04:41.500Z] Total Memory: 32GiB [2023-05-05T19:04:41.500Z] Name: azwin-2-bdde60 [2023-05-05T19:04:41.500Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2023-05-05T19:04:41.500Z] Docker Root Dir: D:\docker [2023-05-05T19:04:41.500Z] Debug Mode: false [2023-05-05T19:04:41.500Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:04:41.500Z] Labels: [2023-05-05T19:04:41.500Z] Experimental: true [2023-05-05T19:04:41.500Z] Insecure Registries: [2023-05-05T19:04:41.500Z] 10.0.0.4:5000 [2023-05-05T19:04:41.500Z] 127.0.0.0/8 [2023-05-05T19:04:41.500Z] Registry Mirrors: [2023-05-05T19:04:41.500Z] http://10.0.0.4:5000/ [2023-05-05T19:04:41.500Z] Live Restore Enabled: false [2023-05-05T19:04:41.500Z] Product License: Community Engine [2023-05-05T19:04:41.500Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2023-05-05T19:04:41.683Z] [Pipeline] powershell [2023-05-05T19:04:41.942Z] Removing bundles/ [2023-05-05T19:04:41.942Z] [2023-05-05T19:04:41.942Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2023-05-05T19:04:41.942Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:04:41.942Z] GOOS="" GOARCH="" GOARM="" [2023-05-05T19:04:43.949Z] #71 exporting layers 4.1s done [2023-05-05T19:04:43.949Z] #71 writing image sha256:81fef6c80ba0215b888dfdd2bce5863d814790fa2f95465c602dd56f99d90cce done [2023-05-05T19:04:43.949Z] #71 naming to docker.io/library/docker:db9ab6438debd1b262c29479a23b4e972405ff75 done [2023-05-05T19:04:43.949Z] #71 DONE 4.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T19:04:44.274Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -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:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh dynbinary test-integration [2023-05-05T19:04:45.635Z] [2023-05-05T19:04:45.635Z] Removing bundles/ [2023-05-05T19:04:45.635Z] [2023-05-05T19:04:45.635Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-05-05T19:04:45.635Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:04:45.635Z] GOOS="" GOARCH="" GOARM="" [2023-05-05T19:05:02.837Z] INFO [linters context/goanalysis] analyzers took 6m48.87170053s with top 10 stages: buildir: 1m46.111039803s, goimports: 15.389576834s, the_only_name: 12.471619156s, unconvert: 9.887005394s, gosec: 8.495192351s, S1038: 7.549908542s, inspect: 6.979622449s, misspell: 5.599139648s, fact_deprecated: 5.591655872s, printf: 5.27567689s [2023-05-05T19:05:02.837Z] INFO [runner] Issues before processing: 1862, after processing: 0 [2023-05-05T19:05:02.837Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1781/1781, cgo: 1781/1862, path_prettifier: 1781/1781, skip_dirs: 1781/1781, autogenerated_exclude: 1753/1781, skip_files: 1781/1781, identifier_marker: 1753/1753, exclude: 1753/1753, exclude-rules: 58/1753, nolint: 0/58 [2023-05-05T19:05:02.837Z] INFO [runner] processing took 67.442245ms with stages: nolint: 24.452985ms, identifier_marker: 19.589263ms, path_prettifier: 7.548562ms, autogenerated_exclude: 7.425512ms, exclude-rules: 6.748536ms, skip_dirs: 1.422215ms, cgo: 150.653µs, filename_unadjuster: 100.09µs, max_same_issues: 961ns, uniq_by_line: 551ns, max_per_file_from_linter: 454ns, skip_files: 420ns, max_from_linter: 287ns, source_code: 275ns, exclude: 264ns, diff: 255ns, path_prefixer: 253ns, sort_results: 245ns, path_shortener: 234ns, severity-rules: 230ns [2023-05-05T19:05:02.837Z] INFO [runner] linters took 26.259540363s with stages: goanalysis_metalinter: 26.191988413s [2023-05-05T19:05:02.837Z] INFO File cache stats: 1458 entries of total size 6.9MiB [2023-05-05T19:05:02.837Z] INFO Memory: 687 samples, avg is 346.6MB, max is 1326.8MB [2023-05-05T19:05:02.837Z] INFO Execution took 1m9.404293402s [2023-05-05T19:05:02.837Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2023-05-05T19:05:03.156Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh dynbinary-daemon test-docker-py [2023-05-05T19:05:03.413Z] [2023-05-05T19:05:03.413Z] Removing bundles/ [2023-05-05T19:05:03.413Z] [2023-05-05T19:05:03.671Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2023-05-05T19:05:03.671Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:05:03.671Z] GOOS="" GOARCH="" GOARM="" [2023-05-05T19:05:07.064Z] ok github.com/docker/docker/pkg/plugins 33.641s coverage: 76.3% of statements [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/pkg/symlink [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/pkg/term [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/rootless [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/rootless/specconv [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/testutil/request [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/volume [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-05-05T19:05:07.064Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === Skipped [2023-05-05T19:05:07.064Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2023-05-05T19:05:07.064Z] exec_linux_test.go:19: requires AppArmor to be enabled [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2023-05-05T19:05:07.064Z] exec_linux_test.go:39: requires AppArmor to be enabled [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:73: No driver to put! [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2023-05-05T19:05:07.064Z] time="2023-05-05T19:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2023-05-05T19:05:07.064Z] time="2023-05-05T19:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2023-05-05T19:05:07.064Z] time="2023-05-05T19:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2023-05-05T19:05:07.064Z] time="2023-05-05T19:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2023-05-05T19:05:07.064Z] time="2023-05-05T19:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:73: No driver to put! [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2023-05-05T19:05:07.064Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2023-05-05T19:05:07.064Z] overlay_test.go:50: Fails to compute changes intermittently [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2023-05-05T19:05:07.064Z] overlay_test.go:65: Cannot run test with naive change algorithm [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:05:07.064Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2023-05-05T19:05:07.064Z] graphtest_unix.go:73: No driver to put! [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2023-05-05T19:05:07.064Z] sysinfo_linux_test.go:91: App Armor Must be Disabled [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2023-05-05T19:05:07.064Z] sysinfo_linux_test.go:111: cgroup namespaces must be disabled [2023-05-05T19:05:07.064Z] [2023-05-05T19:05:07.064Z] DONE 2266 tests, 26 skipped in 77.084s Post stage [Pipeline] junit [2023-05-05T19:05:07.078Z] Recording test results [2023-05-05T19:05:07.817Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-05T19:05:08.158Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -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:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh dynbinary test-integration [2023-05-05T19:05:08.418Z] [2023-05-05T19:05:08.418Z] Removing bundles/ [2023-05-05T19:05:08.418Z] [2023-05-05T19:05:08.418Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-05-05T19:05:08.678Z] Building: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:05:08.678Z] GOOS="" GOARCH="" GOARM="" [2023-05-05T19:05:11.311Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:05:11.311Z] [2023-05-05T19:05:11.311Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-05-05T19:05:11.311Z] DOCKER_SYSTEMD=1 [2023-05-05T19:05:11.311Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-05-05T19:05:11.311Z] HOSTNAME=a75af45aec51 [2023-05-05T19:05:11.311Z] DEST=bundles/test-integration [2023-05-05T19:05:11.311Z] PWD=/go/src/github.com/docker/docker [2023-05-05T19:05:11.311Z] DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:05:11.311Z] container=docker [2023-05-05T19:05:11.311Z] HOME=/root [2023-05-05T19:05:11.311Z] LANG=C.UTF-8 [2023-05-05T19:05:11.311Z] INVOCATION_ID=b00e470e90ca4317abe42c2f4511f1c1 [2023-05-05T19:05:11.311Z] GOLANG_VERSION=1.19.9 [2023-05-05T19:05:11.311Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-05-05T19:05:11.311Z] VALIDATE_BRANCH=20.10 [2023-05-05T19:05:11.311Z] TERM=xterm [2023-05-05T19:05:11.311Z] DOCKER_PKG=github.com/docker/docker [2023-05-05T19:05:11.311Z] SHLVL=3 [2023-05-05T19:05:11.311Z] TIMEOUT=120m [2023-05-05T19:05:11.311Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-05-05T19:05:11.311Z] DOCKER_GRAPHDRIVER=overlay2 [2023-05-05T19:05:11.311Z] GO111MODULE=off [2023-05-05T19:05:11.311Z] DOCKER_EXPERIMENTAL=1 [2023-05-05T19:05:11.311Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-05-05T19:05:11.311Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-05-05T19:05:11.311Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-05-05T19:05:11.311Z] GOPATH=/go [2023-05-05T19:05:11.311Z] PKG_CONFIG=pkg-config [2023-05-05T19:05:11.311Z] _=/usr/bin/env [2023-05-05T19:05:11.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-05-05T19:05:12.196Z] DEBUG: print all environment variables to check how Jenkins runs this script [2023-05-05T19:05:12.196Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-c159f5ba\powershellScript.ps1'; exit $LASTEXITCODE; [2023-05-05T19:05:12.196Z] ---------------------------------------------------------------------------- [2023-05-05T19:05:12.196Z] [2023-05-05T19:05:12.196Z] INFO: executeCI.ps1 starting at Fri May 5 19:05:09 CUT 2023 [2023-05-05T19:05:12.196Z] [2023-05-05T19:05:12.196Z] INFO: Script version 05-Feb-2019 09:03 PDT [2023-05-05T19:05:12.196Z] INFO: Running git version 2.24.1.windows.2 [2023-05-05T19:05:12.196Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2023-05-05T19:05:12.196Z] INFO: Environment variables: [2023-05-05T19:05:12.196Z] [2023-05-05T19:05:12.196Z] Name Value [2023-05-05T19:05:12.196Z] ---- ----- [2023-05-05T19:05:12.196Z] ALLUSERSPROFILE C:\ProgramData [2023-05-05T19:05:12.196Z] amd64 true [2023-05-05T19:05:12.196Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2023-05-05T19:05:12.196Z] APT_MIRROR cdn-fastly.deb.debian.org [2023-05-05T19:05:12.196Z] arm64 true [2023-05-05T19:05:12.196Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.15 [2023-05-05T19:05:12.196Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2023-05-05T19:05:12.196Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.15 [2023-05-05T19:05:12.196Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2023-05-05T19:05:12.196Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2023-05-05T19:05:12.196Z] BRANCH_NAME PR-45406 [2023-05-05T19:05:12.196Z] BUILD_DISPLAY_NAME #5 [2023-05-05T19:05:12.196Z] BUILD_ID 5 [2023-05-05T19:05:12.196Z] BUILD_NUMBER 5 [2023-05-05T19:05:12.196Z] BUILD_TAG jenkins-moby-PR-45406-5 [2023-05-05T19:05:12.196Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-45406/5/ [2023-05-05T19:05:12.196Z] cgroup2 true [2023-05-05T19:05:12.196Z] CHANGE_AUTHOR thaJeztah [2023-05-05T19:05:12.196Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2023-05-05T19:05:12.196Z] CHANGE_BRANCH 20.10_backport_runc_binary_1.1.6 [2023-05-05T19:05:12.196Z] CHANGE_FORK thaJeztah/docker [2023-05-05T19:05:12.196Z] CHANGE_ID 45406 [2023-05-05T19:05:12.196Z] CHANGE_TARGET 20.10 [2023-05-05T19:05:12.196Z] CHANGE_TITLE [20.10 backport] update runc binary to v1.1.7 [2023-05-05T19:05:12.196Z] CHANGE_URL https://github.com/moby/moby/pull/45406 [2023-05-05T19:05:12.196Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2023-05-05T19:05:12.196Z] CommonProgramFiles C:\Program Files\Common Files [2023-05-05T19:05:12.196Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2023-05-05T19:05:12.196Z] CommonProgramW6432 C:\Program Files\Common Files [2023-05-05T19:05:12.196Z] COMPUTERNAME azwin-2-bdde60 [2023-05-05T19:05:12.196Z] ComSpec C:\Windows\system32\cmd.exe [2023-05-05T19:05:12.196Z] ConfigSequenceNumber 0 [2023-05-05T19:05:12.196Z] dco true [2023-05-05T19:05:12.196Z] DOCKER_BUILDKIT 0 [2023-05-05T19:05:12.196Z] DOCKER_DUT_DEBUG 1 [2023-05-05T19:05:12.196Z] DOCKER_EXPERIMENTAL 1 [2023-05-05T19:05:12.196Z] DOCKER_GRAPHDRIVER overlay2 [2023-05-05T19:05:12.196Z] DriverData C:\Windows\System32\Drivers\DriverData [2023-05-05T19:05:12.196Z] EXECUTOR_NUMBER 0 [2023-05-05T19:05:12.196Z] FQDN azwin-2-bdde60.westus.cloudapp.azure.com [2023-05-05T19:05:12.196Z] GIT_BRANCH PR-45406 [2023-05-05T19:05:12.196Z] GIT_COMMIT db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:05:12.196Z] GIT_PREVIOUS_COMMIT f45a530ba1ea59108e3089c5457024e1c80e2445 [2023-05-05T19:05:12.196Z] GIT_URL https://github.com/moby/moby.git [2023-05-05T19:05:12.196Z] HUDSON_COOKIE 5a8e034b-bb52-4275-a14b-e284f953c626 [2023-05-05T19:05:12.196Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2023-05-05T19:05:12.196Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2023-05-05T19:05:12.196Z] HUDSON_URL https://ci-next.docker.com/public/ [2023-05-05T19:05:12.196Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2023-05-05T19:05:12.196Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2023-05-05T19:05:12.196Z] JENKINS_NODE_COOKIE 8db2d94a-b07a-4607-ac09-7a4459fb72b5 [2023-05-05T19:05:12.196Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2023-05-05T19:05:12.196Z] JENKINS_URL https://ci-next.docker.com/public/ [2023-05-05T19:05:12.196Z] JOB_BASE_NAME PR-45406 [2023-05-05T19:05:12.196Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45406/display/redirect [2023-05-05T19:05:12.197Z] JOB_NAME moby/PR-45406 [2023-05-05T19:05:12.197Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-45406/ [2023-05-05T19:05:12.197Z] library.jps.version master [2023-05-05T19:05:12.197Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2023-05-05T19:05:12.197Z] NODE_LABELS amd64 azure azwin-2-bdde60 azwin-2019 docker west-us windows windows-2019 x86_64 [2023-05-05T19:05:12.197Z] NODE_NAME azwin-2-bdde60 [2023-05-05T19:05:12.197Z] NUMBER_OF_PROCESSORS 4 [2023-05-05T19:05:12.197Z] OS Windows_NT [2023-05-05T19:05:12.197Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2023-05-05T19:05:12.197Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2023-05-05T19:05:12.197Z] ppc64le false [2023-05-05T19:05:12.197Z] PROCESSOR_ARCHITECTURE AMD64 [2023-05-05T19:05:12.197Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2023-05-05T19:05:12.197Z] PROCESSOR_LEVEL 6 [2023-05-05T19:05:12.197Z] PROCESSOR_REVISION 4f01 [2023-05-05T19:05:12.197Z] ProgramData C:\ProgramData [2023-05-05T19:05:12.197Z] ProgramFiles C:\Program Files [2023-05-05T19:05:12.197Z] ProgramFiles(x86) C:\Program Files (x86) [2023-05-05T19:05:12.197Z] ProgramW6432 C:\Program Files [2023-05-05T19:05:12.197Z] PROMPT $P$G [2023-05-05T19:05:12.197Z] PSExecutionPolicyPreference Bypass [2023-05-05T19:05:12.197Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2023-05-05T19:05:12.197Z] PUBLIC C:\Users\Public [2023-05-05T19:05:12.197Z] rootless true [2023-05-05T19:05:12.197Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45406/5/display/redirect?page=artif... [2023-05-05T19:05:12.197Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45406/5/display/redirect?page=changes [2023-05-05T19:05:12.197Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45406/5/display/redirect [2023-05-05T19:05:12.197Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-45406/5/display/redirect?page=tests [2023-05-05T19:05:12.197Z] s390x false [2023-05-05T19:05:12.197Z] SKIP_VALIDATION_TESTS 1 [2023-05-05T19:05:12.197Z] SOURCES_DRIVE d [2023-05-05T19:05:12.197Z] SOURCES_SUBDIR gopath [2023-05-05T19:05:12.197Z] STAGE_NAME Run tests [2023-05-05T19:05:12.197Z] SystemDrive C: [2023-05-05T19:05:12.197Z] SystemRoot C:\Windows [2023-05-05T19:05:12.197Z] TEMP C:\Windows\TEMP [2023-05-05T19:05:12.197Z] TESTDEBUG 0 [2023-05-05T19:05:12.197Z] TESTRUN_DRIVE d [2023-05-05T19:05:12.197Z] TESTRUN_SUBDIR CI [2023-05-05T19:05:12.197Z] TIMEOUT 120m [2023-05-05T19:05:12.197Z] TMP C:\Windows\TEMP [2023-05-05T19:05:12.197Z] unit_validate true [2023-05-05T19:05:12.197Z] USERDOMAIN WORKGROUP [2023-05-05T19:05:12.197Z] USERNAME azwin-2-bdde60$ [2023-05-05T19:05:12.197Z] USERPROFILE C:\Windows\system32\config\systemprofile [2023-05-05T19:05:12.197Z] validate_force false [2023-05-05T19:05:12.197Z] windir C:\Windows [2023-05-05T19:05:12.197Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2023-05-05T19:05:12.197Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2023-05-05T19:05:12.197Z] windowsRS5 true [2023-05-05T19:05:12.197Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2023-05-05T19:05:12.197Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2023-05-05T19:05:12.197Z] [2023-05-05T19:05:12.197Z] [2023-05-05T19:05:12.197Z] [2023-05-05T19:05:12.197Z] INFO: Sources under d:\gopath\... [2023-05-05T19:05:12.197Z] INFO: Test run under d:\CI\... [2023-05-05T19:05:12.197Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2023-05-05T19:05:12.197Z] INFO: docker/docker repository was found [2023-05-05T19:05:12.197Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2023-05-05T19:05:12.659Z] ltsc2019: Pulling from windows/servercore [2023-05-05T19:05:13.122Z] 8185ee4ed646: Pulling fs layer [2023-05-05T19:05:13.122Z] a2008f031039: Pulling fs layer [2023-05-05T19:05:17.842Z] a2008f031039: Verifying Checksum [2023-05-05T19:05:17.842Z] a2008f031039: Download complete [2023-05-05T19:05:20.691Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:05:20.691Z] [2023-05-05T19:05:20.691Z] + TEST_INTEGRATION_DEST=1 [2023-05-05T19:05:20.691Z] + CONTAINER_NAME=docker-pr5-1 [2023-05-05T19:05:20.691Z] + TEST_SKIP_INTEGRATION_CLI=1 [2023-05-05T19:05:20.691Z] + run_tests test-integration-flaky [2023-05-05T19:05:20.691Z] + '[' -n 0 ']' [2023-05-05T19:05:20.691Z] + rm= [2023-05-05T19:05:20.691Z] + TEST_INTEGRATION_DEST=2 [2023-05-05T19:05:20.691Z] + CONTAINER_NAME=docker-pr5-2 [2023-05-05T19:05:20.691Z] + TEST_SKIP_INTEGRATION=1 [2023-05-05T19:05:20.691Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2023-05-05T19:05:20.691Z] + run_tests [2023-05-05T19:05:20.691Z] + c=0 [2023-05-05T19:05:20.691Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45406/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-45406/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh test-integration-flaky test-integration [2023-05-05T19:05:20.691Z] + '[' -n 0 ']' [2023-05-05T19:05:20.691Z] + rm= [2023-05-05T19:05:20.691Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45406/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-45406/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh '' test-integration [2023-05-05T19:05:20.691Z] + TEST_INTEGRATION_DEST=3 [2023-05-05T19:05:20.691Z] + CONTAINER_NAME=docker-pr5-3 [2023-05-05T19:05:20.691Z] + TEST_SKIP_INTEGRATION=1 [2023-05-05T19:05:20.691Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2023-05-05T19:05:20.691Z] + run_tests [2023-05-05T19:05:20.691Z] ++ jobs -p [2023-05-05T19:05:20.691Z] + '[' -n 0 ']' [2023-05-05T19:05:20.691Z] + rm= [2023-05-05T19:05:20.691Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-45406/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-45406/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh '' test-integration [2023-05-05T19:05:20.691Z] + for job in $(jobs -p) [2023-05-05T19:05:20.691Z] + wait 24730 [2023-05-05T19:05:20.691Z] [2023-05-05T19:05:20.691Z] [2023-05-05T19:05:20.691Z] [2023-05-05T19:05:20.691Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2023-05-05T19:05:20.691Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-05-05T19:05:20.691Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-05-05T19:05:20.691Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-05-05T19:05:20.691Z] HOSTNAME=cec45f4f7cbc [2023-05-05T19:05:20.691Z] TEST_SKIP_INTEGRATION=1 [2023-05-05T19:05:20.691Z] TESTDEBUG=0 [2023-05-05T19:05:20.691Z] DEST=bundles/test-integration [2023-05-05T19:05:20.691Z] PWD=/go/src/github.com/docker/docker [2023-05-05T19:05:20.691Z] KEEPBUNDLE=1 [2023-05-05T19:05:20.691Z] DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:05:20.691Z] container=docker [2023-05-05T19:05:20.691Z] HOME=/root [2023-05-05T19:05:20.691Z] GOLANG_VERSION=1.19.9 [2023-05-05T19:05:20.691Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-05-05T19:05:20.691Z] VALIDATE_BRANCH=20.10 [2023-05-05T19:05:20.691Z] TERM=xterm [2023-05-05T19:05:20.691Z] DOCKER_PKG=github.com/docker/docker [2023-05-05T19:05:20.691Z] SHLVL=1 [2023-05-05T19:05:20.691Z] TIMEOUT=120m [2023-05-05T19:05:20.691Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-05-05T19:05:20.691Z] DOCKER_GRAPHDRIVER=overlay2 [2023-05-05T19:05:20.691Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2023-05-05T19:05:20.691Z] GO111MODULE=off [2023-05-05T19:05:20.691Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-05-05T19:05:20.691Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-05-05T19:05:20.691Z] GOPATH=/go [2023-05-05T19:05:20.691Z] PKG_CONFIG=pkg-config [2023-05-05T19:05:20.691Z] _=/usr/bin/env [2023-05-05T19:05:20.691Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-05-05T19:05:20.691Z] HOSTNAME=c98acc3d1698 [2023-05-05T19:05:20.691Z] TEST_SKIP_INTEGRATION=1 [2023-05-05T19:05:20.691Z] TESTDEBUG=0 [2023-05-05T19:05:20.692Z] DEST=bundles/test-integration [2023-05-05T19:05:20.692Z] PWD=/go/src/github.com/docker/docker [2023-05-05T19:05:20.692Z] KEEPBUNDLE=1 [2023-05-05T19:05:20.692Z] DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:05:20.692Z] container=docker [2023-05-05T19:05:20.692Z] HOME=/root [2023-05-05T19:05:20.692Z] GOLANG_VERSION=1.19.9 [2023-05-05T19:05:20.692Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-05-05T19:05:20.692Z] VALIDATE_BRANCH=20.10 [2023-05-05T19:05:20.692Z] TERM=xterm [2023-05-05T19:05:20.692Z] DOCKER_PKG=github.com/docker/docker [2023-05-05T19:05:20.692Z] SHLVL=1 [2023-05-05T19:05:20.692Z] TIMEOUT=120m [2023-05-05T19:05:20.692Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-05-05T19:05:20.692Z] DOCKER_GRAPHDRIVER=overlay2 [2023-05-05T19:05:20.692Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2023-05-05T19:05:20.692Z] GO111MODULE=off [2023-05-05T19:05:20.692Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-05-05T19:05:20.692Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-05-05T19:05:20.692Z] GOPATH=/go [2023-05-05T19:05:20.692Z] PKG_CONFIG=pkg-config [2023-05-05T19:05:20.692Z] _=/usr/bin/env [2023-05-05T19:05:20.692Z] Building test suite binary ./integration-cli/test.main [2023-05-05T19:05:20.692Z] Building test suite binary ./integration-cli/test.main [2023-05-05T19:05:20.692Z] No new tests added to integration. [2023-05-05T19:05:20.692Z] [2023-05-05T19:05:20.692Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-05-05T19:05:20.692Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-05-05T19:05:20.692Z] HOSTNAME=bcd4fadae609 [2023-05-05T19:05:20.692Z] TESTDEBUG=0 [2023-05-05T19:05:20.692Z] DEST=bundles/test-integration [2023-05-05T19:05:20.692Z] PWD=/go/src/github.com/docker/docker [2023-05-05T19:05:20.692Z] KEEPBUNDLE=1 [2023-05-05T19:05:20.692Z] DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:05:20.692Z] container=docker [2023-05-05T19:05:20.692Z] HOME=/root [2023-05-05T19:05:20.692Z] GOLANG_VERSION=1.19.9 [2023-05-05T19:05:20.692Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-05-05T19:05:20.692Z] VALIDATE_BRANCH=20.10 [2023-05-05T19:05:20.692Z] TERM=xterm [2023-05-05T19:05:20.692Z] DOCKER_PKG=github.com/docker/docker [2023-05-05T19:05:20.692Z] SHLVL=1 [2023-05-05T19:05:20.692Z] TIMEOUT=120m [2023-05-05T19:05:20.692Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-05-05T19:05:20.692Z] DOCKER_GRAPHDRIVER=overlay2 [2023-05-05T19:05:20.692Z] GO111MODULE=off [2023-05-05T19:05:20.692Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-05-05T19:05:20.692Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-05-05T19:05:20.692Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-05-05T19:05:20.692Z] GOPATH=/go [2023-05-05T19:05:20.692Z] PKG_CONFIG=pkg-config [2023-05-05T19:05:20.692Z] _=/usr/bin/env [2023-05-05T19:05:20.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-05-05T19:05:23.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-05-05T19:05:23.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-05-05T19:05:24.298Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:05:24.298Z] [2023-05-05T19:05:24.298Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-05-05T19:05:24.298Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-05-05T19:05:24.298Z] HOSTNAME=5ccb0353aa45 [2023-05-05T19:05:24.298Z] DEST=bundles/test-integration [2023-05-05T19:05:24.298Z] PWD=/go/src/github.com/docker/docker [2023-05-05T19:05:24.298Z] DOCKER_ROOTLESS=1 [2023-05-05T19:05:24.298Z] DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:05:24.298Z] container=docker [2023-05-05T19:05:24.298Z] HOME=/root [2023-05-05T19:05:24.298Z] GOLANG_VERSION=1.19.9 [2023-05-05T19:05:24.298Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-05-05T19:05:24.298Z] VALIDATE_BRANCH=20.10 [2023-05-05T19:05:24.298Z] TERM=xterm [2023-05-05T19:05:24.298Z] DOCKER_PKG=github.com/docker/docker [2023-05-05T19:05:24.298Z] SHLVL=1 [2023-05-05T19:05:24.298Z] TIMEOUT=120m [2023-05-05T19:05:24.298Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-05-05T19:05:24.298Z] DOCKER_GRAPHDRIVER=overlay2 [2023-05-05T19:05:24.298Z] GO111MODULE=off [2023-05-05T19:05:24.298Z] DOCKER_EXPERIMENTAL=1 [2023-05-05T19:05:24.298Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-05-05T19:05:24.298Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-05-05T19:05:24.298Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-05-05T19:05:24.298Z] GOPATH=/go [2023-05-05T19:05:24.298Z] PKG_CONFIG=pkg-config [2023-05-05T19:05:24.298Z] _=/usr/bin/env [2023-05-05T19:05:24.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-05-05T19:05:31.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-05-05T19:05:31.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-05-05T19:05:32.693Z] 8185ee4ed646: Download complete [2023-05-05T19:05:35.253Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:05:35.253Z] [2023-05-05T19:05:35.253Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-05-05T19:05:35.253Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-05-05T19:05:35.253Z] HOSTNAME=cb3c39e0544a [2023-05-05T19:05:35.253Z] TESTDEBUG=0 [2023-05-05T19:05:35.253Z] DEST=bundles/test-integration [2023-05-05T19:05:35.253Z] PWD=/go/src/github.com/docker/docker [2023-05-05T19:05:35.253Z] DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 [2023-05-05T19:05:35.253Z] container=docker [2023-05-05T19:05:35.253Z] HOME=/root [2023-05-05T19:05:35.253Z] GOLANG_VERSION=1.19.9 [2023-05-05T19:05:35.253Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-05-05T19:05:35.253Z] VALIDATE_BRANCH=20.10 [2023-05-05T19:05:35.253Z] TERM=xterm [2023-05-05T19:05:35.253Z] DOCKER_PKG=github.com/docker/docker [2023-05-05T19:05:35.253Z] SHLVL=1 [2023-05-05T19:05:35.253Z] TIMEOUT=120m [2023-05-05T19:05:35.253Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2023-05-05T19:05:35.253Z] DOCKER_GRAPHDRIVER=overlay2 [2023-05-05T19:05:35.253Z] GO111MODULE=off [2023-05-05T19:05:35.253Z] DOCKER_EXPERIMENTAL=1 [2023-05-05T19:05:35.253Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-05-05T19:05:35.253Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-05-05T19:05:35.253Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-05-05T19:05:35.253Z] GOPATH=/go [2023-05-05T19:05:35.253Z] PKG_CONFIG=pkg-config [2023-05-05T19:05:35.253Z] _=/usr/bin/env [2023-05-05T19:05:35.253Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-05-05T19:05:38.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-05-05T19:05:38.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-05-05T19:05:38.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-05-05T19:05:38.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-05-05T19:05:39.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-05-05T19:05:39.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-05-05T19:05:39.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-05-05T19:05:39.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-05-05T19:05:40.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-05-05T19:05:41.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-05-05T19:05:42.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-05-05T19:05:42.369Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2023-05-05T19:05:42.369Z] [2023-05-05T19:05:42.369Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2023-05-05T19:05:42.369Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2023-05-05T19:05:42.369Z] Using test binary docker [2023-05-05T19:05:42.369Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-05-05T19:05:42.369Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-05-05T19:05:42.369Z] INFO: Waiting for daemon to start... [2023-05-05T19:05:42.369Z] Starting dockerd [2023-05-05T19:05:42.369Z] . [2023-05-05T19:05:42.369Z] INFO: Building docker-sdk-python3:4.4.1... [2023-05-05T19:05:42.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-05-05T19:05:42.974Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-05-05T19:05:43.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-05-05T19:05:44.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-05-05T19:05:44.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-05-05T19:05:45.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-05-05T19:05:45.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-05-05T19:05:45.838Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-05-05T19:05:45.838Z] Using test binary docker [2023-05-05T19:05:45.838Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-05-05T19:05:45.838Z] Starting apparmor (via systemctl): apparmor.service. [2023-05-05T19:05:45.838Z] INFO: Waiting for daemon to start... [2023-05-05T19:05:45.838Z] Starting dockerd [2023-05-05T19:05:46.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-05-05T19:05:47.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-05-05T19:05:47.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-05-05T19:05:48.349Z] . [2023-05-05T19:05:48.349Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-05-05T19:05:48.349Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-05-05T19:05:48.349Z] Error: No such image: emptyfs [2023-05-05T19:05:48.349Z] Running integration-test (iteration 1) [2023-05-05T19:05:48.349Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2023-05-05T19:05:48.605Z] Loaded image: busybox:latest [2023-05-05T19:05:48.605Z] Loaded image: busybox:glibc [2023-05-05T19:05:49.530Z] Loaded image: debian:bullseye-slim [2023-05-05T19:05:49.530Z] Loaded image: hello-world:latest [2023-05-05T19:05:49.530Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:05:49.530Z] INFO: Testing against a local daemon [2023-05-05T19:05:49.530Z] === RUN TestCgroupNamespacesBuild [2023-05-05T19:05:51.415Z] --- PASS: TestCgroupNamespacesBuild (1.49s) [2023-05-05T19:05:51.415Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-05-05T19:05:52.339Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s) [2023-05-05T19:05:52.339Z] === RUN TestBuildWithSession [2023-05-05T19:05:52.339Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:05:52.339Z] --- SKIP: TestBuildWithSession (0.00s) [2023-05-05T19:05:52.339Z] === RUN TestBuildSquashParent [2023-05-05T19:05:52.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-05-05T19:05:52.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-05-05T19:05:53.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-05-05T19:05:53.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-05-05T19:05:53.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-05-05T19:05:54.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-05-05T19:05:55.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-05-05T19:05:55.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-05-05T19:05:55.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-05-05T19:05:56.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-05-05T19:05:56.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-05-05T19:05:57.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-05-05T19:05:57.579Z] --- PASS: TestBuildSquashParent (5.18s) [2023-05-05T19:05:57.579Z] === RUN TestBuildWithRemoveAndForceRemove [2023-05-05T19:05:57.579Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:05:57.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:05:57.579Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:05:57.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:05:57.579Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:05:57.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:05:57.579Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:05:57.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:05:57.579Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:05:57.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:05:57.579Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:05:57.579Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:05:57.579Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:05:57.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:05:57.579Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:05:57.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:05:57.579Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:05:57.579Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:05:57.684Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-05-05T19:05:58.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-05-05T19:05:59.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-05-05T19:05:59.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-05-05T19:05:59.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-05-05T19:06:00.545Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-05-05T19:06:00.545Z] Using test binary docker [2023-05-05T19:06:00.545Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-05-05T19:06:00.545Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-05-05T19:06:00.545Z] INFO: Waiting for daemon to start... [2023-05-05T19:06:00.545Z] Starting dockerd [2023-05-05T19:06:00.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-05-05T19:06:01.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-05-05T19:06:01.740Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2023-05-05T19:06:01.740Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.50s) [2023-05-05T19:06:01.740Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.76s) [2023-05-05T19:06:01.740Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.81s) [2023-05-05T19:06:01.740Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.95s) [2023-05-05T19:06:01.740Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.29s) [2023-05-05T19:06:01.740Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.61s) [2023-05-05T19:06:01.740Z] === RUN TestBuildMultiStageCopy [2023-05-05T19:06:01.740Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-05-05T19:06:01.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-05-05T19:06:02.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-05-05T19:06:02.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-05-05T19:06:02.666Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-05-05T19:06:02.921Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-05-05T19:06:03.055Z] . [2023-05-05T19:06:03.055Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-05-05T19:06:03.055Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-05-05T19:06:03.055Z] Error: No such image: emptyfs [2023-05-05T19:06:03.055Z] Running integration-test (iteration 1) [2023-05-05T19:06:03.055Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2023-05-05T19:06:03.055Z] Loaded image: busybox:latest [2023-05-05T19:06:03.055Z] Loaded image: busybox:glibc [2023-05-05T19:06:03.176Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-05-05T19:06:03.176Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-05-05T19:06:03.431Z] --- PASS: TestBuildMultiStageCopy (2.21s) [2023-05-05T19:06:03.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.57s) [2023-05-05T19:06:03.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2023-05-05T19:06:03.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.15s) [2023-05-05T19:06:03.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.16s) [2023-05-05T19:06:03.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.16s) [2023-05-05T19:06:03.431Z] === RUN TestBuildMultiStageParentConfig [2023-05-05T19:06:03.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-05-05T19:06:03.981Z] Loaded image: debian:bullseye-slim [2023-05-05T19:06:03.981Z] Loaded image: hello-world:latest [2023-05-05T19:06:03.981Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:06:03.981Z] INFO: Testing against a local daemon [2023-05-05T19:06:03.981Z] === RUN TestCgroupNamespacesBuild [2023-05-05T19:06:03.992Z] --- PASS: TestBuildMultiStageParentConfig (0.46s) [2023-05-05T19:06:03.992Z] === RUN TestBuildLabelWithTargets [2023-05-05T19:06:04.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-05-05T19:06:04.551Z] --- PASS: TestBuildLabelWithTargets (0.74s) [2023-05-05T19:06:04.551Z] === RUN TestBuildWithEmptyLayers [2023-05-05T19:06:05.111Z] --- PASS: TestBuildWithEmptyLayers (0.32s) [2023-05-05T19:06:05.111Z] === RUN TestBuildMultiStageOnBuild [2023-05-05T19:06:05.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-05-05T19:06:05.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-05-05T19:06:06.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-05-05T19:06:06.490Z] --- PASS: TestCgroupNamespacesBuild (2.18s) [2023-05-05T19:06:06.490Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-05-05T19:06:06.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-05-05T19:06:06.995Z] --- PASS: TestBuildMultiStageOnBuild (1.83s) [2023-05-05T19:06:06.995Z] === RUN TestBuildUncleanTarFilenames [2023-05-05T19:06:07.251Z] --- PASS: TestBuildUncleanTarFilenames (0.42s) [2023-05-05T19:06:07.251Z] === RUN TestBuildMultiStageLayerLeak [2023-05-05T19:06:07.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-05-05T19:06:07.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-05-05T19:06:07.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-05-05T19:06:07.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-05-05T19:06:08.375Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2023-05-05T19:06:08.375Z] === RUN TestBuildWithSession [2023-05-05T19:06:08.375Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:06:08.375Z] --- SKIP: TestBuildWithSession (0.00s) [2023-05-05T19:06:08.375Z] === RUN TestBuildSquashParent [2023-05-05T19:06:08.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-05-05T19:06:09.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-05-05T19:06:09.135Z] --- PASS: TestBuildMultiStageLayerLeak (1.81s) [2023-05-05T19:06:09.135Z] === RUN TestBuildWithHugeFile [2023-05-05T19:06:09.658Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-05-05T19:06:09.658Z] Using test binary docker [2023-05-05T19:06:09.658Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-05-05T19:06:09.658Z] +++ /etc/init.d/apparmor start [2023-05-05T19:06:09.658Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-05-05T19:06:09.658Z] INFO: Waiting for daemon to start... [2023-05-05T19:06:09.658Z] Starting dockerd [2023-05-05T19:06:09.658Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2023-05-05T19:06:12.196Z] . [2023-05-05T19:06:12.196Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-05-05T19:06:12.196Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-05-05T19:06:12.196Z] Error: No such image: emptyfs [2023-05-05T19:06:12.196Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-05-05T19:06:12.196Z] ++++ docker load [2023-05-05T19:06:12.196Z] Running integration-test (iteration 1) [2023-05-05T19:06:12.196Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2023-05-05T19:06:12.196Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:06:12.196Z] ++ set -e [2023-05-05T19:06:12.196Z] ++ '[' -n 0 ']' [2023-05-05T19:06:12.196Z] ++ set -x [2023-05-05T19:06:12.197Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:06:12.197Z] Loaded image: busybox:latest [2023-05-05T19:06:12.456Z] Loaded image: busybox:glibc [2023-05-05T19:06:13.026Z] Loaded image: debian:bullseye-slim [2023-05-05T19:06:13.026Z] Loaded image: hello-world:latest [2023-05-05T19:06:13.026Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:06:13.026Z] INFO: Testing against a local daemon [2023-05-05T19:06:13.026Z] === RUN TestCgroupNamespacesBuild [2023-05-05T19:06:14.408Z] --- PASS: TestCgroupNamespacesBuild (1.18s) [2023-05-05T19:06:14.408Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-05-05T19:06:15.788Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2023-05-05T19:06:15.788Z] === RUN TestBuildWithSession [2023-05-05T19:06:15.788Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:06:15.788Z] --- SKIP: TestBuildWithSession (0.00s) [2023-05-05T19:06:15.788Z] === RUN TestBuildSquashParent [2023-05-05T19:06:16.488Z] --- PASS: TestBuildSquashParent (6.88s) [2023-05-05T19:06:16.488Z] === RUN TestBuildWithRemoveAndForceRemove [2023-05-05T19:06:16.488Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:06:16.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:06:16.488Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:06:16.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:06:16.488Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:06:16.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:06:16.488Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:06:16.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:06:16.488Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:06:16.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:06:16.488Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:06:16.488Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:06:16.488Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:06:16.488Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:06:16.488Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:06:16.488Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:06:16.488Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:06:16.488Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:06:18.997Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2023-05-05T19:06:18.997Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.10s) [2023-05-05T19:06:18.997Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.97s) [2023-05-05T19:06:18.997Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.02s) [2023-05-05T19:06:18.997Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.23s) [2023-05-05T19:06:18.997Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.27s) [2023-05-05T19:06:18.997Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.39s) [2023-05-05T19:06:18.997Z] === RUN TestBuildMultiStageCopy [2023-05-05T19:06:18.997Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-05-05T19:06:19.986Z] --- PASS: TestBuildSquashParent (3.93s) [2023-05-05T19:06:19.986Z] === RUN TestBuildWithRemoveAndForceRemove [2023-05-05T19:06:19.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:06:19.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:06:19.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:06:19.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:06:19.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:06:19.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:06:19.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:06:19.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:06:19.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:06:19.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:06:19.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:06:19.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:06:19.986Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:06:19.986Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:06:19.986Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:06:19.986Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:06:19.986Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:06:19.986Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:06:21.506Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-05-05T19:06:22.068Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-05-05T19:06:23.280Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2023-05-05T19:06:23.280Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s) [2023-05-05T19:06:23.280Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.99s) [2023-05-05T19:06:23.280Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.23s) [2023-05-05T19:06:23.280Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.23s) [2023-05-05T19:06:23.280Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.27s) [2023-05-05T19:06:23.280Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.40s) [2023-05-05T19:06:23.280Z] === RUN TestBuildMultiStageCopy [2023-05-05T19:06:23.280Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-05-05T19:06:23.428Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-05-05T19:06:24.219Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-05-05T19:06:24.219Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-05-05T19:06:24.352Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-05-05T19:06:24.478Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-05-05T19:06:24.478Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-05-05T19:06:24.738Z] --- PASS: TestBuildMultiStageCopy (1.91s) [2023-05-05T19:06:24.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.22s) [2023-05-05T19:06:24.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s) [2023-05-05T19:06:24.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2023-05-05T19:06:24.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.17s) [2023-05-05T19:06:24.738Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.18s) [2023-05-05T19:06:24.738Z] === RUN TestBuildMultiStageParentConfig [2023-05-05T19:06:25.276Z] --- PASS: TestBuildMultiStageCopy (6.66s) [2023-05-05T19:06:25.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.63s) [2023-05-05T19:06:25.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2023-05-05T19:06:25.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2023-05-05T19:06:25.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2023-05-05T19:06:25.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.03s) [2023-05-05T19:06:25.276Z] === RUN TestBuildMultiStageParentConfig [2023-05-05T19:06:25.307Z] --- PASS: TestBuildMultiStageParentConfig (0.50s) [2023-05-05T19:06:25.307Z] === RUN TestBuildLabelWithTargets [2023-05-05T19:06:26.246Z] --- PASS: TestBuildLabelWithTargets (0.79s) [2023-05-05T19:06:26.246Z] === RUN TestBuildWithEmptyLayers [2023-05-05T19:06:26.506Z] --- PASS: TestBuildWithEmptyLayers (0.35s) [2023-05-05T19:06:26.506Z] === RUN TestBuildMultiStageOnBuild [2023-05-05T19:06:27.887Z] --- PASS: TestBuildMultiStageOnBuild (1.41s) [2023-05-05T19:06:27.887Z] === RUN TestBuildUncleanTarFilenames [2023-05-05T19:06:28.457Z] --- PASS: TestBuildUncleanTarFilenames (0.50s) [2023-05-05T19:06:28.457Z] === RUN TestBuildMultiStageLayerLeak [2023-05-05T19:06:29.044Z] sha256:e56a681922bd8a132a3351ec76eb4ece472a69453c03b2486ebb14c28c02c441 [2023-05-05T19:06:29.044Z] INFO: Starting docker-py tests... [2023-05-05T19:06:29.044Z] ============================= test session starts ============================== [2023-05-05T19:06:29.044Z] platform linux -- Python 3.7.16, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2023-05-05T19:06:29.044Z] rootdir: /src, inifile: pytest.ini [2023-05-05T19:06:29.044Z] plugins: cov-2.6.1, timeout-1.3.3 [2023-05-05T19:06:29.044Z] collected 389 items / 1 deselected / 388 selected [2023-05-05T19:06:29.044Z] [2023-05-05T19:06:29.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-05-05T19:06:29.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-05-05T19:06:29.837Z] --- PASS: TestBuildMultiStageLayerLeak (1.46s) [2023-05-05T19:06:29.837Z] === RUN TestBuildWithHugeFile [2023-05-05T19:06:30.510Z] --- PASS: TestBuildMultiStageParentConfig (4.96s) [2023-05-05T19:06:30.510Z] === RUN TestBuildLabelWithTargets [2023-05-05T19:06:38.668Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2023-05-05T19:06:38.668Z] === RUN TestBuildWithEmptyLayers [2023-05-05T19:06:39.845Z] tests/integration/api_build_test.py .......................X [ 6%] [2023-05-05T19:06:40.408Z] tests/integration/api_client_test.py ..... [ 7%] [2023-05-05T19:06:41.177Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2023-05-05T19:06:41.177Z] === RUN TestBuildMultiStageOnBuild [2023-05-05T19:06:42.341Z] tests/integration/api_config_test.py ..... [ 8%] [2023-05-05T19:06:46.410Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2023-05-05T19:06:46.410Z] === RUN TestBuildUncleanTarFilenames [2023-05-05T19:06:46.665Z] --- PASS: TestBuildUncleanTarFilenames (0.43s) [2023-05-05T19:06:46.665Z] === RUN TestBuildMultiStageLayerLeak [2023-05-05T19:06:47.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-05-05T19:06:47.722Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-05-05T19:06:49.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-05-05T19:06:50.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-05-05T19:06:51.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-05-05T19:06:51.901Z] --- PASS: TestBuildMultiStageLayerLeak (4.57s) [2023-05-05T19:06:51.901Z] === RUN TestBuildWithHugeFile [2023-05-05T19:06:52.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-05-05T19:06:56.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-05-05T19:06:57.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-05-05T19:06:59.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-05-05T19:07:00.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-05-05T19:07:02.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-05-05T19:07:03.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-05-05T19:07:04.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-05-05T19:07:05.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-05-05T19:07:05.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-05-05T19:07:06.469Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-05-05T19:07:06.469Z] Using test binary docker [2023-05-05T19:07:06.469Z] +++ /etc/init.d/apparmor start [2023-05-05T19:07:06.469Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-05-05T19:07:06.469Z] INFO: Waiting for daemon to start... [2023-05-05T19:07:06.469Z] Starting dockerd [2023-05-05T19:07:06.469Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2023-05-05T19:07:06.469Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-05-05T19:07:06.469Z] Using test binary docker [2023-05-05T19:07:06.469Z] .+++ /etc/init.d/apparmor start [2023-05-05T19:07:06.469Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-05-05T19:07:06.469Z] INFO: Waiting for daemon to start... [2023-05-05T19:07:06.469Z] Starting dockerd [2023-05-05T19:07:06.469Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2023-05-05T19:07:06.728Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-05-05T19:07:06.728Z] Using test binary docker [2023-05-05T19:07:06.728Z] +++ /etc/init.d/apparmor start [2023-05-05T19:07:06.728Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2023-05-05T19:07:06.728Z] INFO: Waiting for daemon to start... [2023-05-05T19:07:06.728Z] Starting dockerd [2023-05-05T19:07:06.728Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2023-05-05T19:07:08.632Z] . [2023-05-05T19:07:08.632Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-05-05T19:07:08.632Z] [2023-05-05T19:07:08.632Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-05-05T19:07:08.632Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-05-05T19:07:08.632Z] Error: No such image: emptyfs [2023-05-05T19:07:08.632Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-05-05T19:07:08.632Z] ++++ docker load [2023-05-05T19:07:08.632Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-05-05T19:07:08.632Z] Error: No such image: emptyfs [2023-05-05T19:07:08.632Z] ++++ docker load [2023-05-05T19:07:08.632Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-05-05T19:07:08.632Z] Running integration-test (iteration 1) [2023-05-05T19:07:08.632Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2023-05-05T19:07:08.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2023-05-05T19:07:08.632Z] ++ set -e [2023-05-05T19:07:08.632Z] ++ '[' -n 0 ']' [2023-05-05T19:07:08.632Z] ++ set -x [2023-05-05T19:07:08.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-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2023-05-05T19:07:08.632Z] Running integration-test (iteration 1) [2023-05-05T19:07:08.632Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2023-05-05T19:07:08.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:07:08.632Z] ++ set -e [2023-05-05T19:07:08.632Z] ++ '[' -n 0 ']' [2023-05-05T19:07:08.632Z] ++ set -x [2023-05-05T19:07:08.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-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:07:08.891Z] [2023-05-05T19:07:08.891Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2023-05-05T19:07:08.891Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2023-05-05T19:07:08.891Z] Error: No such image: emptyfs [2023-05-05T19:07:08.891Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-05-05T19:07:08.891Z] ++++ docker load [2023-05-05T19:07:08.891Z] Loaded image: busybox:latest [2023-05-05T19:07:08.891Z] Loaded image: busybox:latest [2023-05-05T19:07:08.891Z] Running integration-test (iteration 1) [2023-05-05T19:07:08.891Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2023-05-05T19:07:08.891Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2023-05-05T19:07:08.891Z] ++ set -e [2023-05-05T19:07:08.891Z] ++ '[' -n 0 ']' [2023-05-05T19:07:08.891Z] ++ set -x [2023-05-05T19:07:08.891Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2023-05-05T19:07:08.891Z] Loaded image: busybox:glibc [2023-05-05T19:07:09.151Z] Loaded image: busybox:glibc [2023-05-05T19:07:09.151Z] Loaded image: busybox:latest [2023-05-05T19:07:09.410Z] Loaded image: busybox:glibc [2023-05-05T19:07:10.348Z] Loaded image: debian:bullseye-slim [2023-05-05T19:07:10.348Z] Loaded image: debian:bullseye-slim [2023-05-05T19:07:10.348Z] Loaded image: hello-world:latest [2023-05-05T19:07:10.349Z] Loaded image: hello-world:latest [2023-05-05T19:07:10.607Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:07:10.607Z] INFO: Testing against a local daemon [2023-05-05T19:07:10.607Z] === RUN TestCgroupNamespacesBuild [2023-05-05T19:07:10.607Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:07:10.607Z] INFO: Testing against a local daemon [2023-05-05T19:07:10.607Z] === RUN TestDockerSuite [2023-05-05T19:07:10.607Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2023-05-05T19:07:10.607Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2023-05-05T19:07:10.608Z] === RUN TestDockerSuite/TestAPIErrorJSON [2023-05-05T19:07:10.608Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2023-05-05T19:07:10.608Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2023-05-05T19:07:10.608Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2023-05-05T19:07:10.608Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2023-05-05T19:07:10.608Z] === RUN TestDockerSuite/TestAPIImagesDelete [2023-05-05T19:07:10.608Z] Loaded image: debian:bullseye-slim [2023-05-05T19:07:10.866Z] Loaded image: hello-world:latest [2023-05-05T19:07:10.866Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:07:10.866Z] INFO: Testing against a local daemon [2023-05-05T19:07:10.866Z] === RUN TestDockerDaemonSuite [2023-05-05T19:07:10.866Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2023-05-05T19:07:11.433Z] === RUN TestDockerSuite/TestAPIImagesFilter [2023-05-05T19:07:11.433Z] === RUN TestDockerSuite/TestAPIImagesHistory [2023-05-05T19:07:12.001Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2023-05-05T19:07:12.001Z] --- PASS: TestCgroupNamespacesBuild (1.55s) [2023-05-05T19:07:12.001Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-05-05T19:07:12.259Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2023-05-05T19:07:12.485Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2023-05-05T19:07:12.827Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2023-05-05T19:07:13.086Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2023-05-05T19:07:13.086Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2023-05-05T19:07:13.344Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.18s) [2023-05-05T19:07:13.344Z] === RUN TestBuildWithSession [2023-05-05T19:07:13.344Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:07:13.344Z] --- SKIP: TestBuildWithSession (0.00s) [2023-05-05T19:07:13.344Z] === RUN TestBuildSquashParent [2023-05-05T19:07:14.279Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2023-05-05T19:07:14.539Z] === RUN TestDockerSuite/TestAPINetworkFilter [2023-05-05T19:07:14.539Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2023-05-05T19:07:14.539Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2023-05-05T19:07:15.105Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2023-05-05T19:07:16.042Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2023-05-05T19:07:16.042Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2023-05-05T19:07:16.539Z] --- PASS: TestBuildWithHugeFile (41.37s) [2023-05-05T19:07:16.539Z] === RUN TestBuildWithEmptyDockerfile [2023-05-05T19:07:16.539Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:16.539Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:16.539Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:16.539Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:16.539Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:16.539Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:16.539Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:16.539Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:16.539Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:16.539Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2023-05-05T19:07:16.539Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.04s) [2023-05-05T19:07:16.539Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2023-05-05T19:07:16.539Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s) [2023-05-05T19:07:16.539Z] === RUN TestBuildPreserveOwnership [2023-05-05T19:07:16.539Z] === RUN TestBuildPreserveOwnership/copy_from [2023-05-05T19:07:16.539Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-05-05T19:07:16.539Z] --- PASS: TestBuildPreserveOwnership (2.85s) [2023-05-05T19:07:16.539Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.91s) [2023-05-05T19:07:16.539Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.93s) [2023-05-05T19:07:16.539Z] === RUN TestBuildPlatformInvalid [2023-05-05T19:07:16.539Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2023-05-05T19:07:16.539Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-05-05T19:07:16.539Z] Loaded image: busybox:latest [2023-05-05T19:07:16.539Z] Loaded image: busybox:glibc [2023-05-05T19:07:16.539Z] Loaded image: debian:bullseye-slim [2023-05-05T19:07:16.540Z] Loaded image: hello-world:latest [2023-05-05T19:07:16.540Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:07:16.608Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2023-05-05T19:07:16.608Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2023-05-05T19:07:16.608Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2023-05-05T19:07:16.608Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2023-05-05T19:07:16.744Z] --- PASS: TestBuildWithHugeFile (59.90s) [2023-05-05T19:07:16.744Z] === RUN TestBuildWithEmptyDockerfile [2023-05-05T19:07:16.744Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:16.744Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:16.744Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:16.744Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:16.744Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:16.744Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:16.744Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:16.744Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:16.744Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:16.744Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2023-05-05T19:07:16.744Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.04s) [2023-05-05T19:07:16.744Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.04s) [2023-05-05T19:07:16.744Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2023-05-05T19:07:16.744Z] === RUN TestBuildPreserveOwnership [2023-05-05T19:07:16.744Z] === RUN TestBuildPreserveOwnership/copy_from [2023-05-05T19:07:16.744Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-05-05T19:07:16.744Z] --- PASS: TestBuildPreserveOwnership (3.66s) [2023-05-05T19:07:16.744Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.47s) [2023-05-05T19:07:16.744Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.18s) [2023-05-05T19:07:16.744Z] === RUN TestBuildPlatformInvalid [2023-05-05T19:07:16.744Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2023-05-05T19:07:16.744Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-05-05T19:07:16.744Z] Loaded image: busybox:latest [2023-05-05T19:07:16.744Z] Loaded image: busybox:glibc [2023-05-05T19:07:16.744Z] Loaded image: debian:bullseye-slim [2023-05-05T19:07:16.744Z] Loaded image: hello-world:latest [2023-05-05T19:07:16.744Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:07:18.511Z] --- PASS: TestBuildSquashParent (5.03s) [2023-05-05T19:07:18.511Z] === RUN TestBuildWithRemoveAndForceRemove [2023-05-05T19:07:18.511Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:07:18.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:07:18.511Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:07:18.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:07:18.511Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:07:18.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:07:18.511Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:07:18.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:07:18.511Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:07:18.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:07:18.511Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:07:18.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:07:18.511Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:07:18.511Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:07:18.511Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:07:18.511Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:07:18.511Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:07:18.511Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:07:20.418Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2023-05-05T19:07:21.794Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2023-05-05T19:07:21.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.36s) [2023-05-05T19:07:21.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.83s) [2023-05-05T19:07:21.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.05s) [2023-05-05T19:07:21.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.14s) [2023-05-05T19:07:21.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.17s) [2023-05-05T19:07:21.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.22s) [2023-05-05T19:07:21.794Z] === RUN TestBuildMultiStageCopy [2023-05-05T19:07:21.794Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-05-05T19:07:22.730Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-05-05T19:07:22.730Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2023-05-05T19:07:22.730Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-05-05T19:07:22.989Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-05-05T19:07:22.989Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-05-05T19:07:23.113Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.66s) [2023-05-05T19:07:23.113Z] PASS [2023-05-05T19:07:23.113Z] [2023-05-05T19:07:23.113Z] === Skipped [2023-05-05T19:07:23.113Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2023-05-05T19:07:23.113Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:07:23.113Z] [2023-05-05T19:07:23.113Z] DONE 33 tests, 1 skipped in 70.614s [2023-05-05T19:07:23.113Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2023-05-05T19:07:23.113Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:07:23.113Z] ++ set -e [2023-05-05T19:07:23.113Z] ++ '[' -n 0 ']' [2023-05-05T19:07:23.113Z] ++ set -x [2023-05-05T19:07:23.114Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:07:23.114Z] INFO: Testing against a local daemon [2023-05-05T19:07:23.114Z] === RUN TestConfigInspect [2023-05-05T19:07:23.248Z] --- PASS: TestBuildMultiStageCopy (1.72s) [2023-05-05T19:07:23.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.12s) [2023-05-05T19:07:23.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s) [2023-05-05T19:07:23.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.15s) [2023-05-05T19:07:23.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.15s) [2023-05-05T19:07:23.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.16s) [2023-05-05T19:07:23.248Z] === RUN TestBuildMultiStageParentConfig [2023-05-05T19:07:23.273Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.74s) [2023-05-05T19:07:23.274Z] PASS [2023-05-05T19:07:23.274Z] [2023-05-05T19:07:23.274Z] === Skipped [2023-05-05T19:07:23.274Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2023-05-05T19:07:23.274Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:07:23.274Z] [2023-05-05T19:07:23.274Z] DONE 33 tests, 1 skipped in 93.949s [2023-05-05T19:07:23.274Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2023-05-05T19:07:23.274Z] INFO: Testing against a local daemon [2023-05-05T19:07:23.274Z] === RUN TestConfigInspect [2023-05-05T19:07:23.815Z] --- PASS: TestBuildMultiStageParentConfig (0.42s) [2023-05-05T19:07:23.816Z] === RUN TestBuildLabelWithTargets [2023-05-05T19:07:24.383Z] --- PASS: TestBuildLabelWithTargets (0.68s) [2023-05-05T19:07:24.383Z] === RUN TestBuildWithEmptyLayers [2023-05-05T19:07:24.643Z] --- PASS: TestBuildWithEmptyLayers (0.31s) [2023-05-05T19:07:24.643Z] === RUN TestBuildMultiStageOnBuild [2023-05-05T19:07:24.643Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2023-05-05T19:07:25.159Z] --- PASS: TestConfigInspect (2.37s) [2023-05-05T19:07:25.159Z] === RUN TestConfigList [2023-05-05T19:07:25.662Z] --- PASS: TestConfigInspect (2.58s) [2023-05-05T19:07:25.662Z] === RUN TestConfigList [2023-05-05T19:07:26.020Z] --- PASS: TestBuildMultiStageOnBuild (1.44s) [2023-05-05T19:07:26.020Z] === RUN TestBuildUncleanTarFilenames [2023-05-05T19:07:26.587Z] --- PASS: TestBuildUncleanTarFilenames (0.44s) [2023-05-05T19:07:26.587Z] === RUN TestBuildMultiStageLayerLeak [2023-05-05T19:07:26.587Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2023-05-05T19:07:27.044Z] --- PASS: TestConfigList (2.17s) [2023-05-05T19:07:27.044Z] === RUN TestConfigsCreateAndDelete [2023-05-05T19:07:27.155Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2023-05-05T19:07:27.573Z] --- PASS: TestConfigList (2.27s) [2023-05-05T19:07:27.573Z] === RUN TestConfigsCreateAndDelete [2023-05-05T19:07:27.722Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2023-05-05T19:07:27.981Z] --- PASS: TestBuildMultiStageLayerLeak (1.48s) [2023-05-05T19:07:27.981Z] === RUN TestBuildWithHugeFile [2023-05-05T19:07:28.240Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2023-05-05T19:07:29.176Z] === RUN TestDockerSuite/TestAttachAfterDetach [2023-05-05T19:07:29.554Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2023-05-05T19:07:29.554Z] === RUN TestConfigsUpdate [2023-05-05T19:07:30.111Z] --- PASS: TestConfigsCreateAndDelete (2.32s) [2023-05-05T19:07:30.111Z] === RUN TestConfigsUpdate [2023-05-05T19:07:31.439Z] --- PASS: TestConfigsUpdate (2.33s) [2023-05-05T19:07:31.439Z] === RUN TestTemplatedConfig [2023-05-05T19:07:31.709Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2023-05-05T19:07:32.278Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2023-05-05T19:07:32.650Z] --- PASS: TestConfigsUpdate (2.32s) [2023-05-05T19:07:32.651Z] === RUN TestTemplatedConfig [2023-05-05T19:07:33.216Z] === RUN TestDockerSuite/TestAttachDetach [2023-05-05T19:07:33.784Z] docker_cli_daemon_test.go:1455: [d3ad5d5da8a83] daemon is not started [2023-05-05T19:07:34.043Z] === RUN TestDockerSuite/TestAttachDisconnect [2023-05-05T19:07:34.302Z] check_test.go:308: [d9162b84b25ac] daemon is not started [2023-05-05T19:07:34.302Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2023-05-05T19:07:34.702Z] --- PASS: TestTemplatedConfig (2.71s) [2023-05-05T19:07:34.702Z] === RUN TestConfigCreateResolve [2023-05-05T19:07:34.870Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2023-05-05T19:07:35.190Z] --- PASS: TestTemplatedConfig (2.62s) [2023-05-05T19:07:35.190Z] === RUN TestConfigCreateResolve [2023-05-05T19:07:36.249Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2023-05-05T19:07:36.508Z] === RUN TestDockerSuite/TestAttachPausedContainer [2023-05-05T19:07:36.587Z] --- PASS: TestConfigCreateResolve (2.24s) [2023-05-05T19:07:36.587Z] === RUN TestConfigDaemonLibtrustID [2023-05-05T19:07:36.843Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2023-05-05T19:07:36.843Z] PASS [2023-05-05T19:07:36.843Z] [2023-05-05T19:07:36.843Z] DONE 7 tests in 14.536s [2023-05-05T19:07:36.843Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2023-05-05T19:07:37.077Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2023-05-05T19:07:37.098Z] INFO: Testing against a local daemon [2023-05-05T19:07:37.099Z] === RUN TestCheckpoint [2023-05-05T19:07:37.099Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:07:37.099Z] --- SKIP: TestCheckpoint (0.00s) [2023-05-05T19:07:37.099Z] === RUN TestContainerInvalidJSON [2023-05-05T19:07:37.099Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:37.099Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:37.099Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:37.099Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:37.099Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:37.099Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:37.099Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:37.099Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:37.099Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:37.099Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-05-05T19:07:37.099Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-05-05T19:07:37.099Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-05-05T19:07:37.099Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-05-05T19:07:37.099Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-05-05T19:07:37.099Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2023-05-05T19:07:37.099Z] === RUN TestCopyFromContainerPathIsNotDir [2023-05-05T19:07:37.099Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2023-05-05T19:07:37.099Z] === RUN TestCopyToContainerPathDoesNotExist [2023-05-05T19:07:37.099Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2023-05-05T19:07:37.099Z] === RUN TestCopyToContainerPathIsNotDir [2023-05-05T19:07:37.099Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2023-05-05T19:07:37.099Z] === RUN TestCopyFromContainer [2023-05-05T19:07:37.100Z] --- PASS: TestConfigCreateResolve (2.33s) [2023-05-05T19:07:37.100Z] === RUN TestConfigDaemonLibtrustID [2023-05-05T19:07:37.670Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2023-05-05T19:07:37.670Z] PASS [2023-05-05T19:07:37.670Z] [2023-05-05T19:07:37.670Z] DONE 7 tests in 14.993s [2023-05-05T19:07:37.670Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2023-05-05T19:07:37.670Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:07:37.670Z] ++ set -e [2023-05-05T19:07:37.670Z] ++ '[' -n 0 ']' [2023-05-05T19:07:37.670Z] ++ set -x [2023-05-05T19:07:37.670Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:07:37.930Z] INFO: Testing against a local daemon [2023-05-05T19:07:37.930Z] === RUN TestCheckpoint [2023-05-05T19:07:37.930Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:07:37.930Z] --- SKIP: TestCheckpoint (0.00s) [2023-05-05T19:07:37.930Z] === RUN TestContainerInvalidJSON [2023-05-05T19:07:37.930Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:37.930Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:37.930Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:37.930Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:37.930Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:37.930Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:37.930Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:37.930Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:37.930Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:37.930Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-05-05T19:07:37.930Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-05-05T19:07:37.930Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-05-05T19:07:37.930Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-05-05T19:07:37.930Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-05-05T19:07:37.930Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2023-05-05T19:07:37.930Z] === RUN TestCopyFromContainerPathIsNotDir [2023-05-05T19:07:37.930Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2023-05-05T19:07:37.930Z] === RUN TestCopyToContainerPathDoesNotExist [2023-05-05T19:07:37.930Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2023-05-05T19:07:37.930Z] === RUN TestCopyToContainerPathIsNotDir [2023-05-05T19:07:37.930Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2023-05-05T19:07:37.930Z] === RUN TestCopyFromContainer [2023-05-05T19:07:38.016Z] check_test.go:308: [d182d2df69180] daemon is not started [2023-05-05T19:07:38.016Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2023-05-05T19:07:38.016Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer// [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer//bar/root [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer//bar/root/ [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer/bar/quux [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer/bar/quux/ [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-05-05T19:07:38.461Z] === RUN TestCopyFromContainer/bar/notarget [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer (1.45s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer// (0.04s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer//bar/root/ (0.04s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.04s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.04s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.04s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.04s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.04s) [2023-05-05T19:07:38.716Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2023-05-05T19:07:38.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-05-05T19:07:38.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:38.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:38.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:38.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:38.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:38.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:38.716Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:38.716Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:38.716Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:38.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-05-05T19:07:38.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-05-05T19:07:38.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-05-05T19:07:38.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-05-05T19:07:38.716Z] === RUN TestCreateLinkToNonExistingContainer [2023-05-05T19:07:38.716Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2023-05-05T19:07:38.716Z] === RUN TestCreateWithInvalidEnv [2023-05-05T19:07:38.716Z] === RUN TestCreateWithInvalidEnv/0 [2023-05-05T19:07:38.716Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-05-05T19:07:38.716Z] === RUN TestCreateWithInvalidEnv/1 [2023-05-05T19:07:38.716Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-05-05T19:07:38.716Z] === RUN TestCreateWithInvalidEnv/2 [2023-05-05T19:07:38.716Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-05-05T19:07:38.716Z] === CONT TestCreateWithInvalidEnv/0 [2023-05-05T19:07:38.716Z] === CONT TestCreateWithInvalidEnv/2 [2023-05-05T19:07:38.716Z] === CONT TestCreateWithInvalidEnv/1 [2023-05-05T19:07:38.716Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-05-05T19:07:38.716Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-05-05T19:07:38.716Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-05-05T19:07:38.716Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-05-05T19:07:38.716Z] === RUN TestCreateTmpfsMountsTarget [2023-05-05T19:07:38.716Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-05-05T19:07:38.716Z] === RUN TestCreateWithCustomMaskedPaths [2023-05-05T19:07:38.869Z] === RUN TestCopyFromContainer// [2023-05-05T19:07:38.869Z] === RUN TestCopyFromContainer//bar/root [2023-05-05T19:07:38.952Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2023-05-05T19:07:39.129Z] === RUN TestCopyFromContainer//bar/root/ [2023-05-05T19:07:39.129Z] === RUN TestCopyFromContainer/bar/quux [2023-05-05T19:07:39.129Z] === RUN TestCopyFromContainer/bar/quux/ [2023-05-05T19:07:39.129Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-05-05T19:07:39.129Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-05-05T19:07:39.129Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-05-05T19:07:39.389Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-05-05T19:07:39.389Z] === RUN TestCopyFromContainer/bar/notarget [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer (1.39s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer// (0.04s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer//bar/root/ (0.04s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.04s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.04s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2023-05-05T19:07:39.389Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2023-05-05T19:07:39.389Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-05-05T19:07:39.389Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:39.389Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:39.389Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:39.389Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:39.389Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:39.389Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:39.389Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:39.389Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:39.389Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:39.389Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-05-05T19:07:39.389Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-05-05T19:07:39.389Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-05-05T19:07:39.389Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-05-05T19:07:39.389Z] === RUN TestCreateLinkToNonExistingContainer [2023-05-05T19:07:39.389Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2023-05-05T19:07:39.389Z] === RUN TestCreateWithInvalidEnv [2023-05-05T19:07:39.389Z] === RUN TestCreateWithInvalidEnv/0 [2023-05-05T19:07:39.389Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-05-05T19:07:39.389Z] === RUN TestCreateWithInvalidEnv/1 [2023-05-05T19:07:39.389Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-05-05T19:07:39.389Z] === RUN TestCreateWithInvalidEnv/2 [2023-05-05T19:07:39.389Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-05-05T19:07:39.389Z] === CONT TestCreateWithInvalidEnv/0 [2023-05-05T19:07:39.389Z] === CONT TestCreateWithInvalidEnv/2 [2023-05-05T19:07:39.389Z] === CONT TestCreateWithInvalidEnv/1 [2023-05-05T19:07:39.389Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-05-05T19:07:39.389Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-05-05T19:07:39.389Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-05-05T19:07:39.390Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-05-05T19:07:39.390Z] === RUN TestCreateTmpfsMountsTarget [2023-05-05T19:07:39.390Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-05-05T19:07:39.390Z] === RUN TestCreateWithCustomMaskedPaths [2023-05-05T19:07:40.861Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2023-05-05T19:07:41.228Z] --- PASS: TestCreateWithCustomMaskedPaths (2.04s) [2023-05-05T19:07:41.228Z] === RUN TestCreateWithCustomReadonlyPaths [2023-05-05T19:07:41.300Z] --- PASS: TestCreateWithCustomMaskedPaths (1.49s) [2023-05-05T19:07:41.300Z] === RUN TestCreateWithCustomReadonlyPaths [2023-05-05T19:07:41.431Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2023-05-05T19:07:42.367Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2023-05-05T19:07:42.367Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2023-05-05T19:07:42.367Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2023-05-05T19:07:42.591Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.91s) [2023-05-05T19:07:42.591Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-05-05T19:07:42.591Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:07:42.591Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:07:42.591Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:07:42.591Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:07:42.591Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:07:42.591Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:07:42.591Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:07:42.591Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:07:42.591Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:07:42.591Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:07:42.591Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:07:42.591Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:07:42.591Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:07:42.591Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:07:42.591Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:07:42.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-05-05T19:07:42.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-05-05T19:07:42.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-05-05T19:07:42.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-05-05T19:07:42.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-05-05T19:07:42.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-05-05T19:07:42.591Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-05-05T19:07:42.681Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.47s) [2023-05-05T19:07:42.681Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-05-05T19:07:42.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:07:42.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:07:42.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:07:42.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:07:42.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:07:42.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:07:42.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:07:42.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:07:42.681Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:07:42.681Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:07:42.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:07:42.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:07:42.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:07:42.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:07:42.681Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:07:42.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-05-05T19:07:42.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-05-05T19:07:42.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-05-05T19:07:42.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-05-05T19:07:42.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-05-05T19:07:42.681Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-05-05T19:07:42.681Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-05-05T19:07:42.935Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2023-05-05T19:07:42.941Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.51s) [2023-05-05T19:07:42.941Z] === RUN TestCreateDifferentPlatform [2023-05-05T19:07:42.941Z] === RUN TestCreateDifferentPlatform/different_os [2023-05-05T19:07:42.941Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-05-05T19:07:42.941Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2023-05-05T19:07:42.941Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-05-05T19:07:42.941Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-05-05T19:07:42.941Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-05-05T19:07:42.941Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2023-05-05T19:07:42.941Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-05-05T19:07:42.941Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2023-05-05T19:07:42.941Z] === RUN TestContainerStartOnDaemonRestart [2023-05-05T19:07:42.941Z] === PAUSE TestContainerStartOnDaemonRestart [2023-05-05T19:07:42.941Z] === RUN TestDaemonRestartIpcMode [2023-05-05T19:07:42.941Z] === PAUSE TestDaemonRestartIpcMode [2023-05-05T19:07:42.941Z] === RUN TestDaemonHostGatewayIP [2023-05-05T19:07:42.941Z] === PAUSE TestDaemonHostGatewayIP [2023-05-05T19:07:42.941Z] === RUN TestRestartDaemonWithRestartingContainer [2023-05-05T19:07:42.941Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-05-05T19:07:42.941Z] === RUN TestContainerKillOnDaemonStart [2023-05-05T19:07:42.941Z] === PAUSE TestContainerKillOnDaemonStart [2023-05-05T19:07:42.941Z] === RUN TestDiff [2023-05-05T19:07:43.504Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2023-05-05T19:07:43.511Z] --- PASS: TestDiff (0.49s) [2023-05-05T19:07:43.511Z] === RUN TestExecWithCloseStdin [2023-05-05T19:07:43.516Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.63s) [2023-05-05T19:07:43.516Z] === RUN TestCreateDifferentPlatform [2023-05-05T19:07:43.516Z] === RUN TestCreateDifferentPlatform/different_os [2023-05-05T19:07:43.517Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-05-05T19:07:43.517Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2023-05-05T19:07:43.517Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-05-05T19:07:43.517Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-05-05T19:07:43.517Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-05-05T19:07:43.517Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2023-05-05T19:07:43.517Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-05-05T19:07:43.517Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2023-05-05T19:07:43.517Z] === RUN TestContainerStartOnDaemonRestart [2023-05-05T19:07:43.517Z] === PAUSE TestContainerStartOnDaemonRestart [2023-05-05T19:07:43.517Z] === RUN TestDaemonRestartIpcMode [2023-05-05T19:07:43.517Z] === PAUSE TestDaemonRestartIpcMode [2023-05-05T19:07:43.517Z] === RUN TestDaemonHostGatewayIP [2023-05-05T19:07:43.517Z] === PAUSE TestDaemonHostGatewayIP [2023-05-05T19:07:43.517Z] === RUN TestRestartDaemonWithRestartingContainer [2023-05-05T19:07:43.517Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-05-05T19:07:43.517Z] === RUN TestContainerKillOnDaemonStart [2023-05-05T19:07:43.517Z] === PAUSE TestContainerKillOnDaemonStart [2023-05-05T19:07:43.517Z] === RUN TestDiff [2023-05-05T19:07:44.077Z] --- PASS: TestDiff (0.68s) [2023-05-05T19:07:44.077Z] === RUN TestExecWithCloseStdin [2023-05-05T19:07:44.081Z] --- PASS: TestExecWithCloseStdin (0.54s) [2023-05-05T19:07:44.081Z] === RUN TestExec [2023-05-05T19:07:44.650Z] --- PASS: TestExec (0.58s) [2023-05-05T19:07:44.650Z] === RUN TestExecUser [2023-05-05T19:07:44.882Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2023-05-05T19:07:45.002Z] --- PASS: TestExecWithCloseStdin (0.78s) [2023-05-05T19:07:45.002Z] === RUN TestExec [2023-05-05T19:07:45.219Z] --- PASS: TestExecUser (0.59s) [2023-05-05T19:07:45.219Z] === RUN TestExportContainerAndImportImage [2023-05-05T19:07:45.562Z] --- PASS: TestExec (0.79s) [2023-05-05T19:07:45.562Z] === RUN TestExecUser [2023-05-05T19:07:45.788Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2023-05-05T19:07:45.788Z] === RUN TestExportContainerAfterDaemonRestart [2023-05-05T19:07:46.488Z] --- PASS: TestExecUser (0.80s) [2023-05-05T19:07:46.488Z] === RUN TestExportContainerAndImportImage [2023-05-05T19:07:46.787Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2023-05-05T19:07:47.169Z] --- PASS: TestExportContainerAfterDaemonRestart (1.22s) [2023-05-05T19:07:47.169Z] === RUN TestHealthCheckWorkdir [2023-05-05T19:07:47.413Z] --- PASS: TestExportContainerAndImportImage (0.83s) [2023-05-05T19:07:47.413Z] === RUN TestExportContainerAfterDaemonRestart [2023-05-05T19:07:47.739Z] --- PASS: TestHealthCheckWorkdir (0.68s) [2023-05-05T19:07:47.739Z] === RUN TestHealthKillContainer [2023-05-05T19:07:48.092Z] --- PASS: TestBuildWithHugeFile (51.45s) [2023-05-05T19:07:48.092Z] === RUN TestBuildWithEmptyDockerfile [2023-05-05T19:07:48.092Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:48.092Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:48.092Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:48.092Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:48.092Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:48.092Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:48.092Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:07:48.092Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:07:48.092Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:07:48.092Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2023-05-05T19:07:48.092Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.04s) [2023-05-05T19:07:48.092Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2023-05-05T19:07:48.092Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s) [2023-05-05T19:07:48.092Z] === RUN TestBuildPreserveOwnership [2023-05-05T19:07:48.092Z] === RUN TestBuildPreserveOwnership/copy_from [2023-05-05T19:07:48.092Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-05-05T19:07:48.775Z] --- PASS: TestExportContainerAfterDaemonRestart (1.21s) [2023-05-05T19:07:48.775Z] === RUN TestHealthCheckWorkdir [2023-05-05T19:07:49.335Z] --- PASS: TestHealthCheckWorkdir (0.90s) [2023-05-05T19:07:49.335Z] === RUN TestHealthKillContainer [2023-05-05T19:07:50.076Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2023-05-05T19:07:52.248Z] --- PASS: TestBuildPreserveOwnership (9.47s) [2023-05-05T19:07:52.248Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.47s) [2023-05-05T19:07:52.248Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2023-05-05T19:07:52.248Z] === RUN TestBuildPlatformInvalid [2023-05-05T19:07:52.248Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2023-05-05T19:07:52.248Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-05-05T19:07:52.248Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2023-05-05T19:07:52.248Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2023-05-05T19:07:52.248Z] PASS [2023-05-05T19:07:52.248Z] [2023-05-05T19:07:52.248Z] === Skipped [2023-05-05T19:07:52.248Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2023-05-05T19:07:52.248Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:07:52.248Z] [2023-05-05T19:07:52.248Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2023-05-05T19:07:52.248Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2023-05-05T19:07:52.248Z] [2023-05-05T19:07:52.248Z] DONE 33 tests, 2 skipped in 109.472s [2023-05-05T19:07:52.248Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2023-05-05T19:07:52.248Z] INFO: Testing against a local daemon [2023-05-05T19:07:52.248Z] === RUN TestConfigInspect [2023-05-05T19:07:52.248Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:52.248Z] --- SKIP: TestConfigInspect (0.01s) [2023-05-05T19:07:52.248Z] === RUN TestConfigList [2023-05-05T19:07:52.248Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:52.248Z] --- SKIP: TestConfigList (0.01s) [2023-05-05T19:07:52.248Z] === RUN TestConfigsCreateAndDelete [2023-05-05T19:07:52.248Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:52.248Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2023-05-05T19:07:52.248Z] === RUN TestConfigsUpdate [2023-05-05T19:07:52.248Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:52.248Z] --- SKIP: TestConfigsUpdate (0.01s) [2023-05-05T19:07:52.248Z] === RUN TestTemplatedConfig [2023-05-05T19:07:52.248Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:52.248Z] --- SKIP: TestTemplatedConfig (0.00s) [2023-05-05T19:07:52.248Z] === RUN TestConfigCreateResolve [2023-05-05T19:07:52.248Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:52.248Z] --- SKIP: TestConfigCreateResolve (0.01s) [2023-05-05T19:07:52.248Z] === RUN TestConfigDaemonLibtrustID [2023-05-05T19:07:52.610Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2023-05-05T19:07:54.131Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2023-05-05T19:07:54.131Z] PASS [2023-05-05T19:07:54.131Z] [2023-05-05T19:07:54.131Z] === Skipped [2023-05-05T19:07:54.131Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2023-05-05T19:07:54.131Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:54.131Z] [2023-05-05T19:07:54.131Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2023-05-05T19:07:54.131Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:54.131Z] [2023-05-05T19:07:54.131Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2023-05-05T19:07:54.131Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:54.131Z] [2023-05-05T19:07:54.131Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2023-05-05T19:07:54.131Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:54.131Z] [2023-05-05T19:07:54.131Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2023-05-05T19:07:54.131Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:54.131Z] [2023-05-05T19:07:54.131Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2023-05-05T19:07:54.131Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:07:54.131Z] [2023-05-05T19:07:54.131Z] DONE 7 tests, 6 skipped in 1.639s [2023-05-05T19:07:54.131Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2023-05-05T19:07:54.131Z] INFO: Testing against a local daemon [2023-05-05T19:07:54.131Z] === RUN TestCheckpoint [2023-05-05T19:07:54.131Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:07:54.131Z] --- SKIP: TestCheckpoint (0.00s) [2023-05-05T19:07:54.131Z] === RUN TestContainerInvalidJSON [2023-05-05T19:07:54.131Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:54.131Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:54.131Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:54.131Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:54.131Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:54.131Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:54.131Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:07:54.131Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:07:54.131Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:07:54.131Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-05-05T19:07:54.131Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-05-05T19:07:54.131Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-05-05T19:07:54.131Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-05-05T19:07:54.131Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-05-05T19:07:54.131Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2023-05-05T19:07:54.131Z] === RUN TestCopyFromContainerPathIsNotDir [2023-05-05T19:07:54.131Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2023-05-05T19:07:54.131Z] === RUN TestCopyToContainerPathDoesNotExist [2023-05-05T19:07:54.131Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2023-05-05T19:07:54.131Z] === RUN TestCopyToContainerPathIsNotDir [2023-05-05T19:07:54.131Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2023-05-05T19:07:54.131Z] === RUN TestCopyFromContainer [2023-05-05T19:07:55.144Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2023-05-05T19:07:55.863Z] --- PASS: TestHealthKillContainer (8.02s) [2023-05-05T19:07:55.863Z] === RUN TestHealthCheckProcessKilled [2023-05-05T19:07:56.433Z] --- PASS: TestHealthCheckProcessKilled (0.78s) [2023-05-05T19:07:56.433Z] === RUN TestInspectCpusetInConfigPre120 [2023-05-05T19:07:56.522Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2023-05-05T19:07:57.003Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s) [2023-05-05T19:07:57.003Z] === RUN TestIpcModeNone [2023-05-05T19:07:57.459Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2023-05-05T19:07:57.573Z] --- PASS: TestIpcModeNone (0.54s) [2023-05-05T19:07:57.573Z] === RUN TestIpcModePrivate [2023-05-05T19:07:57.718Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2023-05-05T19:07:57.833Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2023-05-05T19:07:58.094Z] --- PASS: TestIpcModePrivate (0.55s) [2023-05-05T19:07:58.094Z] === RUN TestIpcModeShareable [2023-05-05T19:07:58.286Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2023-05-05T19:07:58.330Z] === RUN TestCopyFromContainer// [2023-05-05T19:07:58.330Z] === RUN TestCopyFromContainer//bar/root [2023-05-05T19:07:58.330Z] === RUN TestCopyFromContainer//bar/root/ [2023-05-05T19:07:58.330Z] === RUN TestCopyFromContainer/bar/quux [2023-05-05T19:07:58.330Z] === RUN TestCopyFromContainer/bar/quux/ [2023-05-05T19:07:58.330Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-05-05T19:07:58.330Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-05-05T19:07:58.353Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2023-05-05T19:07:58.613Z] --- PASS: TestIpcModeShareable (0.53s) [2023-05-05T19:07:58.613Z] === RUN TestAPIIpcModeShareableAndContainer [2023-05-05T19:07:58.628Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-05-05T19:07:58.628Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-05-05T19:07:58.628Z] === RUN TestCopyFromContainer/bar/notarget [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer (4.53s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer// (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer//bar/root/ (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer/bar/quux (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.04s) [2023-05-05T19:07:58.628Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2023-05-05T19:07:58.628Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-05-05T19:07:58.628Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:58.628Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:58.628Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:58.628Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:58.628Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:58.628Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:58.628Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:07:58.628Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:07:58.628Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:07:58.628Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-05-05T19:07:58.628Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-05-05T19:07:58.628Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-05-05T19:07:58.628Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-05-05T19:07:58.628Z] === RUN TestCreateLinkToNonExistingContainer [2023-05-05T19:07:58.628Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2023-05-05T19:07:58.628Z] === RUN TestCreateWithInvalidEnv [2023-05-05T19:07:58.628Z] === RUN TestCreateWithInvalidEnv/0 [2023-05-05T19:07:58.628Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-05-05T19:07:58.628Z] === RUN TestCreateWithInvalidEnv/1 [2023-05-05T19:07:58.628Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-05-05T19:07:58.628Z] === RUN TestCreateWithInvalidEnv/2 [2023-05-05T19:07:58.628Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-05-05T19:07:58.628Z] === CONT TestCreateWithInvalidEnv/0 [2023-05-05T19:07:58.628Z] === CONT TestCreateWithInvalidEnv/2 [2023-05-05T19:07:58.629Z] === CONT TestCreateWithInvalidEnv/1 [2023-05-05T19:07:58.629Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-05-05T19:07:58.629Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-05-05T19:07:58.629Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-05-05T19:07:58.629Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-05-05T19:07:58.629Z] === RUN TestCreateTmpfsMountsTarget [2023-05-05T19:07:58.629Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-05-05T19:07:58.629Z] === RUN TestCreateWithCustomMaskedPaths [2023-05-05T19:07:58.854Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2023-05-05T19:07:58.854Z] check_test.go:308: [d689f1a22f824] daemon is not started [2023-05-05T19:07:58.854Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2023-05-05T19:07:58.854Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2023-05-05T19:07:59.113Z] check_test.go:308: [dcd0aadbb008b] daemon is not started [2023-05-05T19:07:59.113Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2023-05-05T19:07:59.264Z] --- PASS: TestHealthKillContainer (8.39s) [2023-05-05T19:07:59.264Z] === RUN TestHealthCheckProcessKilled [2023-05-05T19:07:59.264Z] --- PASS: TestHealthCheckProcessKilled (0.97s) [2023-05-05T19:07:59.264Z] === RUN TestInspectCpusetInConfigPre120 [2023-05-05T19:07:59.372Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2023-05-05T19:07:59.519Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s) [2023-05-05T19:07:59.519Z] === RUN TestIpcModeNone [2023-05-05T19:07:59.683Z] 8185ee4ed646: Pull complete [2023-05-05T19:07:59.989Z] --- PASS: TestCreateWithCustomMaskedPaths (1.32s) [2023-05-05T19:07:59.989Z] === RUN TestCreateWithCustomReadonlyPaths [2023-05-05T19:08:00.079Z] --- PASS: TestIpcModeNone (0.77s) [2023-05-05T19:08:00.079Z] === RUN TestIpcModePrivate [2023-05-05T19:08:00.310Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2023-05-05T19:08:00.521Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.72s) [2023-05-05T19:08:00.521Z] === RUN TestAPIIpcModeHost [2023-05-05T19:08:00.639Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2023-05-05T19:08:00.781Z] --- PASS: TestAPIIpcModeHost (0.39s) [2023-05-05T19:08:00.781Z] === RUN TestDaemonIpcModeShareable [2023-05-05T19:08:00.878Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2023-05-05T19:08:00.878Z] check_test.go:308: [de512911bd058] daemon is not started [2023-05-05T19:08:00.878Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2023-05-05T19:08:00.894Z] --- PASS: TestIpcModePrivate (0.72s) [2023-05-05T19:08:00.894Z] === RUN TestIpcModeShareable [2023-05-05T19:08:01.149Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2023-05-05T19:08:01.392Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.27s) [2023-05-05T19:08:01.392Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-05-05T19:08:01.392Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:08:01.392Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:08:01.392Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:08:01.392Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:08:01.392Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:08:01.392Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:08:01.392Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:08:01.392Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:08:01.392Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:08:01.392Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:08:01.392Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:08:01.392Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:08:01.392Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:08:01.392Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:08:01.392Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:08:01.392Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-05-05T19:08:01.392Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-05-05T19:08:01.392Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-05-05T19:08:01.392Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-05-05T19:08:01.392Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-05-05T19:08:01.392Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-05-05T19:08:01.392Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-05-05T19:08:01.647Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.48s) [2023-05-05T19:08:01.647Z] === RUN TestCreateDifferentPlatform [2023-05-05T19:08:01.647Z] === RUN TestCreateDifferentPlatform/different_os [2023-05-05T19:08:01.647Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-05-05T19:08:01.709Z] --- PASS: TestIpcModeShareable (0.73s) [2023-05-05T19:08:01.709Z] === RUN TestAPIIpcModeShareableAndContainer [2023-05-05T19:08:01.719Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2023-05-05T19:08:01.902Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2023-05-05T19:08:01.902Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-05-05T19:08:01.902Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-05-05T19:08:01.902Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-05-05T19:08:01.902Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2023-05-05T19:08:01.902Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-05-05T19:08:01.902Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2023-05-05T19:08:01.902Z] === RUN TestContainerStartOnDaemonRestart [2023-05-05T19:08:01.902Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2023-05-05T19:08:01.902Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2023-05-05T19:08:01.902Z] === RUN TestDaemonRestartIpcMode [2023-05-05T19:08:01.902Z] === PAUSE TestDaemonRestartIpcMode [2023-05-05T19:08:01.902Z] === RUN TestDaemonHostGatewayIP [2023-05-05T19:08:01.902Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:08:01.902Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2023-05-05T19:08:01.902Z] === RUN TestRestartDaemonWithRestartingContainer [2023-05-05T19:08:01.902Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-05-05T19:08:01.902Z] === RUN TestContainerKillOnDaemonStart [2023-05-05T19:08:01.902Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2023-05-05T19:08:01.902Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2023-05-05T19:08:01.902Z] === RUN TestDiff [2023-05-05T19:08:01.979Z] --- PASS: TestDaemonIpcModeShareable (1.25s) [2023-05-05T19:08:01.979Z] === RUN TestDaemonIpcModePrivate [2023-05-05T19:08:02.157Z] --- PASS: TestDiff (0.41s) [2023-05-05T19:08:02.157Z] === RUN TestExecWithCloseStdin [2023-05-05T19:08:02.717Z] --- PASS: TestExecWithCloseStdin (0.48s) [2023-05-05T19:08:02.717Z] === RUN TestExec [2023-05-05T19:08:02.781Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2023-05-05T19:08:02.918Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2023-05-05T19:08:03.041Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2023-05-05T19:08:03.178Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2023-05-05T19:08:03.178Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-05-05T19:08:03.276Z] --- PASS: TestExec (0.46s) [2023-05-05T19:08:03.276Z] === RUN TestExecUser [2023-05-05T19:08:03.300Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2023-05-05T19:08:03.879Z] --- PASS: TestExecUser (0.51s) [2023-05-05T19:08:03.879Z] === RUN TestExportContainerAndImportImage [2023-05-05T19:08:04.117Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2023-05-05T19:08:04.219Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.16s) [2023-05-05T19:08:04.219Z] === RUN TestAPIIpcModeHost [2023-05-05T19:08:04.219Z] --- PASS: TestAPIIpcModeHost (0.44s) [2023-05-05T19:08:04.219Z] === RUN TestDaemonIpcModeShareable [2023-05-05T19:08:04.377Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.22s) [2023-05-05T19:08:04.377Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-05-05T19:08:04.438Z] --- PASS: TestExportContainerAndImportImage (0.61s) [2023-05-05T19:08:04.438Z] === RUN TestExportContainerAfterDaemonRestart [2023-05-05T19:08:04.677Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2023-05-05T19:08:05.144Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2023-05-05T19:08:05.399Z] --- PASS: TestDaemonIpcModeShareable (1.18s) [2023-05-05T19:08:05.399Z] === RUN TestDaemonIpcModePrivate [2023-05-05T19:08:05.758Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2023-05-05T19:08:05.758Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.21s) [2023-05-05T19:08:05.758Z] === RUN TestIpcModeOlderClient [2023-05-05T19:08:05.758Z] === PAUSE TestIpcModeOlderClient [2023-05-05T19:08:05.758Z] === RUN TestKillContainerInvalidSignal [2023-05-05T19:08:06.324Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2023-05-05T19:08:06.327Z] --- PASS: TestKillContainerInvalidSignal (0.51s) [2023-05-05T19:08:06.327Z] === RUN TestKillContainer [2023-05-05T19:08:06.327Z] === RUN TestKillContainer/no_signal [2023-05-05T19:08:06.579Z] --- PASS: TestDaemonIpcModePrivate (1.26s) [2023-05-05T19:08:06.579Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-05-05T19:08:06.587Z] === RUN TestKillContainer/non_killing_signal [2023-05-05T19:08:06.847Z] === RUN TestKillContainer/killing_signal [2023-05-05T19:08:07.210Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2023-05-05T19:08:07.741Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s) [2023-05-05T19:08:07.741Z] === RUN TestHealthCheckWorkdir [2023-05-05T19:08:07.787Z] --- PASS: TestKillContainer (1.47s) [2023-05-05T19:08:07.787Z] --- PASS: TestKillContainer/no_signal (0.46s) [2023-05-05T19:08:07.787Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2023-05-05T19:08:07.787Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2023-05-05T19:08:07.787Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-05-05T19:08:07.787Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-05-05T19:08:07.941Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2023-05-05T19:08:07.941Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s) [2023-05-05T19:08:07.941Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-05-05T19:08:08.047Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-05-05T19:08:08.146Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2023-05-05T19:08:08.300Z] --- PASS: TestHealthCheckWorkdir (0.67s) [2023-05-05T19:08:08.301Z] === RUN TestHealthKillContainer [2023-05-05T19:08:08.541Z] ..........................xx.................... [ 29%] [2023-05-05T19:08:08.617Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.97s) [2023-05-05T19:08:08.617Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.50s) [2023-05-05T19:08:08.617Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2023-05-05T19:08:08.617Z] === RUN TestKillStoppedContainer [2023-05-05T19:08:08.617Z] --- PASS: TestKillStoppedContainer (0.04s) [2023-05-05T19:08:08.617Z] === RUN TestKillStoppedContainerAPIPre120 [2023-05-05T19:08:08.617Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2023-05-05T19:08:08.617Z] === RUN TestKillDifferentUserContainer [2023-05-05T19:08:08.714Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2023-05-05T19:08:08.865Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2023-05-05T19:08:09.120Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2023-05-05T19:08:09.120Z] === RUN TestIpcModeOlderClient [2023-05-05T19:08:09.120Z] === PAUSE TestIpcModeOlderClient [2023-05-05T19:08:09.120Z] === RUN TestKillContainerInvalidSignal [2023-05-05T19:08:09.186Z] --- PASS: TestKillDifferentUserContainer (0.51s) [2023-05-05T19:08:09.186Z] === RUN TestInspectOomKilledTrue [2023-05-05T19:08:09.281Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2023-05-05T19:08:09.679Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2023-05-05T19:08:09.679Z] === RUN TestKillContainer [2023-05-05T19:08:09.679Z] === RUN TestKillContainer/no_signal [2023-05-05T19:08:09.756Z] --- PASS: TestInspectOomKilledTrue (0.49s) [2023-05-05T19:08:09.756Z] === RUN TestInspectOomKilledFalse [2023-05-05T19:08:09.934Z] === RUN TestKillContainer/non_killing_signal [2023-05-05T19:08:10.189Z] === RUN TestKillContainer/killing_signal [2023-05-05T19:08:10.325Z] --- PASS: TestInspectOomKilledFalse (0.48s) [2023-05-05T19:08:10.325Z] === RUN TestLinksEtcHostsContentMatch [2023-05-05T19:08:10.325Z] --- PASS: TestLinksEtcHostsContentMatch (0.27s) [2023-05-05T19:08:10.325Z] === RUN TestLinksContainerNames [2023-05-05T19:08:11.114Z] --- PASS: TestKillContainer (1.39s) [2023-05-05T19:08:11.114Z] --- PASS: TestKillContainer/no_signal (0.42s) [2023-05-05T19:08:11.114Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2023-05-05T19:08:11.114Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2023-05-05T19:08:11.114Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-05-05T19:08:11.114Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-05-05T19:08:11.369Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-05-05T19:08:11.706Z] --- PASS: TestLinksContainerNames (1.06s) [2023-05-05T19:08:11.706Z] === RUN TestLogsFollowTailEmpty [2023-05-05T19:08:11.929Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s) [2023-05-05T19:08:11.929Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2023-05-05T19:08:11.929Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2023-05-05T19:08:11.929Z] === RUN TestKillStoppedContainer [2023-05-05T19:08:11.929Z] --- PASS: TestKillStoppedContainer (0.04s) [2023-05-05T19:08:11.929Z] === RUN TestKillStoppedContainerAPIPre120 [2023-05-05T19:08:11.929Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2023-05-05T19:08:11.929Z] === RUN TestKillDifferentUserContainer [2023-05-05T19:08:11.966Z] --- PASS: TestLogsFollowTailEmpty (0.49s) [2023-05-05T19:08:11.966Z] === RUN TestContainerNetworkMountsNoChown [2023-05-05T19:08:12.489Z] --- PASS: TestKillDifferentUserContainer (0.49s) [2023-05-05T19:08:12.489Z] === RUN TestInspectOomKilledTrue [2023-05-05T19:08:12.489Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2023-05-05T19:08:12.489Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-05-05T19:08:12.489Z] === RUN TestInspectOomKilledFalse [2023-05-05T19:08:12.536Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/default [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/default [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/private [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/private [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rprivate [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rprivate [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/slave [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/slave [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rslave [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rslave [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/shared [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/shared [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rshared [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rshared [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/default [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/slave [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/rslave [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/private [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/shared [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/rprivate [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:12.536Z] === CONT TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:12.536Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:12.536Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rshared [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:12.537Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:12.537Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:12.537Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot (0.02s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2023-05-05T19:08:12.537Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2023-05-05T19:08:12.537Z] === RUN TestContainerBindMountNonRecursive [2023-05-05T19:08:12.568Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2023-05-05T19:08:12.568Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2023-05-05T19:08:12.568Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2023-05-05T19:08:12.744Z] --- PASS: TestInspectOomKilledFalse (0.47s) [2023-05-05T19:08:12.744Z] === RUN TestLinksEtcHostsContentMatch [2023-05-05T19:08:12.999Z] --- PASS: TestLinksEtcHostsContentMatch (0.27s) [2023-05-05T19:08:12.999Z] === RUN TestLinksContainerNames [2023-05-05T19:08:13.505Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2023-05-05T19:08:13.924Z] --- PASS: TestLinksContainerNames (0.90s) [2023-05-05T19:08:13.924Z] === RUN TestLogsFollowTailEmpty [2023-05-05T19:08:14.446Z] --- PASS: TestContainerBindMountNonRecursive (1.46s) [2023-05-05T19:08:14.446Z] === RUN TestContainerVolumesMountedAsShared [2023-05-05T19:08:14.446Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s) [2023-05-05T19:08:14.446Z] === RUN TestContainerVolumesMountedAsSlave [2023-05-05T19:08:14.484Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2023-05-05T19:08:14.484Z] === RUN TestContainerNetworkMountsNoChown [2023-05-05T19:08:14.883Z] --- PASS: TestBuildWithHugeFile (46.97s) [2023-05-05T19:08:14.883Z] === RUN TestBuildWithEmptyDockerfile [2023-05-05T19:08:14.883Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:08:14.883Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:08:14.883Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:08:14.883Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:08:14.883Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:08:14.883Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:08:14.883Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:08:14.883Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:08:14.883Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:08:15.016Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s) [2023-05-05T19:08:15.016Z] === RUN TestNetworkNat [2023-05-05T19:08:15.044Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/default [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/default [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/private [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/private [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rprivate [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rprivate [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/slave [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/slave [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rslave [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rslave [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/shared [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/shared [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rshared [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rshared [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/default [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rslave [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rprivate [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/slave [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/shared [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rshared [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/private [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:15.044Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:15.044Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:15.044Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot (0.01s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2023-05-05T19:08:15.044Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2023-05-05T19:08:15.044Z] === RUN TestContainerBindMountNonRecursive [2023-05-05T19:08:15.141Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2023-05-05T19:08:15.141Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2023-05-05T19:08:15.141Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s) [2023-05-05T19:08:15.141Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s) [2023-05-05T19:08:15.141Z] === RUN TestBuildPreserveOwnership [2023-05-05T19:08:15.141Z] === RUN TestBuildPreserveOwnership/copy_from [2023-05-05T19:08:15.400Z] === RUN TestDockerSuite/TestBuildAddNonTar [2023-05-05T19:08:15.585Z] --- PASS: TestNetworkNat (0.51s) [2023-05-05T19:08:15.585Z] === RUN TestNetworkLocalhostTCPNat [2023-05-05T19:08:15.658Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2023-05-05T19:08:15.845Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) [2023-05-05T19:08:15.845Z] === RUN TestNetworkLoopbackNat [2023-05-05T19:08:16.226Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2023-05-05T19:08:16.226Z] check_test.go:308: [dfe1a1b73d99d] daemon is not started [2023-05-05T19:08:16.226Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2023-05-05T19:08:16.370Z] --- PASS: TestHealthKillContainer (7.89s) [2023-05-05T19:08:16.370Z] === RUN TestHealthCheckProcessKilled [2023-05-05T19:08:16.485Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2023-05-05T19:08:16.743Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2023-05-05T19:08:16.928Z] --- PASS: TestContainerBindMountNonRecursive (1.48s) [2023-05-05T19:08:16.928Z] === RUN TestContainerVolumesMountedAsShared [2023-05-05T19:08:16.928Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s) [2023-05-05T19:08:16.928Z] === RUN TestContainerVolumesMountedAsSlave [2023-05-05T19:08:16.929Z] --- PASS: TestHealthCheckProcessKilled (0.67s) [2023-05-05T19:08:16.929Z] === RUN TestInspectCpusetInConfigPre120 [2023-05-05T19:08:16.929Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-05-05T19:08:16.929Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2023-05-05T19:08:16.929Z] === RUN TestIpcModeNone [2023-05-05T19:08:17.311Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2023-05-05T19:08:17.311Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-05-05T19:08:17.489Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2023-05-05T19:08:17.489Z] === RUN TestNetworkNat [2023-05-05T19:08:17.489Z] --- PASS: TestIpcModeNone (0.47s) [2023-05-05T19:08:17.489Z] === RUN TestIpcModePrivate [2023-05-05T19:08:17.489Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2023-05-05T19:08:17.744Z] --- PASS: TestIpcModePrivate (0.46s) [2023-05-05T19:08:17.744Z] === RUN TestIpcModeShareable [2023-05-05T19:08:17.744Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:08:17.744Z] --- SKIP: TestIpcModeShareable (0.00s) [2023-05-05T19:08:17.744Z] === RUN TestAPIIpcModeShareableAndContainer [2023-05-05T19:08:17.744Z] --- PASS: TestNetworkNat (0.46s) [2023-05-05T19:08:17.744Z] === RUN TestNetworkLocalhostTCPNat [2023-05-05T19:08:17.878Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2023-05-05T19:08:18.304Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s) [2023-05-05T19:08:18.304Z] === RUN TestNetworkLoopbackNat [2023-05-05T19:08:18.445Z] --- PASS: TestBuildPreserveOwnership (3.25s) [2023-05-05T19:08:18.445Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.33s) [2023-05-05T19:08:18.445Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.92s) [2023-05-05T19:08:18.445Z] === RUN TestBuildPlatformInvalid [2023-05-05T19:08:18.445Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2023-05-05T19:08:18.445Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-05-05T19:08:18.704Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2023-05-05T19:08:18.962Z] Loaded image: busybox:latest [2023-05-05T19:08:19.139Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2023-05-05T19:08:19.139Z] === RUN TestPause [2023-05-05T19:08:19.139Z] --- PASS: TestPause (0.52s) [2023-05-05T19:08:19.139Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-05-05T19:08:19.139Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:08:19.139Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:08:19.139Z] === RUN TestPauseStopPausedContainer [2023-05-05T19:08:19.221Z] Loaded image: busybox:glibc [2023-05-05T19:08:19.628Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.46s) [2023-05-05T19:08:19.628Z] === RUN TestAPIIpcModeHost [2023-05-05T19:08:19.628Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:08:19.628Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2023-05-05T19:08:19.628Z] === RUN TestDaemonIpcModeShareable [2023-05-05T19:08:19.628Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:08:19.628Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2023-05-05T19:08:19.628Z] === RUN TestDaemonIpcModePrivate [2023-05-05T19:08:19.709Z] --- PASS: TestPauseStopPausedContainer (0.50s) [2023-05-05T19:08:19.709Z] === RUN TestPsFilter [2023-05-05T19:08:19.709Z] --- PASS: TestPsFilter (0.10s) [2023-05-05T19:08:19.709Z] === RUN TestRemoveContainerWithRemovedVolume [2023-05-05T19:08:20.235Z] Loaded image: debian:bullseye-slim [2023-05-05T19:08:20.235Z] Loaded image: hello-world:latest [2023-05-05T19:08:20.235Z] Loaded image: arm32v7/hello-world:latest [2023-05-05T19:08:20.235Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2023-05-05T19:08:20.278Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2023-05-05T19:08:20.279Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2023-05-05T19:08:20.279Z] === RUN TestRemoveContainerWithVolume [2023-05-05T19:08:20.848Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2023-05-05T19:08:20.848Z] === RUN TestRemoveContainerRunning [2023-05-05T19:08:20.899Z] --- PASS: TestNetworkLoopbackNat (2.62s) [2023-05-05T19:08:20.899Z] === RUN TestPause [2023-05-05T19:08:21.108Z] --- PASS: TestRemoveContainerRunning (0.50s) [2023-05-05T19:08:21.108Z] === RUN TestRemoveContainerForceRemoveRunning [2023-05-05T19:08:21.171Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2023-05-05T19:08:21.430Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2023-05-05T19:08:21.458Z] --- PASS: TestPause (0.50s) [2023-05-05T19:08:21.458Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-05-05T19:08:21.458Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:08:21.458Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:08:21.458Z] === RUN TestPauseStopPausedContainer [2023-05-05T19:08:21.638Z] --- PASS: TestDaemonIpcModePrivate (2.19s) [2023-05-05T19:08:21.638Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-05-05T19:08:21.638Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:08:21.638Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2023-05-05T19:08:21.638Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-05-05T19:08:21.638Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:08:21.638Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2023-05-05T19:08:21.638Z] === RUN TestIpcModeOlderClient [2023-05-05T19:08:21.638Z] === PAUSE TestIpcModeOlderClient [2023-05-05T19:08:21.638Z] === RUN TestKillContainerInvalidSignal [2023-05-05T19:08:21.677Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.49s) [2023-05-05T19:08:21.678Z] === RUN TestRemoveInvalidContainer [2023-05-05T19:08:21.678Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-05-05T19:08:21.678Z] === RUN TestRenameLinkedContainer [2023-05-05T19:08:21.893Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2023-05-05T19:08:21.893Z] === RUN TestKillContainer [2023-05-05T19:08:21.893Z] === RUN TestKillContainer/no_signal [2023-05-05T19:08:22.018Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2023-05-05T19:08:22.018Z] === RUN TestPsFilter [2023-05-05T19:08:22.018Z] --- PASS: TestPsFilter (0.09s) [2023-05-05T19:08:22.018Z] === RUN TestRemoveContainerWithRemovedVolume [2023-05-05T19:08:22.272Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2023-05-05T19:08:22.272Z] === RUN TestRemoveContainerWithVolume [2023-05-05T19:08:22.365Z] === RUN TestDockerSuite/TestBuildAddScript [2023-05-05T19:08:22.452Z] === RUN TestKillContainer/non_killing_signal [2023-05-05T19:08:22.707Z] === RUN TestKillContainer/killing_signal [2023-05-05T19:08:22.832Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2023-05-05T19:08:22.832Z] === RUN TestRemoveContainerRunning [2023-05-05T19:08:23.086Z] --- PASS: TestRemoveContainerRunning (0.47s) [2023-05-05T19:08:23.086Z] === RUN TestRemoveContainerForceRemoveRunning [2023-05-05T19:08:23.266Z] --- PASS: TestKillContainer (1.35s) [2023-05-05T19:08:23.266Z] --- PASS: TestKillContainer/no_signal (0.43s) [2023-05-05T19:08:23.266Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2023-05-05T19:08:23.266Z] --- PASS: TestKillContainer/killing_signal (0.47s) [2023-05-05T19:08:23.266Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-05-05T19:08:23.266Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-05-05T19:08:23.598Z] --- PASS: TestRenameLinkedContainer (1.98s) [2023-05-05T19:08:23.598Z] === RUN TestRenameStoppedContainer [2023-05-05T19:08:23.647Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2023-05-05T19:08:23.647Z] === RUN TestRemoveInvalidContainer [2023-05-05T19:08:23.647Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-05-05T19:08:23.647Z] === RUN TestRenameLinkedContainer [2023-05-05T19:08:23.825Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-05-05T19:08:24.079Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2023-05-05T19:08:24.079Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2023-05-05T19:08:24.080Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2023-05-05T19:08:24.080Z] === RUN TestKillStoppedContainer [2023-05-05T19:08:24.080Z] --- PASS: TestKillStoppedContainer (0.04s) [2023-05-05T19:08:24.080Z] === RUN TestKillStoppedContainerAPIPre120 [2023-05-05T19:08:24.173Z] --- PASS: TestRenameStoppedContainer (0.51s) [2023-05-05T19:08:24.173Z] === RUN TestRenameRunningContainerAndReuse [2023-05-05T19:08:24.270Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2023-05-05T19:08:24.334Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2023-05-05T19:08:24.334Z] === RUN TestKillDifferentUserContainer [2023-05-05T19:08:24.529Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2023-05-05T19:08:24.589Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2023-05-05T19:08:24.589Z] === RUN TestInspectOomKilledTrue [2023-05-05T19:08:24.589Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:08:24.589Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-05-05T19:08:24.589Z] === RUN TestInspectOomKilledFalse [2023-05-05T19:08:24.589Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:08:24.589Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2023-05-05T19:08:24.589Z] === RUN TestLinksEtcHostsContentMatch [2023-05-05T19:08:24.589Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2023-05-05T19:08:24.589Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2023-05-05T19:08:24.589Z] === RUN TestLinksContainerNames [2023-05-05T19:08:25.117Z] --- PASS: TestRenameRunningContainerAndReuse (1.02s) [2023-05-05T19:08:25.117Z] === RUN TestRenameInvalidName [2023-05-05T19:08:25.514Z] --- PASS: TestLinksContainerNames (0.86s) [2023-05-05T19:08:25.514Z] === RUN TestLogsFollowTailEmpty [2023-05-05T19:08:25.531Z] --- PASS: TestRenameLinkedContainer (1.80s) [2023-05-05T19:08:25.531Z] === RUN TestRenameStoppedContainer [2023-05-05T19:08:25.688Z] --- PASS: TestRenameInvalidName (0.53s) [2023-05-05T19:08:25.688Z] === RUN TestRenameAnonymousContainer [2023-05-05T19:08:26.073Z] --- PASS: TestLogsFollowTailEmpty (0.47s) [2023-05-05T19:08:26.073Z] === RUN TestContainerNetworkMountsNoChown [2023-05-05T19:08:26.090Z] --- PASS: TestRenameStoppedContainer (0.51s) [2023-05-05T19:08:26.090Z] === RUN TestRenameRunningContainerAndReuse [2023-05-05T19:08:26.293Z] tests/integration/api_exec_test.py ..................... [ 34%] [2023-05-05T19:08:26.328Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/default [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/default [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/private [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/private [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rprivate [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rprivate [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/slave [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/slave [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rslave [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rslave [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/shared [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/shared [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rshared [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rshared [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/default [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rslave [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rprivate [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/private [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/slave [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/shared [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rshared [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:26.328Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:26.328Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/default/bind_root [2023-05-05T19:08:26.328Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/default/mount_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/private/mount_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/private/bind_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:08:26.583Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot (0.01s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2023-05-05T19:08:26.583Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2023-05-05T19:08:26.583Z] === RUN TestContainerBindMountNonRecursive [2023-05-05T19:08:26.583Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2023-05-05T19:08:26.583Z] --- SKIP: TestContainerBindMountNonRecursive (0.00s) [2023-05-05T19:08:26.583Z] === RUN TestContainerVolumesMountedAsShared [2023-05-05T19:08:26.583Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2023-05-05T19:08:26.583Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2023-05-05T19:08:26.583Z] === RUN TestContainerVolumesMountedAsSlave [2023-05-05T19:08:26.583Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2023-05-05T19:08:26.583Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2023-05-05T19:08:26.583Z] === RUN TestNetworkNat [2023-05-05T19:08:27.015Z] --- PASS: TestRenameRunningContainerAndReuse (0.95s) [2023-05-05T19:08:27.015Z] === RUN TestRenameInvalidName [2023-05-05T19:08:27.061Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2023-05-05T19:08:27.061Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2023-05-05T19:08:27.061Z] check_test.go:308: [dbe8682488e00] daemon is not started [2023-05-05T19:08:27.061Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2023-05-05T19:08:27.142Z] --- PASS: TestNetworkNat (0.51s) [2023-05-05T19:08:27.143Z] === RUN TestNetworkLocalhostTCPNat [2023-05-05T19:08:27.270Z] --- PASS: TestRenameInvalidName (0.44s) [2023-05-05T19:08:27.270Z] === RUN TestRenameAnonymousContainer [2023-05-05T19:08:27.620Z] --- PASS: TestRenameAnonymousContainer (1.78s) [2023-05-05T19:08:27.620Z] === RUN TestRenameContainerWithSameName [2023-05-05T19:08:27.703Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s) [2023-05-05T19:08:27.703Z] === RUN TestNetworkLoopbackNat [2023-05-05T19:08:28.190Z] --- PASS: TestRenameContainerWithSameName (0.49s) [2023-05-05T19:08:28.190Z] === RUN TestRenameContainerWithLinkedContainer [2023-05-05T19:08:28.439Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.80s) [2023-05-05T19:08:28.439Z] PASS [2023-05-05T19:08:28.439Z] [2023-05-05T19:08:28.439Z] === Skipped [2023-05-05T19:08:28.439Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2023-05-05T19:08:28.439Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:08:28.439Z] [2023-05-05T19:08:28.439Z] DONE 33 tests, 1 skipped in 79.470s [2023-05-05T19:08:28.439Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2023-05-05T19:08:28.439Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:08:28.439Z] ++ set -e [2023-05-05T19:08:28.439Z] ++ '[' -n 0 ']' [2023-05-05T19:08:28.439Z] ++ set -x [2023-05-05T19:08:28.439Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:08:28.439Z] INFO: Testing against a local daemon [2023-05-05T19:08:28.439Z] === RUN TestConfigInspect [2023-05-05T19:08:28.439Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2023-05-05T19:08:29.131Z] --- PASS: TestRenameContainerWithLinkedContainer (0.99s) [2023-05-05T19:08:29.131Z] === RUN TestResize [2023-05-05T19:08:29.155Z] --- PASS: TestRenameAnonymousContainer (1.63s) [2023-05-05T19:08:29.155Z] === RUN TestRenameContainerWithSameName [2023-05-05T19:08:29.406Z] --- PASS: TestResize (0.47s) [2023-05-05T19:08:29.406Z] === RUN TestResizeWithInvalidSize [2023-05-05T19:08:29.411Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2023-05-05T19:08:29.411Z] === RUN TestRenameContainerWithLinkedContainer [2023-05-05T19:08:29.815Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2023-05-05T19:08:29.993Z] --- PASS: TestResizeWithInvalidSize (0.49s) [2023-05-05T19:08:29.993Z] === RUN TestResizeWhenContainerNotStarted [2023-05-05T19:08:30.074Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2023-05-05T19:08:30.211Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2023-05-05T19:08:30.211Z] === RUN TestPause [2023-05-05T19:08:30.211Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:08:30.211Z] --- SKIP: TestPause (0.00s) [2023-05-05T19:08:30.211Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-05-05T19:08:30.211Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:08:30.211Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:08:30.211Z] === RUN TestPauseStopPausedContainer [2023-05-05T19:08:30.211Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:08:30.211Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2023-05-05T19:08:30.211Z] === RUN TestPsFilter [2023-05-05T19:08:30.211Z] --- PASS: TestPsFilter (0.09s) [2023-05-05T19:08:30.211Z] === RUN TestRemoveContainerWithRemovedVolume [2023-05-05T19:08:30.337Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s) [2023-05-05T19:08:30.337Z] === RUN TestResize [2023-05-05T19:08:30.562Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:30.562Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:30.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:30.562Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:08:30.771Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2023-05-05T19:08:30.771Z] === RUN TestRemoveContainerWithVolume [2023-05-05T19:08:30.896Z] --- PASS: TestResize (0.46s) [2023-05-05T19:08:30.896Z] === RUN TestResizeWithInvalidSize [2023-05-05T19:08:31.010Z] --- PASS: TestConfigInspect (2.82s) [2023-05-05T19:08:31.010Z] === RUN TestConfigList [2023-05-05T19:08:31.025Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2023-05-05T19:08:31.025Z] === RUN TestRemoveContainerRunning [2023-05-05T19:08:31.151Z] --- PASS: TestResizeWithInvalidSize (0.47s) [2023-05-05T19:08:31.151Z] === RUN TestResizeWhenContainerNotStarted [2023-05-05T19:08:31.269Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2023-05-05T19:08:31.584Z] --- PASS: TestRemoveContainerRunning (0.44s) [2023-05-05T19:08:31.584Z] === RUN TestRemoveContainerForceRemoveRunning [2023-05-05T19:08:31.711Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s) [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:31.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:31.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:08:31.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:08:31.839Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2023-05-05T19:08:31.839Z] === RUN TestRemoveInvalidContainer [2023-05-05T19:08:31.839Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-05-05T19:08:31.839Z] === RUN TestRenameLinkedContainer [2023-05-05T19:08:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:08:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:08:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:08:31.943Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:08:32.644Z] check_test.go:308: [d1c76c5751607] daemon is not started [2023-05-05T19:08:32.644Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2023-05-05T19:08:33.076Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:08:33.076Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:08:33.076Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:08:33.076Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:08:33.721Z] --- PASS: TestRenameLinkedContainer (1.83s) [2023-05-05T19:08:33.721Z] === RUN TestRenameStoppedContainer [2023-05-05T19:08:33.986Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2023-05-05T19:08:34.019Z] --- PASS: TestConfigList (2.91s) [2023-05-05T19:08:34.020Z] === RUN TestConfigsCreateAndDelete [2023-05-05T19:08:34.278Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2023-05-05T19:08:34.281Z] --- PASS: TestRenameStoppedContainer (0.44s) [2023-05-05T19:08:34.281Z] === RUN TestRenameRunningContainerAndReuse [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.40s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.89s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.32s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.36s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.65s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.18s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.25s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.29s) [2023-05-05T19:08:34.482Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.37s) [2023-05-05T19:08:34.482Z] === RUN TestCgroupNamespacesRun [2023-05-05T19:08:35.213Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2023-05-05T19:08:35.247Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2023-05-05T19:08:35.247Z] === RUN TestRenameInvalidName [2023-05-05T19:08:35.420Z] --- PASS: TestCgroupNamespacesRun (1.20s) [2023-05-05T19:08:35.420Z] === RUN TestCgroupNamespacesRunPrivileged [2023-05-05T19:08:35.502Z] --- PASS: TestRenameInvalidName (0.45s) [2023-05-05T19:08:35.502Z] === RUN TestRenameAnonymousContainer [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.37s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.43s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.91s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.08s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.21s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.23s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.87s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.07s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.14s) [2023-05-05T19:08:35.587Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.26s) [2023-05-05T19:08:35.587Z] === RUN TestCgroupNamespacesRun [2023-05-05T19:08:35.780Z] check_test.go:308: [d664470cdeb25] daemon is not started [2023-05-05T19:08:35.780Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2023-05-05T19:08:36.512Z] --- PASS: TestCgroupNamespacesRun (1.19s) [2023-05-05T19:08:36.512Z] === RUN TestCgroupNamespacesRunPrivileged [2023-05-05T19:08:36.512Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2023-05-05T19:08:36.512Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2023-05-05T19:08:36.512Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-05-05T19:08:36.716Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2023-05-05T19:08:36.716Z] === RUN TestDockerSuite/TestBuildAddTar [2023-05-05T19:08:36.799Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.23s) [2023-05-05T19:08:36.799Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-05-05T19:08:36.975Z] --- PASS: TestConfigsCreateAndDelete (2.91s) [2023-05-05T19:08:36.975Z] === RUN TestConfigsUpdate [2023-05-05T19:08:37.386Z] --- PASS: TestRenameAnonymousContainer (1.59s) [2023-05-05T19:08:37.386Z] === RUN TestRenameContainerWithSameName [2023-05-05T19:08:37.640Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2023-05-05T19:08:37.640Z] === RUN TestRenameContainerWithLinkedContainer [2023-05-05T19:08:37.739Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s) [2023-05-05T19:08:37.739Z] === RUN TestCgroupNamespacesRunHostMode [2023-05-05T19:08:37.875Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2023-05-05T19:08:37.875Z] === RUN TestCgroupNamespacesRunHostMode [2023-05-05T19:08:38.564Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2023-05-05T19:08:38.564Z] === RUN TestResize [2023-05-05T19:08:38.565Z] tests/integration/api_image_test.py ............s..... [ 40%] [2023-05-05T19:08:38.819Z] --- PASS: TestResize (0.45s) [2023-05-05T19:08:38.819Z] === RUN TestResizeWithInvalidSize [2023-05-05T19:08:38.877Z] docker_cli_daemon_plugins_test.go:80: [dec1d174c294f] daemon is not started [2023-05-05T19:08:39.119Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s) [2023-05-05T19:08:39.120Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-05-05T19:08:39.235Z] --- PASS: TestCgroupNamespacesRunHostMode (1.26s) [2023-05-05T19:08:39.235Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-05-05T19:08:39.379Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2023-05-05T19:08:39.379Z] === RUN TestResizeWhenContainerNotStarted [2023-05-05T19:08:39.444Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2023-05-05T19:08:39.444Z] --- PASS: TestConfigsUpdate (2.63s) [2023-05-05T19:08:39.444Z] === RUN TestTemplatedConfig [2023-05-05T19:08:39.982Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2023-05-05T19:08:39.982Z] === RUN TestDaemonRestartKillContainers [2023-05-05T19:08:39.982Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2023-05-05T19:08:39.982Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2023-05-05T19:08:39.982Z] === RUN TestCgroupNamespacesRun [2023-05-05T19:08:40.161Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.24s) [2023-05-05T19:08:40.161Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-05-05T19:08:40.500Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2023-05-05T19:08:40.500Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-05-05T19:08:41.440Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.20s) [2023-05-05T19:08:41.440Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-05-05T19:08:41.522Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2023-05-05T19:08:41.522Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-05-05T19:08:41.866Z] --- PASS: TestCgroupNamespacesRun (2.17s) [2023-05-05T19:08:41.866Z] === RUN TestCgroupNamespacesRunPrivileged [2023-05-05T19:08:41.977Z] === RUN TestDockerSuite/TestBuildAddTarXz [2023-05-05T19:08:42.008Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.65s) [2023-05-05T19:08:42.008Z] === RUN TestCgroupNamespacesRunOlderClient [2023-05-05T19:08:42.081Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.63s) [2023-05-05T19:08:42.081Z] === RUN TestCgroupNamespacesRunOlderClient [2023-05-05T19:08:42.236Z] docker_cli_daemon_plugins_test.go:170: [d4a78b5413343] daemon is not started [2023-05-05T19:08:42.236Z] --- PASS: TestTemplatedConfig (2.86s) [2023-05-05T19:08:42.236Z] === RUN TestConfigCreateResolve [2023-05-05T19:08:42.803Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2023-05-05T19:08:43.062Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2023-05-05T19:08:43.320Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2023-05-05T19:08:43.389Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2023-05-05T19:08:43.389Z] === RUN TestNISDomainname [2023-05-05T19:08:43.444Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2023-05-05T19:08:43.444Z] === RUN TestNISDomainname [2023-05-05T19:08:43.958Z] --- PASS: TestNISDomainname (0.61s) [2023-05-05T19:08:43.958Z] === RUN TestHostnameDnsResolution [2023-05-05T19:08:44.003Z] --- PASS: TestNISDomainname (0.64s) [2023-05-05T19:08:44.003Z] === RUN TestHostnameDnsResolution [2023-05-05T19:08:44.374Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.15s) [2023-05-05T19:08:44.375Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-05-05T19:08:44.527Z] --- PASS: TestHostnameDnsResolution (0.79s) [2023-05-05T19:08:44.527Z] === RUN TestUnprivilegedPortsAndPing [2023-05-05T19:08:44.563Z] --- PASS: TestHostnameDnsResolution (0.74s) [2023-05-05T19:08:44.563Z] === RUN TestUnprivilegedPortsAndPing [2023-05-05T19:08:45.097Z] --- PASS: TestUnprivilegedPortsAndPing (0.59s) [2023-05-05T19:08:45.097Z] === RUN TestStats [2023-05-05T19:08:45.249Z] --- PASS: TestConfigCreateResolve (2.83s) [2023-05-05T19:08:45.249Z] === RUN TestConfigDaemonLibtrustID [2023-05-05T19:08:45.487Z] --- PASS: TestUnprivilegedPortsAndPing (0.60s) [2023-05-05T19:08:45.487Z] === RUN TestStats [2023-05-05T19:08:45.817Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2023-05-05T19:08:45.817Z] PASS [2023-05-05T19:08:45.817Z] [2023-05-05T19:08:45.817Z] DONE 7 tests in 17.562s [2023-05-05T19:08:45.817Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2023-05-05T19:08:45.817Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:08:45.818Z] ++ set -e [2023-05-05T19:08:45.818Z] ++ '[' -n 0 ']' [2023-05-05T19:08:45.818Z] ++ set -x [2023-05-05T19:08:45.818Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:08:45.818Z] INFO: Testing against a local daemon [2023-05-05T19:08:45.818Z] === RUN TestCheckpoint [2023-05-05T19:08:45.818Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:08:45.818Z] --- SKIP: TestCheckpoint (0.00s) [2023-05-05T19:08:45.818Z] === RUN TestContainerInvalidJSON [2023-05-05T19:08:45.818Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:08:45.818Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:08:45.818Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:08:45.818Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:08:45.818Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:08:45.818Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:08:45.818Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:08:45.818Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:08:45.818Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:08:45.818Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-05-05T19:08:45.818Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2023-05-05T19:08:45.818Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2023-05-05T19:08:45.818Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2023-05-05T19:08:45.818Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-05-05T19:08:45.818Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2023-05-05T19:08:45.818Z] === RUN TestCopyFromContainerPathIsNotDir [2023-05-05T19:08:45.818Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2023-05-05T19:08:45.818Z] === RUN TestCopyToContainerPathDoesNotExist [2023-05-05T19:08:45.818Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2023-05-05T19:08:45.818Z] === RUN TestCopyToContainerPathIsNotDir [2023-05-05T19:08:46.076Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2023-05-05T19:08:46.077Z] === RUN TestCopyFromContainer [2023-05-05T19:08:46.301Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.14s) [2023-05-05T19:08:46.301Z] === RUN TestCgroupNamespacesRunHostMode [2023-05-05T19:08:46.651Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2023-05-05T19:08:46.651Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer// [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer//bar/root [2023-05-05T19:08:47.235Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer//bar/root/ [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer/bar/quux [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer/bar/quux/ [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-05-05T19:08:47.235Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-05-05T19:08:47.495Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-05-05T19:08:47.495Z] === RUN TestCopyFromContainer/bar/notarget [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer (1.52s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer// (0.04s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer//bar/root/ (0.04s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.04s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.04s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.04s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.04s) [2023-05-05T19:08:47.495Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2023-05-05T19:08:47.495Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-05-05T19:08:47.495Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:08:47.495Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:08:47.495Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:08:47.495Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:08:47.495Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:08:47.495Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:08:47.495Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:08:47.495Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:08:47.495Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:08:47.495Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-05-05T19:08:47.495Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-05-05T19:08:47.495Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-05-05T19:08:47.495Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-05-05T19:08:47.495Z] === RUN TestCreateLinkToNonExistingContainer [2023-05-05T19:08:47.495Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2023-05-05T19:08:47.495Z] === RUN TestCreateWithInvalidEnv [2023-05-05T19:08:47.495Z] === RUN TestCreateWithInvalidEnv/0 [2023-05-05T19:08:47.495Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-05-05T19:08:47.495Z] === RUN TestCreateWithInvalidEnv/1 [2023-05-05T19:08:47.495Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-05-05T19:08:47.495Z] === RUN TestCreateWithInvalidEnv/2 [2023-05-05T19:08:47.495Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-05-05T19:08:47.495Z] === CONT TestCreateWithInvalidEnv/0 [2023-05-05T19:08:47.495Z] === CONT TestCreateWithInvalidEnv/1 [2023-05-05T19:08:47.495Z] === CONT TestCreateWithInvalidEnv/2 [2023-05-05T19:08:47.495Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-05-05T19:08:47.495Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-05-05T19:08:47.495Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-05-05T19:08:47.495Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-05-05T19:08:47.495Z] === RUN TestCreateTmpfsMountsTarget [2023-05-05T19:08:47.495Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-05-05T19:08:47.495Z] === RUN TestCreateWithCustomMaskedPaths [2023-05-05T19:08:47.495Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2023-05-05T19:08:47.634Z] --- PASS: TestStats (2.52s) [2023-05-05T19:08:47.634Z] === RUN TestStopContainerWithTimeout [2023-05-05T19:08:47.634Z] === RUN TestStopContainerWithTimeout/0 [2023-05-05T19:08:47.634Z] === PAUSE TestStopContainerWithTimeout/0 [2023-05-05T19:08:47.634Z] === RUN TestStopContainerWithTimeout/1 [2023-05-05T19:08:47.634Z] === PAUSE TestStopContainerWithTimeout/1 [2023-05-05T19:08:47.634Z] === RUN TestStopContainerWithTimeout/3 [2023-05-05T19:08:47.634Z] === PAUSE TestStopContainerWithTimeout/3 [2023-05-05T19:08:47.634Z] === RUN TestStopContainerWithTimeout/-1 [2023-05-05T19:08:47.634Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-05-05T19:08:47.634Z] === CONT TestStopContainerWithTimeout/0 [2023-05-05T19:08:47.634Z] === CONT TestStopContainerWithTimeout/3 [2023-05-05T19:08:47.634Z] === CONT TestStopContainerWithTimeout/-1 [2023-05-05T19:08:47.634Z] === CONT TestStopContainerWithTimeout/1 [2023-05-05T19:08:47.998Z] --- PASS: TestStats (2.51s) [2023-05-05T19:08:47.998Z] === RUN TestStopContainerWithTimeout [2023-05-05T19:08:47.998Z] === RUN TestStopContainerWithTimeout/0 [2023-05-05T19:08:47.998Z] === PAUSE TestStopContainerWithTimeout/0 [2023-05-05T19:08:47.998Z] === RUN TestStopContainerWithTimeout/1 [2023-05-05T19:08:47.998Z] === PAUSE TestStopContainerWithTimeout/1 [2023-05-05T19:08:47.998Z] === RUN TestStopContainerWithTimeout/3 [2023-05-05T19:08:47.998Z] === PAUSE TestStopContainerWithTimeout/3 [2023-05-05T19:08:47.998Z] === RUN TestStopContainerWithTimeout/-1 [2023-05-05T19:08:47.998Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-05-05T19:08:47.998Z] === CONT TestStopContainerWithTimeout/0 [2023-05-05T19:08:47.998Z] === CONT TestStopContainerWithTimeout/3 [2023-05-05T19:08:47.998Z] === CONT TestStopContainerWithTimeout/-1 [2023-05-05T19:08:47.998Z] === CONT TestStopContainerWithTimeout/1 [2023-05-05T19:08:48.066Z] check_test.go:308: [d13ae02b5d09d] daemon is not started [2023-05-05T19:08:48.066Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2023-05-05T19:08:48.810Z] --- PASS: TestCgroupNamespacesRunHostMode (2.17s) [2023-05-05T19:08:48.810Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-05-05T19:08:49.488Z] --- PASS: TestCreateWithCustomMaskedPaths (1.82s) [2023-05-05T19:08:49.488Z] === RUN TestCreateWithCustomReadonlyPaths [2023-05-05T19:08:49.773Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2023-05-05T19:08:50.692Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.15s) [2023-05-05T19:08:50.692Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-05-05T19:08:50.928Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2023-05-05T19:08:50.928Z] --- PASS: TestStopContainerWithTimeout/0 (0.86s) [2023-05-05T19:08:50.928Z] --- PASS: TestStopContainerWithTimeout/1 (2.02s) [2023-05-05T19:08:50.928Z] --- PASS: TestStopContainerWithTimeout/3 (2.75s) [2023-05-05T19:08:50.928Z] --- PASS: TestStopContainerWithTimeout/-1 (3.07s) [2023-05-05T19:08:50.928Z] === RUN TestDeleteDevicemapper [2023-05-05T19:08:50.928Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:08:50.928Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-05-05T19:08:50.928Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-05-05T19:08:51.189Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2023-05-05T19:08:51.258Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2023-05-05T19:08:51.259Z] --- PASS: TestStopContainerWithTimeout/0 (0.77s) [2023-05-05T19:08:51.259Z] --- PASS: TestStopContainerWithTimeout/1 (1.96s) [2023-05-05T19:08:51.259Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2023-05-05T19:08:51.259Z] --- PASS: TestStopContainerWithTimeout/-1 (2.97s) [2023-05-05T19:08:51.259Z] === RUN TestDeleteDevicemapper [2023-05-05T19:08:51.259Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:08:51.259Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-05-05T19:08:51.259Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-05-05T19:08:51.460Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.02s) [2023-05-05T19:08:51.460Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-05-05T19:08:51.460Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:08:51.460Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:08:51.460Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:08:51.460Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:08:51.460Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:08:51.460Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:08:51.460Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:08:51.460Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:08:51.460Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:08:51.460Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:08:51.460Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:08:51.460Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:08:51.460Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:08:51.460Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:08:51.460Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:08:51.460Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-05-05T19:08:51.460Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-05-05T19:08:51.460Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-05-05T19:08:51.460Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-05-05T19:08:51.460Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-05-05T19:08:51.460Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-05-05T19:08:51.460Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-05-05T19:08:51.724Z] === RUN TestDockerSuite/TestBuildBlankName [2023-05-05T19:08:51.983Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2023-05-05T19:08:51.983Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2023-05-05T19:08:51.983Z] === RUN TestCreateDifferentPlatform [2023-05-05T19:08:51.983Z] === RUN TestCreateDifferentPlatform/different_os [2023-05-05T19:08:51.983Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-05-05T19:08:51.983Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2023-05-05T19:08:51.983Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-05-05T19:08:51.983Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-05-05T19:08:51.983Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-05-05T19:08:51.983Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2023-05-05T19:08:51.983Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-05-05T19:08:51.983Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2023-05-05T19:08:51.983Z] === RUN TestContainerStartOnDaemonRestart [2023-05-05T19:08:51.983Z] === PAUSE TestContainerStartOnDaemonRestart [2023-05-05T19:08:51.983Z] === RUN TestDaemonRestartIpcMode [2023-05-05T19:08:51.983Z] === PAUSE TestDaemonRestartIpcMode [2023-05-05T19:08:51.983Z] === RUN TestDaemonHostGatewayIP [2023-05-05T19:08:51.983Z] === PAUSE TestDaemonHostGatewayIP [2023-05-05T19:08:51.983Z] === RUN TestRestartDaemonWithRestartingContainer [2023-05-05T19:08:51.983Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-05-05T19:08:51.983Z] === RUN TestContainerKillOnDaemonStart [2023-05-05T19:08:51.983Z] === PAUSE TestContainerKillOnDaemonStart [2023-05-05T19:08:51.983Z] === RUN TestDiff [2023-05-05T19:08:52.184Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.55s) [2023-05-05T19:08:52.184Z] === RUN TestUpdateMemory [2023-05-05T19:08:52.550Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2023-05-05T19:08:52.617Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.13s) [2023-05-05T19:08:52.617Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-05-05T19:08:52.808Z] --- PASS: TestDiff (0.65s) [2023-05-05T19:08:52.808Z] === RUN TestExecWithCloseStdin [2023-05-05T19:08:53.109Z] --- PASS: TestUpdateMemory (0.60s) [2023-05-05T19:08:53.109Z] === RUN TestUpdateCPUQuota [2023-05-05T19:08:53.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2023-05-05T19:08:53.377Z] --- PASS: TestExecWithCloseStdin (0.72s) [2023-05-05T19:08:53.377Z] === RUN TestExec [2023-05-05T19:08:53.466Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.20s) [2023-05-05T19:08:53.466Z] === RUN TestUpdateMemory [2023-05-05T19:08:53.726Z] --- PASS: TestUpdateMemory (0.60s) [2023-05-05T19:08:53.726Z] === RUN TestUpdateCPUQuota [2023-05-05T19:08:53.944Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2023-05-05T19:08:54.034Z] --- PASS: TestUpdateCPUQuota (0.94s) [2023-05-05T19:08:54.034Z] === RUN TestUpdatePidsLimit [2023-05-05T19:08:54.034Z] === RUN TestUpdatePidsLimit/update_from_none [2023-05-05T19:08:54.034Z] === RUN TestUpdatePidsLimit/no_change [2023-05-05T19:08:54.204Z] --- PASS: TestExec (0.72s) [2023-05-05T19:08:54.204Z] === RUN TestExecUser [2023-05-05T19:08:54.289Z] === RUN TestUpdatePidsLimit/update_lower [2023-05-05T19:08:54.499Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.68s) [2023-05-05T19:08:54.499Z] === RUN TestCgroupNamespacesRunOlderClient [2023-05-05T19:08:54.544Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-05-05T19:08:54.544Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-05-05T19:08:54.664Z] --- PASS: TestUpdateCPUQuota (0.96s) [2023-05-05T19:08:54.664Z] === RUN TestUpdatePidsLimit [2023-05-05T19:08:54.664Z] === RUN TestUpdatePidsLimit/update_from_none [2023-05-05T19:08:54.664Z] === RUN TestUpdatePidsLimit/no_change [2023-05-05T19:08:54.772Z] --- PASS: TestExecUser (0.70s) [2023-05-05T19:08:54.772Z] === RUN TestExportContainerAndImportImage [2023-05-05T19:08:54.799Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-05-05T19:08:54.924Z] === RUN TestUpdatePidsLimit/update_lower [2023-05-05T19:08:55.030Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2023-05-05T19:08:55.053Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-05-05T19:08:55.184Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-05-05T19:08:55.289Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2023-05-05T19:08:55.444Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit (1.82s) [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2023-05-05T19:08:55.613Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2023-05-05T19:08:55.613Z] === RUN TestUpdateRestartPolicy [2023-05-05T19:08:55.704Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-05-05T19:08:55.856Z] --- PASS: TestExportContainerAndImportImage (0.81s) [2023-05-05T19:08:55.856Z] === RUN TestExportContainerAfterDaemonRestart [2023-05-05T19:08:55.856Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2023-05-05T19:08:55.964Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-05-05T19:08:56.424Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.17s) [2023-05-05T19:08:56.424Z] === RUN TestNISDomainname [2023-05-05T19:08:56.424Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2023-05-05T19:08:56.424Z] --- SKIP: TestNISDomainname (0.00s) [2023-05-05T19:08:56.424Z] === RUN TestHostnameDnsResolution [2023-05-05T19:08:56.424Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2023-05-05T19:08:56.533Z] --- PASS: TestUpdatePidsLimit (2.05s) [2023-05-05T19:08:56.534Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2023-05-05T19:08:56.534Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2023-05-05T19:08:56.534Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2023-05-05T19:08:56.534Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2023-05-05T19:08:56.534Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2023-05-05T19:08:56.534Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2023-05-05T19:08:56.534Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2023-05-05T19:08:56.534Z] === RUN TestUpdateRestartPolicy [2023-05-05T19:08:56.722Z] tests/integration/api_network_test.py ............................ [ 47%] [2023-05-05T19:08:56.992Z] --- PASS: TestExportContainerAfterDaemonRestart (1.23s) [2023-05-05T19:08:56.992Z] === RUN TestHealthCheckWorkdir [2023-05-05T19:08:57.348Z] --- PASS: TestHostnameDnsResolution (0.73s) [2023-05-05T19:08:57.349Z] === RUN TestUnprivilegedPortsAndPing [2023-05-05T19:08:57.349Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2023-05-05T19:08:57.349Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2023-05-05T19:08:57.349Z] === RUN TestStats [2023-05-05T19:08:57.349Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:08:57.349Z] --- SKIP: TestStats (0.00s) [2023-05-05T19:08:57.349Z] === RUN TestStopContainerWithTimeout [2023-05-05T19:08:57.349Z] === RUN TestStopContainerWithTimeout/0 [2023-05-05T19:08:57.349Z] === PAUSE TestStopContainerWithTimeout/0 [2023-05-05T19:08:57.349Z] === RUN TestStopContainerWithTimeout/1 [2023-05-05T19:08:57.349Z] === PAUSE TestStopContainerWithTimeout/1 [2023-05-05T19:08:57.349Z] === RUN TestStopContainerWithTimeout/3 [2023-05-05T19:08:57.349Z] === PAUSE TestStopContainerWithTimeout/3 [2023-05-05T19:08:57.349Z] === RUN TestStopContainerWithTimeout/-1 [2023-05-05T19:08:57.349Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-05-05T19:08:57.349Z] === CONT TestStopContainerWithTimeout/0 [2023-05-05T19:08:57.349Z] === CONT TestStopContainerWithTimeout/3 [2023-05-05T19:08:57.349Z] === CONT TestStopContainerWithTimeout/-1 [2023-05-05T19:08:57.349Z] === CONT TestStopContainerWithTimeout/1 [2023-05-05T19:08:57.559Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2023-05-05T19:08:57.818Z] --- PASS: TestHealthCheckWorkdir (0.90s) [2023-05-05T19:08:57.818Z] === RUN TestHealthKillContainer [2023-05-05T19:08:58.076Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2023-05-05T19:08:58.643Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2023-05-05T19:08:58.901Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2023-05-05T19:09:00.277Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2023-05-05T19:09:00.652Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2023-05-05T19:09:00.652Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2023-05-05T19:09:00.652Z] --- PASS: TestStopContainerWithTimeout/1 (1.65s) [2023-05-05T19:09:00.652Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2023-05-05T19:09:00.652Z] --- PASS: TestStopContainerWithTimeout/3 (2.83s) [2023-05-05T19:09:00.652Z] === RUN TestDeleteDevicemapper [2023-05-05T19:09:00.652Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:09:00.652Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-05-05T19:09:00.652Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-05-05T19:09:00.844Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2023-05-05T19:09:02.013Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.01s) [2023-05-05T19:09:02.013Z] === RUN TestUpdateMemory [2023-05-05T19:09:02.013Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:02.013Z] --- SKIP: TestUpdateMemory (0.00s) [2023-05-05T19:09:02.013Z] === RUN TestUpdateCPUQuota [2023-05-05T19:09:02.013Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:02.013Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2023-05-05T19:09:02.013Z] === RUN TestUpdatePidsLimit [2023-05-05T19:09:02.013Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:02.013Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2023-05-05T19:09:02.013Z] === RUN TestUpdateRestartPolicy [2023-05-05T19:09:02.221Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2023-05-05T19:09:02.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2023-05-05T19:09:06.072Z] --- PASS: TestHealthKillContainer (8.24s) [2023-05-05T19:09:06.072Z] === RUN TestHealthCheckProcessKilled [2023-05-05T19:09:06.345Z] tests/integration/api_plugin_test.py ........... [ 50%] [2023-05-05T19:09:07.007Z] --- PASS: TestHealthCheckProcessKilled (0.81s) [2023-05-05T19:09:07.007Z] === RUN TestInspectCpusetInConfigPre120 [2023-05-05T19:09:07.267Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2023-05-05T19:09:07.267Z] === RUN TestIpcModeNone [2023-05-05T19:09:07.531Z] tests/integration/api_secret_test.py ..... [ 51%] [2023-05-05T19:09:07.994Z] --- PASS: TestUpdateRestartPolicy (11.15s) [2023-05-05T19:09:07.994Z] === RUN TestUpdateRestartWithAutoRemove [2023-05-05T19:09:07.994Z] --- PASS: TestUpdateRestartWithAutoRemove (0.51s) [2023-05-05T19:09:07.994Z] === RUN TestWaitNonBlocked [2023-05-05T19:09:07.994Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:07.994Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:07.994Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:07.994Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:07.994Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:07.994Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:07.994Z] --- PASS: TestWaitNonBlocked (0.01s) [2023-05-05T19:09:07.994Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2023-05-05T19:09:07.994Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2023-05-05T19:09:07.994Z] === RUN TestWaitBlocked [2023-05-05T19:09:07.994Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:07.994Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:07.994Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:07.994Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:07.994Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:07.994Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:08.203Z] --- PASS: TestIpcModeNone (0.66s) [2023-05-05T19:09:08.203Z] === RUN TestIpcModePrivate [2023-05-05T19:09:08.461Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:98, shared: false, mustBeShared: false [2023-05-05T19:09:08.461Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2023-05-05T19:09:08.719Z] --- PASS: TestIpcModePrivate (0.72s) [2023-05-05T19:09:08.719Z] === RUN TestIpcModeShareable [2023-05-05T19:09:08.750Z] --- PASS: TestUpdateRestartPolicy (11.10s) [2023-05-05T19:09:08.750Z] === RUN TestUpdateRestartWithAutoRemove [2023-05-05T19:09:08.750Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2023-05-05T19:09:08.750Z] === RUN TestWaitNonBlocked [2023-05-05T19:09:08.750Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:08.750Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:08.750Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:08.750Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:08.750Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:08.750Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:08.984Z] --- PASS: TestWaitBlocked (0.01s) [2023-05-05T19:09:08.984Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2023-05-05T19:09:08.984Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s) [2023-05-05T19:09:08.984Z] === CONT TestContainerStartOnDaemonRestart [2023-05-05T19:09:08.984Z] === CONT TestContainerKillOnDaemonStart [2023-05-05T19:09:08.984Z] === CONT TestDaemonHostGatewayIP [2023-05-05T19:09:08.984Z] === CONT TestDaemonRestartIpcMode [2023-05-05T19:09:08.984Z] === CONT TestRestartDaemonWithRestartingContainer [2023-05-05T19:09:08.984Z] === CONT TestIpcModeOlderClient [2023-05-05T19:09:08.984Z] --- PASS: TestIpcModeOlderClient (0.07s) [2023-05-05T19:09:09.009Z] --- PASS: TestWaitNonBlocked (0.01s) [2023-05-05T19:09:09.009Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2023-05-05T19:09:09.009Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2023-05-05T19:09:09.009Z] === RUN TestWaitBlocked [2023-05-05T19:09:09.009Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:09.009Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:09.009Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:09.009Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:09.009Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:09.009Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:09.286Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:92, shared: true, mustBeShared: true [2023-05-05T19:09:09.544Z] --- PASS: TestIpcModeShareable (0.80s) [2023-05-05T19:09:09.544Z] === RUN TestAPIIpcModeShareableAndContainer [2023-05-05T19:09:09.947Z] --- PASS: TestWaitBlocked (0.01s) [2023-05-05T19:09:09.947Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2023-05-05T19:09:09.947Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.82s) [2023-05-05T19:09:09.947Z] === CONT TestContainerStartOnDaemonRestart [2023-05-05T19:09:09.947Z] === CONT TestRestartDaemonWithRestartingContainer [2023-05-05T19:09:09.947Z] === CONT TestDaemonHostGatewayIP [2023-05-05T19:09:09.947Z] === CONT TestIpcModeOlderClient [2023-05-05T19:09:09.947Z] === CONT TestContainerKillOnDaemonStart [2023-05-05T19:09:09.947Z] === CONT TestDaemonRestartIpcMode [2023-05-05T19:09:09.947Z] --- PASS: TestIpcModeOlderClient (0.07s) [2023-05-05T19:09:10.111Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2023-05-05T19:09:11.494Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2023-05-05T19:09:11.573Z] --- PASS: TestContainerStartOnDaemonRestart (2.62s) [2023-05-05T19:09:11.753Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.10s) [2023-05-05T19:09:11.753Z] === RUN TestAPIIpcModeHost [2023-05-05T19:09:11.827Z] --- PASS: TestDaemonHostGatewayIP (2.97s) [2023-05-05T19:09:12.012Z] --- PASS: TestAPIIpcModeHost (0.42s) [2023-05-05T19:09:12.012Z] === RUN TestDaemonIpcModeShareable [2023-05-05T19:09:12.083Z] --- PASS: TestDaemonRestartIpcMode (3.19s) [2023-05-05T19:09:12.083Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.24s) [2023-05-05T19:09:12.487Z] --- PASS: TestContainerStartOnDaemonRestart (2.58s) [2023-05-05T19:09:12.544Z] tests/integration/api_service_test.py .................................. [ 60%] [2023-05-05T19:09:12.580Z] check_test.go:308: [d4cf847fb6bcf] daemon is not started [2023-05-05T19:09:12.580Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2023-05-05T19:09:13.147Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2023-05-05T19:09:13.147Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: true, mustBeShared: true [2023-05-05T19:09:13.147Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2023-05-05T19:09:13.406Z] --- PASS: TestDaemonIpcModeShareable (1.37s) [2023-05-05T19:09:13.406Z] === RUN TestDaemonIpcModePrivate [2023-05-05T19:09:13.426Z] --- PASS: TestDaemonRestartIpcMode (3.47s) [2023-05-05T19:09:13.426Z] --- PASS: TestDaemonHostGatewayIP (3.51s) [2023-05-05T19:09:13.426Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.70s) [2023-05-05T19:09:14.208Z] --- PASS: TestUpdateRestartPolicy (10.90s) [2023-05-05T19:09:14.209Z] === RUN TestUpdateRestartWithAutoRemove [2023-05-05T19:09:14.209Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2023-05-05T19:09:14.209Z] === RUN TestWaitNonBlocked [2023-05-05T19:09:14.209Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:14.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:14.209Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:14.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:14.209Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:09:14.209Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:09:14.209Z] --- PASS: TestWaitNonBlocked (0.01s) [2023-05-05T19:09:14.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2023-05-05T19:09:14.209Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s) [2023-05-05T19:09:14.209Z] === RUN TestWaitBlocked [2023-05-05T19:09:14.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:14.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:14.209Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:14.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:14.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:09:14.209Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:09:14.783Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2023-05-05T19:09:14.783Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2023-05-05T19:09:14.783Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2023-05-05T19:09:14.783Z] --- PASS: TestDaemonIpcModePrivate (1.32s) [2023-05-05T19:09:14.783Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-05-05T19:09:15.132Z] --- PASS: TestWaitBlocked (0.01s) [2023-05-05T19:09:15.132Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2023-05-05T19:09:15.132Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.76s) [2023-05-05T19:09:15.132Z] === CONT TestDaemonRestartIpcMode [2023-05-05T19:09:15.132Z] === CONT TestIpcModeOlderClient [2023-05-05T19:09:15.132Z] === CONT TestRestartDaemonWithRestartingContainer [2023-05-05T19:09:15.132Z] --- PASS: TestIpcModeOlderClient (0.06s) [2023-05-05T19:09:16.160Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:122, shared: false, mustBeShared: false [2023-05-05T19:09:16.160Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.48s) [2023-05-05T19:09:16.160Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-05-05T19:09:16.160Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2023-05-05T19:09:17.537Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:185, shared: true, mustBeShared: true [2023-05-05T19:09:17.796Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.48s) [2023-05-05T19:09:17.796Z] === RUN TestIpcModeOlderClient [2023-05-05T19:09:17.796Z] === PAUSE TestIpcModeOlderClient [2023-05-05T19:09:17.796Z] === RUN TestKillContainerInvalidSignal [2023-05-05T19:09:18.733Z] --- PASS: TestKillContainerInvalidSignal (1.00s) [2023-05-05T19:09:18.733Z] === RUN TestKillContainer [2023-05-05T19:09:18.733Z] === RUN TestKillContainer/no_signal [2023-05-05T19:09:19.329Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.95s) [2023-05-05T19:09:19.329Z] --- PASS: TestDaemonRestartIpcMode (4.44s) [2023-05-05T19:09:19.329Z] PASS [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === Skipped [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2023-05-05T19:09:19.329Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2023-05-05T19:09:19.329Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2023-05-05T19:09:19.329Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2023-05-05T19:09:19.329Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2023-05-05T19:09:19.329Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2023-05-05T19:09:19.329Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2023-05-05T19:09:19.329Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2023-05-05T19:09:19.329Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2023-05-05T19:09:19.329Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2023-05-05T19:09:19.329Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2023-05-05T19:09:19.329Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2023-05-05T19:09:19.329Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2023-05-05T19:09:19.329Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.00s) [2023-05-05T19:09:19.329Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2023-05-05T19:09:19.329Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2023-05-05T19:09:19.329Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestPause (0.00s) [2023-05-05T19:09:19.329Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:09:19.329Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.00s) [2023-05-05T19:09:19.329Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2023-05-05T19:09:19.329Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2023-05-05T19:09:19.329Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2023-05-05T19:09:19.329Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestStats (0.00s) [2023-05-05T19:09:19.329Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2023-05-05T19:09:19.329Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2023-05-05T19:09:19.329Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2023-05-05T19:09:19.329Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2023-05-05T19:09:19.329Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2023-05-05T19:09:19.329Z] [2023-05-05T19:09:19.329Z] DONE 178 tests, 27 skipped in 85.557s [2023-05-05T19:09:19.329Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2023-05-05T19:09:19.329Z] INFO: Testing against a local daemon [2023-05-05T19:09:19.329Z] === RUN TestLiveRestore [2023-05-05T19:09:19.329Z] === RUN TestLiveRestore/volume_references [2023-05-05T19:09:19.329Z] === PAUSE TestLiveRestore/volume_references [2023-05-05T19:09:19.329Z] === CONT TestLiveRestore/volume_references [2023-05-05T19:09:19.669Z] === RUN TestKillContainer/non_killing_signal [2023-05-05T19:09:20.236Z] === RUN TestKillContainer/killing_signal [2023-05-05T19:09:20.253Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-05-05T19:09:20.253Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-05-05T19:09:21.172Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2023-05-05T19:09:21.172Z] --- PASS: TestKillContainer (2.42s) [2023-05-05T19:09:21.172Z] --- PASS: TestKillContainer/no_signal (0.97s) [2023-05-05T19:09:21.172Z] --- PASS: TestKillContainer/non_killing_signal (0.46s) [2023-05-05T19:09:21.172Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2023-05-05T19:09:21.172Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-05-05T19:09:21.172Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-05-05T19:09:22.012Z] --- PASS: TestContainerKillOnDaemonStart (11.69s) [2023-05-05T19:09:22.012Z] PASS [2023-05-05T19:09:22.012Z] [2023-05-05T19:09:22.012Z] === Skipped [2023-05-05T19:09:22.012Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2023-05-05T19:09:22.012Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:09:22.012Z] [2023-05-05T19:09:22.012Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2023-05-05T19:09:22.012Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2023-05-05T19:09:22.012Z] [2023-05-05T19:09:22.012Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:09:22.012Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:09:22.012Z] [2023-05-05T19:09:22.012Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2023-05-05T19:09:22.012Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2023-05-05T19:09:22.012Z] [2023-05-05T19:09:22.012Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2023-05-05T19:09:22.012Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:09:22.012Z] [2023-05-05T19:09:22.012Z] DONE 197 tests, 5 skipped in 103.523s [2023-05-05T19:09:22.012Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2023-05-05T19:09:22.012Z] INFO: Testing against a local daemon [2023-05-05T19:09:22.012Z] === RUN TestLiveRestore [2023-05-05T19:09:22.012Z] === RUN TestLiveRestore/volume_references [2023-05-05T19:09:22.012Z] === PAUSE TestLiveRestore/volume_references [2023-05-05T19:09:22.012Z] === CONT TestLiveRestore/volume_references [2023-05-05T19:09:22.012Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-05-05T19:09:22.012Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-05-05T19:09:22.012Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-05-05T19:09:22.109Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2023-05-05T19:09:22.155Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-05-05T19:09:22.368Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-05-05T19:09:23.374Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-05-05T19:09:23.410Z] --- PASS: TestContainerKillOnDaemonStart (11.99s) [2023-05-05T19:09:23.410Z] PASS [2023-05-05T19:09:23.410Z] [2023-05-05T19:09:23.410Z] === Skipped [2023-05-05T19:09:23.410Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2023-05-05T19:09:23.410Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:09:23.410Z] [2023-05-05T19:09:23.410Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:09:23.410Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:09:23.410Z] [2023-05-05T19:09:23.410Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2023-05-05T19:09:23.410Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:09:23.410Z] [2023-05-05T19:09:23.410Z] DONE 197 tests, 3 skipped in 104.031s [2023-05-05T19:09:23.410Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2023-05-05T19:09:23.410Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:09:23.410Z] ++ set -e [2023-05-05T19:09:23.410Z] ++ '[' -n 0 ']' [2023-05-05T19:09:23.410Z] ++ set -x [2023-05-05T19:09:23.411Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:09:23.411Z] INFO: Testing against a local daemon [2023-05-05T19:09:23.411Z] === RUN TestLiveRestore [2023-05-05T19:09:23.411Z] === RUN TestLiveRestore/volume_references [2023-05-05T19:09:23.411Z] === PAUSE TestLiveRestore/volume_references [2023-05-05T19:09:23.411Z] === CONT TestLiveRestore/volume_references [2023-05-05T19:09:23.411Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-05-05T19:09:23.411Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-05-05T19:09:23.411Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-05-05T19:09:23.745Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.33s) [2023-05-05T19:09:23.745Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.10s) [2023-05-05T19:09:23.745Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s) [2023-05-05T19:09:23.745Z] === RUN TestKillStoppedContainer [2023-05-05T19:09:23.745Z] --- PASS: TestKillStoppedContainer (0.04s) [2023-05-05T19:09:23.745Z] === RUN TestKillStoppedContainerAPIPre120 [2023-05-05T19:09:23.745Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2023-05-05T19:09:23.745Z] === RUN TestKillDifferentUserContainer [2023-05-05T19:09:23.745Z] === RUN TestDockerSuite/TestBuildCacheAdd [2023-05-05T19:09:24.004Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2023-05-05T19:09:24.263Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2023-05-05T19:09:24.263Z] === RUN TestInspectOomKilledTrue [2023-05-05T19:09:24.263Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:09:24.263Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-05-05T19:09:24.263Z] === RUN TestInspectOomKilledFalse [2023-05-05T19:09:24.263Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:09:24.263Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2023-05-05T19:09:24.263Z] === RUN TestLinksEtcHostsContentMatch [2023-05-05T19:09:24.263Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2023-05-05T19:09:24.299Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-05-05T19:09:24.522Z] === RUN TestDockerSuite/TestBuildCacheFrom [2023-05-05T19:09:24.522Z] --- PASS: TestLinksEtcHostsContentMatch (0.35s) [2023-05-05T19:09:24.522Z] === RUN TestLinksContainerNames [2023-05-05T19:09:24.727Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-05-05T19:09:24.791Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-05-05T19:09:25.224Z] --- PASS: TestLiveRestore (0.00s) [2023-05-05T19:09:25.224Z] --- PASS: TestLiveRestore/volume_references (4.62s) [2023-05-05T19:09:25.224Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.98s) [2023-05-05T19:09:25.224Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.98s) [2023-05-05T19:09:25.224Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.99s) [2023-05-05T19:09:25.224Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.00s) [2023-05-05T19:09:25.224Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.01s) [2023-05-05T19:09:25.224Z] PASS [2023-05-05T19:09:25.224Z] [2023-05-05T19:09:25.224Z] DONE 7 tests in 4.647s [2023-05-05T19:09:25.224Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2023-05-05T19:09:25.224Z] INFO: Testing against a local daemon [2023-05-05T19:09:25.224Z] === RUN TestCommitInheritsEnv [2023-05-05T19:09:25.479Z] --- PASS: TestCommitInheritsEnv (0.24s) [2023-05-05T19:09:25.479Z] === RUN TestImportExtremelyLargeImageWorks [2023-05-05T19:09:25.479Z] === PAUSE TestImportExtremelyLargeImageWorks [2023-05-05T19:09:25.479Z] === RUN TestImagesFilterMultiReference [2023-05-05T19:09:25.479Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2023-05-05T19:09:25.479Z] === RUN TestImagePullPlatformInvalid [2023-05-05T19:09:25.479Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2023-05-05T19:09:25.479Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-05-05T19:09:25.479Z] time="2023-05-05T19:09:25Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.9 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.479Z] time="2023-05-05T19:09:25Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.479Z] time="2023-05-05T19:09:25Z" level=info msg="Starting upload purge in 55m0s" go.version=go1.19.9 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.479Z] time="2023-05-05T19:09:25Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.9 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.479Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a5c8c293-4042-4506-9c6c-dbf93fffa03e http.request.method=GET http.request.remoteaddr="127.0.0.1:40486" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.479Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a5c8c293-4042-4506-9c6c-dbf93fffa03e http.request.method=GET http.request.remoteaddr="127.0.0.1:40486" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.153473ms http.response.status=200 http.response.written=2 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.479Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-05-05T19:09:25.729Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f9f9e9cb-e648-44fa-8215-f9577b750e57 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f9f9e9cb-e648-44fa-8215-f9577b750e57 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b9d47497-6ba8-45bb-9105-3eab959bfb42 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b9d47497-6ba8-45bb-9105-3eab959bfb42 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f9f9e9cb-e648-44fa-8215-f9577b750e57 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=32.382µs trace.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=77cceec6-f2be-4849-a663-1e884460d3f2 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b9d47497-6ba8-45bb-9105-3eab959bfb42 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=15.293µs trace.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=f9d5833f-ce36-4497-bb0f-2664fa661eda trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b9d47497-6ba8-45bb-9105-3eab959bfb42 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.798954ms http.response.status=404 http.response.written=157 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=f9f9e9cb-e648-44fa-8215-f9577b750e57 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.69319ms http.response.status=404 http.response.written=157 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.737Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "HEAD /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=525375c3-f786-4b02-ad87-e63bae29e920 http.request.method=POST http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=525375c3-f786-4b02-ad87-e63bae29e920 http.request.method=POST http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e4dd37a9-d37d-49ce-a08d-67b79a990764 http.request.method=POST http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e4dd37a9-d37d-49ce-a08d-67b79a990764 http.request.method=POST http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/startedat\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=525375c3-f786-4b02-ad87-e63bae29e920 http.request.method=POST http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=281.521µs trace.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=9dd2ee72-6e19-4143-a3e6-3d961161c098 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/startedat\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e4dd37a9-d37d-49ce-a08d-67b79a990764 http.request.method=POST http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=230.883µs trace.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=56f118a0-ccff-4fd2-a2c2-75a9ab5f9231 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=525375c3-f786-4b02-ad87-e63bae29e920 http.request.method=POST http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=20.612µs trace.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=f46be770-a064-4362-801b-5cbaba6f4af8 trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e4dd37a9-d37d-49ce-a08d-67b79a990764 http.request.method=POST http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=15.215µs trace.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=e828522c-64cd-4f77-b15e-7e8beb5b5c81 trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/hashstates/sha256/0\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e4dd37a9-d37d-49ce-a08d-67b79a990764 http.request.method=POST http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=152.817µs trace.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=dac049f0-3cd6-4a21-b55f-17b5a83d4433 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/hashstates/sha256/0\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=525375c3-f786-4b02-ad87-e63bae29e920 http.request.method=POST http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=136.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).PutContent" trace.id=bb666dc7-739f-4a47-8442-dd96d8d14e93 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e4dd37a9-d37d-49ce-a08d-67b79a990764 http.request.method=POST http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.348096ms http.response.status=202 http.response.written=0 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=525375c3-f786-4b02-ad87-e63bae29e920 http.request.method=POST http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.348098ms http.response.status=202 http.response.written=0 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/startedat\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=38.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).GetContent" trace.id=88b4805c-fa24-43a0-8866-3c0b06f27b43 trace.line=82 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=12.526µs trace.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=0207d749-1737-4664-9012-8531e47c3bee trace.line=141 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.737Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/startedat\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=40.221µs trace.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=c60850e4-f76a-48f0-931c-fedcce6895c5 trace.line=82 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=14.104µs trace.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=2309a512-5a5f-41d0-801f-cab504048ae0 trace.line=141 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/data\", 0)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=110.357µs trace.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=60a9b9d1-982a-48b2-8261-4f21107ad8b1 trace.line=124 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/data\", 0)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=152.027µs trace.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=31acd339-71b3-4fb3-9085-71182783091a trace.line=124 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=19.354µs trace.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=206accb0-69f6-446e-ae70-108da9b4e6f1 trace.line=141 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=13.169µs trace.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=c303922a-fa1c-4eff-8648-50336375b42b trace.line=141 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=28.228µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=56d43486-0340-4df1-90c0-4b9a09384888 trace.line=141 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=18.096µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a645d814-1742-442b-969f-d629a0eb53c4 trace.line=141 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=11.031µs trace.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=4d6f6a64-d390-4467-9678-6f204592f59e trace.line=141 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=14.595µs trace.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=c3fca205-bdf3-46d5-822b-2333dc4f2930 trace.line=141 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=155.351µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=9dea4988-c6cf-4abc-9241-c9dfd780932d trace.line=167 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a/data\", \"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=194.856µs trace.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=5bc0fe9a-dc99-4d4f-b518-bcd7803479bf trace.line=167 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=169.465µs trace.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=c6ebdea9-dc0a-4e3f-8891-3266ea0bcdbb trace.line=95 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=190.397µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ef534c2d-0926-428b-a86b-3b2ae3844224 trace.line=95 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=205.939µs trace.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=556743b1-10c3-4ddc-98f8-ff61aad4695d trace.line=181 vars.name=test vars.uuid=cfa3e216-547a-4a15-b0ad-0881db22be8d version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/edbd7541-cd72-4c1b-9414-13afece2693a\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=209.16µs trace.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=adb9f8ea-fda3-4fe5-b759-371b52f955f0 trace.line=181 vars.name=test vars.uuid=edbd7541-cd72-4c1b-9414-13afece2693a version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=78784b75-50b8-4fd9-a9e3-16a53add89af http.request.method=PUT http.request.remoteaddr="127.0.0.1:40498" http.request.uri="/v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.892927ms http.response.status=201 http.response.written=0 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "PUT /v2/test/blobs/uploads/cfa3e216-547a-4a15-b0ad-0881db22be8d?_state=1OUs8GRs87ufSQaC6UFGSmeOwpmKpS2qsvfXmEjILqd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImNmYTNlMjE2LTU0N2EtNGExNS1iMGFkLTA4ODFkYjIyYmU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA0MzI3MzdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=85b21f80-f10c-4cfc-a228-e72f826950a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=3.109361ms http.response.status=201 http.response.written=0 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "PUT /v2/test/blobs/uploads/edbd7541-cd72-4c1b-9414-13afece2693a?_state=TQhCE8AHW4uImVPYBl8dW23BXcY4RiDw77OCsekrk-97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVkYmQ3NTQxLWNkNzItNGMxYi05NDE0LTEzYWZlY2UyNjkzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNS41MTA1MDY3NTlaIn0%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=5b791d0f-7f86-4253-a514-6d2fa88554e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.738Z] time="2023-05-05T19:09:25Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=5b791d0f-7f86-4253-a514-6d2fa88554e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=5b791d0f-7f86-4253-a514-6d2fa88554e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=24.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).GetContent" trace.id=f2f9e659-608f-4ee9-9072-ce6f639108c4 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=5b791d0f-7f86-4253-a514-6d2fa88554e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40500" 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="778.387µs" http.response.status=404 http.response.written=96 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg=PutImageManifest go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=38.701µs trace.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=f824656e-abbb-469a-9960-7c28f666f120 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=17.273µs trace.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=67baf97c-6f61-4753-a33c-5afa1ef41688 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=25.807µs trace.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=5c3a02ba-4bbf-4070-abc9-4efd13f09a6b trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=11.913µs trace.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=c3fa8859-9cf6-4b2b-8f78-e49d0877a707 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=17.848µs trace.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=d4d441f0-28a4-4484-98db-09bdb3004c0c trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=110.071µs trace.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=5414c005-8142-45d1-a3e0-d72f25926b06 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=125.071µs trace.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=38f4be19-f55b-44f7-990b-1c054e74ab33 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=31.129µs trace.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=6167f53f-8ad3-410f-8f5a-3082169b0c3a trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=172.905µs trace.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=b4681e9b-bb6e-4e28-8c0f-1fdbce98f626 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=71.406µs trace.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=3771a30f-4d30-4c95-8b93-76feb46c3ba1 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8a2905f5-863e-495f-bd08-b6e170f68ab8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40500" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=1.959022ms http.response.status=201 http.response.written=0 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3651294c-5fbe-4a23-b849-8249db7100f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40518" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3651294c-5fbe-4a23-b849-8249db7100f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40518" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="814.581µs" http.response.status=200 http.response.written=2 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=37.212µs trace.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=6852cd93-925c-41fb-bee2-fff61898f45d trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=36.942µs trace.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=c09c4cda-cde6-48a1-a804-e5f4f2df2532 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=17.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).Stat" trace.id=1bb252ea-031a-4cfe-b25e-5edaecb67b5f trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=20.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).GetContent" trace.id=a2120828-1bd3-4fb0-8764-04bfdf21f50e trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.739Z] time="2023-05-05T19:09:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eec00c50-2f45-4e70-84b8-168da12f4d80 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-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.254962ms http.response.status=200 http.response.written=417 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=32.847µs trace.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=2eb40a83-6807-4b42-8e5b-7cda5f90afff trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=11.618µs trace.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=ad46d61c-c085-4532-9613-834737ebe3bb trace.line=141 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=22.805µs trace.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=e4008350-ff35-4457-b291-0255477b4a3b trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c75c6843-80e3-49ce-9658-8a7949458377 http.request.method=GET http.request.remoteaddr="127.0.0.1:40530" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-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.165514ms http.response.status=200 http.response.written=417 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "GET /v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 200 417 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=33.316µs trace.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=d2c85902-4aba-4bb6-afb1-c7f3fd0fb694 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=17.029µs trace.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=d39ca893-f100-49c6-a75e-15322c567abd trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=31.674µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0de2f152-967b-45d5-ba28-4ae6cfa543d6 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=27.035µs trace.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=0e36bf13-9d2f-4d0b-819b-1bde75e8fad0 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=16.285µs trace.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=b1524c69-02bb-47a7-8c93-3fc89b78ccf6 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=16.55µs trace.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=f361d503-40e4-4992-8691-5bc28de6c204 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=29.122µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=10feb3ea-869e-4f34-b393-300a57ce7a3d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=12.499µs trace.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=43338317-1888-44dc-a214-64d2644042cf trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=13.207µs trace.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=52c5a5d4-64d0-422f-9f83-255c39753658 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=6.875µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=1a2bfac1-f329-4af5-963f-54cf12383f02 trace.line=193 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.740Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=8.462µs trace.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=ecca93f2-02ec-4eb5-9ef7-7f1e9fb6b192 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=15.921µs trace.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=3fbf5dba-3d6e-4de5-a993-5aa4958290ad trace.line=107 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=6.842µs trace.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=4d432535-b061-4fda-aa8a-ada928fd7644 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=15.609µs trace.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=c99a09e1-70ed-4fc2-aa7b-875ced4cd786 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=43.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=927d2e1a-3313-4ca1-a6b2-e41f02a5d0a2 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=32.602µs trace.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=1462dca2-17fa-451f-b3c3-d39ed1ced363 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9b819693-d670-4506-8201-7db1c115cc6c http.request.method=GET http.request.remoteaddr="127.0.0.1:40540" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=6.289637ms http.response.status=200 http.response.written=179 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "GET /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 200 179 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=33.395µs trace.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=e5e16568-9e55-4aec-b382-1c92d3fbacb5 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=11.998µs trace.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=00af2539-8a95-4ebf-a9e2-c1ca59bc4274 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=814eb039-feff-4b4f-b63c-071cd68a73d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:40556" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=6.820559ms http.response.status=200 http.response.written=68 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=de697b60-5354-4bbf-906c-a2002fa2fdeb http.request.method=GET http.request.remoteaddr="127.0.0.1:40582" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=de697b60-5354-4bbf-906c-a2002fa2fdeb http.request.method=GET http.request.remoteaddr="127.0.0.1:40582" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="817.068µs" http.response.status=200 http.response.written=2 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=76c218f8-f651-48f0-9273-f393f51c301b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40588" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=76c218f8-f651-48f0-9273-f393f51c301b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40588" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=76c218f8-f651-48f0-9273-f393f51c301b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40588" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=76c218f8-f651-48f0-9273-f393f51c301b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40588" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=27.439µs trace.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=fa4af2bb-44c0-4f81-994a-f8e60e7302c1 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=76c218f8-f651-48f0-9273-f393f51c301b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40588" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=12.935µs trace.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=7ff9d342-56f3-4029-90bb-85fe7f7c9876 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=76c218f8-f651-48f0-9273-f393f51c301b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40588" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="995.97µs" http.response.status=404 http.response.written=181 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "HEAD /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8d0b2db8-9e91-411b-9a07-280b54772aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:40602" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8d0b2db8-9e91-411b-9a07-280b54772aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:40602" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8d0b2db8-9e91-411b-9a07-280b54772aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:40602" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8d0b2db8-9e91-411b-9a07-280b54772aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:40602" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=17.182µs trace.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=3457e992-5bfa-442c-9d4b-7208f408abc7 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8d0b2db8-9e91-411b-9a07-280b54772aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:40602" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c trace.duration=9.85µs trace.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=86d903f6-60d4-40b0-856e-399584d90d49 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] time="2023-05-05T19:09:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8d0b2db8-9e91-411b-9a07-280b54772aa7 http.request.method=GET http.request.remoteaddr="127.0.0.1:40602" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="915.673µs" http.response.status=404 http.response.written=181 instance.id=f515002e-6d3b-40a4-8dc5-015bb029e49c vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:09:25.741Z] 127.0.0.1 - - [05/May/2023:19:09:25 +0000] "GET /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:25.741Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.23s) [2023-05-05T19:09:25.741Z] === RUN TestRemoveImageOrphaning [2023-05-05T19:09:25.898Z] --- PASS: TestLinksContainerNames (1.24s) [2023-05-05T19:09:25.898Z] === RUN TestLogsFollowTailEmpty [2023-05-05T19:09:25.996Z] --- PASS: TestRemoveImageOrphaning (0.20s) [2023-05-05T19:09:25.996Z] === RUN TestRemoveImageGarbageCollector [2023-05-05T19:09:26.158Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2023-05-05T19:09:26.417Z] --- PASS: TestLogsFollowTailEmpty (0.60s) [2023-05-05T19:09:26.417Z] === RUN TestContainerNetworkMountsNoChown [2023-05-05T19:09:26.631Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-05-05T19:09:26.668Z] --- PASS: TestLiveRestore (0.00s) [2023-05-05T19:09:26.668Z] --- PASS: TestLiveRestore/volume_references (4.70s) [2023-05-05T19:09:26.668Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.04s) [2023-05-05T19:09:26.668Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.02s) [2023-05-05T19:09:26.668Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.01s) [2023-05-05T19:09:26.668Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.98s) [2023-05-05T19:09:26.668Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.03s) [2023-05-05T19:09:26.668Z] PASS [2023-05-05T19:09:26.668Z] [2023-05-05T19:09:26.668Z] DONE 7 tests in 4.733s [2023-05-05T19:09:26.668Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2023-05-05T19:09:26.668Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:09:26.668Z] ++ set -e [2023-05-05T19:09:26.668Z] ++ '[' -n 0 ']' [2023-05-05T19:09:26.668Z] ++ set -x [2023-05-05T19:09:26.668Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:09:26.668Z] INFO: Testing against a local daemon [2023-05-05T19:09:26.668Z] === RUN TestCommitInheritsEnv [2023-05-05T19:09:26.930Z] --- PASS: TestCommitInheritsEnv (0.22s) [2023-05-05T19:09:26.930Z] === RUN TestImportExtremelyLargeImageWorks [2023-05-05T19:09:26.930Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2023-05-05T19:09:26.930Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2023-05-05T19:09:26.930Z] === RUN TestImagesFilterMultiReference [2023-05-05T19:09:26.930Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2023-05-05T19:09:26.930Z] === RUN TestImagePullPlatformInvalid [2023-05-05T19:09:26.930Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2023-05-05T19:09:26.930Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-05-05T19:09:26.930Z] time="2023-05-05T19:09:26Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.9 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.930Z] time="2023-05-05T19:09:26Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=info msg="Starting upload purge in 21m0s" go.version=go1.19.9 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.9 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c7f4083e-be6c-41c4-b232-87fcb329108f http.request.method=GET http.request.remoteaddr="127.0.0.1:45814" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c7f4083e-be6c-41c4-b232-87fcb329108f http.request.method=GET http.request.remoteaddr="127.0.0.1:45814" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.117455ms http.response.status=200 http.response.written=2 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a0580961-3050-462e-800a-e934a67d689f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a0580961-3050-462e-800a-e934a67d689f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=43685b08-9fae-4316-b077-ee50daca78da http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a0580961-3050-462e-800a-e934a67d689f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=25.813µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f276a4fd-98f3-4926-b7fb-6c954f8216ef trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=43685b08-9fae-4316-b077-ee50daca78da http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a0580961-3050-462e-800a-e934a67d689f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" 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=2.022424ms http.response.status=404 http.response.written=157 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=43685b08-9fae-4316-b077-ee50daca78da http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=21.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).GetContent" trace.id=d13258af-2903-430f-9e9c-f2ec9695dd6e trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=43685b08-9fae-4316-b077-ee50daca78da http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.005119ms http.response.status=404 http.response.written=157 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=addbc6bd-ce26-4085-b3ef-0982d8ec4203 http.request.method=POST http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=addbc6bd-ce26-4085-b3ef-0982d8ec4203 http.request.method=POST http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/startedat\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=addbc6bd-ce26-4085-b3ef-0982d8ec4203 http.request.method=POST http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=97.55µs trace.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=c5517d06-e65a-4238-af81-a9f19fa953ec trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=fc8535f3-aed5-4291-819f-853083e332be http.request.method=POST http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=addbc6bd-ce26-4085-b3ef-0982d8ec4203 http.request.method=POST http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=12.365µs trace.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=d94521e5-7ae8-4baa-a477-4a8717554e56 trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=fc8535f3-aed5-4291-819f-853083e332be http.request.method=POST http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/startedat\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=fc8535f3-aed5-4291-819f-853083e332be http.request.method=POST http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=56.245µs trace.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=65aecdfb-bb20-41e7-8375-2b7e48b631c9 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=fc8535f3-aed5-4291-819f-853083e332be http.request.method=POST http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=25.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).Stat" trace.id=cde9f9c5-064e-4bb9-affd-dfdbaa2baccc trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/hashstates/sha256/0\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=addbc6bd-ce26-4085-b3ef-0982d8ec4203 http.request.method=POST http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=225.106µs trace.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=daa1f43d-fe6a-44a0-a021-48087df8ac88 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/hashstates/sha256/0\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=fc8535f3-aed5-4291-819f-853083e332be http.request.method=POST http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=177.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).PutContent" trace.id=b7c8a9aa-06b8-4643-a64b-b1a4911f89a7 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=addbc6bd-ce26-4085-b3ef-0982d8ec4203 http.request.method=POST http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.361268ms http.response.status=202 http.response.written=0 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=fc8535f3-aed5-4291-819f-853083e332be http.request.method=POST http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.223194ms http.response.status=202 http.response.written=0 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/startedat\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=34.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=3e83b22c-d9ac-4e25-9656-7b6095a3f23c trace.line=82 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=12.578µs trace.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=09da70d3-43cb-4c21-b685-cb6c7abe9f4b trace.line=141 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.931Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/startedat\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=30.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).GetContent" trace.id=d56beb7a-0827-4d97-891d-f16f772d63e8 trace.line=82 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=19.265µs trace.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=b13d9706-f214-45dc-a9e0-6f53c018c81a trace.line=141 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/data\", 0)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=59.216µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=3bca27f4-9d3d-4703-a94a-a72984f1c344 trace.line=124 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=10.338µs trace.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=36990367-5179-4b67-b98b-0c2a4fc5a577 trace.line=141 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=18.535µs trace.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=3143ce8a-873d-4481-ad52-8a27a122fd4f trace.line=141 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=12.054µs trace.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=46ca50a0-5383-4cca-ba42-5bfba3eb4a4d trace.line=141 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=50.847µs trace.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=8e91d798-25c1-496f-8e6a-e0a46d19df43 trace.line=167 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=58.634µs trace.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=fc221e8b-8601-4918-ae5c-a4e42838308c trace.line=95 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/data\", 0)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=81.181µs trace.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=25a03c42-5c5f-43f0-97be-551c4b947f3a trace.line=124 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=11.635µs trace.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=bb0ae46c-43fc-413c-8a85-8d5e3f91ef72 trace.line=141 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=87.622µs trace.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=190c6511-e7d6-4d35-a0aa-555bc00fb7e7 trace.line=181 vars.name=test vars.uuid=705d7046-67a3-4cbc-acab-4b7ce4a537d6 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=13.136µs trace.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=0127afdd-2d57-4d17-ac8e-95cab7549e2b trace.line=141 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=91c8a2b1-5a47-4613-99f8-a352e6660010 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45830" http.request.uri="/v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.55394ms http.response.status=201 http.response.written=0 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=8.845µs trace.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=b4e24f5a-3a37-4214-adbb-8d838ad26d2f trace.line=141 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "PUT /v2/test/blobs/uploads/705d7046-67a3-4cbc-acab-4b7ce4a537d6?_state=tK4xBS3JEpN_RDoQGI5-NZFbrZfAOJPRdUDewN4MnUZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjcwNWQ3MDQ2LTY3YTMtNGNiYy1hY2FiLTRiN2NlNGE1MzdkNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODgzNjQ1MTFaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=39.827µs trace.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=485c77c3-4ce5-423c-8290-18e66dde7969 trace.line=167 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=39.13µs trace.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=62acea4b-9903-45f8-af49-e50120d7afee trace.line=95 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/53fbb489-855e-45a7-81bd-a79ab25b177c\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=73.788µs trace.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=8129e2c4-4622-4fbc-b251-8b7f8b07b53c trace.line=181 vars.name=test vars.uuid=53fbb489-855e-45a7-81bd-a79ab25b177c version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=926afb5a-183f-433b-b1d9-529c1f535991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.946453ms http.response.status=201 http.response.written=0 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "PUT /v2/test/blobs/uploads/53fbb489-855e-45a7-81bd-a79ab25b177c?_state=DNzDkuyYSs-F7WhI9n8xJPTMfWNgk9rBHJNOIR0wrpV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjUzZmJiNDg5LTg1NWUtNDVhNy04MWJkLWE3OWFiMjViMTc3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOTowOToyNi44ODg1NjQ0NTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eb39d32a-e34c-446b-982f-c4bedd5d346a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.932Z] time="2023-05-05T19:09:26Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eb39d32a-e34c-446b-982f-c4bedd5d346a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eb39d32a-e34c-446b-982f-c4bedd5d346a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=21.128µs trace.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=4b3cf62f-eeb6-4f9c-8b5e-8544b4a4fbe6 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=eb39d32a-e34c-446b-982f-c4bedd5d346a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45836" 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="851.34µs" http.response.status=404 http.response.written=96 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg=PutImageManifest go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=31.712µs trace.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=202a0dce-1d15-4fdd-97d2-2d6a81f086a1 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=12.677µs trace.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=ab79299d-448b-4b76-937a-4ff2727a8ad9 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=18.338µs trace.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=705a68b2-9785-40d1-9186-6b2e37f16903 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=9.649µs trace.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=ee87d5fe-c153-4af1-882a-112d9fd2bcd9 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=11.446µs trace.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=928af4da-320a-46ea-a7b7-dda6136d11b5 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=49.288µs trace.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=c6e1f0cf-77c2-4cd6-b35b-777cf6497d76 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=47.868µs trace.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=8789f4dd-e3d3-4b9b-9979-7dd73a8dbf1d trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=24.344µs trace.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=45e613b3-f3f1-4197-91d8-5caff7ee70b1 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=58.362µs trace.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=847b33b7-860e-4093-a784-49c51ba318c3 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=28.775µs trace.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=e69117cd-100c-412f-aa85-cc84522fc60d trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3cf858ce-e0e2-4bc5-a36c-cd80f4818b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45836" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=1.623453ms http.response.status=201 http.response.written=0 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9ffd7f18-c79a-43c1-9dc9-bc7f31ae9a6d http.request.method=GET http.request.remoteaddr="127.0.0.1:45840" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9ffd7f18-c79a-43c1-9dc9-bc7f31ae9a6d http.request.method=GET http.request.remoteaddr="127.0.0.1:45840" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="824.822µs" http.response.status=200 http.response.written=2 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=36.455µs trace.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=8ee748f5-6da0-42e4-aeb9-276edcccf2f3 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=18.806µs trace.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=df521b4f-9d62-4ac0-8163-cb304a78c050 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.933Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=14.268µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c37aca19-3acb-49ce-85c1-b5c8f848f2e1 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=15.557µs trace.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=27c1f8fe-f8df-4dc9-9111-ad708c01d217 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=38f46530-4d76-4094-8186-dcedc65d5a9e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45852" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-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.279628ms http.response.status=200 http.response.written=417 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=36.446µs trace.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=6c4e25a5-b7e6-4101-8571-a1ea084a1ff1 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=15.951µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1e38fbfc-1dbb-4e40-8f7b-8634010edf75 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=15.426µs trace.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=83045729-429e-4557-b6bf-5a36b7dd1dc7 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=65d5f7f0-ec33-4bd4-b5f9-21196676c43c http.request.method=GET http.request.remoteaddr="127.0.0.1:45860" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-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.268912ms http.response.status=200 http.response.written=417 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=44.906µs trace.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=0c96dca7-1324-4711-a019-cca0a93eb35c trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 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=6af92969-d1ef-4b6e-bf69-82a4e5d48b72 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=16.09µs trace.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=5a3ef4ed-95e0-4970-9a7b-00a8550cf416 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=32.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=af14e9d8-cfa0-4a0a-8a8a-dc40e36db54b trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=11.126µs trace.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=ea208578-fac6-43e2-9e96-1bb4d29d570c trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=13.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=4ac17db5-d06e-4673-abea-ec062865356a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=8.378µs trace.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=34cb1d51-8fb6-4d7c-9be4-6c095f2c119a trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=17.788µs trace.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=750462aa-07fe-4ed1-8899-9b3f7522ff30 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.934Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=5.465µs trace.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=3ade09f2-b5ae-487b-9358-47e44f50bac7 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=8.862µs trace.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=4124559d-9748-4409-b780-97894ac133f9 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=8.189µs trace.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=f3ba3d81-a432-4438-86c5-026f849d6479 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=12.726µs trace.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=a8701c02-1b49-40ec-94ec-aef7b3db85d5 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=5.128µs trace.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=1bdb2fbe-1f55-4cd7-b0de-b79173b7fc0e trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=33.107µs trace.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=17f2b4a5-1c51-4ce9-aacc-4923cff742a9 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=32.91µs trace.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=3b4821bf-a9d7-49b3-9ad4-c8759e936b3c trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=17.428µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ecf46d96-8e4e-40d6-82af-deb19712dcce trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3c1f5563-1fcb-4e16-96c8-049bdc490dab http.request.method=GET http.request.remoteaddr="127.0.0.1:45862" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.066419ms http.response.status=200 http.response.written=179 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=33.87µs trace.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=92494591-0c76-4105-95e0-0523039c35cb trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=15.91µs trace.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=4e30c3d1-e106-488f-b836-fbb9b9c4289b trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=07cd7e85-d7a9-4fcb-aa5d-87f1e375a808 http.request.method=GET http.request.remoteaddr="127.0.0.1:45870" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.050829ms http.response.status=200 http.response.written=68 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:26.935Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:26.984Z] --- PASS: TestContainerNetworkMountsNoChown (0.53s) [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/default [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/default [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/private [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/private [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rprivate [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rprivate [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/slave [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/slave [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rslave [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rslave [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/shared [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/shared [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rshared [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rshared [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/default [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/rslave [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/rshared [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/shared [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/private [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/rprivate [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/private/bind_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/slave [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/default/bind_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/private/mount_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/default/mount_root [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/private/bind_root [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-05-05T19:09:26.984Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:09:26.984Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-05-05T19:09:26.984Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-05-05T19:09:26.985Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/private/mount_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/default/mount_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/default/bind_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-05-05T19:09:26.985Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-05-05T19:09:27.195Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=14177be5-ec59-4cc8-b0ce-6c9a9b07dc0c http.request.method=GET http.request.remoteaddr="127.0.0.1:45886" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:27.195Z] time="2023-05-05T19:09:26Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=14177be5-ec59-4cc8-b0ce-6c9a9b07dc0c http.request.method=GET http.request.remoteaddr="127.0.0.1:45886" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.318151ms http.response.status=200 http.response.written=2 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 version="v2.1.0+unknown" [2023-05-05T19:09:27.195Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:27.195Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a73f9b01-2ca3-46db-ad59-7da2192fcfe5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45894" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.195Z] time="2023-05-05T19:09:26Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a73f9b01-2ca3-46db-ad59-7da2192fcfe5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45894" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.195Z] time="2023-05-05T19:09:26Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a73f9b01-2ca3-46db-ad59-7da2192fcfe5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45894" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a73f9b01-2ca3-46db-ad59-7da2192fcfe5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45894" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=30.654µs trace.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=51310dfd-1401-4d39-9bce-7c2cc5f089d1 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a73f9b01-2ca3-46db-ad59-7da2192fcfe5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45894" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=12.488µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c2668264-1a4e-410e-8f16-13a66f7d33ed trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=a73f9b01-2ca3-46db-ad59-7da2192fcfe5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45894" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.154066ms http.response.status=404 http.response.written=181 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=7d4f1a46-0a7e-4f23-b707-1b994138d9f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=7d4f1a46-0a7e-4f23-b707-1b994138d9f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=7d4f1a46-0a7e-4f23-b707-1b994138d9f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=7d4f1a46-0a7e-4f23-b707-1b994138d9f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=24.5µs trace.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=1db93ab8-21cd-4b26-8df9-9ddb23cde2df trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=7d4f1a46-0a7e-4f23-b707-1b994138d9f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 trace.duration=11.372µs trace.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=897feaf6-03dd-4b58-8e9a-6bb47d95d308 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] time="2023-05-05T19:09:26Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=7d4f1a46-0a7e-4f23-b707-1b994138d9f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45896" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.006162ms http.response.status=404 http.response.written=181 instance.id=5d0f68a9-f4ba-4bfa-834e-f4917ad044f8 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.1.0+unknown" [2023-05-05T19:09:27.196Z] 127.0.0.1 - - [05/May/2023:19:09:26 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:09:27.196Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s) [2023-05-05T19:09:27.196Z] === RUN TestRemoveImageOrphaning [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot (0.01s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2023-05-05T19:09:27.244Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2023-05-05T19:09:27.244Z] === RUN TestContainerBindMountNonRecursive [2023-05-05T19:09:27.244Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2023-05-05T19:09:27.345Z] ......................... [ 67%] [2023-05-05T19:09:27.456Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2023-05-05T19:09:27.456Z] === RUN TestRemoveImageGarbageCollector [2023-05-05T19:09:27.456Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:09:27.456Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2023-05-05T19:09:27.456Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-05-05T19:09:27.456Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2023-05-05T19:09:27.457Z] === RUN TestTagInvalidReference [2023-05-05T19:09:27.457Z] --- PASS: TestTagInvalidReference (0.01s) [2023-05-05T19:09:27.457Z] === RUN TestTagValidPrefixedRepo [2023-05-05T19:09:27.457Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2023-05-05T19:09:27.457Z] === RUN TestTagExistedNameWithoutForce [2023-05-05T19:09:27.457Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-05-05T19:09:27.457Z] === RUN TestTagOfficialNames [2023-05-05T19:09:27.457Z] --- PASS: TestTagOfficialNames (0.06s) [2023-05-05T19:09:27.457Z] === RUN TestTagMatchesDigest [2023-05-05T19:09:27.457Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-05-05T19:09:27.457Z] PASS [2023-05-05T19:09:27.457Z] [2023-05-05T19:09:27.457Z] === Skipped [2023-05-05T19:09:27.457Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2023-05-05T19:09:27.457Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2023-05-05T19:09:27.457Z] [2023-05-05T19:09:27.457Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2023-05-05T19:09:27.457Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:09:27.457Z] [2023-05-05T19:09:27.457Z] DONE 13 tests, 2 skipped in 0.944s [2023-05-05T19:09:27.457Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2023-05-05T19:09:27.457Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:09:27.457Z] ++ set -e [2023-05-05T19:09:27.457Z] ++ '[' -n 0 ']' [2023-05-05T19:09:27.457Z] ++ set -x [2023-05-05T19:09:27.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:09:27.457Z] INFO: Testing against a local daemon [2023-05-05T19:09:27.457Z] === RUN TestNetworkCreateDelete [2023-05-05T19:09:27.716Z] --- PASS: TestNetworkCreateDelete (0.20s) [2023-05-05T19:09:27.716Z] === RUN TestDockerNetworkDeletePreferID [2023-05-05T19:09:27.812Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2023-05-05T19:09:27.882Z] --- PASS: TestRemoveImageGarbageCollector (1.84s) [2023-05-05T19:09:27.882Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-05-05T19:09:27.882Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2023-05-05T19:09:27.882Z] === RUN TestTagInvalidReference [2023-05-05T19:09:27.882Z] --- PASS: TestTagInvalidReference (0.01s) [2023-05-05T19:09:27.882Z] === RUN TestTagValidPrefixedRepo [2023-05-05T19:09:27.882Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2023-05-05T19:09:27.882Z] === RUN TestTagExistedNameWithoutForce [2023-05-05T19:09:27.882Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-05-05T19:09:27.882Z] === RUN TestTagOfficialNames [2023-05-05T19:09:27.882Z] --- PASS: TestTagOfficialNames (0.04s) [2023-05-05T19:09:27.882Z] === RUN TestTagMatchesDigest [2023-05-05T19:09:27.882Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-05-05T19:09:27.882Z] === CONT TestImportExtremelyLargeImageWorks [2023-05-05T19:09:28.286Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2023-05-05T19:09:28.286Z] === RUN TestDaemonDNSFallback [2023-05-05T19:09:28.748Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2023-05-05T19:09:29.006Z] --- PASS: TestContainerBindMountNonRecursive (1.72s) [2023-05-05T19:09:29.006Z] === RUN TestContainerVolumesMountedAsShared [2023-05-05T19:09:29.006Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2023-05-05T19:09:29.573Z] --- PASS: TestContainerVolumesMountedAsShared (0.66s) [2023-05-05T19:09:29.573Z] === RUN TestContainerVolumesMountedAsSlave [2023-05-05T19:09:29.832Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2023-05-05T19:09:29.967Z] --- PASS: TestLiveRestore (0.00s) [2023-05-05T19:09:29.967Z] --- PASS: TestLiveRestore/volume_references (9.92s) [2023-05-05T19:09:29.967Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (8.22s) [2023-05-05T19:09:29.967Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (2.15s) [2023-05-05T19:09:29.967Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (2.15s) [2023-05-05T19:09:29.967Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (2.10s) [2023-05-05T19:09:29.967Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.82s) [2023-05-05T19:09:29.967Z] PASS [2023-05-05T19:09:29.967Z] [2023-05-05T19:09:29.967Z] DONE 7 tests in 9.947s [2023-05-05T19:09:29.967Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2023-05-05T19:09:29.967Z] INFO: Testing against a local daemon [2023-05-05T19:09:29.967Z] === RUN TestCommitInheritsEnv [2023-05-05T19:09:30.090Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2023-05-05T19:09:30.090Z] === RUN TestNetworkNat [2023-05-05T19:09:31.028Z] --- PASS: TestNetworkNat (0.85s) [2023-05-05T19:09:31.028Z] === RUN TestNetworkLocalhostTCPNat [2023-05-05T19:09:31.356Z] --- PASS: TestCommitInheritsEnv (1.75s) [2023-05-05T19:09:31.356Z] === RUN TestImportExtremelyLargeImageWorks [2023-05-05T19:09:31.356Z] === PAUSE TestImportExtremelyLargeImageWorks [2023-05-05T19:09:31.356Z] === RUN TestImagesFilterMultiReference [2023-05-05T19:09:31.356Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2023-05-05T19:09:31.356Z] === RUN TestImagePullPlatformInvalid [2023-05-05T19:09:31.356Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2023-05-05T19:09:31.356Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-05-05T19:09:31.356Z] pull_test.go:122: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-05-05T19:09:31.356Z] --- SKIP: TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-05-05T19:09:31.356Z] === RUN TestRemoveImageOrphaning [2023-05-05T19:09:31.596Z] --- PASS: TestNetworkLocalhostTCPNat (0.72s) [2023-05-05T19:09:31.596Z] === RUN TestNetworkLoopbackNat [2023-05-05T19:09:31.596Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2023-05-05T19:09:33.238Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2023-05-05T19:09:33.238Z] === RUN TestRemoveImageGarbageCollector [2023-05-05T19:09:33.238Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2023-05-05T19:09:33.238Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2023-05-05T19:09:33.238Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-05-05T19:09:33.238Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2023-05-05T19:09:33.238Z] === RUN TestTagInvalidReference [2023-05-05T19:09:33.238Z] --- PASS: TestTagInvalidReference (0.01s) [2023-05-05T19:09:33.238Z] === RUN TestTagValidPrefixedRepo [2023-05-05T19:09:33.238Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2023-05-05T19:09:33.238Z] === RUN TestTagExistedNameWithoutForce [2023-05-05T19:09:33.238Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-05-05T19:09:33.238Z] === RUN TestTagOfficialNames [2023-05-05T19:09:33.238Z] --- PASS: TestTagOfficialNames (0.05s) [2023-05-05T19:09:33.238Z] === RUN TestTagMatchesDigest [2023-05-05T19:09:33.238Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-05-05T19:09:33.238Z] === CONT TestImportExtremelyLargeImageWorks [2023-05-05T19:09:34.129Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2023-05-05T19:09:34.129Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2023-05-05T19:09:34.388Z] --- PASS: TestNetworkLoopbackNat (2.83s) [2023-05-05T19:09:34.388Z] === RUN TestPause [2023-05-05T19:09:34.858Z] --- PASS: TestDaemonDNSFallback (6.33s) [2023-05-05T19:09:34.858Z] === RUN TestInspectNetwork [2023-05-05T19:09:34.954Z] --- PASS: TestPause (0.65s) [2023-05-05T19:09:34.954Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-05-05T19:09:34.954Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:09:34.954Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:09:34.954Z] === RUN TestPauseStopPausedContainer [2023-05-05T19:09:35.522Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2023-05-05T19:09:35.781Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2023-05-05T19:09:35.781Z] === RUN TestPsFilter [2023-05-05T19:09:35.781Z] === RUN TestDockerSuite/TestBuildClearCmd [2023-05-05T19:09:35.781Z] --- PASS: TestPsFilter (0.11s) [2023-05-05T19:09:35.781Z] === RUN TestRemoveContainerWithRemovedVolume [2023-05-05T19:09:36.041Z] === RUN TestDockerSuite/TestBuildCmd [2023-05-05T19:09:36.299Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2023-05-05T19:09:36.300Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s) [2023-05-05T19:09:36.300Z] === RUN TestRemoveContainerWithVolume [2023-05-05T19:09:36.300Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2023-05-05T19:09:36.558Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2023-05-05T19:09:36.558Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2023-05-05T19:09:36.558Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2023-05-05T19:09:37.126Z] --- PASS: TestRemoveContainerWithVolume (0.62s) [2023-05-05T19:09:37.126Z] === RUN TestRemoveContainerRunning [2023-05-05T19:09:37.126Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2023-05-05T19:09:37.693Z] --- PASS: TestRemoveContainerRunning (0.69s) [2023-05-05T19:09:37.693Z] === RUN TestRemoveContainerForceRemoveRunning [2023-05-05T19:09:38.152Z] === RUN TestInspectNetwork/full_network_id [2023-05-05T19:09:38.152Z] === RUN TestInspectNetwork/partial_network_id [2023-05-05T19:09:38.152Z] === RUN TestInspectNetwork/network_name [2023-05-05T19:09:38.152Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-05-05T19:09:38.629Z] check_test.go:308: [d6e08b70e0656] daemon is not started [2023-05-05T19:09:38.629Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2023-05-05T19:09:38.629Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2023-05-05T19:09:38.629Z] === RUN TestRemoveInvalidContainer [2023-05-05T19:09:38.629Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-05-05T19:09:38.629Z] === RUN TestRenameLinkedContainer [2023-05-05T19:09:40.007Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2023-05-05T19:09:41.050Z] a2008f031039: Pull complete [2023-05-05T19:09:41.050Z] Digest: sha256:b65dbde86b756beb973029c88e545457aa469a7e082c2d99bf984ba17d0a898c [2023-05-05T19:09:41.050Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:09:41.050Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:09:41.050Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2023-05-05T19:09:41.050Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2023-05-05T19:09:41.050Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.4252' [2023-05-05T19:09:41.050Z] INFO: Docker version of control daemon [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] Client: [2023-05-05T19:09:41.050Z] Version: 20.10.9 [2023-05-05T19:09:41.050Z] API version: 1.41 [2023-05-05T19:09:41.050Z] Go version: go1.16.8 [2023-05-05T19:09:41.050Z] Git commit: c2ea9bc [2023-05-05T19:09:41.050Z] Built: Mon Oct 4 16:11:10 2021 [2023-05-05T19:09:41.050Z] OS/Arch: windows/amd64 [2023-05-05T19:09:41.050Z] Context: default [2023-05-05T19:09:41.050Z] Experimental: true [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] Server: Docker Engine - Community [2023-05-05T19:09:41.050Z] Engine: [2023-05-05T19:09:41.050Z] Version: 20.10.9 [2023-05-05T19:09:41.050Z] API version: 1.41 (minimum version 1.24) [2023-05-05T19:09:41.050Z] Go version: go1.16.8 [2023-05-05T19:09:41.050Z] Git commit: 79ea9d3 [2023-05-05T19:09:41.050Z] Built: Mon Oct 4 16:06:39 2021 [2023-05-05T19:09:41.050Z] OS/Arch: windows/amd64 [2023-05-05T19:09:41.050Z] Experimental: true [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] INFO: Docker info of control daemon [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] Client: [2023-05-05T19:09:41.050Z] Context: default [2023-05-05T19:09:41.050Z] Debug Mode: false [2023-05-05T19:09:41.050Z] Plugins: [2023-05-05T19:09:41.050Z] app: Docker Application (Docker Inc., v0.8.0) [2023-05-05T19:09:41.050Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2023-05-05T19:09:41.050Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] Server: [2023-05-05T19:09:41.050Z] Containers: 0 [2023-05-05T19:09:41.050Z] Running: 0 [2023-05-05T19:09:41.050Z] Paused: 0 [2023-05-05T19:09:41.050Z] Stopped: 0 [2023-05-05T19:09:41.050Z] Images: 1 [2023-05-05T19:09:41.050Z] Server Version: 20.10.9 [2023-05-05T19:09:41.050Z] Storage Driver: windowsfilter (windows) lcow (linux) [2023-05-05T19:09:41.050Z] Windows: [2023-05-05T19:09:41.050Z] LCOW: [2023-05-05T19:09:41.050Z] Logging Driver: json-file [2023-05-05T19:09:41.050Z] Plugins: [2023-05-05T19:09:41.050Z] Volume: local [2023-05-05T19:09:41.050Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-05-05T19:09:41.050Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-05-05T19:09:41.050Z] Swarm: inactive [2023-05-05T19:09:41.050Z] Default Isolation: process [2023-05-05T19:09:41.050Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-05-05T19:09:41.050Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-05-05T19:09:41.050Z] OSType: windows [2023-05-05T19:09:41.050Z] Architecture: x86_64 [2023-05-05T19:09:41.050Z] CPUs: 4 [2023-05-05T19:09:41.050Z] Total Memory: 32GiB [2023-05-05T19:09:41.050Z] Name: azwin-2-bdde60 [2023-05-05T19:09:41.050Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2023-05-05T19:09:41.050Z] Docker Root Dir: D:\docker [2023-05-05T19:09:41.050Z] Debug Mode: false [2023-05-05T19:09:41.050Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:09:41.050Z] Labels: [2023-05-05T19:09:41.050Z] Experimental: true [2023-05-05T19:09:41.050Z] Insecure Registries: [2023-05-05T19:09:41.050Z] 10.0.0.4:5000 [2023-05-05T19:09:41.050Z] 127.0.0.0/8 [2023-05-05T19:09:41.050Z] Registry Mirrors: [2023-05-05T19:09:41.050Z] http://10.0.0.4:5000/ [2023-05-05T19:09:41.050Z] Live Restore Enabled: false [2023-05-05T19:09:41.050Z] Product License: Community Engine [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] INFO: Commit hash is db9ab6438d [2023-05-05T19:09:41.050Z] INFO: Nuke-Everything... [2023-05-05T19:09:41.050Z] INFO: Container count on control daemon to delete is 0 [2023-05-05T19:09:41.050Z] INFO: Nuking d:\CI [2023-05-05T19:09:41.050Z] INFO: Zapped successfully [2023-05-05T19:09:41.050Z] INFO: Location for testing is d:\CI\PR-45406\5 [2023-05-05T19:09:41.050Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] INFO: Building the image from Dockerfile.windows at 05/05/2023 19:09:29... [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] Sending build context to Docker daemon 58.53MB [2023-05-05T19:09:41.050Z] [2023-05-05T19:09:41.050Z] Step 1/10 : FROM microsoft/windowsservercore [2023-05-05T19:09:41.050Z] ---> 997b460651ea [2023-05-05T19:09:41.050Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2023-05-05T19:09:41.050Z] ---> Running in 4242bf172171 [2023-05-05T19:09:41.050Z] Removing intermediate container 4242bf172171 [2023-05-05T19:09:41.050Z] ---> b1dd2199e7c5 [2023-05-05T19:09:41.050Z] Step 3/10 : ARG GO_VERSION=1.19.9 [2023-05-05T19:09:41.050Z] ---> Running in e11ac395494f [2023-05-05T19:09:41.050Z] Removing intermediate container e11ac395494f [2023-05-05T19:09:41.050Z] ---> ce97207545a1 [2023-05-05T19:09:41.050Z] Step 4/10 : ARG GOTESTSUM_VERSION=v1.8.2 [2023-05-05T19:09:41.050Z] ---> Running in c448cadfc2b6 [2023-05-05T19:09:41.050Z] Removing intermediate container c448cadfc2b6 [2023-05-05T19:09:41.050Z] ---> da9915393d21 [2023-05-05T19:09:41.050Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2023-05-05T19:09:41.050Z] ---> Running in 29474e6496a3 [2023-05-05T19:09:41.050Z] Removing intermediate container 29474e6496a3 [2023-05-05T19:09:41.050Z] ---> 82f202518aa5 [2023-05-05T19:09:41.051Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2023-05-05T19:09:41.051Z] ---> Running in 3f73aab5543e [2023-05-05T19:09:41.384Z] --- PASS: TestRenameLinkedContainer (2.61s) [2023-05-05T19:09:41.384Z] === RUN TestRenameStoppedContainer [2023-05-05T19:09:41.643Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2023-05-05T19:09:41.643Z] === RUN TestDockerSuite/TestBuildConditionalCache [2023-05-05T19:09:41.643Z] --- PASS: TestRenameStoppedContainer (0.64s) [2023-05-05T19:09:41.643Z] === RUN TestRenameRunningContainerAndReuse [2023-05-05T19:09:42.211Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2023-05-05T19:09:42.348Z] --- PASS: TestInspectNetwork (7.67s) [2023-05-05T19:09:42.348Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-05-05T19:09:42.348Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-05-05T19:09:42.348Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-05-05T19:09:42.349Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-05-05T19:09:42.349Z] === RUN TestRunContainerWithBridgeNone [2023-05-05T19:09:43.147Z] === RUN TestDockerSuite/TestBuildContextCleanup [2023-05-05T19:09:43.147Z] --- PASS: TestRenameRunningContainerAndReuse (1.24s) [2023-05-05T19:09:43.147Z] === RUN TestRenameInvalidName [2023-05-05T19:09:43.147Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2023-05-05T19:09:43.714Z] --- PASS: TestRenameInvalidName (0.66s) [2023-05-05T19:09:43.714Z] === RUN TestRenameAnonymousContainer [2023-05-05T19:09:43.730Z] --- PASS: TestRunContainerWithBridgeNone (1.46s) [2023-05-05T19:09:43.730Z] === RUN TestNetworkInvalidJSON [2023-05-05T19:09:43.730Z] === RUN TestNetworkInvalidJSON//networks/create [2023-05-05T19:09:43.730Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-05-05T19:09:43.730Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:09:43.730Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:09:43.730Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:09:43.730Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:09:43.730Z] === CONT TestNetworkInvalidJSON//networks/create [2023-05-05T19:09:43.730Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:09:43.730Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:09:43.730Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-05-05T19:09:43.730Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-05-05T19:09:43.730Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-05-05T19:09:43.730Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-05-05T19:09:43.730Z] === RUN TestNetworkList [2023-05-05T19:09:43.730Z] === RUN TestNetworkList//networks [2023-05-05T19:09:43.730Z] === PAUSE TestNetworkList//networks [2023-05-05T19:09:43.730Z] === RUN TestNetworkList//networks/ [2023-05-05T19:09:43.730Z] === PAUSE TestNetworkList//networks/ [2023-05-05T19:09:43.730Z] === CONT TestNetworkList//networks [2023-05-05T19:09:43.730Z] === CONT TestNetworkList//networks/ [2023-05-05T19:09:43.730Z] --- PASS: TestNetworkList (0.01s) [2023-05-05T19:09:43.730Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-05-05T19:09:43.730Z] --- PASS: TestNetworkList//networks (0.00s) [2023-05-05T19:09:43.730Z] === RUN TestHostIPv4BridgeLabel [2023-05-05T19:09:43.973Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2023-05-05T19:09:44.231Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2023-05-05T19:09:44.231Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2023-05-05T19:09:44.299Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2023-05-05T19:09:44.299Z] === RUN TestDaemonRestartWithLiveRestore [2023-05-05T19:09:45.239Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2023-05-05T19:09:45.239Z] === RUN TestDaemonDefaultNetworkPools [2023-05-05T19:09:46.136Z] --- PASS: TestRenameAnonymousContainer (2.51s) [2023-05-05T19:09:46.136Z] === RUN TestRenameContainerWithSameName [2023-05-05T19:09:46.178Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2023-05-05T19:09:46.178Z] === RUN TestDaemonRestartWithExistingNetwork [2023-05-05T19:09:47.071Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2023-05-05T19:09:47.071Z] === RUN TestRenameContainerWithLinkedContainer [2023-05-05T19:09:47.558Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2023-05-05T19:09:47.558Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-05-05T19:09:48.453Z] --- PASS: TestRenameContainerWithLinkedContainer (1.54s) [2023-05-05T19:09:48.453Z] === RUN TestResize [2023-05-05T19:09:48.938Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2023-05-05T19:09:48.938Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-05-05T19:09:49.198Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2023-05-05T19:09:49.198Z] === RUN TestServiceWithPredefinedNetwork [2023-05-05T19:09:49.388Z] --- PASS: TestResize (1.02s) [2023-05-05T19:09:49.388Z] === RUN TestResizeWithInvalidSize [2023-05-05T19:09:49.955Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2023-05-05T19:09:50.214Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2023-05-05T19:09:50.214Z] === RUN TestResizeWhenContainerNotStarted [2023-05-05T19:09:50.783Z] --- PASS: TestResizeWhenContainerNotStarted (0.62s) [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:09:50.783Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:09:50.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-05-05T19:09:50.783Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-05-05T19:09:51.737Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2023-05-05T19:09:51.737Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-05-05T19:09:51.737Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:09:51.737Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:09:51.737Z] === RUN TestServiceWithDataPathPortInit [2023-05-05T19:09:52.687Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-05-05T19:09:52.687Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-05-05T19:09:52.687Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-05-05T19:09:52.687Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2023-05-05T19:09:53.626Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-05-05T19:09:54.561Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2023-05-05T19:09:55.128Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.42s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.42s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.43s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.51s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.52s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.63s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.61s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.61s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.30s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.47s) [2023-05-05T19:09:55.387Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.91s) [2023-05-05T19:09:55.387Z] === RUN TestCgroupNamespacesRun [2023-05-05T19:09:55.387Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2023-05-05T19:09:55.646Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2023-05-05T19:09:56.214Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2023-05-05T19:09:56.473Z] --- PASS: TestCgroupNamespacesRun (1.26s) [2023-05-05T19:09:56.473Z] === RUN TestCgroupNamespacesRunPrivileged [2023-05-05T19:09:57.850Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2023-05-05T19:09:57.850Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.38s) [2023-05-05T19:09:57.850Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-05-05T19:09:58.418Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2023-05-05T19:09:58.418Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2023-05-05T19:09:58.418Z] check_test.go:308: [d77c7e4b19fce] daemon is not started [2023-05-05T19:09:58.418Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2023-05-05T19:09:58.418Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2023-05-05T19:09:58.418Z] check_test.go:308: [d0235ca2a9722] daemon is not started [2023-05-05T19:09:58.418Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2023-05-05T19:09:58.904Z] [2023-05-05T19:09:58.904Z] SUCCESS: Specified value was saved. [2023-05-05T19:09:59.355Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.36s) [2023-05-05T19:09:59.355Z] === RUN TestCgroupNamespacesRunHostMode [2023-05-05T19:10:00.290Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2023-05-05T19:10:00.858Z] --- PASS: TestCgroupNamespacesRunHostMode (1.43s) [2023-05-05T19:10:00.858Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-05-05T19:10:00.858Z] check_test.go:308: [d034a258326b7] daemon is not started [2023-05-05T19:10:00.858Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2023-05-05T19:10:01.426Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2023-05-05T19:10:01.426Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2023-05-05T19:10:01.426Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2023-05-05T19:10:01.426Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2023-05-05T19:10:01.426Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2023-05-05T19:10:01.426Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2023-05-05T19:10:01.426Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2023-05-05T19:10:01.426Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2023-05-05T19:10:01.426Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2023-05-05T19:10:02.363Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.37s) [2023-05-05T19:10:02.363Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-05-05T19:10:03.740Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.45s) [2023-05-05T19:10:03.740Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-05-05T19:10:03.764Z] INFO: Downloading git... [2023-05-05T19:10:03.999Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2023-05-05T19:10:04.258Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2023-05-05T19:10:04.258Z] === RUN TestCgroupNamespacesRunOlderClient [2023-05-05T19:10:04.825Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2023-05-05T19:10:05.347Z] INFO: Downloading go... [2023-05-05T19:10:05.761Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.41s) [2023-05-05T19:10:05.761Z] === RUN TestNISDomainname [2023-05-05T19:10:06.629Z] --- PASS: TestServiceWithDataPathPortInit (14.57s) [2023-05-05T19:10:06.629Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-05-05T19:10:06.697Z] --- PASS: TestNISDomainname (0.98s) [2023-05-05T19:10:06.697Z] === RUN TestHostnameDnsResolution [2023-05-05T19:10:06.942Z] INFO: Downloading compiler 1 of 3... [2023-05-05T19:10:07.634Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2023-05-05T19:10:07.892Z] --- PASS: TestHostnameDnsResolution (1.10s) [2023-05-05T19:10:07.892Z] === RUN TestUnprivilegedPortsAndPing [2023-05-05T19:10:07.892Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2023-05-05T19:10:08.127Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2023-05-05T19:10:08.459Z] --- PASS: TestUnprivilegedPortsAndPing (0.69s) [2023-05-05T19:10:08.459Z] === RUN TestStats [2023-05-05T19:10:08.539Z] INFO: Downloading compiler 2 of 3... [2023-05-05T19:10:09.010Z] INFO: Downloading compiler 3 of 3... [2023-05-05T19:10:09.168Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ku3qelfvyp7kn6dzx0krmypiy Created:2023-05-05 19:10:07.50601512 +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[26e6ae287cb9f80abd7714a7aa3f71569b2c5ee8bc5cf7f3abb7c7dee6d519c9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.krp7wp95ik94tpgg49nkir9o1 EndpointID:57c9098933caf7604f111a0a5eb41c0afaa7f03643bfcc7369e3ad7c222bde34 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c281084d8c12f3985b1f5b6c2d2f1de85fb46d91d6bbd46dd240a2a0ffe5e5b3 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:d12b26776ebf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.krp7wp95ik94tpgg49nkir9o1 EndpointID:57c9098933caf7604f111a0a5eb41c0afaa7f03643bfcc7369e3ad7c222bde34 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-05-05T19:10:09.541Z] INFO: Extracting git... [2023-05-05T19:10:09.834Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2023-05-05T19:10:10.093Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2023-05-05T19:10:10.093Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2023-05-05T19:10:11.028Z] --- PASS: TestStats (2.68s) [2023-05-05T19:10:11.028Z] === RUN TestStopContainerWithTimeout [2023-05-05T19:10:11.028Z] === RUN TestStopContainerWithTimeout/0 [2023-05-05T19:10:11.028Z] === PAUSE TestStopContainerWithTimeout/0 [2023-05-05T19:10:11.028Z] === RUN TestStopContainerWithTimeout/1 [2023-05-05T19:10:11.028Z] === PAUSE TestStopContainerWithTimeout/1 [2023-05-05T19:10:11.028Z] === RUN TestStopContainerWithTimeout/3 [2023-05-05T19:10:11.028Z] === PAUSE TestStopContainerWithTimeout/3 [2023-05-05T19:10:11.028Z] === RUN TestStopContainerWithTimeout/-1 [2023-05-05T19:10:11.028Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-05-05T19:10:11.028Z] === CONT TestStopContainerWithTimeout/0 [2023-05-05T19:10:11.028Z] === CONT TestStopContainerWithTimeout/3 [2023-05-05T19:10:11.028Z] === CONT TestStopContainerWithTimeout/1 [2023-05-05T19:10:11.028Z] === CONT TestStopContainerWithTimeout/-1 [2023-05-05T19:10:12.930Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2023-05-05T19:10:13.364Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.30s) [2023-05-05T19:10:13.364Z] PASS [2023-05-05T19:10:13.364Z] [2023-05-05T19:10:13.364Z] === Skipped [2023-05-05T19:10:13.364Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:10:13.364Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:10:13.364Z] [2023-05-05T19:10:13.364Z] DONE 26 tests, 1 skipped in 45.936s [2023-05-05T19:10:13.364Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:10:13.364Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:13.364Z] ++ set -e [2023-05-05T19:10:13.364Z] ++ '[' -n 0 ']' [2023-05-05T19:10:13.364Z] ++ set -x [2023-05-05T19:10:13.364Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:13.624Z] INFO: Testing against a local daemon [2023-05-05T19:10:13.624Z] === RUN TestDockerNetworkIpvlanPersistance [2023-05-05T19:10:13.624Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:10:13.624Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:10:13.624Z] === RUN TestDockerNetworkIpvlan [2023-05-05T19:10:13.624Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:10:13.624Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:10:13.624Z] PASS [2023-05-05T19:10:13.624Z] [2023-05-05T19:10:13.624Z] === Skipped [2023-05-05T19:10:13.624Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:10:13.624Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:10:13.624Z] [2023-05-05T19:10:13.624Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:10:13.624Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:10:13.624Z] [2023-05-05T19:10:13.624Z] DONE 2 tests, 2 skipped in 0.034s [2023-05-05T19:10:13.624Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:10:13.624Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:13.624Z] ++ set -e [2023-05-05T19:10:13.624Z] ++ '[' -n 0 ']' [2023-05-05T19:10:13.624Z] ++ set -x [2023-05-05T19:10:13.624Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:13.624Z] INFO: Testing against a local daemon [2023-05-05T19:10:13.624Z] === RUN TestDockerNetworkMacvlanPersistance [2023-05-05T19:10:13.865Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2023-05-05T19:10:14.432Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2023-05-05T19:10:14.432Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2023-05-05T19:10:14.432Z] --- PASS: TestStopContainerWithTimeout/1 (2.10s) [2023-05-05T19:10:14.432Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2023-05-05T19:10:14.432Z] --- PASS: TestStopContainerWithTimeout/-1 (3.14s) [2023-05-05T19:10:14.432Z] === RUN TestDeleteDevicemapper [2023-05-05T19:10:14.432Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:10:14.432Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2023-05-05T19:10:14.432Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-05-05T19:10:15.004Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2023-05-05T19:10:15.005Z] === RUN TestDockerNetworkMacvlan [2023-05-05T19:10:15.575Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-05-05T19:10:16.145Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-05-05T19:10:16.966Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2023-05-05T19:10:16.966Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.66s) [2023-05-05T19:10:16.966Z] === RUN TestUpdateMemory [2023-05-05T19:10:16.966Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:10:16.966Z] --- SKIP: TestUpdateMemory (0.00s) [2023-05-05T19:10:16.966Z] === RUN TestUpdateCPUQuota [2023-05-05T19:10:17.083Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-05-05T19:10:17.907Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2023-05-05T19:10:18.165Z] --- PASS: TestUpdateCPUQuota (1.08s) [2023-05-05T19:10:18.165Z] === RUN TestUpdatePidsLimit [2023-05-05T19:10:18.165Z] === RUN TestUpdatePidsLimit/update_from_none [2023-05-05T19:10:18.165Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2023-05-05T19:10:18.165Z] === RUN TestUpdatePidsLimit/no_change [2023-05-05T19:10:18.423Z] === RUN TestUpdatePidsLimit/update_lower [2023-05-05T19:10:18.682Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-05-05T19:10:18.941Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-05-05T19:10:19.074Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-05-05T19:10:19.200Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2023-05-05T19:10:19.200Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-05-05T19:10:19.458Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-05-05T19:10:19.717Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit (2.28s) [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2023-05-05T19:10:20.285Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2023-05-05T19:10:20.285Z] === RUN TestUpdateRestartPolicy [2023-05-05T19:10:20.455Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2023-05-05T19:10:21.661Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2023-05-05T19:10:21.920Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2023-05-05T19:10:21.920Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2023-05-05T19:10:22.855Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2023-05-05T19:10:23.114Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2023-05-05T19:10:23.233Z] tests/integration/api_volume_test.py ......... [ 74%] [2023-05-05T19:10:23.681Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2023-05-05T19:10:23.747Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-05-05T19:10:24.249Z] === RUN TestDockerSuite/TestBuildDockerignore [2023-05-05T19:10:24.316Z] --- PASS: TestDockerNetworkMacvlan (9.41s) [2023-05-05T19:10:24.316Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2023-05-05T19:10:24.316Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2023-05-05T19:10:24.316Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2023-05-05T19:10:24.316Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s) [2023-05-05T19:10:24.316Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.92s) [2023-05-05T19:10:24.316Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.49s) [2023-05-05T19:10:24.316Z] PASS [2023-05-05T19:10:24.316Z] [2023-05-05T19:10:24.316Z] DONE 8 tests in 10.774s [2023-05-05T19:10:24.316Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2023-05-05T19:10:24.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:24.316Z] ++ set -e [2023-05-05T19:10:24.316Z] ++ '[' -n 0 ']' [2023-05-05T19:10:24.316Z] ++ set -x [2023-05-05T19:10:24.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:24.316Z] testing: warning: no tests to run [2023-05-05T19:10:24.316Z] PASS [2023-05-05T19:10:24.316Z] [2023-05-05T19:10:24.316Z] DONE 0 tests in 0.008s [2023-05-05T19:10:24.316Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-05-05T19:10:24.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:24.316Z] ++ set -e [2023-05-05T19:10:24.316Z] ++ '[' -n 0 ']' [2023-05-05T19:10:24.316Z] ++ set -x [2023-05-05T19:10:24.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:24.316Z] INFO: Testing against a local daemon [2023-05-05T19:10:24.316Z] === RUN TestAuthZPluginAllowRequest [2023-05-05T19:10:25.128Z] tests/integration/client_test.py ..... [ 75%] [2023-05-05T19:10:25.128Z] tests/integration/context_api_test.py ... [ 76%] [2023-05-05T19:10:25.184Z] check_test.go:308: [db2e9e7809c5d] daemon is not started [2023-05-05T19:10:25.184Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2023-05-05T19:10:25.692Z] tests/integration/errors_test.py . [ 76%] [2023-05-05T19:10:25.696Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2023-05-05T19:10:25.696Z] === RUN TestAuthZPluginTLS [2023-05-05T19:10:25.956Z] --- PASS: TestAuthZPluginTLS (0.55s) [2023-05-05T19:10:25.956Z] === RUN TestAuthZPluginDenyRequest [2023-05-05T19:10:26.525Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2023-05-05T19:10:26.525Z] === RUN TestAuthZPluginAPIDenyResponse [2023-05-05T19:10:27.094Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2023-05-05T19:10:27.095Z] === RUN TestAuthZPluginDenyResponse [2023-05-05T19:10:27.379Z] INFO: Expanding go... [2023-05-05T19:10:27.664Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2023-05-05T19:10:27.664Z] === RUN TestAuthZPluginAllowEventStream [2023-05-05T19:10:27.718Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2023-05-05T19:10:29.043Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s) [2023-05-05T19:10:29.043Z] === RUN TestAuthZPluginErrorResponse [2023-05-05T19:10:29.304Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2023-05-05T19:10:29.304Z] === RUN TestAuthZPluginErrorRequest [2023-05-05T19:10:29.872Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2023-05-05T19:10:29.872Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-05-05T19:10:30.442Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2023-05-05T19:10:30.442Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-05-05T19:10:31.003Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2023-05-05T19:10:31.003Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2023-05-05T19:10:31.822Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2023-05-05T19:10:31.822Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-05-05T19:10:31.939Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2023-05-05T19:10:31.939Z] --- PASS: TestUpdateRestartPolicy (11.65s) [2023-05-05T19:10:31.939Z] === RUN TestUpdateRestartWithAutoRemove [2023-05-05T19:10:32.197Z] check_test.go:308: [d479b372bbdd3] daemon is not started [2023-05-05T19:10:32.197Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2023-05-05T19:10:32.765Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2023-05-05T19:10:32.765Z] === RUN TestWaitNonBlocked [2023-05-05T19:10:32.765Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:10:32.765Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:10:32.765Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:10:32.765Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:10:32.765Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:10:32.765Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:10:33.202Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s) [2023-05-05T19:10:33.202Z] === RUN TestAuthZPluginHeader [2023-05-05T19:10:33.701Z] --- PASS: TestWaitNonBlocked (0.01s) [2023-05-05T19:10:33.701Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s) [2023-05-05T19:10:33.701Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2023-05-05T19:10:33.701Z] === RUN TestWaitBlocked [2023-05-05T19:10:33.701Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:10:33.701Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:10:33.701Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:10:33.701Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:10:33.701Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-05-05T19:10:33.701Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-05-05T19:10:33.771Z] --- PASS: TestAuthZPluginHeader (0.67s) [2023-05-05T19:10:33.771Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-05-05T19:10:33.771Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:33.771Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-05-05T19:10:33.771Z] === RUN TestAuthZPluginV2Disable [2023-05-05T19:10:33.771Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:33.771Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2023-05-05T19:10:33.771Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-05-05T19:10:33.771Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:33.771Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-05-05T19:10:33.771Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-05-05T19:10:33.771Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:33.771Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-05-05T19:10:33.771Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-05-05T19:10:34.269Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2023-05-05T19:10:34.527Z] --- PASS: TestWaitBlocked (0.01s) [2023-05-05T19:10:34.527Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2023-05-05T19:10:34.527Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2023-05-05T19:10:34.527Z] === CONT TestContainerStartOnDaemonRestart [2023-05-05T19:10:34.527Z] === CONT TestContainerKillOnDaemonStart [2023-05-05T19:10:34.527Z] === CONT TestDaemonHostGatewayIP [2023-05-05T19:10:34.527Z] === CONT TestRestartDaemonWithRestartingContainer [2023-05-05T19:10:34.527Z] === CONT TestIpcModeOlderClient [2023-05-05T19:10:34.527Z] === CONT TestDaemonRestartIpcMode [2023-05-05T19:10:34.527Z] --- PASS: TestIpcModeOlderClient (0.05s) [2023-05-05T19:10:35.903Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2023-05-05T19:10:37.282Z] --- PASS: TestContainerStartOnDaemonRestart (2.80s) [2023-05-05T19:10:37.850Z] --- PASS: TestDaemonHostGatewayIP (3.30s) [2023-05-05T19:10:38.416Z] --- PASS: TestDaemonRestartIpcMode (3.85s) [2023-05-05T19:10:38.416Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.05s) [2023-05-05T19:10:40.320Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2023-05-05T19:10:41.256Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2023-05-05T19:10:41.824Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2023-05-05T19:10:42.391Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2023-05-05T19:10:42.391Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2023-05-05T19:10:42.391Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2023-05-05T19:10:42.649Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2023-05-05T19:10:42.649Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2023-05-05T19:10:42.908Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2023-05-05T19:10:43.475Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2023-05-05T19:10:44.042Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2023-05-05T19:10:44.301Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2023-05-05T19:10:44.868Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2023-05-05T19:10:44.868Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2023-05-05T19:10:45.435Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2023-05-05T19:10:45.891Z] tests/integration/models_containers_test.py ............................ [ 83%] [2023-05-05T19:10:46.002Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2023-05-05T19:10:46.002Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2023-05-05T19:10:46.569Z] --- PASS: TestContainerKillOnDaemonStart (11.94s) [2023-05-05T19:10:46.569Z] PASS [2023-05-05T19:10:46.569Z] [2023-05-05T19:10:46.569Z] === Skipped [2023-05-05T19:10:46.569Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2023-05-05T19:10:46.569Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:10:46.569Z] [2023-05-05T19:10:46.570Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2023-05-05T19:10:46.570Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:10:46.570Z] [2023-05-05T19:10:46.570Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2023-05-05T19:10:46.570Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:10:46.570Z] [2023-05-05T19:10:46.570Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-05-05T19:10:46.570Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-05-05T19:10:46.570Z] [2023-05-05T19:10:46.570Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2023-05-05T19:10:46.570Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2023-05-05T19:10:46.570Z] [2023-05-05T19:10:46.570Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2023-05-05T19:10:46.570Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:10:46.570Z] [2023-05-05T19:10:46.570Z] DONE 197 tests, 6 skipped in 120.661s [2023-05-05T19:10:46.570Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2023-05-05T19:10:46.570Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:46.570Z] ++ set -e [2023-05-05T19:10:46.570Z] ++ '[' -n 0 ']' [2023-05-05T19:10:46.570Z] ++ set -x [2023-05-05T19:10:46.570Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:46.570Z] INFO: Testing against a local daemon [2023-05-05T19:10:46.570Z] === RUN TestLiveRestore [2023-05-05T19:10:46.570Z] === RUN TestLiveRestore/volume_references [2023-05-05T19:10:46.570Z] === PAUSE TestLiveRestore/volume_references [2023-05-05T19:10:46.570Z] === CONT TestLiveRestore/volume_references [2023-05-05T19:10:46.570Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2023-05-05T19:10:47.137Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2023-05-05T19:10:47.137Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-05-05T19:10:47.137Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-05-05T19:10:47.396Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2023-05-05T19:10:47.396Z] check_test.go:308: [d8a1dfb5b7f11] daemon is not started [2023-05-05T19:10:47.396Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2023-05-05T19:10:48.331Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-05-05T19:10:48.589Z] check_test.go:308: [d7380dd95ee1a] daemon is not started [2023-05-05T19:10:48.589Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2023-05-05T19:10:49.156Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2023-05-05T19:10:49.415Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-05-05T19:10:50.350Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2023-05-05T19:10:50.609Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-05-05T19:10:51.176Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2023-05-05T19:10:51.744Z] --- PASS: TestLiveRestore (0.00s) [2023-05-05T19:10:51.744Z] --- PASS: TestLiveRestore/volume_references (5.24s) [2023-05-05T19:10:51.744Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.58s) [2023-05-05T19:10:51.744Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.10s) [2023-05-05T19:10:51.744Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.19s) [2023-05-05T19:10:51.744Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.15s) [2023-05-05T19:10:51.744Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.14s) [2023-05-05T19:10:51.744Z] PASS [2023-05-05T19:10:51.744Z] [2023-05-05T19:10:51.744Z] DONE 7 tests in 5.270s [2023-05-05T19:10:51.744Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2023-05-05T19:10:51.744Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:51.744Z] ++ set -e [2023-05-05T19:10:51.744Z] ++ '[' -n 0 ']' [2023-05-05T19:10:51.744Z] ++ set -x [2023-05-05T19:10:51.744Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:51.744Z] INFO: Testing against a local daemon [2023-05-05T19:10:51.744Z] === RUN TestCommitInheritsEnv [2023-05-05T19:10:51.867Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2023-05-05T19:10:51.867Z] PASS [2023-05-05T19:10:51.867Z] [2023-05-05T19:10:51.867Z] === Skipped [2023-05-05T19:10:51.867Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-05-05T19:10:51.867Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:51.867Z] [2023-05-05T19:10:51.867Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2023-05-05T19:10:51.867Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:51.867Z] [2023-05-05T19:10:51.867Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-05-05T19:10:51.867Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:51.867Z] [2023-05-05T19:10:51.867Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-05-05T19:10:51.867Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:10:51.867Z] [2023-05-05T19:10:51.867Z] DONE 17 tests, 4 skipped in 26.268s [2023-05-05T19:10:51.867Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-05-05T19:10:51.867Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:51.867Z] ++ set -e [2023-05-05T19:10:51.867Z] ++ '[' -n 0 ']' [2023-05-05T19:10:51.867Z] ++ set -x [2023-05-05T19:10:51.867Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:51.867Z] INFO: Testing against a local daemon [2023-05-05T19:10:51.867Z] === RUN TestPluginInvalidJSON [2023-05-05T19:10:51.867Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:10:51.867Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:10:51.867Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:10:51.868Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-05-05T19:10:51.868Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-05-05T19:10:51.868Z] === RUN TestPluginInstall [2023-05-05T19:10:51.868Z] === RUN TestPluginInstall/no_auth [2023-05-05T19:10:52.005Z] --- PASS: TestCommitInheritsEnv (0.21s) [2023-05-05T19:10:52.005Z] === RUN TestImportExtremelyLargeImageWorks [2023-05-05T19:10:52.005Z] === PAUSE TestImportExtremelyLargeImageWorks [2023-05-05T19:10:52.005Z] === RUN TestImagesFilterMultiReference [2023-05-05T19:10:52.005Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2023-05-05T19:10:52.005Z] === RUN TestImagePullPlatformInvalid [2023-05-05T19:10:52.005Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2023-05-05T19:10:52.005Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.9 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=info msg="Starting upload purge in 47m0s" go.version=go1.19.9 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.9 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c91e40c-b169-46ef-80e6-8046f60376d9 http.request.method=GET http.request.remoteaddr="127.0.0.1:58178" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c91e40c-b169-46ef-80e6-8046f60376d9 http.request.method=GET http.request.remoteaddr="127.0.0.1:58178" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.243302ms http.response.status=200 http.response.written=2 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ed55e9c8-e08f-4e09-8f6e-9d719e52d287 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ed55e9c8-e08f-4e09-8f6e-9d719e52d287 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=13c1beb0-9787-402b-9671-50bd8d2fb3b2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=13c1beb0-9787-402b-9671-50bd8d2fb3b2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ed55e9c8-e08f-4e09-8f6e-9d719e52d287 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=24.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).GetContent" trace.id=97155f92-f9d6-419a-8279-73de846c7700 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=13c1beb0-9787-402b-9671-50bd8d2fb3b2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=17.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=e481a5a7-b299-4f2e-808c-e2807f056c44 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ed55e9c8-e08f-4e09-8f6e-9d719e52d287 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.807523ms http.response.status=404 http.response.written=157 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "HEAD /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=13c1beb0-9787-402b-9671-50bd8d2fb3b2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.91316ms http.response.status=404 http.response.written=157 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=56552ac0-78fd-4a35-985d-552f6ffc94c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=56552ac0-78fd-4a35-985d-552f6ffc94c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4ec3b706-5e4a-40fd-a29b-1e953a54e892 http.request.method=POST http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4ec3b706-5e4a-40fd-a29b-1e953a54e892 http.request.method=POST http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/startedat\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=56552ac0-78fd-4a35-985d-552f6ffc94c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=98.677µs trace.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=3e4c9d02-5391-450a-bc59-d4267b1ea643 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.005Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=56552ac0-78fd-4a35-985d-552f6ffc94c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=12.477µs trace.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=b8d8293d-1d8c-468e-8fad-0b0f4480df8d trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/startedat\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4ec3b706-5e4a-40fd-a29b-1e953a54e892 http.request.method=POST http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=60.455µs trace.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=4e57b65a-ef01-45dc-8999-e05fd8387630 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4ec3b706-5e4a-40fd-a29b-1e953a54e892 http.request.method=POST http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=14µs trace.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=c8ea615d-d04f-4952-b2c7-cdba7cc4e96a trace.line=141 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/hashstates/sha256/0\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=56552ac0-78fd-4a35-985d-552f6ffc94c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=358.331µs trace.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=161cef7c-8601-4bac-a26e-0a2ec8c93783 trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=56552ac0-78fd-4a35-985d-552f6ffc94c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.513329ms http.response.status=202 http.response.written=0 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/hashstates/sha256/0\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4ec3b706-5e4a-40fd-a29b-1e953a54e892 http.request.method=POST http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=72.651µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4af9b7f2-ac50-4a0c-8417-be10fc64e01d trace.line=95 vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=4ec3b706-5e4a-40fd-a29b-1e953a54e892 http.request.method=POST http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=2.632424ms http.response.status=202 http.response.written=0 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/startedat\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=25.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).GetContent" trace.id=f9010b34-e908-41b8-ae54-bc3ab6bb5e95 trace.line=82 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=10.578µs trace.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=a61c4136-1423-4cda-ab1b-0b93e1ba61b3 trace.line=141 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/data\", 0)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=52.424µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=169cb33c-a3db-4122-b600-9034b11d5694 trace.line=124 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/startedat\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=32.562µs trace.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=e19457b8-9fd1-4c0f-9220-c766a808d531 trace.line=82 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=14.254µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ac83830f-3d97-4c2d-92b6-9703ab15ee5e trace.line=141 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=12.691µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=422f0ddf-e4cb-40d7-8997-985c6d2d7d1e trace.line=141 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/data\", 0)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=73.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).WriteStream" trace.id=c42319f6-e813-4065-b939-c8019d56477f trace.line=124 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=587.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=857a2156-7732-449e-b054-b21ae9c21374 trace.line=141 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=131.682µs trace.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=4a9b1dc6-6f77-4a6f-a3b0-becbde25384b trace.line=141 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.006Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=136.117µs trace.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=14dd7774-0246-45a2-a85c-013d85f7d541 trace.line=141 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa/data\", \"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=70.408µs trace.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=9c9843ea-5fe2-4576-a6a8-b7b12a28ec04 trace.line=167 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=18.278µs trace.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=826ee227-26e7-4255-b18a-534a8bee8973 trace.line=141 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=68.149µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=f8c736c5-82e4-46f8-b5c0-840d5a625482 trace.line=95 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/data\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=21.28µs trace.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=ef46feb0-c496-436d-a5b5-b68ae526a467 trace.line=141 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=50.854µs trace.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=c4993e0f-7c45-4eb1-b8b2-aaacfe4f5c40 trace.line=167 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/88b29006-66af-4d01-ab27-baf2d1d061fa\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=116.789µs trace.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=b3311490-4b6a-49fa-8b40-1104fbf21d69 trace.line=181 vars.name=test vars.uuid=88b29006-66af-4d01-ab27-baf2d1d061fa version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=47.488µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ef61d0b0-115b-46fe-9b46-510490a8cc48 trace.line=95 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=28d78857-0dd5-4f3a-837f-3bb2c502308c http.request.method=PUT http.request.remoteaddr="127.0.0.1:58188" http.request.uri="/v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=5.723644ms http.response.status=201 http.response.written=0 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "PUT /v2/test/blobs/uploads/88b29006-66af-4d01-ab27-baf2d1d061fa?_state=bDt2vDCmyodMzuh40NjP5eAR1vJbyGLcInmO2kmwwMh7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg4YjI5MDA2LTY2YWYtNGQwMS1hYjI3LWJhZjJkMWQwNjFmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODU5Mjk1MloifQ%3D%3D&digest=sha256%3A802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951\")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=93.304µs trace.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=0415373a-2f80-44ed-8a76-163168cfe8cd trace.line=181 vars.name=test vars.uuid=79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=450d350a-cb50-4fdd-99d5-619bb7c0bd7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=3.570823ms http.response.status=201 http.response.written=0 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "PUT /v2/test/blobs/uploads/79b7cc7e-5f13-4ce1-90bb-7ba83f1f7951?_state=yE5HtkBvvq9hrYNkSp59JOJGAxzwco-ICaKf5evFn6x7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YjdjYzdlLTVmMTMtNGNlMS05MGJiLTdiYTgzZjFmNzk1MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNS0wNVQxOToxMDo1MS45ODYwMjIzODNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=14bbe753-bc1f-408d-9ce2-02277c156f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=14bbe753-bc1f-408d-9ce2-02277c156f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=14bbe753-bc1f-408d-9ce2-02277c156f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=13.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).GetContent" trace.id=277de55e-e1ca-4b80-b9e6-a6ec982de222 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=14bbe753-bc1f-408d-9ce2-02277c156f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58190" 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="792.452µs" http.response.status=404 http.response.written=96 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg=PutImageManifest go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=31.487µs trace.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=7d39c4c7-b782-43f6-bffb-26adcf3cb2ff trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=11.185µs trace.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=f5f61807-d483-4851-8246-9f40e8c0ee29 trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=24.096µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8fe27f6f-6203-4be9-bbd1-75f9eac52961 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=13.685µs trace.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=b394391d-0298-496a-a6e8-279bc483e12a trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=10.671µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2f385701-f04b-4acc-8d2e-fc0637629a8b trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.007Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=44.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).PutContent" trace.id=359c1ca8-d121-44e1-8ae3-e2baa4a2263a trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.008Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=46.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=b778307c-8cd6-4e12-8c1d-cfc1d19775c6 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.008Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=25.817µs trace.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=f8e7b42a-e6d3-4050-b949-6064ba317c37 trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.008Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=65.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=72a60bf1-af8c-4317-b344-5972ea452e6a trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.008Z] time="2023-05-05T19:10:51Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=38.224µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=c72e385d-e7af-4cc9-99cf-f6333b3668ba trace.line=95 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.008Z] time="2023-05-05T19:10:51Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=8d31a72b-25fe-4a57-8615-5775d0f258a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58190" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.4.0+unknown" http.response.duration=1.675592ms http.response.status=201 http.response.written=0 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.008Z] 127.0.0.1 - - [05/May/2023:19:10:51 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.4.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=17cecddb-4ff6-4791-b2d1-a7f41e2b2723 http.request.method=GET http.request.remoteaddr="127.0.0.1:58198" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=17cecddb-4ff6-4791-b2d1-a7f41e2b2723 http.request.method=GET http.request.remoteaddr="127.0.0.1:58198" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="727.963µs" http.response.status=200 http.response.written=2 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=28.677µs trace.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=2e5c1742-2ec1-4575-b35b-2e7812a7054d trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=22.473µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3c46c999-fa63-432f-b281-2818f59cfffd trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=13.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=0b63404e-daf4-41c7-9563-40cd24266dbf trace.line=141 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=20.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=565b8e03-e13c-4f09-af68-f62a52773464 trace.line=82 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference=latest version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d93922da-69ef-4021-ac28-d26e87c0e671 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58200" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-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.17072ms http.response.status=200 http.response.written=417 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.268Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=29.864µs trace.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=3bad34dd-4e04-4ee4-bc16-da0a0d542caf trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=14.261µs trace.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=bd970e5a-5918-4094-9aee-a7686e1f04da trace.line=141 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/68/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=22.901µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b7701d56-bd7e-418b-ab8a-fced9dab38d8 trace.line=82 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=test vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=dcbbda11-319c-4ed9-96a3-60a6574b8172 http.request.method=GET http.request.remoteaddr="127.0.0.1:58202" http.request.uri="/v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-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.223446ms http.response.status=200 http.response.written=417 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "GET /v2/test/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 200 417 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=35.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=8459b70a-1d0e-4003-9ac5-f105d18cbc62 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=30.624µs trace.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=bbd514c2-1481-4d5d-8777-c2d7de8e3edf trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=13.28µs trace.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=b995db7b-ead5-4614-b497-695dcf29bf90 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=24.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).GetContent" trace.id=bbbbe597-2a9c-4b75-af85-fe3ef03a8886 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=15.44µs trace.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=5e48d0ce-07c0-4542-91b4-793f35a8bd54 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=8.106µs trace.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=aa688375-8bfb-4486-98f1-bcace950ee64 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=25.514µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=667395f1-d65f-4263-baf6-5454514ab169 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=7.847µs trace.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=b03b84ba-a7cd-47c7-8f76-089aee5637ca trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=7.703µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=4ce4f744-40fb-4f98-8297-8c94ffe4e9f4 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=9.607µs trace.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=3cecc55e-306b-4786-8c3a-e99c1aa1eb5f trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=13.779µs trace.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=b604cf97-701a-4006-8c74-cdce7ef9946c trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=16.475µs trace.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=f2a9f65b-212e-4bc0-bea3-314814d02966 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=7.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).URLFor" trace.id=d8554776-cd63-4c81-bcaa-a3b9de6b1b64 trace.line=193 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.269Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=25.669µs trace.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=33795428-ac58-46a2-b47e-bf4b146d157d trace.line=107 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=26.951µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=21026824-4068-44af-92b3-46133c7cd156 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=14.081µs trace.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=0538c987-48d9-430d-bc7f-81be09e6298a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=c52f2bc7-fbce-4c49-81c2-c71652890b86 http.request.method=GET http.request.remoteaddr="127.0.0.1:58216" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.940453ms http.response.status=200 http.response.written=68 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=28.098µs trace.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=73b04262-afce-426a-a763-6d30678562e2 trace.line=82 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/80/802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46/data\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=13.621µs trace.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=7e9928fd-cdca-4886-8f53-d32b7bf6abe3 trace.line=141 vars.digest="sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" vars.name=test version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e051a96a-ce49-4d63-9ae2-4bf97f2a25a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58204" http.request.uri="/v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.946539ms http.response.status=200 http.response.written=179 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "GET /v2/test/blobs/sha256:802589ed0f9c50cef72bc97f2f1d841a8df15e19dc83069a3ed949beae717a46 HTTP/1.1" 200 179 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b2dba426-b6d9-486c-9b59-90087780c1ae http.request.method=GET http.request.remoteaddr="127.0.0.1:58234" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=b2dba426-b6d9-486c-9b59-90087780c1ae http.request.method=GET http.request.remoteaddr="127.0.0.1:58234" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="713.657µs" http.response.status=200 http.response.written=2 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2a040525-2442-4d9c-914f-c95c44c0b30e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58246" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2a040525-2442-4d9c-914f-c95c44c0b30e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58246" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2a040525-2442-4d9c-914f-c95c44c0b30e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58246" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2a040525-2442-4d9c-914f-c95c44c0b30e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58246" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=25.483µs trace.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=5b322d9c-c930-418e-81e0-3d6b45134587 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2a040525-2442-4d9c-914f-c95c44c0b30e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58246" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=25.465µs trace.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=5294d822-a530-4488-96e5-ce137958eeb2 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2a040525-2442-4d9c-914f-c95c44c0b30e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58246" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.12882ms http.response.status=404 http.response.written=181 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "HEAD /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e13b7d06-ad8c-4371-b5d6-eea6c3a06f4e http.request.method=GET http.request.remoteaddr="127.0.0.1:58252" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e13b7d06-ad8c-4371-b5d6-eea6c3a06f4e http.request.method=GET http.request.remoteaddr="127.0.0.1:58252" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e13b7d06-ad8c-4371-b5d6-eea6c3a06f4e http.request.method=GET http.request.remoteaddr="127.0.0.1:58252" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e13b7d06-ad8c-4371-b5d6-eea6c3a06f4e http.request.method=GET http.request.remoteaddr="127.0.0.1:58252" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=22.547µs trace.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=9e33c837-5f2f-4197-a746-aa8e9826734b trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc/link\")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e13b7d06-ad8c-4371-b5d6-eea6c3a06f4e http.request.method=GET http.request.remoteaddr="127.0.0.1:58252" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 trace.duration=10.295µs trace.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=d30a33d2-ca11-462c-a267-4d2559960062 trace.line=82 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] time="2023-05-05T19:10:52Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e13b7d06-ad8c-4371-b5d6-eea6c3a06f4e http.request.method=GET http.request.remoteaddr="127.0.0.1:58252" http.request.uri="/v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" http.request.useragent="docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="948.676µs" http.response.status=404 http.response.written=181 instance.id=1348af02-0e8b-42af-819b-08c5ab33ea53 vars.name=other vars.reference="sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc" version="v2.1.0+unknown" [2023-05-05T19:10:52.270Z] 127.0.0.1 - - [05/May/2023:19:10:52 +0000] "GET /v2/other/manifests/sha256:6850ea68b331ead3f4e7a6ae43c1af795287731329a1779e1592b52251bebdbc HTTP/1.1" 404 181 "" "docker/dev go/go1.19.9 git-commit/db9ab6438debd1b262c29479a23b4e972405ff75 kernel/5.4.0-1097-aws os/linux arch/amd64 UpstreamClient(Go-http-client/1.1)" [2023-05-05T19:10:52.270Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s) [2023-05-05T19:10:52.270Z] === RUN TestRemoveImageOrphaning [2023-05-05T19:10:52.529Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2023-05-05T19:10:52.529Z] === RUN TestRemoveImageGarbageCollector [2023-05-05T19:10:52.529Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2023-05-05T19:10:52.789Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2023-05-05T19:10:53.047Z] check_test.go:308: [d78a548909e95] daemon is not started [2023-05-05T19:10:53.047Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2023-05-05T19:10:53.778Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:10:53.778Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:63755ee78a12a93b34b36ce64f42eeed5df51811e3c65599a7afde0c8ba867e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:10:53.778Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:10:53.778Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:63755ee78a12a93b34b36ce64f42eeed5df51811e3c65599a7afde0c8ba867e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:10:53.778Z] === RUN TestPluginInstall/with_htpasswd [2023-05-05T19:10:53.983Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2023-05-05T19:10:54.038Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:10:54.038Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b5fe088b1ad2ed3d504ffd43d769e99aae483756a446d8942167deed6262ae8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:10:54.038Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:10:54.038Z] time="2023-05-05T19:10:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b5fe088b1ad2ed3d504ffd43d769e99aae483756a446d8942167deed6262ae8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:10:54.298Z] === RUN TestPluginInstall/with_insecure [2023-05-05T19:10:54.550Z] --- PASS: TestRemoveImageGarbageCollector (1.95s) [2023-05-05T19:10:54.550Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-05-05T19:10:54.550Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2023-05-05T19:10:54.550Z] === RUN TestTagInvalidReference [2023-05-05T19:10:54.550Z] --- PASS: TestTagInvalidReference (0.01s) [2023-05-05T19:10:54.550Z] === RUN TestTagValidPrefixedRepo [2023-05-05T19:10:54.550Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2023-05-05T19:10:54.550Z] === RUN TestTagExistedNameWithoutForce [2023-05-05T19:10:54.550Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-05-05T19:10:54.550Z] === RUN TestTagOfficialNames [2023-05-05T19:10:54.550Z] --- PASS: TestTagOfficialNames (0.04s) [2023-05-05T19:10:54.550Z] === RUN TestTagMatchesDigest [2023-05-05T19:10:54.550Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-05-05T19:10:54.550Z] === CONT TestImportExtremelyLargeImageWorks [2023-05-05T19:10:55.117Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2023-05-05T19:10:55.237Z] time="2023-05-05T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:10:55.237Z] time="2023-05-05T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2c8805df7080d0a92551a44056492a5df105a319d6b84aa601800eec24f2c0e6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:10:55.237Z] time="2023-05-05T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:10:55.237Z] time="2023-05-05T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2c8805df7080d0a92551a44056492a5df105a319d6b84aa601800eec24f2c0e6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:10:55.237Z] plugin_test.go:164: [d62c033b7169b] daemon is not started [2023-05-05T19:10:55.237Z] --- PASS: TestPluginInstall (4.51s) [2023-05-05T19:10:55.237Z] --- PASS: TestPluginInstall/no_auth (2.93s) [2023-05-05T19:10:55.237Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2023-05-05T19:10:55.237Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2023-05-05T19:10:55.237Z] === RUN TestPluginsWithRuntimes [2023-05-05T19:10:56.494Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2023-05-05T19:10:56.619Z] === RUN TestPluginsWithRuntimes/No_Args [2023-05-05T19:10:57.558Z] === RUN TestPluginsWithRuntimes/With_Args [2023-05-05T19:10:58.498Z] --- PASS: TestPluginsWithRuntimes (3.21s) [2023-05-05T19:10:58.498Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2023-05-05T19:10:58.498Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.84s) [2023-05-05T19:10:58.498Z] === RUN TestPluginBackCompatMediaTypes [2023-05-05T19:10:59.067Z] --- PASS: TestPluginBackCompatMediaTypes (0.54s) [2023-05-05T19:10:59.067Z] PASS [2023-05-05T19:10:59.067Z] [2023-05-05T19:10:59.067Z] DONE 10 tests in 8.314s [2023-05-05T19:10:59.067Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-05-05T19:10:59.067Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:59.067Z] ++ set -e [2023-05-05T19:10:59.067Z] ++ '[' -n 0 ']' [2023-05-05T19:10:59.067Z] ++ set -x [2023-05-05T19:10:59.067Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:10:59.067Z] INFO: Testing against a local daemon [2023-05-05T19:10:59.067Z] === RUN TestExternalGraphDriver [2023-05-05T19:10:59.327Z] === RUN TestExternalGraphDriver/json [2023-05-05T19:10:59.782Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2023-05-05T19:11:00.719Z] check_test.go:308: [da011d3575d4f] daemon is not started [2023-05-05T19:11:00.719Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2023-05-05T19:11:01.235Z] === RUN TestExternalGraphDriver/spec [2023-05-05T19:11:02.392Z] ......... [ 86%] [2023-05-05T19:11:02.616Z] === RUN TestExternalGraphDriver/pull [2023-05-05T19:11:03.272Z] INFO: Expanding compiler 1 of 3... [2023-05-05T19:11:03.272Z] INFO: Expanding compiler 2 of 3... [2023-05-05T19:11:04.239Z] --- PASS: TestImportExtremelyLargeImageWorks (84.21s) [2023-05-05T19:11:04.239Z] PASS [2023-05-05T19:11:04.239Z] [2023-05-05T19:11:04.239Z] DONE 13 tests in 86.955s [2023-05-05T19:11:04.239Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2023-05-05T19:11:04.239Z] INFO: Testing against a local daemon [2023-05-05T19:11:04.239Z] === RUN TestNetworkCreateDelete [2023-05-05T19:11:04.239Z] --- PASS: TestNetworkCreateDelete (0.13s) [2023-05-05T19:11:04.239Z] === RUN TestDockerNetworkDeletePreferID [2023-05-05T19:11:04.239Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2023-05-05T19:11:04.239Z] === RUN TestDaemonDNSFallback [2023-05-05T19:11:04.239Z] --- PASS: TestDaemonDNSFallback (6.29s) [2023-05-05T19:11:04.239Z] === RUN TestInspectNetwork [2023-05-05T19:11:04.239Z] === RUN TestInspectNetwork/full_network_id [2023-05-05T19:11:04.239Z] === RUN TestInspectNetwork/partial_network_id [2023-05-05T19:11:04.239Z] === RUN TestInspectNetwork/network_name [2023-05-05T19:11:04.239Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-05-05T19:11:04.526Z] --- PASS: TestExternalGraphDriver (5.28s) [2023-05-05T19:11:04.526Z] --- PASS: TestExternalGraphDriver/json (1.65s) [2023-05-05T19:11:04.526Z] --- PASS: TestExternalGraphDriver/spec (1.65s) [2023-05-05T19:11:04.526Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2023-05-05T19:11:04.526Z] === RUN TestGraphdriverPluginV2 [2023-05-05T19:11:04.526Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:11:04.526Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2023-05-05T19:11:04.526Z] PASS [2023-05-05T19:11:04.526Z] [2023-05-05T19:11:04.526Z] === Skipped [2023-05-05T19:11:04.526Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2023-05-05T19:11:04.526Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:11:04.526Z] [2023-05-05T19:11:04.526Z] DONE 5 tests, 1 skipped in 5.638s [2023-05-05T19:11:04.526Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-05-05T19:11:04.526Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:04.526Z] ++ set -e [2023-05-05T19:11:04.526Z] ++ '[' -n 0 ']' [2023-05-05T19:11:04.526Z] ++ set -x [2023-05-05T19:11:04.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:04.526Z] INFO: Testing against a local daemon [2023-05-05T19:11:04.526Z] === RUN TestContinueAfterPluginCrash [2023-05-05T19:11:04.526Z] === PAUSE TestContinueAfterPluginCrash [2023-05-05T19:11:04.526Z] === RUN TestReadPluginNoRead [2023-05-05T19:11:04.526Z] === PAUSE TestReadPluginNoRead [2023-05-05T19:11:04.526Z] === RUN TestDaemonStartWithLogOpt [2023-05-05T19:11:04.526Z] === PAUSE TestDaemonStartWithLogOpt [2023-05-05T19:11:04.526Z] === CONT TestContinueAfterPluginCrash [2023-05-05T19:11:04.526Z] === CONT TestDaemonStartWithLogOpt [2023-05-05T19:11:04.526Z] === CONT TestReadPluginNoRead [2023-05-05T19:11:04.909Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2023-05-05T19:11:04.909Z] === RUN TestDockerSuite/TestBuildDotDotFile [2023-05-05T19:11:04.909Z] === RUN TestDockerSuite/TestBuildEOLInLine [2023-05-05T19:11:06.123Z] --- PASS: TestInspectNetwork (7.16s) [2023-05-05T19:11:06.123Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-05-05T19:11:06.123Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-05-05T19:11:06.123Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-05-05T19:11:06.123Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-05-05T19:11:06.123Z] === RUN TestRunContainerWithBridgeNone [2023-05-05T19:11:06.813Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2023-05-05T19:11:07.068Z] === RUN TestReadPluginNoRead/default [2023-05-05T19:11:07.168Z] tests/integration/models_images_test.py ............... [ 89%] [2023-05-05T19:11:07.328Z] --- PASS: TestDaemonStartWithLogOpt (2.66s) [2023-05-05T19:11:07.485Z] --- PASS: TestRunContainerWithBridgeNone (1.48s) [2023-05-05T19:11:07.485Z] === RUN TestNetworkInvalidJSON [2023-05-05T19:11:07.740Z] === RUN TestNetworkInvalidJSON//networks/create [2023-05-05T19:11:07.740Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-05-05T19:11:07.740Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:11:07.740Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:11:07.740Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:11:07.740Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:11:07.740Z] === CONT TestNetworkInvalidJSON//networks/create [2023-05-05T19:11:07.740Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:11:07.740Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:11:07.740Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-05-05T19:11:07.740Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-05-05T19:11:07.740Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-05-05T19:11:07.740Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-05-05T19:11:07.740Z] === RUN TestNetworkList [2023-05-05T19:11:07.740Z] === RUN TestNetworkList//networks [2023-05-05T19:11:07.740Z] === PAUSE TestNetworkList//networks [2023-05-05T19:11:07.740Z] === RUN TestNetworkList//networks/ [2023-05-05T19:11:07.740Z] === PAUSE TestNetworkList//networks/ [2023-05-05T19:11:07.740Z] === CONT TestNetworkList//networks [2023-05-05T19:11:07.740Z] === CONT TestNetworkList//networks/ [2023-05-05T19:11:07.740Z] --- PASS: TestNetworkList (0.01s) [2023-05-05T19:11:07.740Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-05-05T19:11:07.740Z] --- PASS: TestNetworkList//networks (0.00s) [2023-05-05T19:11:07.740Z] === RUN TestHostIPv4BridgeLabel [2023-05-05T19:11:07.897Z] === RUN TestReadPluginNoRead/disabled_caching [2023-05-05T19:11:08.191Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2023-05-05T19:11:08.191Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2023-05-05T19:11:08.299Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2023-05-05T19:11:08.299Z] === RUN TestDaemonRestartWithLiveRestore [2023-05-05T19:11:08.450Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2023-05-05T19:11:08.612Z] tests/integration/models_networks_test.py .... [ 90%] [2023-05-05T19:11:08.709Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2023-05-05T19:11:08.709Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2023-05-05T19:11:08.969Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2023-05-05T19:11:08.969Z] === RUN TestDockerSuite/TestBuildEntrypoint [2023-05-05T19:11:09.158Z] INFO: Expanding compiler 3 of 3... [2023-05-05T19:11:09.224Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2023-05-05T19:11:09.224Z] === RUN TestDaemonDefaultNetworkPools [2023-05-05T19:11:09.227Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2023-05-05T19:11:09.277Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-05-05T19:11:09.589Z] --- PASS: TestImportExtremelyLargeImageWorks (86.80s) [2023-05-05T19:11:09.589Z] PASS [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === Skipped [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.image TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-05-05T19:11:09.589Z] pull_test.go:122: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2023-05-05T19:11:09.589Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] DONE 13 tests, 2 skipped in 90.731s [2023-05-05T19:11:09.589Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2023-05-05T19:11:09.589Z] INFO: Testing against a local daemon [2023-05-05T19:11:09.589Z] === RUN TestNetworkCreateDelete [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkCreateDelete (0.20s) [2023-05-05T19:11:09.589Z] === RUN TestDockerNetworkDeletePreferID [2023-05-05T19:11:09.589Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2023-05-05T19:11:09.589Z] === RUN TestDaemonDNSFallback [2023-05-05T19:11:09.589Z] --- PASS: TestDaemonDNSFallback (7.51s) [2023-05-05T19:11:09.589Z] === RUN TestInspectNetwork [2023-05-05T19:11:09.589Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] --- SKIP: TestInspectNetwork (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestRunContainerWithBridgeNone [2023-05-05T19:11:09.589Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestNetworkInvalidJSON [2023-05-05T19:11:09.589Z] === RUN TestNetworkInvalidJSON//networks/create [2023-05-05T19:11:09.589Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-05-05T19:11:09.589Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:11:09.589Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:11:09.589Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:11:09.589Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:11:09.589Z] === CONT TestNetworkInvalidJSON//networks/create [2023-05-05T19:11:09.589Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:11:09.589Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestNetworkList [2023-05-05T19:11:09.589Z] === RUN TestNetworkList//networks [2023-05-05T19:11:09.589Z] === PAUSE TestNetworkList//networks [2023-05-05T19:11:09.589Z] === RUN TestNetworkList//networks/ [2023-05-05T19:11:09.589Z] === PAUSE TestNetworkList//networks/ [2023-05-05T19:11:09.589Z] === CONT TestNetworkList//networks [2023-05-05T19:11:09.589Z] === CONT TestNetworkList//networks/ [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkList (0.01s) [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkList//networks (0.00s) [2023-05-05T19:11:09.589Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestHostIPv4BridgeLabel [2023-05-05T19:11:09.589Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestDaemonRestartWithLiveRestore [2023-05-05T19:11:09.589Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestDaemonDefaultNetworkPools [2023-05-05T19:11:09.589Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestDaemonRestartWithExistingNetwork [2023-05-05T19:11:09.589Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-05-05T19:11:09.589Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-05-05T19:11:09.589Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestServiceWithPredefinedNetwork [2023-05-05T19:11:09.589Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-05-05T19:11:09.589Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:11:09.589Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestServiceWithDataPathPortInit [2023-05-05T19:11:09.589Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-05-05T19:11:09.589Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2023-05-05T19:11:09.589Z] PASS [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === Skipped [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2023-05-05T19:11:09.589Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2023-05-05T19:11:09.589Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2023-05-05T19:11:09.589Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2023-05-05T19:11:09.589Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] DONE 22 tests, 12 skipped in 8.227s [2023-05-05T19:11:09.589Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:11:09.589Z] INFO: Testing against a local daemon [2023-05-05T19:11:09.589Z] === RUN TestDockerNetworkIpvlanPersistance [2023-05-05T19:11:09.589Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:09.589Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestDockerNetworkIpvlan [2023-05-05T19:11:09.589Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:09.589Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:11:09.589Z] PASS [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === Skipped [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:11:09.589Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:11:09.589Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] DONE 2 tests, 2 skipped in 0.031s [2023-05-05T19:11:09.589Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:11:09.589Z] INFO: Testing against a local daemon [2023-05-05T19:11:09.589Z] === RUN TestDockerNetworkMacvlanPersistance [2023-05-05T19:11:09.589Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestDockerNetworkMacvlan [2023-05-05T19:11:09.589Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2023-05-05T19:11:09.589Z] PASS [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === Skipped [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2023-05-05T19:11:09.589Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2023-05-05T19:11:09.589Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] DONE 2 tests, 2 skipped in 0.029s [2023-05-05T19:11:09.589Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2023-05-05T19:11:09.589Z] testing: warning: no tests to run [2023-05-05T19:11:09.589Z] PASS [2023-05-05T19:11:09.589Z] [2023-05-05T19:11:09.589Z] DONE 0 tests in 0.006s [2023-05-05T19:11:09.589Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-05-05T19:11:09.589Z] INFO: Testing against a local daemon [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginAllowRequest [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginTLS [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginDenyRequest [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginAPIDenyResponse [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginDenyResponse [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginAllowEventStream [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginErrorResponse [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginErrorRequest [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginHeader [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.34s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginV2Disable [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginV2Disable (0.33s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-05-05T19:11:09.589Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.589Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s) [2023-05-05T19:11:09.589Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-05-05T19:11:09.629Z] INFO: Removing downloaded files... [2023-05-05T19:11:09.844Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:09.844Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2023-05-05T19:11:09.844Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2023-05-05T19:11:10.099Z] PASS [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === Skipped [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.34s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.33s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2023-05-05T19:11:10.099Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.099Z] [2023-05-05T19:11:10.099Z] DONE 17 tests, 17 skipped in 1.657s [2023-05-05T19:11:10.099Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-05-05T19:11:10.099Z] INFO: Testing against a local daemon [2023-05-05T19:11:10.099Z] === RUN TestPluginInvalidJSON [2023-05-05T19:11:10.099Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:11:10.099Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:11:10.099Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:11:10.099Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-05-05T19:11:10.099Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-05-05T19:11:10.100Z] === RUN TestPluginInstall [2023-05-05T19:11:10.100Z] plugin_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.100Z] --- SKIP: TestPluginInstall (0.00s) [2023-05-05T19:11:10.100Z] === RUN TestPluginsWithRuntimes [2023-05-05T19:11:10.100Z] plugin_test.go:170: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2023-05-05T19:11:10.100Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2023-05-05T19:11:10.100Z] === RUN TestPluginBackCompatMediaTypes [2023-05-05T19:11:10.100Z] plugin_test.go:234: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-05-05T19:11:10.100Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2023-05-05T19:11:10.100Z] PASS [2023-05-05T19:11:10.100Z] [2023-05-05T19:11:10.100Z] === Skipped [2023-05-05T19:11:10.100Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2023-05-05T19:11:10.100Z] plugin_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2023-05-05T19:11:10.100Z] [2023-05-05T19:11:10.100Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2023-05-05T19:11:10.100Z] plugin_test.go:170: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2023-05-05T19:11:10.100Z] [2023-05-05T19:11:10.100Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2023-05-05T19:11:10.100Z] plugin_test.go:234: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2023-05-05T19:11:10.100Z] [2023-05-05T19:11:10.100Z] DONE 5 tests, 3 skipped in 0.040s [2023-05-05T19:11:10.100Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-05-05T19:11:10.100Z] INFO: Testing against a local daemon [2023-05-05T19:11:10.100Z] === RUN TestExternalGraphDriver [2023-05-05T19:11:10.100Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2023-05-05T19:11:10.100Z] INFO: Configuring git core.autocrlf... [2023-05-05T19:11:10.149Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2023-05-05T19:11:10.149Z] === RUN TestDaemonRestartWithExistingNetwork [2023-05-05T19:11:10.216Z] === CONT TestReadPluginNoRead [2023-05-05T19:11:10.216Z] read_test.go:92: [d1c94b96b1622] daemon is not started [2023-05-05T19:11:10.216Z] --- PASS: TestReadPluginNoRead (5.68s) [2023-05-05T19:11:10.216Z] --- PASS: TestReadPluginNoRead/default (1.17s) [2023-05-05T19:11:10.216Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.21s) [2023-05-05T19:11:10.216Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.19s) [2023-05-05T19:11:10.603Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2023-05-05T19:11:10.659Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2023-05-05T19:11:10.659Z] --- SKIP: TestExternalGraphDriver (0.33s) [2023-05-05T19:11:10.659Z] === RUN TestGraphdriverPluginV2 [2023-05-05T19:11:10.862Z] check_test.go:308: [ddbb85df92c25] daemon is not started [2023-05-05T19:11:10.862Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2023-05-05T19:11:11.073Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2023-05-05T19:11:11.073Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-05-05T19:11:11.430Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2023-05-05T19:11:11.430Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2023-05-05T19:11:11.998Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2023-05-05T19:11:12.123Z] --- PASS: TestContinueAfterPluginCrash (7.59s) [2023-05-05T19:11:12.123Z] PASS [2023-05-05T19:11:12.123Z] [2023-05-05T19:11:12.123Z] DONE 6 tests in 7.626s [2023-05-05T19:11:12.258Z] === RUN TestDockerSuite/TestBuildEnv [2023-05-05T19:11:12.383Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-05-05T19:11:12.384Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:12.384Z] ++ set -e [2023-05-05T19:11:12.384Z] ++ '[' -n 0 ']' [2023-05-05T19:11:12.384Z] ++ set -x [2023-05-05T19:11:12.384Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:12.384Z] testing: warning: no tests to run [2023-05-05T19:11:12.384Z] PASS [2023-05-05T19:11:12.384Z] [2023-05-05T19:11:12.384Z] DONE 0 tests in 0.009s [2023-05-05T19:11:12.384Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-05-05T19:11:12.384Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:12.384Z] ++ set -e [2023-05-05T19:11:12.384Z] ++ '[' -n 0 ']' [2023-05-05T19:11:12.384Z] ++ set -x [2023-05-05T19:11:12.384Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:12.384Z] INFO: Testing against a local daemon [2023-05-05T19:11:12.384Z] === RUN TestPluginWithDevMounts [2023-05-05T19:11:12.384Z] === PAUSE TestPluginWithDevMounts [2023-05-05T19:11:12.384Z] === CONT TestPluginWithDevMounts [2023-05-05T19:11:12.437Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2023-05-05T19:11:12.437Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-05-05T19:11:12.517Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2023-05-05T19:11:12.997Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2023-05-05T19:11:12.997Z] === RUN TestServiceWithPredefinedNetwork [2023-05-05T19:11:13.086Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2023-05-05T19:11:13.764Z] --- PASS: TestPluginWithDevMounts (1.54s) [2023-05-05T19:11:13.764Z] PASS [2023-05-05T19:11:13.764Z] [2023-05-05T19:11:13.764Z] DONE 1 tests in 1.575s [2023-05-05T19:11:13.764Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2023-05-05T19:11:13.764Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:13.764Z] ++ set -e [2023-05-05T19:11:13.764Z] ++ '[' -n 0 ']' [2023-05-05T19:11:13.764Z] ++ set -x [2023-05-05T19:11:13.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:14.024Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2023-05-05T19:11:14.024Z] check_test.go:308: [d705476c55494] daemon is not started [2023-05-05T19:11:14.024Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2023-05-05T19:11:14.024Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2023-05-05T19:11:14.024Z] INFO: Testing against a local daemon [2023-05-05T19:11:14.024Z] === RUN TestSecretInspect [2023-05-05T19:11:14.593Z] === RUN TestDockerSuite/TestBuildEnvUsage [2023-05-05T19:11:15.156Z] tests/integration/models_nodes_test.py . [ 91%] [2023-05-05T19:11:15.156Z] tests/integration/models_resources_test.py . [ 91%] [2023-05-05T19:11:15.508Z] --- PASS: TestServiceWithPredefinedNetwork (2.27s) [2023-05-05T19:11:15.508Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-05-05T19:11:15.508Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:11:15.508Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:11:15.508Z] === RUN TestServiceWithDataPathPortInit [2023-05-05T19:11:15.970Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2023-05-05T19:11:16.564Z] --- PASS: TestSecretInspect (2.31s) [2023-05-05T19:11:16.564Z] === RUN TestSecretList [2023-05-05T19:11:17.232Z] --- PASS: TestGraphdriverPluginV2 (6.05s) [2023-05-05T19:11:17.232Z] PASS [2023-05-05T19:11:17.232Z] [2023-05-05T19:11:17.232Z] === Skipped [2023-05-05T19:11:17.233Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.33s) [2023-05-05T19:11:17.233Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2023-05-05T19:11:17.233Z] [2023-05-05T19:11:17.233Z] DONE 2 tests, 1 skipped in 6.414s [2023-05-05T19:11:17.233Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-05-05T19:11:17.233Z] INFO: Testing against a local daemon [2023-05-05T19:11:17.233Z] === RUN TestContinueAfterPluginCrash [2023-05-05T19:11:17.233Z] === PAUSE TestContinueAfterPluginCrash [2023-05-05T19:11:17.233Z] === RUN TestReadPluginNoRead [2023-05-05T19:11:17.233Z] === PAUSE TestReadPluginNoRead [2023-05-05T19:11:17.233Z] === RUN TestDaemonStartWithLogOpt [2023-05-05T19:11:17.233Z] === PAUSE TestDaemonStartWithLogOpt [2023-05-05T19:11:17.233Z] === CONT TestContinueAfterPluginCrash [2023-05-05T19:11:17.233Z] === CONT TestDaemonStartWithLogOpt [2023-05-05T19:11:17.233Z] === CONT TestReadPluginNoRead [2023-05-05T19:11:18.474Z] --- PASS: TestSecretList (2.28s) [2023-05-05T19:11:18.474Z] === RUN TestSecretsCreateAndDelete [2023-05-05T19:11:18.504Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2023-05-05T19:11:18.504Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2023-05-05T19:11:21.014Z] --- PASS: TestSecretsCreateAndDelete (2.36s) [2023-05-05T19:11:21.014Z] === RUN TestSecretsUpdate [2023-05-05T19:11:21.229Z] tests/integration/models_services_test.py ..............X. [ 95%] [2023-05-05T19:11:21.792Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2023-05-05T19:11:22.729Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2023-05-05T19:11:23.553Z] --- PASS: TestSecretsUpdate (2.34s) [2023-05-05T19:11:23.553Z] === RUN TestTemplatedSecret [2023-05-05T19:11:23.666Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2023-05-05T19:11:23.768Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-05-05T19:11:24.492Z] tests/integration/models_swarm_test.py .. [ 96%] [2023-05-05T19:11:24.492Z] tests/integration/models_volumes_test.py .. [ 96%] [2023-05-05T19:11:25.128Z] --- PASS: TestDaemonStartWithLogOpt (8.44s) [2023-05-05T19:11:25.686Z] === RUN TestReadPluginNoRead/default [2023-05-05T19:11:26.093Z] --- PASS: TestTemplatedSecret (2.56s) [2023-05-05T19:11:26.093Z] === RUN TestSecretCreateResolve [2023-05-05T19:11:26.198Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2023-05-05T19:11:28.002Z] --- PASS: TestSecretCreateResolve (2.29s) [2023-05-05T19:11:28.002Z] PASS [2023-05-05T19:11:28.002Z] [2023-05-05T19:11:28.002Z] DONE 6 tests in 14.171s [2023-05-05T19:11:28.002Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2023-05-05T19:11:28.002Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:28.002Z] ++ set -e [2023-05-05T19:11:28.002Z] ++ '[' -n 0 ']' [2023-05-05T19:11:28.002Z] ++ set -x [2023-05-05T19:11:28.002Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:11:28.002Z] INFO: Testing against a local daemon [2023-05-05T19:11:28.002Z] === RUN TestServiceCreateInit [2023-05-05T19:11:28.002Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-05-05T19:11:28.195Z] === RUN TestReadPluginNoRead/disabled_caching [2023-05-05T19:11:28.397Z] tests/integration/regression_test.py ...... [ 98%] [2023-05-05T19:11:28.733Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2023-05-05T19:11:28.754Z] --- PASS: TestContinueAfterPluginCrash (11.98s) [2023-05-05T19:11:28.911Z] tests/integration/credentials/store_test.py ...... [ 99%] [2023-05-05T19:11:28.911Z] tests/integration/credentials/utils_test.py . [100%] [2023-05-05T19:11:28.911Z] [2023-05-05T19:11:28.911Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2023-05-05T19:11:28.911Z] =========================== short test summary info ============================ [2023-05-05T19:11:28.911Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2023-05-05T19:11:28.911Z] CONFIG_RT_GROUP_SCHED isn't enabled [2023-05-05T19:11:28.911Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2023-05-05T19:11:28.911Z] Not supported on most drivers [2023-05-05T19:11:28.911Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2023-05-05T19:11:28.911Z] Output of docker top depends on host distro, and is not formalized. [2023-05-05T19:11:28.911Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2023-05-05T19:11:28.911Z] Output of docker top depends on host distro, and is not formalized. [2023-05-05T19:11:28.911Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2023-05-05T19:11:28.911Z] Can fail if eth0 has multiple IP addresses [2023-05-05T19:11:28.911Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2023-05-05T19:11:28.911Z] This doesn't seem to be taken into account by the engine [2023-05-05T19:11:28.911Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2023-05-05T19:11:28.911Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2023-05-05T19:11:28.911Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 306.73 seconds == [2023-05-05T19:11:29.167Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2023-05-05T19:11:30.113Z] === CONT TestReadPluginNoRead [2023-05-05T19:11:30.113Z] read_test.go:92: [dc9bae4258384] daemon is not started [2023-05-05T19:11:30.113Z] --- PASS: TestReadPluginNoRead (13.44s) [2023-05-05T19:11:30.113Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.40s) [2023-05-05T19:11:30.113Z] --- PASS: TestReadPluginNoRead/default (2.30s) [2023-05-05T19:11:30.113Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.25s) [2023-05-05T19:11:30.113Z] PASS [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] DONE 6 tests in 13.469s [2023-05-05T19:11:30.113Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-05-05T19:11:30.113Z] testing: warning: no tests to run [2023-05-05T19:11:30.113Z] PASS [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] DONE 0 tests in 0.007s [2023-05-05T19:11:30.113Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-05-05T19:11:30.113Z] INFO: Testing against a local daemon [2023-05-05T19:11:30.113Z] === RUN TestPluginWithDevMounts [2023-05-05T19:11:30.113Z] mounts_test.go:20: (*Execution).IsRootless-fm [2023-05-05T19:11:30.113Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2023-05-05T19:11:30.113Z] PASS [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] === Skipped [2023-05-05T19:11:30.113Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2023-05-05T19:11:30.113Z] mounts_test.go:20: (*Execution).IsRootless-fm [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] DONE 1 tests, 1 skipped in 0.028s [2023-05-05T19:11:30.113Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2023-05-05T19:11:30.113Z] INFO: Testing against a local daemon [2023-05-05T19:11:30.113Z] === RUN TestSecretInspect [2023-05-05T19:11:30.113Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] --- SKIP: TestSecretInspect (0.01s) [2023-05-05T19:11:30.113Z] === RUN TestSecretList [2023-05-05T19:11:30.113Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] --- SKIP: TestSecretList (0.01s) [2023-05-05T19:11:30.113Z] === RUN TestSecretsCreateAndDelete [2023-05-05T19:11:30.113Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2023-05-05T19:11:30.113Z] === RUN TestSecretsUpdate [2023-05-05T19:11:30.113Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] --- SKIP: TestSecretsUpdate (0.01s) [2023-05-05T19:11:30.113Z] === RUN TestTemplatedSecret [2023-05-05T19:11:30.113Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] --- SKIP: TestTemplatedSecret (0.00s) [2023-05-05T19:11:30.113Z] === RUN TestSecretCreateResolve [2023-05-05T19:11:30.113Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] --- SKIP: TestSecretCreateResolve (0.01s) [2023-05-05T19:11:30.113Z] PASS [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] === Skipped [2023-05-05T19:11:30.113Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2023-05-05T19:11:30.113Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2023-05-05T19:11:30.113Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2023-05-05T19:11:30.113Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2023-05-05T19:11:30.113Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2023-05-05T19:11:30.113Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.113Z] [2023-05-05T19:11:30.113Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2023-05-05T19:11:30.114Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.114Z] [2023-05-05T19:11:30.114Z] DONE 6 tests, 6 skipped in 0.082s [2023-05-05T19:11:30.114Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2023-05-05T19:11:30.338Z] --- PASS: TestServiceWithDataPathPortInit (14.29s) [2023-05-05T19:11:30.338Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-05-05T19:11:30.368Z] INFO: Testing against a local daemon [2023-05-05T19:11:30.368Z] === RUN TestServiceCreateInit [2023-05-05T19:11:30.368Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-05-05T19:11:30.368Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-05-05T19:11:30.368Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- PASS: TestServiceCreateInit (0.01s) [2023-05-05T19:11:30.368Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-05-05T19:11:30.368Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-05-05T19:11:30.368Z] === RUN TestCreateServiceMultipleTimes [2023-05-05T19:11:30.368Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateServiceConflict [2023-05-05T19:11:30.368Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateServiceConflict (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateServiceMaxReplicas [2023-05-05T19:11:30.368Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateWithDuplicateNetworkNames [2023-05-05T19:11:30.368Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateServiceSecretFileMode [2023-05-05T19:11:30.368Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateServiceConfigFileMode [2023-05-05T19:11:30.368Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateServiceSysctls [2023-05-05T19:11:30.368Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateServiceSysctls (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateServiceCapabilities [2023-05-05T19:11:30.368Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateServiceCapabilities (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestInspect [2023-05-05T19:11:30.368Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestInspect (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestCreateJob [2023-05-05T19:11:30.368Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestCreateJob (0.00s) [2023-05-05T19:11:30.368Z] === RUN TestReplicatedJob [2023-05-05T19:11:30.368Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestReplicatedJob (0.00s) [2023-05-05T19:11:30.368Z] === RUN TestUpdateReplicatedJob [2023-05-05T19:11:30.368Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestServiceListWithStatuses [2023-05-05T19:11:30.368Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:11:30.368Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-05-05T19:11:30.368Z] === RUN TestDockerNetworkConnectAlias [2023-05-05T19:11:30.368Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestDockerNetworkReConnect [2023-05-05T19:11:30.368Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:30.368Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2023-05-05T19:11:30.368Z] === RUN TestServicePlugin [2023-05-05T19:11:32.199Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-05-05T19:11:32.223Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:slrrjeybzh2mfiovt8hmh6oyo Created:2023-05-05 19:11:30.728108551 +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[e060da6917a078ab3d77dd2c9cbc94164e65f22956f0c758054aed2006d1a0de:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hpvlw6djghhen1j3c3z3e90yy EndpointID:b89646f83df4b426370b1910361317fe77e449e1ebf4d7e32e26af83dbe6e70d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:90a6c05efbe2910b04444b64a43769872145eb30e8440e2a44a329eada36ebd8 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:4ae8a5b16fdb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hpvlw6djghhen1j3c3z3e90yy EndpointID:b89646f83df4b426370b1910361317fe77e449e1ebf4d7e32e26af83dbe6e70d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-05-05T19:11:32.923Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2023-05-05T19:11:32.924Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2023-05-05T19:11:33.182Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2023-05-05T19:11:33.441Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2023-05-05T19:11:33.629Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServicePlugin (2.80s) [2023-05-05T19:11:33.629Z] === RUN TestServiceUpdateLabel [2023-05-05T19:11:33.629Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2023-05-05T19:11:33.629Z] === RUN TestServiceUpdateSecrets [2023-05-05T19:11:33.629Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2023-05-05T19:11:33.629Z] === RUN TestServiceUpdateConfigs [2023-05-05T19:11:33.629Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2023-05-05T19:11:33.629Z] === RUN TestServiceUpdateNetwork [2023-05-05T19:11:33.629Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2023-05-05T19:11:33.629Z] === RUN TestServiceUpdatePidsLimit [2023-05-05T19:11:33.629Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2023-05-05T19:11:33.629Z] PASS [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === Skipped [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-05-05T19:11:33.629Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-05-05T19:11:33.629Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.01s) [2023-05-05T19:11:33.629Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2023-05-05T19:11:33.629Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestCreateJob (0.00s) [2023-05-05T19:11:33.629Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestReplicatedJob (0.00s) [2023-05-05T19:11:33.629Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2023-05-05T19:11:33.629Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2023-05-05T19:11:33.629Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2023-05-05T19:11:33.629Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2023-05-05T19:11:33.629Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServicePlugin (2.80s) [2023-05-05T19:11:33.629Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2023-05-05T19:11:33.629Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2023-05-05T19:11:33.629Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2023-05-05T19:11:33.629Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2023-05-05T19:11:33.629Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2023-05-05T19:11:33.629Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] DONE 24 tests, 23 skipped in 3.036s [2023-05-05T19:11:33.629Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2023-05-05T19:11:33.629Z] INFO: Testing against a local daemon [2023-05-05T19:11:33.629Z] === RUN TestSessionCreate [2023-05-05T19:11:33.629Z] --- PASS: TestSessionCreate (0.01s) [2023-05-05T19:11:33.629Z] === RUN TestSessionCreateWithBadUpgrade [2023-05-05T19:11:33.629Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2023-05-05T19:11:33.629Z] PASS [2023-05-05T19:11:33.629Z] [2023-05-05T19:11:33.629Z] DONE 2 tests in 0.058s [2023-05-05T19:11:33.629Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2023-05-05T19:11:33.629Z] INFO: Testing against a local daemon [2023-05-05T19:11:33.629Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-05-05T19:11:33.629Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-05-05T19:11:33.629Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:11:33.629Z] === RUN TestEventsExecDie [2023-05-05T19:11:33.885Z] --- PASS: TestEventsExecDie (0.58s) [2023-05-05T19:11:33.885Z] === RUN TestEventsBackwardsCompatible [2023-05-05T19:11:33.885Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2023-05-05T19:11:33.885Z] === RUN TestInfoBinaryCommits [2023-05-05T19:11:34.140Z] --- PASS: TestInfoBinaryCommits (0.02s) [2023-05-05T19:11:34.140Z] === RUN TestInfoAPIVersioned [2023-05-05T19:11:34.140Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-05-05T19:11:34.140Z] === RUN TestInfoDiscoveryBackend [2023-05-05T19:11:34.400Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2023-05-05T19:11:34.988Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2023-05-05T19:11:35.500Z] --- PASS: TestInfoDiscoveryBackend (1.56s) [2023-05-05T19:11:35.500Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-05-05T19:11:36.397Z] --- PASS: TestServiceCreateInit (7.53s) [2023-05-05T19:11:36.397Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.81s) [2023-05-05T19:11:36.397Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2023-05-05T19:11:36.397Z] === RUN TestCreateServiceMultipleTimes [2023-05-05T19:11:37.458Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.23s) [2023-05-05T19:11:37.458Z] PASS [2023-05-05T19:11:37.458Z] [2023-05-05T19:11:37.458Z] === Skipped [2023-05-05T19:11:37.458Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:11:37.458Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:11:37.458Z] [2023-05-05T19:11:37.458Z] DONE 26 tests, 1 skipped in 44.606s [2023-05-05T19:11:37.458Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:11:37.458Z] INFO: Testing against a local daemon [2023-05-05T19:11:37.458Z] === RUN TestDockerNetworkIpvlanPersistance [2023-05-05T19:11:37.458Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:37.458Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:11:37.458Z] === RUN TestDockerNetworkIpvlan [2023-05-05T19:11:37.458Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:37.458Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:11:37.458Z] PASS [2023-05-05T19:11:37.458Z] [2023-05-05T19:11:37.458Z] === Skipped [2023-05-05T19:11:37.458Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:11:37.458Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:37.458Z] [2023-05-05T19:11:37.458Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:11:37.458Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:11:37.458Z] [2023-05-05T19:11:37.458Z] DONE 2 tests, 2 skipped in 0.030s [2023-05-05T19:11:37.458Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:11:37.458Z] INFO: Testing against a local daemon [2023-05-05T19:11:37.458Z] === RUN TestDockerNetworkMacvlanPersistance [2023-05-05T19:11:37.558Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2023-05-05T19:11:38.019Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2023-05-05T19:11:38.019Z] === RUN TestDockerNetworkMacvlan [2023-05-05T19:11:38.944Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-05-05T19:11:39.504Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-05-05T19:11:39.510Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2023-05-05T19:11:39.510Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2023-05-05T19:11:39.656Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.35s) [2023-05-05T19:11:39.656Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-05-05T19:11:39.656Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:11:39.656Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2023-05-05T19:11:39.656Z] === RUN TestInfoAPI [2023-05-05T19:11:39.656Z] --- PASS: TestInfoAPI (0.02s) [2023-05-05T19:11:39.656Z] === RUN TestInfoAPIWarnings [2023-05-05T19:11:39.783Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2023-05-05T19:11:40.057Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2023-05-05T19:11:40.064Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-05-05T19:11:41.017Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2023-05-05T19:11:41.017Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2023-05-05T19:11:41.017Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2023-05-05T19:11:41.276Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2023-05-05T19:11:41.346Z] Leaving: AppArmorNo profiles have been unloaded. [2023-05-05T19:11:41.346Z] [2023-05-05T19:11:41.346Z] Unloading profiles will leave already running processes permanently [2023-05-05T19:11:41.346Z] unconfined, which can lead to unexpected situations. [2023-05-05T19:11:41.346Z] [2023-05-05T19:11:41.346Z] To set a process to complain mode, use the command line tool [2023-05-05T19:11:41.346Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-05-05T19:11:41.346Z] Post stage [Pipeline] junit [2023-05-05T19:11:41.358Z] Recording test results [2023-05-05T19:11:41.843Z] docker_cli_daemon_test.go:2550: [df0192f6564df] daemon is not started [2023-05-05T19:11:41.950Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-05-05T19:11:42.321Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2023-05-05T19:11:42.593Z] + echo Ensuring container killed. [2023-05-05T19:11:42.593Z] Ensuring container killed. [2023-05-05T19:11:42.594Z] + docker rm -vf docker-pr5 [2023-05-05T19:11:42.594Z] Error response from daemon: No such container: docker-pr5 [Pipeline] sh [2023-05-05T19:11:42.872Z] + echo Chowning /workspace to jenkins user [2023-05-05T19:11:42.872Z] Chowning /workspace to jenkins user [2023-05-05T19:11:42.872Z] + id -u [2023-05-05T19:11:42.872Z] + id -g [2023-05-05T19:11:42.872Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45406:/workspace busybox chown -R 1000:1000 /workspace [2023-05-05T19:11:43.221Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2023-05-05T19:11:43.835Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-05-05T19:11:44.530Z] + bundleName=docker-py [2023-05-05T19:11:44.530Z] + echo Creating docker-py-bundles.tar.gz [2023-05-05T19:11:44.530Z] Creating docker-py-bundles.tar.gz [2023-05-05T19:11:44.530Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2023-05-05T19:11:44.540Z] Archiving artifacts [2023-05-05T19:11:46.098Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45406/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2023-05-05T19:11:46.463Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh binary-daemon [2023-05-05T19:11:46.721Z] [2023-05-05T19:11:46.721Z] Removing bundles/ [2023-05-05T19:11:46.721Z] [2023-05-05T19:11:46.721Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2023-05-05T19:11:46.978Z] Building: bundles/binary-daemon/dockerd-dev [2023-05-05T19:11:46.978Z] GOOS="" GOARCH="" GOARM="" [2023-05-05T19:11:47.097Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-05-05T19:11:47.659Z] --- PASS: TestDockerNetworkMacvlan (9.59s) [2023-05-05T19:11:47.659Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2023-05-05T19:11:47.659Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2023-05-05T19:11:47.659Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s) [2023-05-05T19:11:47.659Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s) [2023-05-05T19:11:47.659Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.97s) [2023-05-05T19:11:47.659Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s) [2023-05-05T19:11:47.659Z] PASS [2023-05-05T19:11:47.659Z] [2023-05-05T19:11:47.659Z] DONE 8 tests in 10.899s [2023-05-05T19:11:47.659Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2023-05-05T19:11:47.659Z] testing: warning: no tests to run [2023-05-05T19:11:47.659Z] PASS [2023-05-05T19:11:47.659Z] [2023-05-05T19:11:47.659Z] DONE 0 tests in 0.007s [2023-05-05T19:11:47.659Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-05-05T19:11:47.659Z] INFO: Testing against a local daemon [2023-05-05T19:11:47.659Z] === RUN TestAuthZPluginAllowRequest [2023-05-05T19:11:49.022Z] --- PASS: TestAuthZPluginAllowRequest (1.19s) [2023-05-05T19:11:49.022Z] === RUN TestAuthZPluginTLS [2023-05-05T19:11:49.581Z] --- PASS: TestAuthZPluginTLS (0.54s) [2023-05-05T19:11:49.581Z] === RUN TestAuthZPluginDenyRequest [2023-05-05T19:11:49.786Z] === RUN TestDockerSuite/TestBuildExpose [2023-05-05T19:11:49.786Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2023-05-05T19:11:49.786Z] === RUN TestDockerSuite/TestBuildExposeOrder [2023-05-05T19:11:49.786Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2023-05-05T19:11:49.786Z] === RUN TestDockerSuite/TestBuildFails [2023-05-05T19:11:50.141Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2023-05-05T19:11:50.141Z] === RUN TestAuthZPluginAPIDenyResponse [2023-05-05T19:11:50.354Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2023-05-05T19:11:50.354Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2023-05-05T19:11:50.396Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2023-05-05T19:11:50.396Z] === RUN TestAuthZPluginDenyResponse [2023-05-05T19:11:50.614Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2023-05-05T19:11:50.956Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2023-05-05T19:11:50.956Z] === RUN TestAuthZPluginAllowEventStream [2023-05-05T19:11:51.290Z] --- PASS: TestCreateServiceMultipleTimes (15.16s) [2023-05-05T19:11:51.290Z] === RUN TestCreateServiceConflict [2023-05-05T19:11:51.991Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2023-05-05T19:11:52.317Z] --- PASS: TestAuthZPluginAllowEventStream (1.13s) [2023-05-05T19:11:52.317Z] === RUN TestAuthZPluginErrorResponse [2023-05-05T19:11:52.559Z] === RUN TestDockerDaemonSuite/TestShmSize [2023-05-05T19:11:52.877Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2023-05-05T19:11:52.877Z] === RUN TestAuthZPluginErrorRequest [2023-05-05T19:11:53.132Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2023-05-05T19:11:53.132Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-05-05T19:11:53.198Z] --- PASS: TestCreateServiceConflict (2.34s) [2023-05-05T19:11:53.198Z] === RUN TestCreateServiceMaxReplicas [2023-05-05T19:11:53.496Z] === RUN TestDockerSuite/TestBuildForceRm [2023-05-05T19:11:53.691Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2023-05-05T19:11:53.692Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-05-05T19:11:54.064Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2023-05-05T19:11:54.633Z] === RUN TestDockerSuite/TestBuildFromGit [2023-05-05T19:11:55.054Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2023-05-05T19:11:55.054Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-05-05T19:11:55.570Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2023-05-05T19:11:55.735Z] --- PASS: TestCreateServiceMaxReplicas (2.67s) [2023-05-05T19:11:55.735Z] === RUN TestCreateWithDuplicateNetworkNames [2023-05-05T19:11:55.829Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2023-05-05T19:11:55.829Z] check_test.go:308: [d4ba34311ff39] daemon is not started [2023-05-05T19:11:55.829Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2023-05-05T19:11:55.829Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2023-05-05T19:11:56.397Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2023-05-05T19:11:56.416Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.32s) [2023-05-05T19:11:56.416Z] === RUN TestAuthZPluginHeader [2023-05-05T19:11:56.976Z] --- PASS: TestAuthZPluginHeader (0.65s) [2023-05-05T19:11:56.976Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-05-05T19:11:57.679Z] --- PASS: TestInfoAPIWarnings (17.34s) [2023-05-05T19:11:57.679Z] === RUN TestInfoDebug [2023-05-05T19:11:57.775Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2023-05-05T19:11:57.934Z] --- PASS: TestInfoDebug (1.54s) [2023-05-05T19:11:57.934Z] === RUN TestInfoInsecureRegistries [2023-05-05T19:11:58.344Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2023-05-05T19:11:58.344Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2023-05-05T19:11:59.293Z] --- PASS: TestInfoInsecureRegistries (1.56s) [2023-05-05T19:11:59.293Z] === RUN TestInfoRegistryMirrors [2023-05-05T19:11:59.721Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite (289.88s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.05s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (0.99s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.42s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.98s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.00s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.69s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.16s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.66s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (1.90s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.90s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.07s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.38s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.18s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.94s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.50s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.15s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.29s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.51s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.19s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.15s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.54s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.53s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.58s) [2023-05-05T19:12:00.658Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.51s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.46s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.40s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.08s) [2023-05-05T19:12:00.659Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.67s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.65s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.21s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.31s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.61s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.51s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.73s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.69s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.50s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.51s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.66s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.38s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.32s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.32s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.48s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.18s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.56s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.03s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.94s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (9.79s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (1.84s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.49s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.28s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.47s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.26s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.96s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.11s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.99s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.76s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.18s) [2023-05-05T19:12:00.659Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2023-05-05T19:12:00.659Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.58s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.05s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.69s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.47s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.92s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.74s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (2.98s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.30s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (1.91s) [2023-05-05T19:12:00.659Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.51s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.46s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.35s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.48s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.04s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.57s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.08s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.03s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.19s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.39s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.51s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (1.88s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.33s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.17s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (3.61s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (2.54s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (1.99s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.26s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.56s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.34s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.08s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.14s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.42s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.92s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.04s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.59s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (2.51s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.54s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.20s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.80s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.87s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.44s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (5.72s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (7.42s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (1.95s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.31s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (1.89s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.04s) [2023-05-05T19:12:00.918Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.97s) [2023-05-05T19:12:00.918Z] === RUN TestDockerSwarmSuite [2023-05-05T19:12:00.918Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2023-05-05T19:12:01.177Z] --- PASS: TestInfoRegistryMirrors (1.56s) [2023-05-05T19:12:01.177Z] === RUN TestLoginFailsWithBadCredentials [2023-05-05T19:12:01.177Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2023-05-05T19:12:01.432Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2023-05-05T19:12:01.432Z] === RUN TestPingCacheHeaders [2023-05-05T19:12:01.432Z] --- PASS: TestPingCacheHeaders (0.01s) [2023-05-05T19:12:01.432Z] === RUN TestPingGet [2023-05-05T19:12:01.432Z] --- PASS: TestPingGet (0.01s) [2023-05-05T19:12:01.432Z] === RUN TestPingHead [2023-05-05T19:12:01.432Z] --- PASS: TestPingHead (0.01s) [2023-05-05T19:12:01.432Z] === RUN TestVersion [2023-05-05T19:12:01.432Z] --- PASS: TestVersion (0.01s) [2023-05-05T19:12:01.432Z] PASS [2023-05-05T19:12:01.432Z] [2023-05-05T19:12:01.432Z] === Skipped [2023-05-05T19:12:01.432Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:12:01.432Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-05-05T19:12:01.432Z] [2023-05-05T19:12:01.432Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2023-05-05T19:12:01.432Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2023-05-05T19:12:01.432Z] [2023-05-05T19:12:01.432Z] DONE 18 tests, 2 skipped in 28.050s [2023-05-05T19:12:01.432Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2023-05-05T19:12:01.432Z] INFO: Testing against a local daemon [2023-05-05T19:12:01.432Z] === RUN TestVolumesCreateAndList [2023-05-05T19:12:01.432Z] --- PASS: TestVolumesCreateAndList (0.02s) [2023-05-05T19:12:01.432Z] === RUN TestVolumesRemove [2023-05-05T19:12:01.432Z] --- PASS: TestVolumesRemove (0.06s) [2023-05-05T19:12:01.432Z] === RUN TestVolumesInspect [2023-05-05T19:12:01.432Z] --- PASS: TestVolumesInspect (0.02s) [2023-05-05T19:12:01.432Z] === RUN TestVolumesInvalidJSON [2023-05-05T19:12:01.432Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-05-05T19:12:01.432Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-05-05T19:12:01.432Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-05-05T19:12:01.432Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-05-05T19:12:01.432Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-05-05T19:12:01.432Z] PASS [2023-05-05T19:12:01.432Z] [2023-05-05T19:12:01.432Z] DONE 5 tests in 0.136s [2023-05-05T19:12:01.432Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-05-05T19:12:01.687Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 18778 is not a child of this shell [2023-05-05T19:12:01.687Z] warning: PID 18778 from bundles/test-integration/docker.pid had a nonzero exit code [2023-05-05T19:12:01.687Z] Leaving: AppArmorNo profiles have been unloaded. [2023-05-05T19:12:01.687Z] [2023-05-05T19:12:01.687Z] Unloading profiles will leave already running processes permanently [2023-05-05T19:12:01.687Z] unconfined, which can lead to unexpected situations. [2023-05-05T19:12:01.687Z] [2023-05-05T19:12:01.687Z] To set a process to complain mode, use the command line tool [2023-05-05T19:12:01.687Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-05-05T19:12:01.687Z] Removing test suite binaries [2023-05-05T19:12:01.687Z] exiting test-integration [2023-05-05T19:12:01.687Z] ++ exit 0 [2023-05-05T19:12:02.113Z] === RUN TestDockerSuite/TestBuildHistory [2023-05-05T19:12:02.214Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.31s) [2023-05-05T19:12:02.214Z] === RUN TestAuthZPluginV2Disable [2023-05-05T19:12:02.655Z] Post stage [Pipeline] junit [2023-05-05T19:12:03.223Z] Recording test results [2023-05-05T19:12:03.491Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2023-05-05T19:12:04.041Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-05-05T19:12:04.365Z] + echo Ensuring container killed. [2023-05-05T19:12:04.365Z] Ensuring container killed. [2023-05-05T19:12:04.365Z] + docker rm -vf docker-pr5 [2023-05-05T19:12:04.365Z] Error response from daemon: No such container: docker-pr5 [Pipeline] sh [2023-05-05T19:12:04.429Z] === RUN TestDockerSuite/TestBuildIidFile [2023-05-05T19:12:04.429Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2023-05-05T19:12:04.677Z] + echo Chowning /workspace to jenkins user [2023-05-05T19:12:04.677Z] Chowning /workspace to jenkins user [2023-05-05T19:12:04.677Z] + id -u [2023-05-05T19:12:04.677Z] + id -g [2023-05-05T19:12:04.677Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45406:/workspace busybox chown -R 1000:1000 /workspace [2023-05-05T19:12:04.677Z] Unable to find image 'busybox:latest' locally [2023-05-05T19:12:04.677Z] latest: Pulling from library/busybox [2023-05-05T19:12:04.932Z] 4b35f584bb4f: Pulling fs layer [2023-05-05T19:12:04.932Z] 4b35f584bb4f: Verifying Checksum [2023-05-05T19:12:04.932Z] 4b35f584bb4f: Download complete [2023-05-05T19:12:04.932Z] 4b35f584bb4f: Pull complete [2023-05-05T19:12:04.932Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-05-05T19:12:04.932Z] Status: Downloaded newer image for busybox:latest [2023-05-05T19:12:05.365Z] === RUN TestDockerSuite/TestBuildInheritance [2023-05-05T19:12:05.475Z] --- PASS: TestAuthZPluginV2Disable (3.71s) [2023-05-05T19:12:05.475Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-05-05T19:12:05.624Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2023-05-05T19:12:05.882Z] === RUN TestDockerSuite/TestBuildInvalidTag [2023-05-05T19:12:05.882Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-05-05T19:12:06.450Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2023-05-05T19:12:06.618Z] + bundleName=amd64-rootless [2023-05-05T19:12:06.618Z] + echo Creating amd64-rootless-bundles.tar.gz [2023-05-05T19:12:06.618Z] Creating amd64-rootless-bundles.tar.gz [2023-05-05T19:12:06.618Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2023-05-05T19:12:06.618Z] + 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 [2023-05-05T19:12:06.627Z] Archiving artifacts [2023-05-05T19:12:06.709Z] === RUN TestDockerSuite/TestBuildLabel [2023-05-05T19:12:06.969Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2023-05-05T19:12:07.229Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2023-05-05T19:12:07.229Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2023-05-05T19:12:07.488Z] === RUN TestDockerSuite/TestBuildLabels [2023-05-05T19:12:07.748Z] === RUN TestDockerSuite/TestBuildLabelsCache [2023-05-05T19:12:07.845Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45406/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-05-05T19:12:08.142Z] + make clean [2023-05-05T19:12:08.316Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2023-05-05T19:12:08.397Z] docker volume rm -f docker-dev-cache [2023-05-05T19:12:08.397Z] docker-dev-cache [Pipeline] deleteDir [2023-05-05T19:12:08.736Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.44s) [2023-05-05T19:12:08.736Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-05T19:12:10.220Z] === RUN TestDockerSuite/TestBuildLastModified [2023-05-05T19:12:10.220Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2023-05-05T19:12:10.628Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s) [2023-05-05T19:12:10.628Z] === RUN TestCreateServiceSecretFileMode [2023-05-05T19:12:14.409Z] === RUN TestDockerSuite/TestBuildLineBreak [2023-05-05T19:12:16.312Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2023-05-05T19:12:16.312Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2023-05-05T19:12:16.312Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2023-05-05T19:12:16.571Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2023-05-05T19:12:16.572Z] === RUN TestDockerSuite/TestBuildMaintainer [2023-05-05T19:12:16.572Z] === RUN TestDockerSuite/TestBuildMissingArgs [2023-05-05T19:12:17.508Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2023-05-05T19:12:18.443Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2023-05-05T19:12:18.668Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.50s) [2023-05-05T19:12:18.668Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-05-05T19:12:20.976Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2023-05-05T19:12:20.976Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2023-05-05T19:12:21.234Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2023-05-05T19:12:22.612Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2023-05-05T19:12:22.843Z] --- PASS: TestCreateServiceSecretFileMode (12.60s) [2023-05-05T19:12:22.843Z] === RUN TestCreateServiceConfigFileMode [2023-05-05T19:12:23.548Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2023-05-05T19:12:25.452Z] docker_api_swarm_test.go:563: [dda294fc094f7] joining swarm manager [d34202be93b0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:12:25.699Z] Created binary: bundles/binary-daemon/dockerd-dev [2023-05-05T19:12:25.699Z] Copying nested executables into bundles/binary-daemon [2023-05-05T19:12:25.699Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2023-05-05T19:12:26.019Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/make.sh cross [2023-05-05T19:12:26.276Z] [2023-05-05T19:12:26.533Z] Removing bundles/ [2023-05-05T19:12:26.534Z] [2023-05-05T19:12:26.534Z] ---> Making bundle: cross (in bundles/cross) [2023-05-05T19:12:26.534Z] Cross building: bundles/cross/linux/amd64 [2023-05-05T19:12:26.534Z] Building: bundles/cross/linux/amd64/dockerd-dev [2023-05-05T19:12:26.534Z] GOOS="linux" GOARCH="amd64" GOARM="" [2023-05-05T19:12:27.985Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2023-05-05T19:12:28.244Z] --- PASS: TestImportExtremelyLargeImageWorks (93.68s) [2023-05-05T19:12:28.244Z] PASS [2023-05-05T19:12:28.244Z] [2023-05-05T19:12:28.244Z] DONE 13 tests in 96.548s [2023-05-05T19:12:28.244Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2023-05-05T19:12:28.244Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:12:28.244Z] ++ set -e [2023-05-05T19:12:28.244Z] ++ '[' -n 0 ']' [2023-05-05T19:12:28.244Z] ++ set -x [2023-05-05T19:12:28.244Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:12:28.244Z] INFO: Testing against a local daemon [2023-05-05T19:12:28.244Z] === RUN TestNetworkCreateDelete [2023-05-05T19:12:28.503Z] --- PASS: TestNetworkCreateDelete (0.22s) [2023-05-05T19:12:28.503Z] === RUN TestDockerNetworkDeletePreferID [2023-05-05T19:12:29.069Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2023-05-05T19:12:29.069Z] === RUN TestDaemonDNSFallback [2023-05-05T19:12:30.445Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2023-05-05T19:12:30.703Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2023-05-05T19:12:32.079Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2023-05-05T19:12:32.079Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2023-05-05T19:12:32.079Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2023-05-05T19:12:35.058Z] --- PASS: TestCreateServiceConfigFileMode (12.50s) [2023-05-05T19:12:35.058Z] === RUN TestCreateServiceSysctls [2023-05-05T19:12:35.365Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2023-05-05T19:12:35.365Z] --- PASS: TestDaemonDNSFallback (6.44s) [2023-05-05T19:12:35.365Z] === RUN TestInspectNetwork [2023-05-05T19:12:35.623Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2023-05-05T19:12:35.623Z] docker_api_swarm_test.go:585: [d03baa770234d] joining swarm manager [d34202be93b0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:12:36.694Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2023-05-05T19:12:36.694Z] PASS [2023-05-05T19:12:36.694Z] [2023-05-05T19:12:36.694Z] DONE 17 tests in 47.225s [2023-05-05T19:12:36.694Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-05-05T19:12:36.694Z] INFO: Testing against a local daemon [2023-05-05T19:12:36.694Z] === RUN TestPluginInvalidJSON [2023-05-05T19:12:36.694Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:12:36.694Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:12:36.694Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:12:36.694Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-05-05T19:12:36.694Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-05-05T19:12:36.694Z] === RUN TestPluginInstall [2023-05-05T19:12:36.694Z] === RUN TestPluginInstall/no_auth [2023-05-05T19:12:37.000Z] === RUN TestDockerSuite/TestBuildMultipleTags [2023-05-05T19:12:37.000Z] === RUN TestDockerSuite/TestBuildNetContainer [2023-05-05T19:12:37.596Z] --- PASS: TestCreateServiceSysctls (3.21s) [2023-05-05T19:12:37.596Z] === RUN TestCreateServiceCapabilities [2023-05-05T19:12:37.620Z] time="2023-05-05T19:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:12:37.620Z] time="2023-05-05T19:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3acb474d0e762f67d5e5fa0dbef1cb61789165ec64898493d304d6e548768191" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:12:37.620Z] time="2023-05-05T19:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:12:37.621Z] time="2023-05-05T19:12:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3acb474d0e762f67d5e5fa0dbef1cb61789165ec64898493d304d6e548768191" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:12:37.875Z] === RUN TestPluginInstall/with_htpasswd [2023-05-05T19:12:38.130Z] time="2023-05-05T19:12:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:12:38.130Z] time="2023-05-05T19:12:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3acb474d0e762f67d5e5fa0dbef1cb61789165ec64898493d304d6e548768191" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:12:38.130Z] time="2023-05-05T19:12:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:12:38.130Z] time="2023-05-05T19:12:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3acb474d0e762f67d5e5fa0dbef1cb61789165ec64898493d304d6e548768191" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:12:38.377Z] check_test.go:379: [dda294fc094f7] daemon is not started [2023-05-05T19:12:38.385Z] === RUN TestPluginInstall/with_insecure [2023-05-05T19:12:38.945Z] === RUN TestDockerSuite/TestBuildNetNone [2023-05-05T19:12:39.310Z] time="2023-05-05T19:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:12:39.310Z] time="2023-05-05T19:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96ac72cd1b97d5ca17e586c7390c6434abd433662fcf6a62405e121d1ae1bb19" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:12:39.310Z] time="2023-05-05T19:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:12:39.310Z] time="2023-05-05T19:12:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96ac72cd1b97d5ca17e586c7390c6434abd433662fcf6a62405e121d1ae1bb19" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:12:39.512Z] === RUN TestDockerSuite/TestBuildNoContext [2023-05-05T19:12:39.513Z] === RUN TestInspectNetwork/full_network_id [2023-05-05T19:12:39.513Z] === RUN TestInspectNetwork/partial_network_id [2023-05-05T19:12:39.513Z] === RUN TestInspectNetwork/network_name [2023-05-05T19:12:39.513Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-05-05T19:12:39.565Z] plugin_test.go:164: [dd552b29da660] daemon is not started [2023-05-05T19:12:39.565Z] --- PASS: TestPluginInstall (4.48s) [2023-05-05T19:12:39.565Z] --- PASS: TestPluginInstall/no_auth (2.84s) [2023-05-05T19:12:39.565Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2023-05-05T19:12:39.565Z] --- PASS: TestPluginInstall/with_insecure (1.05s) [2023-05-05T19:12:39.565Z] === RUN TestPluginsWithRuntimes [2023-05-05T19:12:40.079Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2023-05-05T19:12:40.135Z] --- PASS: TestCreateServiceCapabilities (2.54s) [2023-05-05T19:12:40.135Z] === RUN TestInspect [2023-05-05T19:12:40.647Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2023-05-05T19:12:40.927Z] === RUN TestPluginsWithRuntimes/No_Args [2023-05-05T19:12:41.851Z] === RUN TestPluginsWithRuntimes/With_Args [2023-05-05T19:12:42.023Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2023-05-05T19:12:42.023Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2023-05-05T19:12:42.023Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2023-05-05T19:12:42.590Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2023-05-05T19:12:42.590Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2023-05-05T19:12:42.776Z] --- PASS: TestPluginsWithRuntimes (3.18s) [2023-05-05T19:12:42.776Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2023-05-05T19:12:42.776Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.81s) [2023-05-05T19:12:42.776Z] === RUN TestPluginBackCompatMediaTypes [2023-05-05T19:12:43.157Z] === RUN TestDockerSuite/TestBuildOnBuild [2023-05-05T19:12:43.335Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2023-05-05T19:12:43.336Z] PASS [2023-05-05T19:12:43.336Z] [2023-05-05T19:12:43.336Z] DONE 10 tests in 8.246s [2023-05-05T19:12:43.336Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-05-05T19:12:43.336Z] INFO: Testing against a local daemon [2023-05-05T19:12:43.336Z] === RUN TestExternalGraphDriver [2023-05-05T19:12:43.428Z] --- PASS: TestInspect (3.04s) [2023-05-05T19:12:43.428Z] === RUN TestCreateJob [2023-05-05T19:12:43.590Z] === RUN TestExternalGraphDriver/json [2023-05-05T19:12:45.058Z] --- PASS: TestInspectNetwork (9.43s) [2023-05-05T19:12:45.058Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-05-05T19:12:45.058Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-05-05T19:12:45.058Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-05-05T19:12:45.058Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-05-05T19:12:45.058Z] === RUN TestRunContainerWithBridgeNone [2023-05-05T19:12:45.058Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2023-05-05T19:12:45.317Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2023-05-05T19:12:45.474Z] === RUN TestExternalGraphDriver/spec [2023-05-05T19:12:46.694Z] --- PASS: TestRunContainerWithBridgeNone (1.54s) [2023-05-05T19:12:46.694Z] === RUN TestNetworkInvalidJSON [2023-05-05T19:12:46.694Z] === RUN TestNetworkInvalidJSON//networks/create [2023-05-05T19:12:46.694Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-05-05T19:12:46.694Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:12:46.694Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:12:46.694Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:12:46.694Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:12:46.694Z] === CONT TestNetworkInvalidJSON//networks/create [2023-05-05T19:12:46.694Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:12:46.694Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:12:46.694Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-05-05T19:12:46.694Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2023-05-05T19:12:46.694Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2023-05-05T19:12:46.694Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2023-05-05T19:12:46.694Z] === RUN TestNetworkList [2023-05-05T19:12:46.694Z] === RUN TestNetworkList//networks [2023-05-05T19:12:46.694Z] === PAUSE TestNetworkList//networks [2023-05-05T19:12:46.694Z] === RUN TestNetworkList//networks/ [2023-05-05T19:12:46.694Z] === PAUSE TestNetworkList//networks/ [2023-05-05T19:12:46.694Z] === CONT TestNetworkList//networks [2023-05-05T19:12:46.694Z] === CONT TestNetworkList//networks/ [2023-05-05T19:12:46.694Z] --- PASS: TestNetworkList (0.01s) [2023-05-05T19:12:46.694Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-05-05T19:12:46.694Z] --- PASS: TestNetworkList//networks (0.00s) [2023-05-05T19:12:46.694Z] === RUN TestHostIPv4BridgeLabel [2023-05-05T19:12:46.721Z] --- PASS: TestCreateJob (3.21s) [2023-05-05T19:12:46.721Z] === RUN TestReplicatedJob [2023-05-05T19:12:46.836Z] === RUN TestExternalGraphDriver/pull [2023-05-05T19:12:46.952Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2023-05-05T19:12:46.952Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2023-05-05T19:12:46.952Z] === RUN TestDaemonRestartWithLiveRestore [2023-05-05T19:12:47.888Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2023-05-05T19:12:48.146Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2023-05-05T19:12:48.146Z] === RUN TestDaemonDefaultNetworkPools [2023-05-05T19:12:48.721Z] --- PASS: TestExternalGraphDriver (5.34s) [2023-05-05T19:12:48.721Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2023-05-05T19:12:48.721Z] --- PASS: TestExternalGraphDriver/spec (1.70s) [2023-05-05T19:12:48.721Z] --- PASS: TestExternalGraphDriver/pull (1.63s) [2023-05-05T19:12:48.721Z] === RUN TestGraphdriverPluginV2 [2023-05-05T19:12:49.082Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2023-05-05T19:12:49.082Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2023-05-05T19:12:49.082Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2023-05-05T19:12:49.082Z] --- PASS: TestDaemonDefaultNetworkPools (0.98s) [2023-05-05T19:12:49.082Z] === RUN TestDaemonRestartWithExistingNetwork [2023-05-05T19:12:49.082Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2023-05-05T19:12:50.017Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2023-05-05T19:12:50.276Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2023-05-05T19:12:50.276Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-05-05T19:12:50.843Z] docker_api_swarm_test.go:46: [d5762b97c0e56] joining swarm manager [d6979f25a83ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:12:50.843Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2023-05-05T19:12:51.103Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2023-05-05T19:12:51.669Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2023-05-05T19:12:51.670Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-05-05T19:12:51.999Z] --- PASS: TestReplicatedJob (5.35s) [2023-05-05T19:12:52.000Z] === RUN TestUpdateReplicatedJob [2023-05-05T19:12:52.236Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.67s) [2023-05-05T19:12:52.236Z] === RUN TestServiceWithPredefinedNetwork [2023-05-05T19:12:52.880Z] --- PASS: TestGraphdriverPluginV2 (4.12s) [2023-05-05T19:12:52.880Z] PASS [2023-05-05T19:12:52.880Z] [2023-05-05T19:12:52.880Z] DONE 5 tests in 9.489s [2023-05-05T19:12:52.880Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-05-05T19:12:52.880Z] INFO: Testing against a local daemon [2023-05-05T19:12:52.880Z] === RUN TestContinueAfterPluginCrash [2023-05-05T19:12:52.880Z] === PAUSE TestContinueAfterPluginCrash [2023-05-05T19:12:52.880Z] === RUN TestReadPluginNoRead [2023-05-05T19:12:52.880Z] === PAUSE TestReadPluginNoRead [2023-05-05T19:12:52.880Z] === RUN TestDaemonStartWithLogOpt [2023-05-05T19:12:52.880Z] === PAUSE TestDaemonStartWithLogOpt [2023-05-05T19:12:52.880Z] === CONT TestContinueAfterPluginCrash [2023-05-05T19:12:52.880Z] === CONT TestDaemonStartWithLogOpt [2023-05-05T19:12:52.880Z] === CONT TestReadPluginNoRead [2023-05-05T19:12:53.613Z] === RUN TestDockerSuite/TestBuildPATH [2023-05-05T19:12:54.549Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2023-05-05T19:12:54.549Z] --- PASS: TestServiceWithPredefinedNetwork (2.47s) [2023-05-05T19:12:54.549Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-05-05T19:12:54.549Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:12:54.549Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:12:54.549Z] === RUN TestServiceWithDataPathPortInit [2023-05-05T19:12:55.116Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2023-05-05T19:12:55.292Z] --- PASS: TestUpdateReplicatedJob (3.17s) [2023-05-05T19:12:55.292Z] === RUN TestServiceListWithStatuses [2023-05-05T19:12:55.292Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:12:55.292Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-05-05T19:12:55.292Z] === RUN TestDockerNetworkConnectAlias [2023-05-05T19:12:55.399Z] === RUN TestReadPluginNoRead/default [2023-05-05T19:12:55.399Z] --- PASS: TestDaemonStartWithLogOpt (2.79s) [2023-05-05T19:12:55.683Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2023-05-05T19:12:56.323Z] === RUN TestReadPluginNoRead/disabled_caching [2023-05-05T19:12:57.248Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-05-05T19:12:58.610Z] === CONT TestReadPluginNoRead [2023-05-05T19:12:58.610Z] read_test.go:92: [d94bd6c9dc57b] daemon is not started [2023-05-05T19:12:58.610Z] --- PASS: TestReadPluginNoRead (5.91s) [2023-05-05T19:12:58.610Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2023-05-05T19:12:58.610Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2023-05-05T19:12:58.610Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s) [2023-05-05T19:12:59.490Z] --- PASS: TestDockerNetworkConnectAlias (4.87s) [2023-05-05T19:12:59.490Z] === RUN TestDockerNetworkReConnect [2023-05-05T19:13:00.496Z] --- PASS: TestContinueAfterPluginCrash (7.89s) [2023-05-05T19:13:00.496Z] PASS [2023-05-05T19:13:00.751Z] [2023-05-05T19:13:00.751Z] DONE 6 tests in 7.919s [2023-05-05T19:13:00.751Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-05-05T19:13:00.751Z] testing: warning: no tests to run [2023-05-05T19:13:00.751Z] PASS [2023-05-05T19:13:00.751Z] [2023-05-05T19:13:00.751Z] DONE 0 tests in 0.007s [2023-05-05T19:13:00.751Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-05-05T19:13:00.751Z] INFO: Testing against a local daemon [2023-05-05T19:13:00.751Z] === RUN TestPluginWithDevMounts [2023-05-05T19:13:00.751Z] === PAUSE TestPluginWithDevMounts [2023-05-05T19:13:00.751Z] === CONT TestPluginWithDevMounts [2023-05-05T19:13:02.246Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2023-05-05T19:13:02.636Z] --- PASS: TestPluginWithDevMounts (1.57s) [2023-05-05T19:13:02.636Z] PASS [2023-05-05T19:13:02.636Z] [2023-05-05T19:13:02.636Z] DONE 1 tests in 1.599s [2023-05-05T19:13:02.636Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2023-05-05T19:13:02.636Z] INFO: Testing against a local daemon [2023-05-05T19:13:02.636Z] === RUN TestSecretInspect [2023-05-05T19:13:03.686Z] --- PASS: TestDockerNetworkReConnect (3.81s) [2023-05-05T19:13:03.686Z] === RUN TestServicePlugin [2023-05-05T19:13:03.686Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:13:03.686Z] --- SKIP: TestServicePlugin (0.00s) [2023-05-05T19:13:03.686Z] === RUN TestServiceUpdateLabel [2023-05-05T19:13:04.521Z] --- PASS: TestSecretInspect (2.16s) [2023-05-05T19:13:04.521Z] === RUN TestSecretList [2023-05-05T19:13:04.779Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2023-05-05T19:13:05.235Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2023-05-05T19:13:05.235Z] Copying nested executables into bundles/cross/linux/amd64 [2023-05-05T19:13:05.235Z] Cross building: bundles/cross/windows/amd64 [2023-05-05T19:13:05.235Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2023-05-05T19:13:05.235Z] GOOS="windows" GOARCH="amd64" GOARM="" [2023-05-05T19:13:05.594Z] --- PASS: TestServiceUpdateLabel (2.31s) [2023-05-05T19:13:05.594Z] === RUN TestServiceUpdateSecrets [2023-05-05T19:13:06.156Z] === RUN TestDockerSuite/TestBuildRm [2023-05-05T19:13:06.865Z] Removing intermediate container 3f73aab5543e [2023-05-05T19:13:06.865Z] ---> 89f20e02ad78 [2023-05-05T19:13:06.865Z] Step 7/10 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2023-05-05T19:13:06.865Z] ---> Running in d02557ceee4b [2023-05-05T19:13:06.865Z] INFO: Installing gotestsum version v1.8.2 in C:\gopath\bin [2023-05-05T19:13:06.865Z] go: downloading gotest.tools/gotestsum v1.8.2 [2023-05-05T19:13:06.865Z] go: downloading github.com/fatih/color v1.13.0 [2023-05-05T19:13:06.865Z] go: downloading github.com/dnephin/pflag v1.0.7 [2023-05-05T19:13:06.865Z] go: downloading golang.org/x/tools v0.1.11 [2023-05-05T19:13:06.865Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-05-05T19:13:06.865Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-05-05T19:13:06.865Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-05-05T19:13:06.865Z] go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-05-05T19:13:06.865Z] go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-05-05T19:13:06.865Z] go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-05-05T19:13:06.865Z] go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-05-05T19:13:07.036Z] --- PASS: TestSecretList (2.23s) [2023-05-05T19:13:07.036Z] === RUN TestSecretsCreateAndDelete [2023-05-05T19:13:07.862Z] go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-05-05T19:13:08.059Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2023-05-05T19:13:08.626Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2023-05-05T19:13:08.926Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2023-05-05T19:13:08.926Z] === RUN TestSecretsUpdate [2023-05-05T19:13:09.193Z] === RUN TestDockerSuite/TestBuildScratchCopy [2023-05-05T19:13:09.452Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2023-05-05T19:13:09.710Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2023-05-05T19:13:09.710Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2023-05-05T19:13:10.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2023-05-05T19:13:10.535Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2023-05-05T19:13:11.436Z] --- PASS: TestSecretsUpdate (2.17s) [2023-05-05T19:13:11.436Z] === RUN TestTemplatedSecret [2023-05-05T19:13:11.471Z] --- PASS: TestServiceWithDataPathPortInit (16.65s) [2023-05-05T19:13:11.471Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-05-05T19:13:11.471Z] === RUN TestDockerSuite/TestBuildShellInherited [2023-05-05T19:13:12.408Z] === RUN TestDockerSuite/TestBuildShellMultiple [2023-05-05T19:13:13.947Z] --- PASS: TestTemplatedSecret (2.69s) [2023-05-05T19:13:13.948Z] === RUN TestSecretCreateResolve [2023-05-05T19:13:14.311Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:afjeq2c3bm21sbnj25gxpa184 Created:2023-05-05 19:13:12.596338781 +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[86d1500554a352aa7c841971f53a60dc530f27a93d49a69c450f66369f93b49e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qk8akam0m3uash4bzv5m29p7k EndpointID:0a6aee01861e9c971315c98d5d6b549841692d6abe303a90b191220c43b18fc5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3280c964bb56cfdc187cb9b57f60f45bf21b25dd774093d193cedb6685790189 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:7d88cc55a48c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qk8akam0m3uash4bzv5m29p7k EndpointID:0a6aee01861e9c971315c98d5d6b549841692d6abe303a90b191220c43b18fc5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-05-05T19:13:15.247Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2023-05-05T19:13:15.247Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2023-05-05T19:13:15.247Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2023-05-05T19:13:15.247Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2023-05-05T19:13:15.247Z] === RUN TestDockerSuite/TestBuildSpaces [2023-05-05T19:13:15.506Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2023-05-05T19:13:15.832Z] --- PASS: TestSecretCreateResolve (2.19s) [2023-05-05T19:13:15.832Z] PASS [2023-05-05T19:13:15.832Z] [2023-05-05T19:13:15.832Z] DONE 6 tests in 13.635s [2023-05-05T19:13:15.832Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2023-05-05T19:13:15.832Z] INFO: Testing against a local daemon [2023-05-05T19:13:15.832Z] === RUN TestServiceCreateInit [2023-05-05T19:13:15.832Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-05-05T19:13:16.072Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2023-05-05T19:13:16.072Z] === RUN TestDockerSuite/TestBuildStderr [2023-05-05T19:13:16.639Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2023-05-05T19:13:19.923Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.17s) [2023-05-05T19:13:19.923Z] PASS [2023-05-05T19:13:19.923Z] [2023-05-05T19:13:19.923Z] === Skipped [2023-05-05T19:13:19.923Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:13:19.923Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:13:19.923Z] [2023-05-05T19:13:19.923Z] DONE 26 tests, 1 skipped in 51.241s [2023-05-05T19:13:19.923Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:13:19.923Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:19.923Z] ++ set -e [2023-05-05T19:13:19.923Z] ++ '[' -n 0 ']' [2023-05-05T19:13:19.923Z] ++ set -x [2023-05-05T19:13:19.923Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:19.923Z] INFO: Testing against a local daemon [2023-05-05T19:13:19.923Z] === RUN TestDockerNetworkIpvlanPersistance [2023-05-05T19:13:19.923Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:13:19.923Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:13:19.923Z] === RUN TestDockerNetworkIpvlan [2023-05-05T19:13:19.923Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:13:19.923Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:13:19.923Z] PASS [2023-05-05T19:13:19.923Z] [2023-05-05T19:13:19.923Z] === Skipped [2023-05-05T19:13:19.923Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-05-05T19:13:19.923Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:13:19.923Z] [2023-05-05T19:13:19.923Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-05-05T19:13:19.923Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-05-05T19:13:19.923Z] [2023-05-05T19:13:19.923Z] DONE 2 tests, 2 skipped in 0.044s [2023-05-05T19:13:19.923Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-05-05T19:13:19.923Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:19.923Z] ++ set -e [2023-05-05T19:13:19.923Z] ++ '[' -n 0 ']' [2023-05-05T19:13:19.923Z] ++ set -x [2023-05-05T19:13:19.923Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:19.923Z] INFO: Testing against a local daemon [2023-05-05T19:13:19.923Z] === RUN TestDockerNetworkMacvlanPersistance [2023-05-05T19:13:19.923Z] === RUN TestDockerSuite/TestBuildStopSignal [2023-05-05T19:13:19.992Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-05-05T19:13:20.493Z] --- PASS: TestServiceUpdateSecrets (14.52s) [2023-05-05T19:13:20.493Z] === RUN TestServiceUpdateConfigs [2023-05-05T19:13:20.862Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2023-05-05T19:13:20.862Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2023-05-05T19:13:20.862Z] === RUN TestDockerNetworkMacvlan [2023-05-05T19:13:21.121Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2023-05-05T19:13:21.379Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-05-05T19:13:21.379Z] === RUN TestDockerSuite/TestBuildTagEvent [2023-05-05T19:13:22.315Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2023-05-05T19:13:22.315Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-05-05T19:13:22.882Z] === RUN TestDockerSuite/TestBuildUser [2023-05-05T19:13:22.882Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-05-05T19:13:24.152Z] --- PASS: TestServiceCreateInit (7.52s) [2023-05-05T19:13:24.152Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.74s) [2023-05-05T19:13:24.152Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.77s) [2023-05-05T19:13:24.152Z] === RUN TestCreateServiceMultipleTimes [2023-05-05T19:13:24.784Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2023-05-05T19:13:24.784Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-05-05T19:13:26.687Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2023-05-05T19:13:26.945Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2023-05-05T19:13:30.232Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-05-05T19:13:31.168Z] --- PASS: TestDockerNetworkMacvlan (10.39s) [2023-05-05T19:13:31.168Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2023-05-05T19:13:31.168Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2023-05-05T19:13:31.168Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s) [2023-05-05T19:13:31.168Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.96s) [2023-05-05T19:13:31.168Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.18s) [2023-05-05T19:13:31.168Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2023-05-05T19:13:31.168Z] PASS [2023-05-05T19:13:31.168Z] [2023-05-05T19:13:31.168Z] DONE 8 tests in 11.646s [2023-05-05T19:13:31.168Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2023-05-05T19:13:31.168Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:31.168Z] ++ set -e [2023-05-05T19:13:31.168Z] ++ '[' -n 0 ']' [2023-05-05T19:13:31.168Z] ++ set -x [2023-05-05T19:13:31.168Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:31.168Z] testing: warning: no tests to run [2023-05-05T19:13:31.168Z] PASS [2023-05-05T19:13:31.168Z] [2023-05-05T19:13:31.168Z] DONE 0 tests in 0.007s [2023-05-05T19:13:31.168Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-05-05T19:13:31.168Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:31.168Z] ++ set -e [2023-05-05T19:13:31.168Z] ++ '[' -n 0 ']' [2023-05-05T19:13:31.168Z] ++ set -x [2023-05-05T19:13:31.168Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:13:31.169Z] INFO: Testing against a local daemon [2023-05-05T19:13:31.169Z] === RUN TestAuthZPluginAllowRequest [2023-05-05T19:13:31.777Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2023-05-05T19:13:31.777Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2023-05-05T19:13:31.777Z] remote: Enumerating objects: 23, done. [2023-05-05T19:13:31.777Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2023-05-05T19:13:31.777Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2023-05-05T19:13:31.777Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2023-05-05T19:13:31.777Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2023-05-05T19:13:31.777Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2023-05-05T19:13:31.777Z] Building: bundles/cross/windows/amd64/containerutility.exe [2023-05-05T19:13:32.545Z] --- PASS: TestAuthZPluginAllowRequest (1.27s) [2023-05-05T19:13:32.545Z] === RUN TestAuthZPluginTLS [2023-05-05T19:13:33.112Z] --- PASS: TestAuthZPluginTLS (0.54s) [2023-05-05T19:13:33.112Z] === RUN TestAuthZPluginDenyRequest [2023-05-05T19:13:33.679Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2023-05-05T19:13:33.679Z] === RUN TestAuthZPluginAPIDenyResponse [2023-05-05T19:13:34.247Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2023-05-05T19:13:34.247Z] === RUN TestAuthZPluginDenyResponse [2023-05-05T19:13:34.814Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2023-05-05T19:13:34.814Z] === RUN TestAuthZPluginAllowEventStream [2023-05-05T19:13:35.049Z] [2023-05-05T19:13:35.467Z] --- PASS: TestServiceUpdateConfigs (14.58s) [2023-05-05T19:13:35.467Z] === RUN TestServiceUpdateNetwork [2023-05-05T19:13:35.749Z] --- PASS: TestAuthZPluginAllowEventStream (1.20s) [2023-05-05T19:13:35.750Z] === RUN TestAuthZPluginErrorResponse [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2023-05-05T19:13:36.299Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/test/unit [2023-05-05T19:13:36.317Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2023-05-05T19:13:36.317Z] === RUN TestAuthZPluginErrorRequest [2023-05-05T19:13:36.884Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2023-05-05T19:13:36.884Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-05-05T19:13:37.143Z] === RUN TestDockerSuite/TestBuildVerboseOut [2023-05-05T19:13:37.402Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2023-05-05T19:13:37.402Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-05-05T19:13:37.661Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2023-05-05T19:13:37.661Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2023-05-05T19:13:37.670Z] ? github.com/docker/docker/api [no test files] [2023-05-05T19:13:38.005Z] Removing intermediate container d02557ceee4b [2023-05-05T19:13:38.006Z] ---> a00356d21b4e [2023-05-05T19:13:38.006Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2023-05-05T19:13:38.006Z] ---> Running in 807da8372fd9 [2023-05-05T19:13:38.006Z] Removing intermediate container 807da8372fd9 [2023-05-05T19:13:38.006Z] ---> 4fcca250912f [2023-05-05T19:13:38.006Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2023-05-05T19:13:38.006Z] ---> Running in adefc59113b2 [2023-05-05T19:13:38.006Z] Removing intermediate container adefc59113b2 [2023-05-05T19:13:38.006Z] ---> d756e73014f5 [2023-05-05T19:13:38.006Z] Step 10/10 : COPY . . [2023-05-05T19:13:38.597Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2023-05-05T19:13:38.855Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s) [2023-05-05T19:13:38.855Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-05-05T19:13:38.977Z] --- PASS: TestCreateServiceMultipleTimes (15.38s) [2023-05-05T19:13:38.977Z] === RUN TestCreateServiceConflict [2023-05-05T19:13:39.113Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2023-05-05T19:13:40.049Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2023-05-05T19:13:40.049Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2023-05-05T19:13:40.049Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2023-05-05T19:13:40.049Z] docker_cli_build_test.go:6018: unmatched requirement DaemonIsWindows [2023-05-05T19:13:40.049Z] === RUN TestDockerSuite/TestBuildWindowsUser [2023-05-05T19:13:40.049Z] docker_cli_build_test.go:5988: unmatched requirement DaemonIsWindows [2023-05-05T19:13:40.049Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2023-05-05T19:13:40.049Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2023-05-05T19:13:40.049Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2023-05-05T19:13:40.306Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.36s) [2023-05-05T19:13:40.306Z] === RUN TestAuthZPluginHeader [2023-05-05T19:13:40.873Z] --- PASS: TestAuthZPluginHeader (0.66s) [2023-05-05T19:13:40.873Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-05-05T19:13:41.132Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2023-05-05T19:13:41.132Z] === RUN TestDockerSuite/TestBuildWithFailure [2023-05-05T19:13:41.487Z] --- PASS: TestCreateServiceConflict (2.14s) [2023-05-05T19:13:41.487Z] === RUN TestCreateServiceMaxReplicas [2023-05-05T19:13:41.699Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2023-05-05T19:13:42.266Z] === RUN TestDockerSuite/TestBuildWithTabs [2023-05-05T19:13:42.524Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2023-05-05T19:13:42.783Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2023-05-05T19:13:43.996Z] --- PASS: TestCreateServiceMaxReplicas (2.90s) [2023-05-05T19:13:43.997Z] === RUN TestCreateWithDuplicateNetworkNames [2023-05-05T19:13:44.686Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2023-05-05T19:13:45.252Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s) [2023-05-05T19:13:45.252Z] === RUN TestAuthZPluginV2Disable [2023-05-05T19:13:45.511Z] === RUN TestDockerSuite/TestBuildWithVolumes [2023-05-05T19:13:45.778Z] ok github.com/docker/docker/api/server 0.062s coverage: 7.9% of statements [2023-05-05T19:13:46.077Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2023-05-05T19:13:46.336Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2023-05-05T19:13:46.594Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2023-05-05T19:13:46.594Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2023-05-05T19:13:46.594Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2023-05-05T19:13:47.162Z] === RUN TestDockerSuite/TestBuildXZHost [2023-05-05T19:13:47.735Z] --- PASS: TestServiceUpdateNetwork (12.92s) [2023-05-05T19:13:47.735Z] === RUN TestServiceUpdatePidsLimit [2023-05-05T19:13:48.538Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2023-05-05T19:13:48.538Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2023-05-05T19:13:48.538Z] docker_cli_sni_test.go:18: Flakey test [2023-05-05T19:13:48.538Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2023-05-05T19:13:48.796Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2023-05-05T19:13:49.054Z] --- PASS: TestAuthZPluginV2Disable (3.75s) [2023-05-05T19:13:49.055Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-05-05T19:13:49.115Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-05-05T19:13:49.313Z] === RUN TestDockerSuite/TestCommitChange [2023-05-05T19:13:49.684Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-05-05T19:13:49.880Z] === RUN TestDockerSuite/TestCommitChangeLabels [2023-05-05T19:13:50.447Z] === RUN TestDockerSuite/TestCommitHardlink [2023-05-05T19:13:51.383Z] === RUN TestDockerSuite/TestCommitNewFile [2023-05-05T19:13:52.319Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s) [2023-05-05T19:13:52.319Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-05-05T19:13:52.577Z] === RUN TestDockerSuite/TestCommitPausedContainer [2023-05-05T19:13:53.144Z] === RUN TestDockerSuite/TestCommitTTY [2023-05-05T19:13:54.079Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2023-05-05T19:13:54.647Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2023-05-05T19:13:56.023Z] === RUN TestDockerSuite/TestCommitWithoutPause [2023-05-05T19:13:56.281Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2023-05-05T19:13:56.282Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2023-05-05T19:13:56.282Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2023-05-05T19:13:56.282Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2023-05-05T19:13:56.282Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2023-05-05T19:13:56.282Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2023-05-05T19:13:56.282Z] === RUN TestDockerSuite/TestContainerAPICommit [2023-05-05T19:13:57.658Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2023-05-05T19:13:57.808Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-05-05T19:13:58.823Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.31s) [2023-05-05T19:13:58.823Z] === RUN TestCreateServiceSecretFileMode [2023-05-05T19:13:59.036Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2023-05-05T19:13:59.971Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2023-05-05T19:13:59.971Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2023-05-05T19:14:00.538Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2023-05-05T19:14:00.538Z] docker_api_swarm_test.go:304: [d12d3e6efffef] joining swarm manager [d39483e2e664c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:14:01.105Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2023-05-05T19:14:01.672Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2023-05-05T19:14:01.931Z] docker_api_swarm_test.go:305: [d05d89bac3edc] joining swarm manager [d39483e2e664c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:14:02.190Z] === RUN TestDockerSuite/TestContainerAPICreate [2023-05-05T19:14:02.448Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.01s) [2023-05-05T19:14:02.448Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-05-05T19:14:03.015Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2023-05-05T19:14:03.015Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2023-05-05T19:14:03.015Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2023-05-05T19:14:03.015Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2023-05-05T19:14:03.582Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2023-05-05T19:14:03.582Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2023-05-05T19:14:03.582Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2023-05-05T19:14:03.840Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2023-05-05T19:14:03.840Z] === RUN TestDockerSuite/TestContainerAPIDelete [2023-05-05T19:14:03.856Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 16.2% of statements [2023-05-05T19:14:03.856Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-05-05T19:14:03.856Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-05-05T19:14:04.381Z] --- PASS: TestServiceUpdatePidsLimit (16.27s) [2023-05-05T19:14:04.381Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s) [2023-05-05T19:14:04.381Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.87s) [2023-05-05T19:14:04.381Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.87s) [2023-05-05T19:14:04.381Z] PASS [2023-05-05T19:14:04.381Z] [2023-05-05T19:14:04.381Z] === Skipped [2023-05-05T19:14:04.381Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2023-05-05T19:14:04.381Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:14:04.381Z] [2023-05-05T19:14:04.381Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2023-05-05T19:14:04.381Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2023-05-05T19:14:04.381Z] [2023-05-05T19:14:04.381Z] DONE 27 tests, 2 skipped in 155.905s [2023-05-05T19:14:04.381Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2023-05-05T19:14:04.381Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:04.381Z] ++ set -e [2023-05-05T19:14:04.381Z] ++ '[' -n 0 ']' [2023-05-05T19:14:04.381Z] ++ set -x [2023-05-05T19:14:04.381Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:04.381Z] INFO: Testing against a local daemon [2023-05-05T19:14:04.381Z] === RUN TestSessionCreate [2023-05-05T19:14:04.381Z] --- PASS: TestSessionCreate (0.02s) [2023-05-05T19:14:04.381Z] === RUN TestSessionCreateWithBadUpgrade [2023-05-05T19:14:04.381Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2023-05-05T19:14:04.381Z] PASS [2023-05-05T19:14:04.381Z] [2023-05-05T19:14:04.381Z] DONE 2 tests in 0.067s [2023-05-05T19:14:04.381Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2023-05-05T19:14:04.381Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:04.381Z] ++ set -e [2023-05-05T19:14:04.381Z] ++ '[' -n 0 ']' [2023-05-05T19:14:04.381Z] ++ set -x [2023-05-05T19:14:04.381Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:04.381Z] INFO: Testing against a local daemon [2023-05-05T19:14:04.381Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-05-05T19:14:04.381Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-05-05T19:14:04.381Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:14:04.381Z] === RUN TestEventsExecDie [2023-05-05T19:14:04.406Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2023-05-05T19:14:04.422Z] ok github.com/docker/docker/api/types/strslice 0.028s coverage: 90.0% of statements [2023-05-05T19:14:04.422Z] ok github.com/docker/docker/api/server/middleware 0.025s coverage: 37.7% of statements [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-05-05T19:14:04.422Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2023-05-05T19:14:04.422Z] ok github.com/docker/docker/api/types/versions 0.019s coverage: 75.0% of statements [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-05-05T19:14:04.422Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-05-05T19:14:04.422Z] ok github.com/docker/docker/api/types/filters 0.031s coverage: 93.7% of statements [2023-05-05T19:14:04.642Z] --- PASS: TestEventsExecDie (0.59s) [2023-05-05T19:14:04.642Z] === RUN TestEventsBackwardsCompatible [2023-05-05T19:14:04.642Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2023-05-05T19:14:04.642Z] === RUN TestInfoBinaryCommits [2023-05-05T19:14:04.642Z] --- PASS: TestInfoBinaryCommits (0.02s) [2023-05-05T19:14:04.642Z] === RUN TestInfoAPIVersioned [2023-05-05T19:14:04.642Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-05-05T19:14:04.642Z] === RUN TestInfoDiscoveryBackend [2023-05-05T19:14:04.680Z] ok github.com/docker/docker/api/server/router/swarm 0.038s coverage: 5.7% of statements [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/container [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/events [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/image [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/network [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/registry [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-05-05T19:14:04.680Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-05-05T19:14:04.938Z] ok github.com/docker/docker/cli/debug 0.017s coverage: 100.0% of statements [2023-05-05T19:14:04.973Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2023-05-05T19:14:05.210Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2023-05-05T19:14:05.210Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-05-05T19:14:05.231Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2023-05-05T19:14:05.231Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2023-05-05T19:14:06.590Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2023-05-05T19:14:06.590Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-05-05T19:14:06.606Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2023-05-05T19:14:06.838Z] ok github.com/docker/docker/builder/remotecontext 0.163s coverage: 13.7% of statements [2023-05-05T19:14:06.849Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2023-05-05T19:14:06.849Z] === RUN TestInfoAPI [2023-05-05T19:14:06.849Z] --- PASS: TestInfoAPI (0.02s) [2023-05-05T19:14:06.849Z] === RUN TestInfoAPIWarnings [2023-05-05T19:14:06.864Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2023-05-05T19:14:06.864Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2023-05-05T19:14:07.404Z] ok github.com/docker/docker/builder/dockerfile 0.471s coverage: 48.5% of statements [2023-05-05T19:14:07.404Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2023-05-05T19:14:07.431Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2023-05-05T19:14:07.997Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2023-05-05T19:14:08.563Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2023-05-05T19:14:08.822Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2023-05-05T19:14:08.822Z] === RUN TestDockerSuite/TestContainerAPIKill [2023-05-05T19:14:09.389Z] === RUN TestDockerSuite/TestContainerAPIPause [2023-05-05T19:14:09.955Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2023-05-05T19:14:10.522Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2023-05-05T19:14:10.522Z] === RUN TestDockerSuite/TestContainerAPIRename [2023-05-05T19:14:10.980Z] --- PASS: TestCreateServiceSecretFileMode (12.59s) [2023-05-05T19:14:10.980Z] === RUN TestCreateServiceConfigFileMode [2023-05-05T19:14:11.089Z] === RUN TestDockerSuite/TestContainerAPIRestart [2023-05-05T19:14:11.588Z] ok github.com/docker/docker/client 0.174s coverage: 75.4% of statements [2023-05-05T19:14:12.025Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2023-05-05T19:14:12.960Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2023-05-05T19:14:12.960Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2023-05-05T19:14:12.960Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2023-05-05T19:14:12.960Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2023-05-05T19:14:12.960Z] === RUN TestDockerSuite/TestContainerAPIStart [2023-05-05T19:14:13.527Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2023-05-05T19:14:13.917Z] ---> 1e90bc95d227 [2023-05-05T19:14:13.917Z] Successfully built 1e90bc95d227 [2023-05-05T19:14:13.917Z] Successfully tagged docker:latest [2023-05-05T19:14:13.917Z] INFO: Image build ended at 05/05/2023 19:14:10. Duration:00:04:41.2517035 [2023-05-05T19:14:13.917Z] [2023-05-05T19:14:13.917Z] [2023-05-05T19:14:13.917Z] INFO: Building the test binaries at 05/05/2023 19:14:10... [2023-05-05T19:14:14.869Z] ok github.com/docker/docker/builder/remotecontext/git 9.379s coverage: 83.5% of statements [2023-05-05T19:14:14.869Z] ? github.com/docker/docker/cli [no test files] [2023-05-05T19:14:14.869Z] ? github.com/docker/docker/cli/config [no test files] [2023-05-05T19:14:17.712Z] === RUN TestDockerSuite/TestContainerAPIStop [2023-05-05T19:14:17.719Z] INFO: make.ps1 starting at 05/05/2023 19:14:17 [2023-05-05T19:14:18.149Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.039s coverage: 65.3% of statements [2023-05-05T19:14:18.149Z] ok github.com/docker/docker/daemon/cluster/convert 0.031s coverage: 35.9% of statements [2023-05-05T19:14:18.190Z] INFO: Git commit (db9ab6438d) assumed from DOCKER_GITCOMMIT environment variable [2023-05-05T19:14:18.190Z] INFO: Invoking autogen... [2023-05-05T19:14:18.278Z] === RUN TestDockerSuite/TestContainerAPITop [2023-05-05T19:14:18.407Z] ok github.com/docker/docker/container 0.124s coverage: 34.5% of statements [2023-05-05T19:14:18.538Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2023-05-05T19:14:18.538Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2023-05-05T19:14:18.538Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2023-05-05T19:14:18.797Z] === RUN TestDockerSuite/TestContainerAPIWait [2023-05-05T19:14:18.972Z] ok github.com/docker/docker/daemon/discovery 0.057s coverage: 30.0% of statements [2023-05-05T19:14:18.972Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2023-05-05T19:14:19.182Z] INFO: Building daemon... [2023-05-05T19:14:19.364Z] docker_api_swarm_test.go:364: Waiting for possible election... [2023-05-05T19:14:19.364Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2023-05-05T19:14:19.364Z] PASS [2023-05-05T19:14:19.364Z] [2023-05-05T19:14:19.364Z] DONE 17 tests in 48.071s [2023-05-05T19:14:19.364Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-05-05T19:14:19.364Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:19.364Z] ++ set -e [2023-05-05T19:14:19.364Z] ++ '[' -n 0 ']' [2023-05-05T19:14:19.364Z] ++ set -x [2023-05-05T19:14:19.364Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:19.364Z] INFO: Testing against a local daemon [2023-05-05T19:14:19.364Z] === RUN TestPluginInvalidJSON [2023-05-05T19:14:19.364Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:14:19.364Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:14:19.364Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:14:19.364Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-05-05T19:14:19.364Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-05-05T19:14:19.364Z] === RUN TestPluginInstall [2023-05-05T19:14:19.364Z] === RUN TestPluginInstall/no_auth [2023-05-05T19:14:19.906Z] ok github.com/docker/docker/daemon/graphdriver 0.022s coverage: 2.2% of statements [2023-05-05T19:14:19.906Z] ok github.com/docker/docker/daemon/config 0.097s coverage: 81.8% of statements [2023-05-05T19:14:20.841Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.432s coverage: 59.6% of statements [2023-05-05T19:14:21.100Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.967s coverage: 74.6% of statements [2023-05-05T19:14:21.268Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2023-05-05T19:14:21.835Z] === RUN TestDockerSuite/TestContainerNetworkMode [2023-05-05T19:14:22.034Z] ok github.com/docker/docker/daemon/cluster 0.077s coverage: 0.5% of statements [2023-05-05T19:14:22.094Z] time="2023-05-05T19:14:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:14:22.094Z] time="2023-05-05T19:14:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a07e493bb6c4045623cd74d0b100d9e3f26e797cfee9fe8c25fb3b82cc34ecb9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:14:22.094Z] time="2023-05-05T19:14:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:14:22.094Z] time="2023-05-05T19:14:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a07e493bb6c4045623cd74d0b100d9e3f26e797cfee9fe8c25fb3b82cc34ecb9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:14:22.296Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2023-05-05T19:14:22.352Z] === RUN TestPluginInstall/with_htpasswd [2023-05-05T19:14:22.554Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.029s coverage: 2.9% of statements [2023-05-05T19:14:22.555Z] ok github.com/docker/docker/cmd/dockerd 0.095s coverage: 29.0% of statements [2023-05-05T19:14:22.555Z] ? github.com/docker/docker/container/stream [no test files] [2023-05-05T19:14:22.555Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-05-05T19:14:22.555Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2023-05-05T19:14:22.555Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-05-05T19:14:22.611Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2023-05-05T19:14:22.611Z] time="2023-05-05T19:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:14:22.611Z] time="2023-05-05T19:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f5ff356e8576d05b6d8f00cb19afeee231be27d610a7fc6d65e0068e553a0180" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:14:22.611Z] time="2023-05-05T19:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:14:22.611Z] time="2023-05-05T19:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f5ff356e8576d05b6d8f00cb19afeee231be27d610a7fc6d65e0068e553a0180" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:14:22.869Z] === RUN TestPluginInstall/with_insecure [2023-05-05T19:14:23.121Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.255s coverage: 50.5% of statements [2023-05-05T19:14:23.134Z] --- PASS: TestCreateServiceConfigFileMode (12.61s) [2023-05-05T19:14:23.134Z] === RUN TestCreateServiceSysctls [2023-05-05T19:14:23.380Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 58.8% of statements [2023-05-05T19:14:23.380Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2023-05-05T19:14:23.804Z] time="2023-05-05T19:14:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:14:23.804Z] time="2023-05-05T19:14:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cc33b92b4f52a426a7aa8f1a9324f6ee3d3fad3517578cd26818e1f8a0edeaf1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:14:23.804Z] time="2023-05-05T19:14:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-05-05T19:14:23.804Z] time="2023-05-05T19:14:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cc33b92b4f52a426a7aa8f1a9324f6ee3d3fad3517578cd26818e1f8a0edeaf1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-05-05T19:14:23.804Z] plugin_test.go:164: [decd1b0e0171d] daemon is not started [2023-05-05T19:14:23.804Z] --- PASS: TestPluginInstall (4.52s) [2023-05-05T19:14:23.805Z] --- PASS: TestPluginInstall/no_auth (2.92s) [2023-05-05T19:14:23.805Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2023-05-05T19:14:23.805Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2023-05-05T19:14:23.805Z] === RUN TestPluginsWithRuntimes [2023-05-05T19:14:23.946Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.036s coverage: 3.0% of statements [2023-05-05T19:14:24.879Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.409s coverage: 58.0% of statements [2023-05-05T19:14:24.879Z] ok github.com/docker/docker/daemon/logger/awslogs 0.124s coverage: 76.8% of statements [2023-05-05T19:14:24.879Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 43.2% of statements [2023-05-05T19:14:24.879Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2023-05-05T19:14:24.943Z] --- PASS: TestInfoAPIWarnings (16.22s) [2023-05-05T19:14:24.943Z] === RUN TestInfoDebug [2023-05-05T19:14:24.943Z] --- PASS: TestInfoDebug (0.52s) [2023-05-05T19:14:24.943Z] === RUN TestInfoInsecureRegistries [2023-05-05T19:14:24.943Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2023-05-05T19:14:24.943Z] === RUN TestInfoRegistryMirrors [2023-05-05T19:14:24.943Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-05-05T19:14:24.943Z] === RUN TestLoginFailsWithBadCredentials [2023-05-05T19:14:24.943Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2023-05-05T19:14:24.943Z] === RUN TestPingCacheHeaders [2023-05-05T19:14:24.943Z] --- PASS: TestPingCacheHeaders (0.02s) [2023-05-05T19:14:24.943Z] === RUN TestPingGet [2023-05-05T19:14:24.943Z] --- PASS: TestPingGet (0.01s) [2023-05-05T19:14:24.943Z] === RUN TestPingHead [2023-05-05T19:14:24.943Z] --- PASS: TestPingHead (0.02s) [2023-05-05T19:14:24.943Z] === RUN TestVersion [2023-05-05T19:14:24.943Z] --- PASS: TestVersion (0.02s) [2023-05-05T19:14:24.943Z] PASS [2023-05-05T19:14:24.943Z] [2023-05-05T19:14:24.943Z] === Skipped [2023-05-05T19:14:24.943Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:14:24.943Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-05-05T19:14:24.943Z] [2023-05-05T19:14:24.943Z] DONE 18 tests, 1 skipped in 20.998s [2023-05-05T19:14:25.137Z] ok github.com/docker/docker/daemon/images 0.041s coverage: 6.6% of statements [2023-05-05T19:14:25.202Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2023-05-05T19:14:25.202Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:25.202Z] ++ set -e [2023-05-05T19:14:25.202Z] ++ '[' -n 0 ']' [2023-05-05T19:14:25.202Z] ++ set -x [2023-05-05T19:14:25.202Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:25.202Z] INFO: Testing against a local daemon [2023-05-05T19:14:25.202Z] === RUN TestVolumesCreateAndList [2023-05-05T19:14:25.202Z] --- PASS: TestVolumesCreateAndList (0.02s) [2023-05-05T19:14:25.202Z] === RUN TestVolumesRemove [2023-05-05T19:14:25.202Z] --- PASS: TestVolumesRemove (0.06s) [2023-05-05T19:14:25.202Z] === RUN TestVolumesInspect [2023-05-05T19:14:25.202Z] --- PASS: TestVolumesInspect (0.02s) [2023-05-05T19:14:25.202Z] === RUN TestVolumesInvalidJSON [2023-05-05T19:14:25.202Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-05-05T19:14:25.202Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-05-05T19:14:25.202Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-05-05T19:14:25.202Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-05-05T19:14:25.202Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-05-05T19:14:25.202Z] PASS [2023-05-05T19:14:25.202Z] [2023-05-05T19:14:25.202Z] DONE 5 tests in 0.139s [2023-05-05T19:14:25.202Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-05-05T19:14:25.395Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2023-05-05T19:14:25.395Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2023-05-05T19:14:25.395Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.023s coverage: 69.9% of statements [2023-05-05T19:14:25.462Z] ++++ cat bundles/test-integration/docker.pid [2023-05-05T19:14:25.462Z] +++ kill 18702 [2023-05-05T19:14:25.653Z] ok github.com/docker/docker/daemon/logger/local 0.049s coverage: 78.7% of statements [2023-05-05T19:14:25.707Z] === RUN TestPluginsWithRuntimes/No_Args [2023-05-05T19:14:25.707Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2023-05-05T19:14:25.912Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.632s coverage: 45.9% of statements [2023-05-05T19:14:25.912Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.503s coverage: 13.7% of statements [2023-05-05T19:14:26.170Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.039s coverage: 31.5% of statements [2023-05-05T19:14:26.170Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.089s coverage: 54.7% of statements [2023-05-05T19:14:26.170Z] ok github.com/docker/docker/daemon/logger/templates 0.022s coverage: 8.3% of statements [2023-05-05T19:14:26.275Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2023-05-05T19:14:26.275Z] === RUN TestPluginsWithRuntimes/With_Args [2023-05-05T19:14:26.394Z] --- PASS: TestCreateServiceSysctls (3.38s) [2023-05-05T19:14:26.394Z] === RUN TestCreateServiceCapabilities [2023-05-05T19:14:26.428Z] ok github.com/docker/docker/daemon/logger/syslog 0.016s coverage: 46.8% of statements [2023-05-05T19:14:26.686Z] ok github.com/docker/docker/daemon/network 0.017s coverage: 63.8% of statements [2023-05-05T19:14:26.841Z] +++ /etc/init.d/apparmor stop [2023-05-05T19:14:26.841Z] Leaving: AppArmorNo profiles have been unloaded. [2023-05-05T19:14:26.841Z] [2023-05-05T19:14:26.841Z] Unloading profiles will leave already running processes permanently [2023-05-05T19:14:26.841Z] unconfined, which can lead to unexpected situations. [2023-05-05T19:14:26.841Z] [2023-05-05T19:14:26.841Z] To set a process to complain mode, use the command line tool [2023-05-05T19:14:26.841Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-05-05T19:14:26.841Z] +++ true [2023-05-05T19:14:26.841Z] exiting test-integration [2023-05-05T19:14:26.841Z] ++ exit 0 [2023-05-05T19:14:26.841Z] [2023-05-05T19:14:26.944Z] ok github.com/docker/docker/distribution/metadata 0.072s coverage: 48.2% of statements [2023-05-05T19:14:26.944Z] ok github.com/docker/docker/errdefs 0.013s coverage: 77.0% of statements [2023-05-05T19:14:27.349Z] ok github.com/docker/docker/image 0.026s coverage: 86.8% of statements [2023-05-05T19:14:27.356Z] --- PASS: TestPluginsWithRuntimes (3.32s) [2023-05-05T19:14:27.356Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2023-05-05T19:14:27.356Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2023-05-05T19:14:27.356Z] === RUN TestPluginBackCompatMediaTypes [2023-05-05T19:14:27.356Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork Post stage [Pipeline] junit [2023-05-05T19:14:27.424Z] Recording test results [2023-05-05T19:14:27.603Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2023-05-05T19:14:27.608Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2023-05-05T19:14:27.608Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2023-05-05T19:14:27.608Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-05-05T19:14:27.866Z] ok github.com/docker/docker/daemon/logger/splunk 1.553s coverage: 82.5% of statements [2023-05-05T19:14:27.925Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2023-05-05T19:14:27.925Z] PASS [2023-05-05T19:14:27.925Z] [2023-05-05T19:14:27.925Z] DONE 10 tests in 8.463s [2023-05-05T19:14:27.925Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-05-05T19:14:27.925Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:27.925Z] ++ set -e [2023-05-05T19:14:27.925Z] ++ '[' -n 0 ']' [2023-05-05T19:14:27.925Z] ++ set -x [2023-05-05T19:14:27.925Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:27.925Z] INFO: Testing against a local daemon [2023-05-05T19:14:27.925Z] === RUN TestExternalGraphDriver [2023-05-05T19:14:27.951Z] + echo Ensuring container killed. [2023-05-05T19:14:27.951Z] Ensuring container killed. [2023-05-05T19:14:27.951Z] + docker rm -vf docker-pr5 [2023-05-05T19:14:27.951Z] Error response from daemon: No such container: docker-pr5 [Pipeline] sh [2023-05-05T19:14:28.124Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 52.9% of statements [2023-05-05T19:14:28.124Z] ok github.com/docker/docker/oci 0.007s coverage: 40.6% of statements [2023-05-05T19:14:28.124Z] ok github.com/docker/docker/opts 0.047s coverage: 67.1% of statements [2023-05-05T19:14:28.184Z] === RUN TestExternalGraphDriver/json [2023-05-05T19:14:28.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2023-05-05T19:14:28.235Z] + echo Chowning /workspace to jenkins user [2023-05-05T19:14:28.235Z] Chowning /workspace to jenkins user [2023-05-05T19:14:28.235Z] + id -u [2023-05-05T19:14:28.235Z] + id -g [2023-05-05T19:14:28.235Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45406:/workspace busybox chown -R 1000:1000 /workspace [2023-05-05T19:14:28.236Z] Unable to find image 'busybox:latest' locally [2023-05-05T19:14:28.236Z] latest: Pulling from library/busybox [2023-05-05T19:14:28.312Z] --- PASS: TestCreateServiceCapabilities (2.58s) [2023-05-05T19:14:28.312Z] === RUN TestInspect [2023-05-05T19:14:28.382Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2023-05-05T19:14:28.382Z] ok github.com/docker/docker/distribution 0.633s coverage: 29.0% of statements [2023-05-05T19:14:28.496Z] b50100f25006: Pulling fs layer [2023-05-05T19:14:28.496Z] b50100f25006: Verifying Checksum [2023-05-05T19:14:28.496Z] b50100f25006: Download complete [2023-05-05T19:14:28.496Z] b50100f25006: Pull complete [2023-05-05T19:14:28.496Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-05-05T19:14:28.496Z] Status: Downloaded newer image for busybox:latest [2023-05-05T19:14:28.640Z] ok github.com/docker/docker/pkg/capabilities 0.027s coverage: 87.5% of statements [2023-05-05T19:14:28.898Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2023-05-05T19:14:28.898Z] ok github.com/docker/docker/distribution/xfer 1.717s coverage: 85.1% of statements [2023-05-05T19:14:29.119Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2023-05-05T19:14:29.156Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2023-05-05T19:14:29.156Z] ok github.com/docker/docker/pkg/authorization 0.450s coverage: 68.3% of statements [2023-05-05T19:14:29.414Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2023-05-05T19:14:29.414Z] ok github.com/docker/docker/pkg/discovery/memory 0.023s coverage: 92.3% of statements [2023-05-05T19:14:29.414Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2023-05-05T19:14:29.672Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2023-05-05T19:14:29.672Z] ok github.com/docker/docker/pkg/archive 0.579s coverage: 82.2% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-05-05T19:14:29.930Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 86.5% of statements [2023-05-05T19:14:29.930Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2023-05-05T19:14:29.930Z] ok github.com/docker/docker/pkg/fsutils 0.224s coverage: 85.1% of statements [2023-05-05T19:14:30.055Z] === RUN TestExternalGraphDriver/spec [2023-05-05T19:14:30.173Z] + bundleName=arm64-integration [2023-05-05T19:14:30.173Z] + echo Creating arm64-integration-bundles.tar.gz [2023-05-05T19:14:30.173Z] Creating arm64-integration-bundles.tar.gz [2023-05-05T19:14:30.173Z] + find bundles+ -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2023-05-05T19:14:30.173Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2023-05-05T19:14:30.188Z] Archiving artifacts [2023-05-05T19:14:30.313Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2023-05-05T19:14:30.495Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2023-05-05T19:14:30.495Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2023-05-05T19:14:30.495Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2023-05-05T19:14:30.753Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2023-05-05T19:14:30.753Z] ok github.com/docker/docker/pkg/idtools 0.378s coverage: 69.5% of statements [2023-05-05T19:14:30.753Z] ok github.com/docker/docker/pkg/ioutils 0.438s coverage: 69.3% of statements [2023-05-05T19:14:30.753Z] ok github.com/docker/docker/pkg/parsers 0.010s coverage: 97.0% of statements [2023-05-05T19:14:31.011Z] ok github.com/docker/docker/pkg/parsers/kernel 0.010s coverage: 60.0% of statements [2023-05-05T19:14:31.011Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2023-05-05T19:14:31.011Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2023-05-05T19:14:31.268Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2023-05-05T19:14:31.526Z] ok github.com/docker/docker/pkg/pools 0.017s coverage: 88.2% of statements [2023-05-05T19:14:31.526Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2023-05-05T19:14:31.526Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2023-05-05T19:14:31.572Z] --- PASS: TestInspect (2.85s) [2023-05-05T19:14:31.572Z] === RUN TestCreateJob [2023-05-05T19:14:31.689Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2023-05-05T19:14:31.689Z] === RUN TestExternalGraphDriver/pull [2023-05-05T19:14:31.699Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45406/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-05-05T19:14:31.783Z] ok github.com/docker/docker/pkg/chrootarchive 2.684s coverage: 43.5% of statements [2023-05-05T19:14:31.783Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2023-05-05T19:14:32.006Z] + make clean [2023-05-05T19:14:32.040Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2023-05-05T19:14:32.040Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2023-05-05T19:14:32.266Z] docker volume rm -f docker-dev-cache [2023-05-05T19:14:32.266Z] docker-dev-cache [Pipeline] deleteDir [2023-05-05T19:14:32.298Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2023-05-05T19:14:32.556Z] ok github.com/docker/docker/pkg/discovery/kv 3.026s coverage: 84.1% of statements [2023-05-05T19:14:32.556Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 52.9% of statements [2023-05-05T19:14:32.556Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 36.9% of statements [2023-05-05T19:14:32.814Z] ok github.com/docker/docker/pkg/pubsub 1.047s coverage: 75.0% of statements [2023-05-05T19:14:32.814Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2023-05-05T19:14:32.814Z] coverage: [no statements] [2023-05-05T19:14:32.814Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2023-05-05T19:14:33.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2023-05-05T19:14:33.072Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2023-05-05T19:14:33.072Z] ok github.com/docker/docker/pkg/useragent 0.006s coverage: 88.9% of statements [2023-05-05T19:14:33.072Z] ok github.com/docker/docker/pkg/tarsum 0.082s coverage: 89.3% of statements [2023-05-05T19:14:33.072Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2023-05-05T19:14:33.323Z] --- PASS: TestExternalGraphDriver (5.52s) [2023-05-05T19:14:33.323Z] --- PASS: TestExternalGraphDriver/json (1.70s) [2023-05-05T19:14:33.323Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2023-05-05T19:14:33.323Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2023-05-05T19:14:33.323Z] === RUN TestGraphdriverPluginV2 [2023-05-05T19:14:33.637Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.4% of statements [2023-05-05T19:14:33.637Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.6% of statements [2023-05-05T19:14:33.895Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-05T19:14:34.257Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0003c5200_} [2023-05-05T19:14:34.459Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2023-05-05T19:14:34.459Z] ok github.com/docker/docker/quota 0.378s coverage: 71.4% of statements [2023-05-05T19:14:34.459Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 45.3% of statements [2023-05-05T19:14:34.717Z] ok github.com/docker/docker/plugin 0.528s coverage: 23.2% of statements [2023-05-05T19:14:34.717Z] ok github.com/docker/docker/registry 0.066s coverage: 57.3% of statements [2023-05-05T19:14:34.833Z] --- PASS: TestCreateJob (3.24s) [2023-05-05T19:14:34.833Z] === RUN TestReplicatedJob [2023-05-05T19:14:34.975Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2023-05-05T19:14:34.975Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2023-05-05T19:14:35.232Z] ok github.com/docker/docker/pkg/signal 3.427s coverage: 62.3% of statements [2023-05-05T19:14:35.489Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2023-05-05T19:14:35.632Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2023-05-05T19:14:35.632Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1579169447_/foo_false____} [2023-05-05T19:14:35.746Z] ok github.com/docker/docker/volume/mounts 0.025s coverage: 67.0% of statements [2023-05-05T19:14:35.746Z] ok github.com/docker/docker/volume/local 0.153s coverage: 76.4% of statements [2023-05-05T19:14:36.310Z] ok github.com/docker/docker/layer 7.566s coverage: 68.8% of statements [2023-05-05T19:14:36.310Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.1% of statements [2023-05-05T19:14:37.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1579169447_/foo_true____} [2023-05-05T19:14:37.267Z] docker_api_swarm_test.go:272: [de7a7a5c80283] joining swarm manager [df3e4f4afa75c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:14:37.834Z] --- PASS: TestGraphdriverPluginV2 (4.48s) [2023-05-05T19:14:37.834Z] PASS [2023-05-05T19:14:37.834Z] [2023-05-05T19:14:37.834Z] DONE 5 tests in 10.034s [2023-05-05T19:14:37.834Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-05-05T19:14:37.834Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:37.834Z] ++ set -e [2023-05-05T19:14:37.834Z] ++ '[' -n 0 ']' [2023-05-05T19:14:37.834Z] ++ set -x [2023-05-05T19:14:37.834Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:37.834Z] INFO: Testing against a local daemon [2023-05-05T19:14:37.834Z] === RUN TestContinueAfterPluginCrash [2023-05-05T19:14:37.834Z] === PAUSE TestContinueAfterPluginCrash [2023-05-05T19:14:37.834Z] === RUN TestReadPluginNoRead [2023-05-05T19:14:37.834Z] === PAUSE TestReadPluginNoRead [2023-05-05T19:14:37.834Z] === RUN TestDaemonStartWithLogOpt [2023-05-05T19:14:37.834Z] === PAUSE TestDaemonStartWithLogOpt [2023-05-05T19:14:37.834Z] === CONT TestContinueAfterPluginCrash [2023-05-05T19:14:37.834Z] === CONT TestDaemonStartWithLogOpt [2023-05-05T19:14:37.834Z] === CONT TestReadPluginNoRead [2023-05-05T19:14:38.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31258133969_/foo_false____} [2023-05-05T19:14:38.831Z] ok github.com/docker/docker/daemon 12.146s coverage: 17.1% of statements [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/exec [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/names [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/dockerversion [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/image/tarexport [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/oci/caps [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/locker [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/loopback [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/mount [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-05-05T19:14:38.831Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-05-05T19:14:38.970Z] docker_api_swarm_test.go:273: [d6360eef5459f] joining swarm manager [df3e4f4afa75c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:14:39.906Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31258133969_/foo_true____} [2023-05-05T19:14:40.068Z] --- PASS: TestReplicatedJob (5.10s) [2023-05-05T19:14:40.068Z] === RUN TestUpdateReplicatedJob [2023-05-05T19:14:40.166Z] === RUN TestReadPluginNoRead/default [2023-05-05T19:14:40.733Z] --- PASS: TestDaemonStartWithLogOpt (2.81s) [2023-05-05T19:14:41.300Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31258133969_/foo_true__0xc0003c5230__} [2023-05-05T19:14:41.559Z] === RUN TestReadPluginNoRead/disabled_caching [2023-05-05T19:14:42.495Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0003c5248_} [2023-05-05T19:14:42.753Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-05-05T19:14:43.329Z] --- PASS: TestUpdateReplicatedJob (3.26s) [2023-05-05T19:14:43.329Z] === RUN TestServiceListWithStatuses [2023-05-05T19:14:43.329Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:14:43.329Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-05-05T19:14:43.329Z] === RUN TestDockerNetworkConnectAlias [2023-05-05T19:14:44.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0003c5260_} [2023-05-05T19:14:44.128Z] === CONT TestReadPluginNoRead [2023-05-05T19:14:44.128Z] read_test.go:92: [d6f681c660ff0] daemon is not started [2023-05-05T19:14:44.128Z] --- PASS: TestReadPluginNoRead (6.12s) [2023-05-05T19:14:44.129Z] --- PASS: TestReadPluginNoRead/default (1.38s) [2023-05-05T19:14:44.129Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.25s) [2023-05-05T19:14:44.129Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s) [2023-05-05T19:14:45.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0003c5278_} [2023-05-05T19:14:45.761Z] --- PASS: TestContinueAfterPluginCrash (7.95s) [2023-05-05T19:14:45.761Z] PASS [2023-05-05T19:14:45.761Z] [2023-05-05T19:14:45.761Z] DONE 6 tests in 8.007s [2023-05-05T19:14:45.761Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-05-05T19:14:45.761Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:45.761Z] ++ set -e [2023-05-05T19:14:45.761Z] ++ '[' -n 0 ']' [2023-05-05T19:14:45.761Z] ++ set -x [2023-05-05T19:14:45.761Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:45.761Z] testing: warning: no tests to run [2023-05-05T19:14:45.761Z] PASS [2023-05-05T19:14:45.761Z] [2023-05-05T19:14:45.761Z] DONE 0 tests in 0.007s [2023-05-05T19:14:45.761Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-05-05T19:14:45.761Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:45.761Z] ++ set -e [2023-05-05T19:14:45.761Z] ++ '[' -n 0 ']' [2023-05-05T19:14:45.761Z] ++ set -x [2023-05-05T19:14:45.761Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:46.019Z] INFO: Testing against a local daemon [2023-05-05T19:14:46.019Z] === RUN TestPluginWithDevMounts [2023-05-05T19:14:46.019Z] === PAUSE TestPluginWithDevMounts [2023-05-05T19:14:46.019Z] === CONT TestPluginWithDevMounts [2023-05-05T19:14:46.586Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0003c5290_} [2023-05-05T19:14:47.488Z] --- PASS: TestDockerNetworkConnectAlias (4.45s) [2023-05-05T19:14:47.488Z] === RUN TestDockerNetworkReConnect [2023-05-05T19:14:47.521Z] --- PASS: TestPluginWithDevMounts (1.51s) [2023-05-05T19:14:47.521Z] PASS [2023-05-05T19:14:47.521Z] [2023-05-05T19:14:47.521Z] DONE 1 tests in 1.548s [2023-05-05T19:14:47.521Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2023-05-05T19:14:47.521Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:47.521Z] ++ set -e [2023-05-05T19:14:47.521Z] ++ '[' -n 0 ']' [2023-05-05T19:14:47.521Z] ++ set -x [2023-05-05T19:14:47.521Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:14:47.521Z] INFO: Testing against a local daemon [2023-05-05T19:14:47.521Z] === RUN TestSecretInspect [2023-05-05T19:14:47.780Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2023-05-05T19:14:48.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2023-05-05T19:14:48.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2023-05-05T19:14:48.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2023-05-05T19:14:48.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2023-05-05T19:14:48.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2023-05-05T19:14:48.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2023-05-05T19:14:48.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2023-05-05T19:14:48.974Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2023-05-05T19:14:49.910Z] --- PASS: TestSecretInspect (2.57s) [2023-05-05T19:14:49.910Z] === RUN TestSecretList [2023-05-05T19:14:50.749Z] --- PASS: TestDockerNetworkReConnect (3.60s) [2023-05-05T19:14:50.749Z] === RUN TestServicePlugin [2023-05-05T19:14:51.297Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2023-05-05T19:14:52.741Z] --- PASS: TestSecretList (2.65s) [2023-05-05T19:14:52.741Z] === RUN TestSecretsCreateAndDelete [2023-05-05T19:14:53.057Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2023-05-05T19:14:54.008Z] plugin_test.go:61: [d178a3a0a95b1] joining swarm manager [db41a4278eea3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:14:55.369Z] plugin_test.go:64: [d1bd3164c3770] joining swarm manager [db41a4278eea3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:14:55.651Z] === RUN TestDockerSuite/TestCopyAndRestart [2023-05-05T19:14:55.651Z] --- PASS: TestSecretsCreateAndDelete (2.94s) [2023-05-05T19:14:55.651Z] === RUN TestSecretsUpdate [2023-05-05T19:14:56.253Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2023-05-05T19:14:56.551Z] === RUN TestDockerSuite/TestCpAbsolutePath [2023-05-05T19:14:56.814Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2023-05-05T19:14:57.756Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2023-05-05T19:14:58.323Z] === RUN TestDockerSuite/TestCpFromCaseA [2023-05-05T19:14:58.323Z] --- PASS: TestSecretsUpdate (2.81s) [2023-05-05T19:14:58.323Z] === RUN TestTemplatedSecret [2023-05-05T19:14:58.891Z] === RUN TestDockerSuite/TestCpFromCaseB [2023-05-05T19:14:59.457Z] === RUN TestDockerSuite/TestCpFromCaseC [2023-05-05T19:15:00.025Z] === RUN TestDockerSuite/TestCpFromCaseD [2023-05-05T19:15:00.026Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2023-05-05T19:15:01.401Z] === RUN TestDockerSuite/TestCpFromCaseE [2023-05-05T19:15:01.401Z] --- PASS: TestTemplatedSecret (2.94s) [2023-05-05T19:15:01.401Z] === RUN TestSecretCreateResolve [2023-05-05T19:15:01.969Z] === RUN TestDockerSuite/TestCpFromCaseF [2023-05-05T19:15:02.537Z] === RUN TestDockerSuite/TestCpFromCaseG [2023-05-05T19:15:03.104Z] === RUN TestDockerSuite/TestCpFromCaseH [2023-05-05T19:15:04.039Z] === RUN TestDockerSuite/TestCpFromCaseI [2023-05-05T19:15:04.298Z] --- PASS: TestSecretCreateResolve (2.85s) [2023-05-05T19:15:04.298Z] PASS [2023-05-05T19:15:04.298Z] [2023-05-05T19:15:04.298Z] DONE 6 tests in 16.790s [2023-05-05T19:15:04.298Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2023-05-05T19:15:04.298Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:15:04.298Z] ++ set -e [2023-05-05T19:15:04.298Z] ++ '[' -n 0 ']' [2023-05-05T19:15:04.298Z] ++ set -x [2023-05-05T19:15:04.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:15:04.298Z] INFO: Testing against a local daemon [2023-05-05T19:15:04.298Z] === RUN TestServiceCreateInit [2023-05-05T19:15:04.298Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-05-05T19:15:04.556Z] === RUN TestDockerSuite/TestCpFromCaseJ [2023-05-05T19:15:05.124Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2023-05-05T19:15:05.340Z] ok github.com/docker/docker/pkg/plugins 33.643s coverage: 76.3% of statements [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/pkg/symlink [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/pkg/term [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/rootless [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/rootless/specconv [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/testutil/request [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/volume [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-05-05T19:15:05.340Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-05-05T19:15:05.340Z] [2023-05-05T19:15:05.340Z] === Skipped [2023-05-05T19:15:05.341Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2023-05-05T19:15:05.341Z] exec_linux_test.go:19: requires AppArmor to be enabled [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2023-05-05T19:15:05.341Z] exec_linux_test.go:39: requires AppArmor to be enabled [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver btrfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:73: No driver to put! [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2023-05-05T19:15:05.341Z] time="2023-05-05T19:14:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2023-05-05T19:15:05.341Z] time="2023-05-05T19:14:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2023-05-05T19:15:05.341Z] time="2023-05-05T19:14:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2023-05-05T19:15:05.341Z] time="2023-05-05T19:14:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2023-05-05T19:15:05.341Z] time="2023-05-05T19:14:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:73: No driver to put! [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2023-05-05T19:15:05.341Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2023-05-05T19:15:05.341Z] overlay_test.go:50: Fails to compute changes intermittently [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2023-05-05T19:15:05.341Z] overlay_test.go:65: Cannot run test with naive change algorithm [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-05-05T19:15:05.341Z] graphtest_unix.go:46: Driver zfs not supported [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2023-05-05T19:15:05.341Z] graphtest_unix.go:73: No driver to put! [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2023-05-05T19:15:05.341Z] sysinfo_linux_test.go:91: App Armor Must be Disabled [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2023-05-05T19:15:05.341Z] sysinfo_linux_test.go:111: cgroup namespaces must be disabled [2023-05-05T19:15:05.341Z] [2023-05-05T19:15:05.341Z] DONE 2266 tests, 26 skipped in 88.166s Post stage [Pipeline] junit [2023-05-05T19:15:05.914Z] Recording test results [2023-05-05T19:15:06.060Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2023-05-05T19:15:06.105Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2023-05-05T19:15:06.424Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45406/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db9ab6438debd1b262c29479a23b4e972405ff75 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:db9ab6438debd1b262c29479a23b4e972405ff75 hack/validate/vendor [2023-05-05T19:15:06.627Z] === RUN TestDockerSuite/TestCpGarbagePath [2023-05-05T19:15:06.987Z] update vendored copy of archive/tar [2023-05-05T19:15:06.987Z] downloading: https://golang.org/dl/go1.19.9.src.tar.gz [2023-05-05T19:15:07.195Z] === RUN TestDockerSuite/TestCpLocalOnly [2023-05-05T19:15:07.195Z] === RUN TestDockerSuite/TestCpNameHasColon [2023-05-05T19:15:08.131Z] === RUN TestDockerSuite/TestCpRelativePath [2023-05-05T19:15:08.697Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-05-05T19:15:08.697Z] === RUN TestDockerSuite/TestCpSpecialFiles [2023-05-05T19:15:08.880Z] patching file stat_unix.go [2023-05-05T19:15:08.880Z] 2023/05/05 19:15:08 Collecting initial packages [2023-05-05T19:15:08.880Z] 2023/05/05 19:15:08 Download dependencies [2023-05-05T19:15:09.633Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2023-05-05T19:15:09.893Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2023-05-05T19:15:10.828Z] === RUN TestDockerSuite/TestCpToCaseA [2023-05-05T19:15:11.399Z] 2023/05/05 19:15:11 Starting whole vndr cycle because no package specified [2023-05-05T19:15:11.399Z] 2023/05/05 19:15:11 Ignoring paths matching "^archive/tar" [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/Microsoft/hcsshim, revision a11a2c44e8a4aa9d66314b1d759ef582df5ab5e8, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/Azure/go-ansiterm, revision d185dfc1b5a126116ea5a19e148e29d16b4574c9, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/Microsoft/go-winio, revision 7e149e8c70409f36773c1b2cf3447a7ab7697368, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2023-05-05T19:15:11.655Z] 2023/05/05 19:15:11 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2023-05-05T19:15:11.913Z] 2023/05/05 19:15:11 Finished clone github.com/moby/locker [2023-05-05T19:15:11.913Z] 2023/05/05 19:15:11 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2023-05-05T19:15:11.913Z] 2023/05/05 19:15:11 Finished clone github.com/tchap/go-patricia [2023-05-05T19:15:11.913Z] 2023/05/05 19:15:11 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2023-05-05T19:15:11.913Z] 2023/05/05 19:15:11 Finished clone github.com/Azure/go-ansiterm [2023-05-05T19:15:11.913Z] 2023/05/05 19:15:11 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Finished clone github.com/creack/pty [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Finished clone github.com/docker/libtrust [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Finished clone github.com/gorilla/mux [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Finished clone github.com/google/uuid [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:11 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Finished clone github.com/willf/bitset [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Finished clone github.com/sirupsen/logrus [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Clone github.com/armon/circbuf, revision 5111143e8da2e98b4ea6a8f32b9065ea1821c191, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Finished clone github.com/Microsoft/go-winio [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Clone github.com/moby/buildkit, revision eeb7b65ab7d651770a5ec52a06ea7c96eb97a249, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Finished clone github.com/moby/sys [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Finished clone github.com/docker/go-connections [2023-05-05T19:15:12.171Z] 2023/05/05 19:15:12 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2023-05-05T19:15:12.204Z] === RUN TestDockerSuite/TestCpToCaseB [2023-05-05T19:15:12.429Z] 2023/05/05 19:15:12 Finished clone github.com/RackSec/srslog [2023-05-05T19:15:12.429Z] 2023/05/05 19:15:12 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2023-05-05T19:15:12.429Z] 2023/05/05 19:15:12 Finished clone github.com/armon/circbuf [2023-05-05T19:15:12.429Z] 2023/05/05 19:15:12 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Finished clone github.com/coreos/go-systemd [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Finished clone gotest.tools/v3 [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Finished clone github.com/imdario/mergo [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Finished clone github.com/syndtr/gocapability [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Finished clone github.com/tonistiigi/units [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Finished clone github.com/google/go-cmp [2023-05-05T19:15:12.688Z] 2023/05/05 19:15:12 Clone github.com/docker/libnetwork, revision 3f0048413d95802b9c6c836eba06bfc54f9dbd03, attempt 1/20 [2023-05-05T19:15:12.771Z] --- PASS: TestServiceCreateInit (8.63s) [2023-05-05T19:15:12.771Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.27s) [2023-05-05T19:15:12.771Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.34s) [2023-05-05T19:15:12.771Z] === RUN TestCreateServiceMultipleTimes [2023-05-05T19:15:12.946Z] 2023/05/05 19:15:12 Finished clone golang.org/x/sync [2023-05-05T19:15:12.946Z] 2023/05/05 19:15:12 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2023-05-05T19:15:13.030Z] === RUN TestDockerSuite/TestCpToCaseC [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:12 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:12 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:12 Finished clone github.com/mitchellh/hashstructure [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:12 Clone github.com/armon/go-metrics, revision f0300d1749da6fa982027e449ec0c7a145510c3c, attempt 1/20 [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:12 Finished clone github.com/tonistiigi/fsutil [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:12 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:13 Finished clone github.com/google/shlex [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:13 Clone github.com/hashicorp/memberlist, revision e6ff9b2d87a3f0f3f04abb5672ada3ac2a640223, attempt 1/20 [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:13 Finished clone github.com/opentracing-contrib/go-stdlib [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:13 Clone github.com/google/btree, revision 4030bb1f1f0c35b30ca7009e9ebd06849dd45306, attempt 1/20 [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:13 Finished clone github.com/gofrs/flock [2023-05-05T19:15:13.205Z] 2023/05/05 19:15:13 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2023-05-05T19:15:13.464Z] 2023/05/05 19:15:13 Finished clone github.com/opentracing/opentracing-go [2023-05-05T19:15:13.464Z] 2023/05/05 19:15:13 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2023-05-05T19:15:13.464Z] 2023/05/05 19:15:13 Finished clone github.com/golang/gddo [2023-05-05T19:15:13.464Z] 2023/05/05 19:15:13 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2023-05-05T19:15:13.464Z] 2023/05/05 19:15:13 Finished clone github.com/docker/go-events [2023-05-05T19:15:13.464Z] 2023/05/05 19:15:13 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2023-05-05T19:15:13.722Z] 2023/05/05 19:15:13 Finished clone github.com/armon/go-radix [2023-05-05T19:15:13.722Z] 2023/05/05 19:15:13 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2023-05-05T19:15:13.722Z] 2023/05/05 19:15:13 Finished clone github.com/armon/go-metrics [2023-05-05T19:15:13.722Z] 2023/05/05 19:15:13 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2023-05-05T19:15:13.722Z] 2023/05/05 19:15:13 Finished clone github.com/sean-/seed [2023-05-05T19:15:13.722Z] 2023/05/05 19:15:13 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2023-05-05T19:15:13.981Z] 2023/05/05 19:15:13 Finished clone github.com/google/btree [2023-05-05T19:15:13.981Z] 2023/05/05 19:15:13 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2023-05-05T19:15:13.981Z] 2023/05/05 19:15:13 Finished clone github.com/hashicorp/memberlist [2023-05-05T19:15:13.981Z] 2023/05/05 19:15:13 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2023-05-05T19:15:14.239Z] 2023/05/05 19:15:14 Finished clone github.com/hashicorp/errwrap [2023-05-05T19:15:14.239Z] 2023/05/05 19:15:14 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2023-05-05T19:15:14.239Z] 2023/05/05 19:15:14 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2023-05-05T19:15:14.239Z] 2023/05/05 19:15:14 Finished clone github.com/Microsoft/opengcs [2023-05-05T19:15:14.405Z] === RUN TestDockerSuite/TestCpToCaseD [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Finished clone github.com/hashicorp/go-multierror [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Finished clone github.com/docker/libkv [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Clone github.com/coreos/etcd, revision 973882f697a8db3d59815bf132c6c506434334bd, attempt 1/20 [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Finished clone golang.org/x/net [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Finished clone github.com/vishvananda/netns [2023-05-05T19:15:14.498Z] 2023/05/05 19:15:14 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2023-05-05T19:15:14.759Z] 2023/05/05 19:15:14 Finished clone github.com/hashicorp/go-sockaddr [2023-05-05T19:15:14.759Z] 2023/05/05 19:15:14 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2023-05-05T19:15:14.759Z] 2023/05/05 19:15:14 Finished clone github.com/hashicorp/go-msgpack [2023-05-05T19:15:14.759Z] 2023/05/05 19:15:14 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2023-05-05T19:15:15.017Z] 2023/05/05 19:15:14 Finished clone github.com/vishvananda/netlink [2023-05-05T19:15:15.017Z] 2023/05/05 19:15:14 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2023-05-05T19:15:15.017Z] 2023/05/05 19:15:14 Finished clone github.com/samuel/go-zookeeper [2023-05-05T19:15:15.017Z] 2023/05/05 19:15:14 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2023-05-05T19:15:15.017Z] 2023/05/05 19:15:15 Finished clone github.com/moby/ipvs [2023-05-05T19:15:15.017Z] 2023/05/05 19:15:15 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2023-05-05T19:15:15.275Z] 2023/05/05 19:15:15 Finished clone github.com/BurntSushi/toml [2023-05-05T19:15:15.275Z] 2023/05/05 19:15:15 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2023-05-05T19:15:15.275Z] 2023/05/05 19:15:15 Finished clone github.com/deckarep/golang-set [2023-05-05T19:15:15.275Z] 2023/05/05 19:15:15 Clone github.com/docker/distribution, revision b5ca020cfbe998e5af3457fda087444cf5116496, attempt 1/20 [2023-05-05T19:15:15.533Z] 2023/05/05 19:15:15 Finished clone github.com/hashicorp/serf [2023-05-05T19:15:15.533Z] 2023/05/05 19:15:15 Clone github.com/vbatts/tar-split, revision 80a436fd6164c557b131f7c59ed69bd81af69761, attempt 1/20 [2023-05-05T19:15:15.792Z] 2023/05/05 19:15:15 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2023-05-05T19:15:15.792Z] 2023/05/05 19:15:15 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2023-05-05T19:15:15.792Z] 2023/05/05 19:15:15 Finished clone github.com/ishidawataru/sctp [2023-05-05T19:15:15.792Z] 2023/05/05 19:15:15 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2023-05-05T19:15:15.792Z] 2023/05/05 19:15:15 Finished clone github.com/modern-go/concurrent [2023-05-05T19:15:15.792Z] 2023/05/05 19:15:15 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2023-05-05T19:15:16.051Z] 2023/05/05 19:15:15 Finished clone github.com/modern-go/reflect2 [2023-05-05T19:15:16.051Z] 2023/05/05 19:15:15 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2023-05-05T19:15:16.051Z] 2023/05/05 19:15:15 Finished clone go.etcd.io/bbolt [2023-05-05T19:15:16.051Z] 2023/05/05 19:15:15 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2023-05-05T19:15:16.051Z] 2023/05/05 19:15:16 Finished clone github.com/json-iterator/go [2023-05-05T19:15:16.051Z] 2023/05/05 19:15:16 Clone github.com/opencontainers/image-spec, revision 67d2d5658fe0476ab9bf414cec164077ebff3920, attempt 1/20 [2023-05-05T19:15:16.309Z] 2023/05/05 19:15:16 Finished clone github.com/coreos/go-semver [2023-05-05T19:15:16.309Z] 2023/05/05 19:15:16 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2023-05-05T19:15:16.309Z] 2023/05/05 19:15:16 Finished clone github.com/docker/libnetwork [2023-05-05T19:15:16.309Z] 2023/05/05 19:15:16 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2023-05-05T19:15:16.567Z] 2023/05/05 19:15:16 Finished clone github.com/opencontainers/go-digest [2023-05-05T19:15:16.567Z] 2023/05/05 19:15:16 Clone golang.org/x/sys, revision 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809, attempt 1/20 [2023-05-05T19:15:16.567Z] 2023/05/05 19:15:16 Finished clone github.com/mistifyio/go-zfs [2023-05-05T19:15:16.567Z] 2023/05/05 19:15:16 Clone github.com/docker/swarmkit, revision cf1e0f8d95ee37ea1f9a5f8a54c73c1e0fa58a54, attempt 1/20 [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Finished clone github.com/docker/go-units [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Finished clone github.com/opencontainers/runtime-spec [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Finished clone github.com/vbatts/tar-split [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Finished clone github.com/cyphar/filepath-securejoin [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Clone github.com/fluent/fluent-logger-golang, revision 0b652e850a9140d0b1db6390d8925d0601e952db, attempt 1/20 [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Finished clone github.com/opencontainers/image-spec [2023-05-05T19:15:17.501Z] 2023/05/05 19:15:17 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2023-05-05T19:15:17.759Z] 2023/05/05 19:15:17 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2023-05-05T19:15:17.759Z] 2023/05/05 19:15:17 Finished clone golang.org/x/text [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Finished clone github.com/Graylog2/go-gelf [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Finished clone github.com/fluent/fluent-logger-golang [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Finished clone github.com/philhofer/fwd [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Finished clone github.com/godbus/dbus/v5 [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Finished clone github.com/miekg/dns [2023-05-05T19:15:18.330Z] 2023/05/05 19:15:18 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2023-05-05T19:15:18.589Z] 2023/05/05 19:15:18 Finished clone github.com/coreos/go-systemd/v22 [2023-05-05T19:15:18.589Z] 2023/05/05 19:15:18 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Finished clone github.com/bsphere/le_go [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Finished clone github.com/fsnotify/fsnotify [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Finished clone github.com/jmespath/go-jmespath [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Finished clone github.com/tinylib/msgp [2023-05-05T19:15:19.523Z] 2023/05/05 19:15:19 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2023-05-05T19:15:19.672Z] === RUN TestDockerSuite/TestCpToCaseE [2023-05-05T19:15:20.090Z] 2023/05/05 19:15:19 Finished clone github.com/golang/groupcache [2023-05-05T19:15:20.090Z] 2023/05/05 19:15:19 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2023-05-05T19:15:20.349Z] 2023/05/05 19:15:20 Finished clone github.com/googleapis/gax-go [2023-05-05T19:15:20.349Z] 2023/05/05 19:15:20 Clone https://github.com/moby/containerd.git to github.com/containerd/containerd, revision 96c5ae04b6784e180aaeee50fba715ac448ddb0d, attempt 1/20 [2023-05-05T19:15:20.349Z] 2023/05/05 19:15:20 Finished clone go.opencensus.io [2023-05-05T19:15:20.349Z] 2023/05/05 19:15:20 Clone github.com/containerd/fifo, revision 151b205263c29d471e0d55c787d2ce9f5343fd46, attempt 1/20 [2023-05-05T19:15:20.607Z] 2023/05/05 19:15:20 Finished clone github.com/opencontainers/runc [2023-05-05T19:15:20.607Z] 2023/05/05 19:15:20 Clone github.com/containerd/continuity, revision 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd, attempt 1/20 [2023-05-05T19:15:20.866Z] 2023/05/05 19:15:20 Finished clone google.golang.org/grpc [2023-05-05T19:15:20.866Z] 2023/05/05 19:15:20 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2023-05-05T19:15:20.866Z] 2023/05/05 19:15:20 Finished clone github.com/moby/buildkit [2023-05-05T19:15:20.866Z] 2023/05/05 19:15:20 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2023-05-05T19:15:21.124Z] 2023/05/05 19:15:21 Finished clone github.com/containerd/fifo [2023-05-05T19:15:21.124Z] 2023/05/05 19:15:21 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2023-05-05T19:15:21.382Z] 2023/05/05 19:15:21 Finished clone golang.org/x/oauth2 [2023-05-05T19:15:21.382Z] 2023/05/05 19:15:21 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2023-05-05T19:15:21.574Z] === RUN TestDockerSuite/TestCpToCaseF [2023-05-05T19:15:21.640Z] 2023/05/05 19:15:21 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2023-05-05T19:15:21.640Z] 2023/05/05 19:15:21 Finished clone github.com/docker/distribution [2023-05-05T19:15:21.833Z] === RUN TestDockerSuite/TestCpToCaseG [2023-05-05T19:15:21.895Z] --- PASS: TestServicePlugin (28.83s) [2023-05-05T19:15:21.895Z] === RUN TestServiceUpdateLabel [2023-05-05T19:15:21.895Z] --- PASS: TestServiceUpdateLabel (2.17s) [2023-05-05T19:15:21.895Z] === RUN TestServiceUpdateSecrets [2023-05-05T19:15:21.899Z] 2023/05/05 19:15:21 Finished clone github.com/containerd/cgroups [2023-05-05T19:15:21.899Z] 2023/05/05 19:15:21 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:21 Clone github.com/cilium/ebpf, revision 32458a752e0bcbc670691625f84e7ef6aef5655d, attempt 1/20 [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:21 Finished clone github.com/Microsoft/hcsshim [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:22 Finished clone github.com/containerd/console [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:22 Clone github.com/moby/term, revision 3f7ff695adc6a35abc925370dd0a4dafb48ec64d, attempt 1/20 [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:22 Finished clone github.com/containerd/typeurl [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:22 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:22 Finished clone github.com/containerd/go-runc [2023-05-05T19:15:22.157Z] 2023/05/05 19:15:22 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2023-05-05T19:15:22.415Z] 2023/05/05 19:15:22 Finished clone golang.org/x/sys [2023-05-05T19:15:22.415Z] 2023/05/05 19:15:22 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2023-05-05T19:15:22.673Z] 2023/05/05 19:15:22 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2023-05-05T19:15:22.673Z] 2023/05/05 19:15:22 Finished clone github.com/containerd/continuity [2023-05-05T19:15:22.673Z] 2023/05/05 19:15:22 Finished clone github.com/containerd/ttrpc [2023-05-05T19:15:22.673Z] 2023/05/05 19:15:22 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2023-05-05T19:15:22.673Z] 2023/05/05 19:15:22 Finished clone github.com/gogo/googleapis [2023-05-05T19:15:22.673Z] 2023/05/05 19:15:22 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2023-05-05T19:15:22.932Z] 2023/05/05 19:15:22 Finished clone github.com/beorn7/perks [2023-05-05T19:15:22.932Z] 2023/05/05 19:15:22 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2023-05-05T19:15:22.932Z] 2023/05/05 19:15:22 Finished clone github.com/moby/term [2023-05-05T19:15:22.932Z] 2023/05/05 19:15:22 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2023-05-05T19:15:23.498Z] 2023/05/05 19:15:23 Finished clone github.com/fernet/fernet-go [2023-05-05T19:15:23.498Z] 2023/05/05 19:15:23 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2023-05-05T19:15:24.364Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2023-05-05T19:15:24.434Z] 2023/05/05 19:15:24 Finished clone golang.org/x/time [2023-05-05T19:15:24.434Z] 2023/05/05 19:15:24 Clone https://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2023-05-05T19:15:24.434Z] 2023/05/05 19:15:24 Finished clone github.com/hashicorp/go-memdb [2023-05-05T19:15:24.434Z] 2023/05/05 19:15:24 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2023-05-05T19:15:24.692Z] 2023/05/05 19:15:24 Finished clone github.com/golang/protobuf [2023-05-05T19:15:24.692Z] 2023/05/05 19:15:24 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2023-05-05T19:15:25.259Z] 2023/05/05 19:15:24 Finished clone github.com/cilium/ebpf [2023-05-05T19:15:25.259Z] 2023/05/05 19:15:24 Clone https://github.com/cloudfoundry/clock.git to code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2023-05-05T19:15:25.259Z] 2023/05/05 19:15:25 Finished clone github.com/hashicorp/go-immutable-radix [2023-05-05T19:15:25.259Z] 2023/05/05 19:15:25 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2023-05-05T19:15:25.259Z] 2023/05/05 19:15:25 Finished clone github.com/hashicorp/golang-lru [2023-05-05T19:15:25.259Z] 2023/05/05 19:15:25 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2023-05-05T19:15:25.517Z] 2023/05/05 19:15:25 Finished clone golang.org/x/crypto [2023-05-05T19:15:25.517Z] 2023/05/05 19:15:25 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2023-05-05T19:15:25.776Z] 2023/05/05 19:15:25 Finished clone github.com/coreos/pkg [2023-05-05T19:15:25.776Z] 2023/05/05 19:15:25 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2023-05-05T19:15:26.034Z] 2023/05/05 19:15:25 Finished clone github.com/docker/swarmkit [2023-05-05T19:15:26.034Z] 2023/05/05 19:15:25 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2023-05-05T19:15:26.266Z] === RUN TestDockerSuite/TestCpToCaseH [2023-05-05T19:15:26.293Z] 2023/05/05 19:15:26 Finished clone github.com/cespare/xxhash/v2 [2023-05-05T19:15:26.293Z] 2023/05/05 19:15:26 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2023-05-05T19:15:26.293Z] 2023/05/05 19:15:26 Finished clone github.com/prometheus/client_model [2023-05-05T19:15:26.293Z] 2023/05/05 19:15:26 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2023-05-05T19:15:26.859Z] 2023/05/05 19:15:26 Finished clone github.com/prometheus/client_golang [2023-05-05T19:15:26.859Z] 2023/05/05 19:15:26 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:26 Finished clone github.com/matttproud/golang_protobuf_extensions [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:26 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:27 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:27 Finished clone github.com/pkg/errors [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:27 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:27 Finished clone github.com/google/certificate-transparency-go [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:27 Finished clone github.com/prometheus/common [2023-05-05T19:15:27.117Z] 2023/05/05 19:15:27 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2023-05-05T19:15:27.643Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2023-05-05T19:15:27.684Z] 2023/05/05 19:15:27 Finished clone github.com/prometheus/procfs [2023-05-05T19:15:27.685Z] 2023/05/05 19:15:27 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2023-05-05T19:15:27.685Z] 2023/05/05 19:15:27 Finished clone code.cloudfoundry.org/clock [2023-05-05T19:15:27.685Z] 2023/05/05 19:15:27 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2023-05-05T19:15:27.943Z] 2023/05/05 19:15:27 Finished clone github.com/inconshreveable/mousetrap [2023-05-05T19:15:28.201Z] 2023/05/05 19:15:28 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2023-05-05T19:15:28.459Z] 2023/05/05 19:15:28 Finished clone github.com/spf13/pflag [2023-05-05T19:15:28.718Z] 2023/05/05 19:15:28 Finished clone github.com/docker/go-metrics [2023-05-05T19:15:28.718Z] 2023/05/05 19:15:28 Finished clone github.com/morikuni/aec [2023-05-05T19:15:28.718Z] 2023/05/05 19:15:28 Finished clone github.com/spf13/cobra [2023-05-05T19:15:28.976Z] 2023/05/05 19:15:28 Finished clone github.com/coreos/etcd [2023-05-05T19:15:29.019Z] === RUN TestDockerSuite/TestCpToCaseI [2023-05-05T19:15:29.237Z] 2023/05/05 19:15:29 Finished clone github.com/opencontainers/selinux [2023-05-05T19:15:29.586Z] --- PASS: TestCreateServiceMultipleTimes (16.53s) [2023-05-05T19:15:29.586Z] === RUN TestCreateServiceConflict [2023-05-05T19:15:29.586Z] === RUN TestDockerSuite/TestCpToCaseJ [2023-05-05T19:15:29.586Z] docker_api_swarm_node_test.go:20: [d0e8e071cfd9e] joining swarm manager [d5992254565d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:15:30.521Z] docker_api_swarm_node_test.go:21: [d18ee6033452b] joining swarm manager [d5992254565d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:15:30.611Z] 2023/05/05 19:15:30 Finished clone github.com/cloudflare/cfssl [2023-05-05T19:15:30.869Z] 2023/05/05 19:15:30 Finished clone github.com/containerd/containerd [2023-05-05T19:15:32.244Z] 2023/05/05 19:15:32 Finished clone github.com/gogo/protobuf [2023-05-05T19:15:33.052Z] --- PASS: TestCreateServiceConflict (3.16s) [2023-05-05T19:15:33.052Z] === RUN TestCreateServiceMaxReplicas [2023-05-05T19:15:33.619Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2023-05-05T19:15:34.555Z] === RUN TestDockerSuite/TestCpToDot [2023-05-05T19:15:35.490Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2023-05-05T19:15:35.748Z] --- PASS: TestCreateServiceMaxReplicas (3.04s) [2023-05-05T19:15:35.748Z] === RUN TestCreateWithDuplicateNetworkNames [2023-05-05T19:15:36.684Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2023-05-05T19:15:36.718Z] --- PASS: TestServiceUpdateSecrets (14.61s) [2023-05-05T19:15:36.718Z] === RUN TestServiceUpdateConfigs [2023-05-05T19:15:37.509Z] 2023/05/05 19:15:36 Finished clone google.golang.org/genproto [2023-05-05T19:15:37.620Z] === RUN TestDockerSuite/TestCpToStdout [2023-05-05T19:15:38.556Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2023-05-05T19:15:39.490Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2023-05-05T19:15:39.490Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2023-05-05T19:15:40.057Z] === RUN TestDockerSuite/TestCpVolumePath [2023-05-05T19:15:40.624Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2023-05-05T19:15:40.883Z] === RUN TestDockerSuite/TestCreateArgs [2023-05-05T19:15:40.883Z] === RUN TestDockerSuite/TestCreateByImageID [2023-05-05T19:15:41.141Z] === RUN TestDockerSuite/TestCreateEchoStdout [2023-05-05T19:15:41.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2023-05-05T19:15:41.709Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2023-05-05T19:15:41.709Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2023-05-05T19:15:41.709Z] === RUN TestDockerSuite/TestCreateHostConfig [2023-05-05T19:15:41.709Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2023-05-05T19:15:42.275Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2023-05-05T19:15:42.534Z] === RUN TestDockerSuite/TestCreateLabels [2023-05-05T19:15:42.534Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2023-05-05T19:15:42.534Z] === RUN TestDockerSuite/TestCreateRM [2023-05-05T19:15:42.793Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2023-05-05T19:15:42.793Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-05-05T19:15:42.793Z] === RUN TestDockerSuite/TestCreateStopSignal [2023-05-05T19:15:42.793Z] === RUN TestDockerSuite/TestCreateStopTimeout [2023-05-05T19:15:42.793Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2023-05-05T19:15:44.066Z] 2023/05/05 19:15:43 Finished clone cloud.google.com/go [2023-05-05T19:15:44.697Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2023-05-05T19:15:44.697Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2023-05-05T19:15:44.697Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2023-05-05T19:15:45.265Z] docker_api_swarm_test.go:502: [dd37e9dd06881] joining swarm manager [d341d50ab2499]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:15:47.166Z] === RUN TestDockerSuite/TestCreateWithPortRange [2023-05-05T19:15:47.166Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2023-05-05T19:15:47.166Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2023-05-05T19:15:47.166Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2023-05-05T19:15:47.166Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2023-05-05T19:15:47.425Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2023-05-05T19:15:47.683Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2023-05-05T19:15:48.619Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2023-05-05T19:15:49.554Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2023-05-05T19:15:49.812Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.15s) [2023-05-05T19:15:49.812Z] === RUN TestCreateServiceSecretFileMode [2023-05-05T19:15:50.747Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2023-05-05T19:15:51.670Z] --- PASS: TestServiceUpdateConfigs (14.61s) [2023-05-05T19:15:51.670Z] === RUN TestServiceUpdateNetwork [2023-05-05T19:15:51.684Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2023-05-05T19:15:52.250Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2023-05-05T19:15:52.817Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2023-05-05T19:15:52.817Z] === RUN TestDockerSuite/TestDevicePermissions [2023-05-05T19:15:53.384Z] === RUN TestDockerSuite/TestDockerFails [2023-05-05T19:15:53.384Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2023-05-05T19:15:53.384Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2023-05-05T19:15:53.384Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2023-05-05T19:15:53.951Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2023-05-05T19:15:54.519Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2023-05-05T19:15:55.893Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2023-05-05T19:15:55.893Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2023-05-05T19:15:55.893Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2023-05-05T19:15:55.893Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2023-05-05T19:15:56.273Z] 2023/05/05 19:15:54 Finished clone github.com/hashicorp/consul [2023-05-05T19:15:56.829Z] docker_api_swarm_test.go:507: [d96b8fca8f886] joining swarm manager [d341d50ab2499]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:16:00.731Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2023-05-05T19:16:00.731Z] [2023-05-05T19:16:00.731Z] ________ ____ __. [2023-05-05T19:16:00.731Z] \_____ \ | |/ _| [2023-05-05T19:16:00.731Z] / | \| < [2023-05-05T19:16:00.731Z] / | \ | \ [2023-05-05T19:16:00.731Z] \_______ /____|__ \ [2023-05-05T19:16:00.731Z] \/ \/ [2023-05-05T19:16:00.731Z] [2023-05-05T19:16:00.731Z] INFO: make.ps1 ended at 05/05/2023 19:15:58 [2023-05-05T19:16:00.731Z] INFO: Binaries build ended at 05/05/2023 19:15:59. Duration:00:01:49.0103105 [2023-05-05T19:16:01.204Z] INFO: Copying the built daemon binary to d:\CI\PR-45406\5\binary\dockerd-db9ab6438d.exe... [2023-05-05T19:16:01.204Z] INFO: Copying the built client binary to d:\CI\PR-45406\5\binary\docker-db9ab6438d.exe... [2023-05-05T19:16:01.204Z] INFO: Copying dockerversion from the container... [2023-05-05T19:16:01.204Z] INFO: Copying the golang package from the container to d:\CI\PR-45406\5\installer\go.zip... [2023-05-05T19:16:02.095Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2023-05-05T19:16:02.773Z] INFO: Extracting go.zip to d:\CI\PR-45406\5\go [2023-05-05T19:16:03.031Z] --- PASS: TestCreateServiceSecretFileMode (13.16s) [2023-05-05T19:16:03.031Z] === RUN TestCreateServiceConfigFileMode [2023-05-05T19:16:03.290Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2023-05-05T19:16:03.946Z] --- PASS: TestServiceUpdateNetwork (12.70s) [2023-05-05T19:16:03.946Z] === RUN TestServiceUpdatePidsLimit [2023-05-05T19:16:04.871Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-05-05T19:16:05.193Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2023-05-05T19:16:05.795Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-05-05T19:16:06.235Z] 2023/05/05 19:16:05 Finished clone github.com/aws/aws-sdk-go [2023-05-05T19:16:06.569Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2023-05-05T19:16:07.136Z] === RUN TestDockerSuite/TestEventsAttach [2023-05-05T19:16:07.703Z] === RUN TestDockerSuite/TestEventsCommit [2023-05-05T19:16:08.271Z] === RUN TestDockerSuite/TestEventsContainerEvents [2023-05-05T19:16:09.206Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2023-05-05T19:16:09.773Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2023-05-05T19:16:10.340Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2023-05-05T19:16:11.716Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2023-05-05T19:16:12.652Z] === RUN TestDockerSuite/TestEventsContainerRestart [2023-05-05T19:16:13.869Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-05-05T19:16:15.183Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2023-05-05T19:16:16.118Z] --- PASS: TestCreateServiceConfigFileMode (13.07s) [2023-05-05T19:16:16.118Z] === RUN TestCreateServiceSysctls [2023-05-05T19:16:18.021Z] === RUN TestDockerSuite/TestEventsCopy [2023-05-05T19:16:18.588Z] === RUN TestDockerSuite/TestEventsFilterContainer [2023-05-05T19:16:19.524Z] --- PASS: TestCreateServiceSysctls (3.62s) [2023-05-05T19:16:19.524Z] === RUN TestCreateServiceCapabilities [2023-05-05T19:16:20.091Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2023-05-05T19:16:20.395Z] --- PASS: TestServiceUpdatePidsLimit (16.43s) [2023-05-05T19:16:20.395Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s) [2023-05-05T19:16:20.395Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.97s) [2023-05-05T19:16:20.395Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.97s) [2023-05-05T19:16:20.395Z] PASS [2023-05-05T19:16:20.395Z] [2023-05-05T19:16:20.395Z] === Skipped [2023-05-05T19:16:20.395Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2023-05-05T19:16:20.395Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:16:20.395Z] [2023-05-05T19:16:20.395Z] DONE 27 tests, 1 skipped in 184.299s [2023-05-05T19:16:20.395Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2023-05-05T19:16:20.395Z] INFO: Testing against a local daemon [2023-05-05T19:16:20.395Z] === RUN TestSessionCreate [2023-05-05T19:16:20.395Z] --- PASS: TestSessionCreate (0.01s) [2023-05-05T19:16:20.395Z] === RUN TestSessionCreateWithBadUpgrade [2023-05-05T19:16:20.395Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2023-05-05T19:16:20.395Z] PASS [2023-05-05T19:16:20.395Z] [2023-05-05T19:16:20.395Z] DONE 2 tests in 0.057s [2023-05-05T19:16:20.395Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2023-05-05T19:16:20.395Z] INFO: Testing against a local daemon [2023-05-05T19:16:20.395Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-05-05T19:16:20.395Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2023-05-05T19:16:20.395Z] === RUN TestEventsExecDie [2023-05-05T19:16:20.658Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2023-05-05T19:16:20.916Z] === RUN TestDockerSuite/TestEventsFilterImageName [2023-05-05T19:16:20.955Z] --- PASS: TestEventsExecDie (0.59s) [2023-05-05T19:16:20.955Z] === RUN TestEventsBackwardsCompatible [2023-05-05T19:16:20.955Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2023-05-05T19:16:20.955Z] === RUN TestInfoBinaryCommits [2023-05-05T19:16:20.955Z] --- PASS: TestInfoBinaryCommits (0.01s) [2023-05-05T19:16:20.955Z] === RUN TestInfoAPIVersioned [2023-05-05T19:16:20.955Z] --- PASS: TestInfoAPIVersioned (0.00s) [2023-05-05T19:16:20.955Z] === RUN TestInfoDiscoveryBackend [2023-05-05T19:16:21.514Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2023-05-05T19:16:21.514Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-05-05T19:16:22.292Z] === RUN TestDockerSuite/TestEventsFilterLabels [2023-05-05T19:16:22.292Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2023-05-05T19:16:22.292Z] === RUN TestDockerSuite/TestEventsFilterType [2023-05-05T19:16:22.439Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2023-05-05T19:16:22.439Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-05-05T19:16:22.551Z] --- PASS: TestCreateServiceCapabilities (2.90s) [2023-05-05T19:16:22.551Z] === RUN TestInspect [2023-05-05T19:16:22.551Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2023-05-05T19:16:22.809Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2023-05-05T19:16:22.809Z] === RUN TestDockerSuite/TestEventsFilters [2023-05-05T19:16:22.999Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2023-05-05T19:16:22.999Z] === RUN TestInfoAPI [2023-05-05T19:16:22.999Z] --- PASS: TestInfoAPI (0.02s) [2023-05-05T19:16:22.999Z] === RUN TestInfoAPIWarnings [2023-05-05T19:16:23.745Z] === RUN TestDockerSuite/TestEventsFormat [2023-05-05T19:16:25.648Z] === RUN TestDockerSuite/TestEventsFormatBadField [2023-05-05T19:16:25.648Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2023-05-05T19:16:25.648Z] === RUN TestDockerSuite/TestEventsImageImport [2023-05-05T19:16:25.648Z] --- PASS: TestInspect (3.24s) [2023-05-05T19:16:25.648Z] === RUN TestCreateJob [2023-05-05T19:16:25.907Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2023-05-05T19:16:25.907Z] === RUN TestDockerSuite/TestEventsImageLoad [2023-05-05T19:16:26.166Z] === RUN TestDockerSuite/TestEventsImagePull [2023-05-05T19:16:27.102Z] === RUN TestDockerSuite/TestEventsImageTag [2023-05-05T19:16:27.669Z] docker_api_swarm_node_test.go:81: [d293220eab205] joining swarm manager [d3fff31bedf3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:16:28.236Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2023-05-05T19:16:28.236Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2023-05-05T19:16:28.236Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2023-05-05T19:16:28.236Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2023-05-05T19:16:28.236Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2023-05-05T19:16:28.236Z] === RUN TestDockerSuite/TestEventsPluginOps [2023-05-05T19:16:29.171Z] --- PASS: TestCreateJob (3.41s) [2023-05-05T19:16:29.171Z] === RUN TestReplicatedJob [2023-05-05T19:16:30.547Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2023-05-05T19:16:31.925Z] === RUN TestDockerSuite/TestEventsRename [2023-05-05T19:16:32.494Z] === RUN TestDockerSuite/TestEventsResize [2023-05-05T19:16:33.431Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2023-05-05T19:16:34.367Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2023-05-05T19:16:35.303Z] === RUN TestDockerSuite/TestEventsStreaming [2023-05-05T19:16:35.563Z] --- PASS: TestReplicatedJob (6.46s) [2023-05-05T19:16:35.563Z] === RUN TestUpdateReplicatedJob [2023-05-05T19:16:36.131Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2023-05-05T19:16:38.656Z] INFO: Extraction ended at 05/05/2023 19:16:37. Duration:00:00:35.4826217 [2023-05-05T19:16:38.656Z] INFO: Updating the golang and path environment variables [2023-05-05T19:16:38.656Z] INFO: GOPATH=d:\gopath [2023-05-05T19:16:38.656Z] INFO: go version go1.19.9 windows/amd64 [2023-05-05T19:16:38.656Z] INFO: Running the daemon under test in debug mode [2023-05-05T19:16:38.656Z] INFO: Starting a daemon under test... [2023-05-05T19:16:38.656Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-45406\5\daemon --pidfile d:\CI\PR-45406\5\docker.pid -D [2023-05-05T19:16:38.656Z] INFO: Process started successfully. [2023-05-05T19:16:38.656Z] INFO: Start tailing logs of the daemon under tests [2023-05-05T19:16:38.656Z] INFO: Waiting for the daemon under test to start... [2023-05-05T19:16:39.417Z] --- PASS: TestUpdateReplicatedJob (3.29s) [2023-05-05T19:16:39.417Z] === RUN TestServiceListWithStatuses [2023-05-05T19:16:39.417Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:16:39.417Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-05-05T19:16:39.417Z] === RUN TestDockerNetworkConnectAlias [2023-05-05T19:16:39.417Z] === RUN TestDockerSuite/TestEventsTop [2023-05-05T19:16:39.675Z] === RUN TestDockerSuite/TestEventsUntag [2023-05-05T19:16:41.026Z] --- PASS: TestInfoAPIWarnings (16.18s) [2023-05-05T19:16:41.026Z] === RUN TestInfoDebug [2023-05-05T19:16:41.026Z] --- PASS: TestInfoDebug (0.52s) [2023-05-05T19:16:41.026Z] === RUN TestInfoInsecureRegistries [2023-05-05T19:16:41.026Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2023-05-05T19:16:41.026Z] === RUN TestInfoRegistryMirrors [2023-05-05T19:16:41.026Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-05-05T19:16:41.026Z] === RUN TestLoginFailsWithBadCredentials [2023-05-05T19:16:41.026Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s) [2023-05-05T19:16:41.026Z] === RUN TestPingCacheHeaders [2023-05-05T19:16:41.281Z] --- PASS: TestPingCacheHeaders (0.01s) [2023-05-05T19:16:41.281Z] === RUN TestPingGet [2023-05-05T19:16:41.281Z] --- PASS: TestPingGet (0.01s) [2023-05-05T19:16:41.281Z] === RUN TestPingHead [2023-05-05T19:16:41.281Z] --- PASS: TestPingHead (0.02s) [2023-05-05T19:16:41.281Z] === RUN TestVersion [2023-05-05T19:16:41.281Z] --- PASS: TestVersion (0.01s) [2023-05-05T19:16:41.281Z] === CONT TestCgroupDriverSystemdMemoryLimit [2023-05-05T19:16:42.207Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2023-05-05T19:16:42.207Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2023-05-05T19:16:42.643Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.26s) [2023-05-05T19:16:42.643Z] PASS [2023-05-05T19:16:42.643Z] [2023-05-05T19:16:42.643Z] DONE 18 tests in 22.178s [2023-05-05T19:16:42.643Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2023-05-05T19:16:42.643Z] INFO: Testing against a local daemon [2023-05-05T19:16:42.643Z] === RUN TestVolumesCreateAndList [2023-05-05T19:16:42.643Z] --- PASS: TestVolumesCreateAndList (0.01s) [2023-05-05T19:16:42.643Z] === RUN TestVolumesRemove [2023-05-05T19:16:42.643Z] --- PASS: TestVolumesRemove (0.13s) [2023-05-05T19:16:42.643Z] === RUN TestVolumesInspect [2023-05-05T19:16:42.643Z] --- PASS: TestVolumesInspect (0.01s) [2023-05-05T19:16:42.643Z] === RUN TestVolumesInvalidJSON [2023-05-05T19:16:42.643Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-05-05T19:16:42.643Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-05-05T19:16:42.643Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-05-05T19:16:42.643Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-05-05T19:16:42.643Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-05-05T19:16:42.644Z] PASS [2023-05-05T19:16:42.644Z] [2023-05-05T19:16:42.644Z] DONE 5 tests in 0.199s [2023-05-05T19:16:42.644Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-05-05T19:16:44.108Z] === RUN TestDockerSuite/TestExec [2023-05-05T19:16:44.109Z] --- PASS: TestDockerNetworkConnectAlias (5.12s) [2023-05-05T19:16:44.109Z] === RUN TestDockerNetworkReConnect [2023-05-05T19:16:44.109Z] docker_api_swarm_node_test.go:53: [d914b09f21020] joining swarm manager [d3d474940cd37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:16:44.528Z] Stopping apparmor (via systemctl): apparmor.service. [2023-05-05T19:16:44.528Z] Removing test suite binaries [2023-05-05T19:16:44.528Z] exiting test-integration [2023-05-05T19:16:44.528Z] ++ exit 0 [2023-05-05T19:16:44.528Z] [2023-05-05T19:16:44.676Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2023-05-05T19:16:44.934Z] docker_api_swarm_node_test.go:54: [d0c84e5316b37] joining swarm manager [d3d474940cd37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:16:45.193Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd Post stage [Pipeline] junit [2023-05-05T19:16:45.462Z] Recording test results [2023-05-05T19:16:45.759Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2023-05-05T19:16:46.327Z] === RUN TestDockerSuite/TestExecAPIStart [2023-05-05T19:16:46.445Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-05-05T19:16:46.851Z] + echo Ensuring container killed. [2023-05-05T19:16:46.851Z] Ensuring container killed. [2023-05-05T19:16:46.851Z] + docker rm -vf docker-pr5 [2023-05-05T19:16:46.851Z] Error response from daemon: No such container: docker-pr5 [Pipeline] sh [2023-05-05T19:16:47.121Z] + echo Chowning /workspace to jenkins user [2023-05-05T19:16:47.121Z] Chowning /workspace to jenkins user [2023-05-05T19:16:47.121Z] + id -u [2023-05-05T19:16:47.121Z] + id -g [2023-05-05T19:16:47.121Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45406:/workspace busybox chown -R 1000:1000 /workspace [2023-05-05T19:16:47.121Z] Unable to find image 'busybox:latest' locally [2023-05-05T19:16:47.121Z] latest: Pulling from library/busybox [2023-05-05T19:16:47.121Z] 4b35f584bb4f: Pulling fs layer [2023-05-05T19:16:47.376Z] 4b35f584bb4f: Verifying Checksum [2023-05-05T19:16:47.376Z] 4b35f584bb4f: Download complete [2023-05-05T19:16:47.376Z] 4b35f584bb4f: Pull complete [2023-05-05T19:16:47.376Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-05-05T19:16:47.376Z] Status: Downloaded newer image for busybox:latest [2023-05-05T19:16:47.702Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2023-05-05T19:16:48.646Z] --- PASS: TestDockerNetworkReConnect (4.37s) [2023-05-05T19:16:48.646Z] === RUN TestServicePlugin [2023-05-05T19:16:48.646Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-05-05T19:16:49.076Z] + bundleName=amd64-cgroup2 [2023-05-05T19:16:49.076Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2023-05-05T19:16:49.076Z] Creating amd64-cgroup2-bundles.tar.gz [2023-05-05T19:16:49.076Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2023-05-05T19:16:49.076Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2023-05-05T19:16:49.214Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [Pipeline] archiveArtifacts [2023-05-05T19:16:49.340Z] Archiving artifacts [2023-05-05T19:16:49.782Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2023-05-05T19:16:50.350Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2023-05-05T19:16:50.604Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45406/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-05-05T19:16:50.918Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2023-05-05T19:16:50.945Z] + make clean [2023-05-05T19:16:51.200Z] docker volume rm -f docker-dev-cache [2023-05-05T19:16:51.200Z] docker-dev-cache [Pipeline] deleteDir [2023-05-05T19:16:51.485Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2023-05-05T19:16:51.744Z] plugin_test.go:61: [d36cd44dc584a] joining swarm manager [dc66bf8b107b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:16:52.680Z] === RUN TestDockerSuite/TestExecCgroup [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-05T19:16:53.248Z] plugin_test.go:64: [df6f91c2ccc5d] joining swarm manager [dc66bf8b107b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:16:53.507Z] === RUN TestDockerSuite/TestExecEnv [2023-05-05T19:16:54.442Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2023-05-05T19:16:55.378Z] === RUN TestDockerSuite/TestExecExitStatus [2023-05-05T19:16:55.945Z] === RUN TestDockerSuite/TestExecInspectID [2023-05-05T19:16:58.477Z] === RUN TestDockerSuite/TestExecInteractive [2023-05-05T19:16:59.414Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2023-05-05T19:16:59.672Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2023-05-05T19:16:59.913Z] .....INFO: Daemon under test started and replied! [2023-05-05T19:16:59.913Z] INFO: Docker version of the daemon under test [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] Client: [2023-05-05T19:16:59.913Z] Version: 17.06.2-ce [2023-05-05T19:16:59.913Z] API version: 1.30 [2023-05-05T19:16:59.913Z] Go version: go1.8.3 [2023-05-05T19:16:59.913Z] Git commit: cec0b72 [2023-05-05T19:16:59.913Z] Built: Tue Sep 5 19:57:19 2017 [2023-05-05T19:16:59.913Z] OS/Arch: windows/amd64 [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] Server: [2023-05-05T19:16:59.913Z] Version: 0.0.0-dev [2023-05-05T19:16:59.913Z] API version: 1.41 (minimum version 1.24) [2023-05-05T19:16:59.913Z] Go version: go1.19.9 [2023-05-05T19:16:59.913Z] Git commit: db9ab6438d [2023-05-05T19:16:59.913Z] Built: 05/05/2023 19:14:18 [2023-05-05T19:16:59.913Z] OS/Arch: windows/amd64 [2023-05-05T19:16:59.913Z] Experimental: false [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] INFO: Docker info of the daemon under test [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] Containers: 0 [2023-05-05T19:16:59.913Z] Running: 0 [2023-05-05T19:16:59.913Z] Paused: 0 [2023-05-05T19:16:59.913Z] Stopped: 0 [2023-05-05T19:16:59.913Z] Images: 0 [2023-05-05T19:16:59.913Z] Server Version: 0.0.0-dev [2023-05-05T19:16:59.913Z] Storage Driver: windowsfilter [2023-05-05T19:16:59.913Z] Windows: [2023-05-05T19:16:59.913Z] Logging Driver: json-file [2023-05-05T19:16:59.913Z] Plugins: [2023-05-05T19:16:59.913Z] Volume: local [2023-05-05T19:16:59.913Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-05-05T19:16:59.913Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-05-05T19:16:59.913Z] Swarm: inactive [2023-05-05T19:16:59.913Z] Default Isolation: process [2023-05-05T19:16:59.913Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-05-05T19:16:59.913Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-05-05T19:16:59.913Z] OSType: windows [2023-05-05T19:16:59.913Z] Architecture: x86_64 [2023-05-05T19:16:59.913Z] CPUs: 4 [2023-05-05T19:16:59.913Z] Total Memory: 32GiB [2023-05-05T19:16:59.913Z] Name: azwin-2-bdde60 [2023-05-05T19:16:59.913Z] ID: HV3O:KMUH:TQVH:Y3AT:3C2W:LCWZ:P7M2:6W22:YV54:7PQN:TIKM:4XNQ [2023-05-05T19:16:59.913Z] Docker Root Dir: D:\CI\PR-45406\5\daemon [2023-05-05T19:16:59.913Z] Debug Mode (client): false [2023-05-05T19:16:59.913Z] Debug Mode (server): true [2023-05-05T19:16:59.913Z] File Descriptors: -1 [2023-05-05T19:16:59.913Z] Goroutines: 16 [2023-05-05T19:16:59.913Z] System Time: 2023-05-05T19:16:57.491253Z [2023-05-05T19:16:59.913Z] EventsListeners: 0 [2023-05-05T19:16:59.913Z] Registry: https://index.docker.io/v1/ [2023-05-05T19:16:59.913Z] Labels: [2023-05-05T19:16:59.913Z] Experimental: false [2023-05-05T19:16:59.913Z] Insecure Registries: [2023-05-05T19:16:59.913Z] 127.0.0.0/8 [2023-05-05T19:16:59.913Z] Live Restore Enabled: false [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] INFO: Docker images of the daemon under test [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-05T19:16:59.913Z] [2023-05-05T19:16:59.913Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2023-05-05T19:16:59.913Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2023-05-05T19:16:59.913Z] ltsc2019: Pulling from windows/servercore [2023-05-05T19:16:59.913Z] 8185ee4ed646: Pulling fs layer [2023-05-05T19:16:59.913Z] a2008f031039: Pulling fs layer [2023-05-05T19:17:00.240Z] === RUN TestDockerSuite/TestExecParseError [2023-05-05T19:17:00.808Z] === RUN TestDockerSuite/TestExecPausedContainer [2023-05-05T19:17:01.375Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2023-05-05T19:17:01.942Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2023-05-05T19:17:03.322Z] === RUN TestDockerSuite/TestExecSetEnv [2023-05-05T19:17:03.580Z] === RUN TestDockerSuite/TestExecStartFails [2023-05-05T19:17:04.147Z] === RUN TestDockerSuite/TestExecStateCleanup [2023-05-05T19:17:04.709Z] a2008f031039: Verifying Checksum [2023-05-05T19:17:04.709Z] a2008f031039: Download complete [2023-05-05T19:17:16.350Z] === RUN TestDockerSuite/TestExecStopNotHanging [2023-05-05T19:17:16.350Z] === RUN TestDockerSuite/TestExecTTY [2023-05-05T19:17:16.350Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2023-05-05T19:17:16.608Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2023-05-05T19:17:17.176Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2023-05-05T19:17:17.176Z] === RUN TestDockerSuite/TestExecUlimits [2023-05-05T19:17:18.112Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2023-05-05T19:17:18.112Z] docker_cli_exec_test.go:517: unmatched requirement DaemonIsWindows [2023-05-05T19:17:18.112Z] === RUN TestDockerSuite/TestExecWithImageUser [2023-05-05T19:17:18.112Z] --- PASS: TestServicePlugin (29.56s) [2023-05-05T19:17:18.112Z] === RUN TestServiceUpdateLabel [2023-05-05T19:17:19.489Z] === RUN TestDockerSuite/TestExecWithNoTERM [2023-05-05T19:17:19.676Z] 8185ee4ed646: Verifying Checksum [2023-05-05T19:17:19.676Z] 8185ee4ed646: Download complete [2023-05-05T19:17:20.056Z] === RUN TestDockerSuite/TestExecWithPrivileged [2023-05-05T19:17:20.624Z] --- PASS: TestServiceUpdateLabel (2.66s) [2023-05-05T19:17:20.624Z] === RUN TestServiceUpdateSecrets [2023-05-05T19:17:20.883Z] === RUN TestDockerSuite/TestExecWithTERM [2023-05-05T19:17:21.450Z] === RUN TestDockerSuite/TestExecWithUser [2023-05-05T19:17:22.018Z] === RUN TestDockerSuite/TestGetContainerStats [2023-05-05T19:17:23.393Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2023-05-05T19:17:25.293Z] docker_api_swarm_test.go:202: [d0ad9ba00cae8] joining swarm manager [d448572f66dc6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:17:26.669Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2023-05-05T19:17:27.636Z] 2023/05/05 19:17:27 Finished clone google.golang.org/api [2023-05-05T19:17:27.636Z] 2023/05/05 19:17:27 Dependencies downloaded. Download time: 2m15.924960373s [2023-05-05T19:17:27.636Z] 2023/05/05 19:17:27 Collecting all dependencies [2023-05-05T19:17:31.937Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2023-05-05T19:17:32.871Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2023-05-05T19:17:35.402Z] --- PASS: TestServiceUpdateSecrets (14.82s) [2023-05-05T19:17:35.402Z] === RUN TestServiceUpdateConfigs [2023-05-05T19:17:37.305Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2023-05-05T19:17:37.592Z] 2023/05/05 19:17:36 Clean vendor dir from unused packages [2023-05-05T19:17:37.592Z] 2023/05/05 19:17:36 Ignoring paths matching "^archive/tar" [2023-05-05T19:17:37.592Z] 2023/05/05 19:17:37 Success [2023-05-05T19:17:37.592Z] 2023/05/05 19:17:37 Running time: 2m29.13176507s [2023-05-05T19:17:37.849Z] Congratulations! All vendoring changes are done the right way. [2023-05-05T19:17:37.872Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2023-05-05T19:17:37.872Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2023-05-05T19:17:37.872Z] === RUN TestDockerSuite/TestHealth [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-05-05T19:17:38.720Z] + echo Ensuring container killed. [2023-05-05T19:17:38.721Z] Ensuring container killed. [2023-05-05T19:17:38.721Z] + docker rm -vf docker-pr5 [2023-05-05T19:17:38.721Z] Error response from daemon: No such container: docker-pr5 [Pipeline] sh [2023-05-05T19:17:38.998Z] + echo Chowning /workspace to jenkins user [2023-05-05T19:17:38.998Z] Chowning /workspace to jenkins user [2023-05-05T19:17:38.998Z] + id -u [2023-05-05T19:17:38.998Z] + id -g [2023-05-05T19:17:38.998Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45406:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-05-05T19:17:39.851Z] + bundleName=unit [2023-05-05T19:17:39.851Z] + echo Creating unit-bundles.tar.gz [2023-05-05T19:17:39.851Z] Creating unit-bundles.tar.gz [2023-05-05T19:17:39.851Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2023-05-05T19:17:39.851Z] bundles/junit-report.xml [2023-05-05T19:17:39.851Z] bundles/go-test-report.json [2023-05-05T19:17:39.851Z] bundles/profile.out [Pipeline] archiveArtifacts [2023-05-05T19:17:39.861Z] Archiving artifacts [2023-05-05T19:17:40.405Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2023-05-05T19:17:40.468Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45406/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-05-05T19:17:40.769Z] + make clean [2023-05-05T19:17:41.026Z] docker volume rm -f docker-dev-cache [2023-05-05T19:17:41.026Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-05T19:17:42.341Z] docker_api_swarm_test.go:384: [d725b86276d24] joining swarm manager [d63c5f15dc84e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:17:43.290Z] docker_api_swarm_test.go:385: [dc4de0f1c9d6a] joining swarm manager [d63c5f15dc84e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:17:51.482Z] --- PASS: TestServiceUpdateConfigs (14.74s) [2023-05-05T19:17:51.482Z] === RUN TestServiceUpdateNetwork [2023-05-05T19:17:56.780Z] === RUN TestDockerSuite/TestHistoryExistentImage [2023-05-05T19:17:56.780Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2023-05-05T19:17:56.780Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2023-05-05T19:17:56.780Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2023-05-05T19:17:57.347Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2023-05-05T19:17:57.347Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2023-05-05T19:17:57.915Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2023-05-05T19:17:57.915Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2023-05-05T19:17:57.915Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2023-05-05T19:17:57.915Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2023-05-05T19:17:58.174Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2023-05-05T19:17:58.433Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2023-05-05T19:17:58.433Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2023-05-05T19:17:58.692Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2023-05-05T19:17:58.950Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2023-05-05T19:17:59.209Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2023-05-05T19:17:59.468Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2023-05-05T19:18:00.035Z] === RUN TestDockerSuite/TestImagesFormat [2023-05-05T19:18:00.293Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2023-05-05T19:18:00.860Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2023-05-05T19:18:03.393Z] --- PASS: TestServiceUpdateNetwork (12.93s) [2023-05-05T19:18:03.393Z] === RUN TestServiceUpdatePidsLimit [2023-05-05T19:18:03.393Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2023-05-05T19:18:03.393Z] === RUN TestDockerSuite/TestImportBadURL [2023-05-05T19:18:03.393Z] === RUN TestDockerSuite/TestImportDisplay [2023-05-05T19:18:04.329Z] === RUN TestDockerSuite/TestImportFile [2023-05-05T19:18:04.329Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-05-05T19:18:05.264Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-05-05T19:18:05.523Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2023-05-05T19:18:05.523Z] === RUN TestDockerSuite/TestImportFileWithMessage [2023-05-05T19:18:06.899Z] === RUN TestDockerSuite/TestImportGzipped [2023-05-05T19:18:07.835Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2023-05-05T19:18:09.211Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2023-05-05T19:18:09.469Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2023-05-05T19:18:10.037Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2023-05-05T19:18:10.604Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2023-05-05T19:18:10.604Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2023-05-05T19:18:10.604Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2023-05-05T19:18:11.171Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2023-05-05T19:18:11.738Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2023-05-05T19:18:11.997Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2023-05-05T19:18:12.256Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-05-05T19:18:12.515Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2023-05-05T19:18:13.082Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2023-05-05T19:18:13.649Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2023-05-05T19:18:13.649Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2023-05-05T19:18:14.584Z] === RUN TestDockerSuite/TestInspectAmpersand [2023-05-05T19:18:15.151Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2023-05-05T19:18:15.718Z] === RUN TestDockerSuite/TestInspectByPrefix [2023-05-05T19:18:15.718Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2023-05-05T19:18:16.285Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2023-05-05T19:18:16.285Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2023-05-05T19:18:16.285Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2023-05-05T19:18:16.853Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2023-05-05T19:18:17.419Z] === RUN TestDockerSuite/TestInspectDefault [2023-05-05T19:18:17.986Z] === RUN TestDockerSuite/TestInspectHistory [2023-05-05T19:18:18.245Z] === RUN TestDockerSuite/TestInspectImage [2023-05-05T19:18:18.245Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2023-05-05T19:18:18.245Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2023-05-05T19:18:18.245Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2023-05-05T19:18:18.503Z] === RUN TestDockerSuite/TestInspectInt64 [2023-05-05T19:18:18.762Z] === RUN TestDockerSuite/TestInspectJSONFields [2023-05-05T19:18:19.697Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2023-05-05T19:18:19.697Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2023-05-05T19:18:20.265Z] --- PASS: TestServiceUpdatePidsLimit (16.97s) [2023-05-05T19:18:20.265Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2023-05-05T19:18:20.265Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) [2023-05-05T19:18:20.265Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2023-05-05T19:18:20.265Z] PASS [2023-05-05T19:18:20.265Z] [2023-05-05T19:18:20.265Z] === Skipped [2023-05-05T19:18:20.265Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2023-05-05T19:18:20.265Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-05-05T19:18:20.265Z] [2023-05-05T19:18:20.265Z] DONE 27 tests, 1 skipped in 195.867s [2023-05-05T19:18:20.265Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2023-05-05T19:18:20.265Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:18:20.265Z] ++ set -e [2023-05-05T19:18:20.265Z] ++ '[' -n 0 ']' [2023-05-05T19:18:20.265Z] ++ set -x [2023-05-05T19:18:20.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:18:20.265Z] INFO: Testing against a local daemon [2023-05-05T19:18:20.265Z] === RUN TestSessionCreate [2023-05-05T19:18:20.265Z] --- PASS: TestSessionCreate (0.01s) [2023-05-05T19:18:20.265Z] === RUN TestSessionCreateWithBadUpgrade [2023-05-05T19:18:20.265Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2023-05-05T19:18:20.265Z] PASS [2023-05-05T19:18:20.265Z] [2023-05-05T19:18:20.265Z] DONE 2 tests in 0.067s [2023-05-05T19:18:20.265Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2023-05-05T19:18:20.265Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:18:20.265Z] ++ set -e [2023-05-05T19:18:20.265Z] ++ '[' -n 0 ']' [2023-05-05T19:18:20.265Z] ++ set -x [2023-05-05T19:18:20.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:18:20.265Z] INFO: Testing against a local daemon [2023-05-05T19:18:20.265Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-05-05T19:18:20.265Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-05-05T19:18:20.265Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:18:20.265Z] === RUN TestEventsExecDie [2023-05-05T19:18:20.265Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2023-05-05T19:18:20.833Z] --- PASS: TestEventsExecDie (0.64s) [2023-05-05T19:18:20.833Z] === RUN TestEventsBackwardsCompatible [2023-05-05T19:18:20.833Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2023-05-05T19:18:20.833Z] === RUN TestInfoBinaryCommits [2023-05-05T19:18:20.833Z] === RUN TestDockerSuite/TestInspectPlugin [2023-05-05T19:18:20.833Z] --- PASS: TestInfoBinaryCommits (0.01s) [2023-05-05T19:18:20.833Z] === RUN TestInfoAPIVersioned [2023-05-05T19:18:20.833Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-05-05T19:18:20.833Z] === RUN TestInfoDiscoveryBackend [2023-05-05T19:18:21.400Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2023-05-05T19:18:21.400Z] === RUN TestInfoDiscoveryInvalidAdvertise [2023-05-05T19:18:22.335Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2023-05-05T19:18:22.335Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2023-05-05T19:18:22.902Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2023-05-05T19:18:22.902Z] === RUN TestInfoAPI [2023-05-05T19:18:22.902Z] --- PASS: TestInfoAPI (0.02s) [2023-05-05T19:18:22.902Z] === RUN TestInfoAPIWarnings [2023-05-05T19:18:23.469Z] === RUN TestDockerSuite/TestInspectRootFS [2023-05-05T19:18:23.469Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2023-05-05T19:18:23.728Z] === RUN TestDockerSuite/TestInspectStatus [2023-05-05T19:18:24.295Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2023-05-05T19:18:25.672Z] === RUN TestDockerSuite/TestInspectTemplateError [2023-05-05T19:18:25.930Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2023-05-05T19:18:26.498Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2023-05-05T19:18:26.757Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2023-05-05T19:18:27.325Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2023-05-05T19:18:28.260Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2023-05-05T19:18:28.519Z] === RUN TestDockerSuite/TestInspectUnknownObject [2023-05-05T19:18:28.777Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2023-05-05T19:18:30.154Z] === RUN TestDockerSuite/TestLinkShortDefinition [2023-05-05T19:18:30.721Z] === RUN TestDockerSuite/TestLinksEnvs [2023-05-05T19:18:32.096Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2023-05-05T19:18:32.096Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2023-05-05T19:18:33.472Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2023-05-05T19:18:34.406Z] check_test.go:379: [dc4de0f1c9d6a] daemon is not started [2023-05-05T19:18:34.406Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2023-05-05T19:18:35.342Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2023-05-05T19:18:36.299Z] docker_api_swarm_test.go:802: [daa1fe30c0527] joining swarm manager [d2f214b69a62d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:18:36.901Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2023-05-05T19:18:36.901Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2023-05-05T19:18:37.469Z] docker_api_swarm_test.go:802: [de84ac0b26f8b] joining swarm manager [d2f214b69a62d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:18:38.406Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2023-05-05T19:18:38.664Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2023-05-05T19:18:38.664Z] docker_api_swarm_test.go:802: [d25788890f8c2] joining swarm manager [d2f214b69a62d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2023-05-05T19:18:39.231Z] --- PASS: TestInfoAPIWarnings (16.25s) [2023-05-05T19:18:39.231Z] === RUN TestInfoDebug [2023-05-05T19:18:39.231Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2023-05-05T19:18:39.799Z] --- PASS: TestInfoDebug (0.52s) [2023-05-05T19:18:39.799Z] === RUN TestInfoInsecureRegistries [2023-05-05T19:18:40.057Z] docker_api_swarm_test.go:802: [db3193e489642] joining swarm manager [d2f214b69a62d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2023-05-05T19:18:40.316Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2023-05-05T19:18:40.316Z] === RUN TestInfoRegistryMirrors [2023-05-05T19:18:40.883Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-05-05T19:18:40.883Z] === RUN TestLoginFailsWithBadCredentials [2023-05-05T19:18:41.142Z] docker_api_swarm_test.go:810: [d3b41440cb835] joining swarm manager [d2f214b69a62d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2023-05-05T19:18:41.142Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2023-05-05T19:18:41.142Z] === RUN TestPingCacheHeaders [2023-05-05T19:18:41.142Z] --- PASS: TestPingCacheHeaders (0.02s) [2023-05-05T19:18:41.142Z] === RUN TestPingGet [2023-05-05T19:18:41.142Z] --- PASS: TestPingGet (0.01s) [2023-05-05T19:18:41.142Z] === RUN TestPingHead [2023-05-05T19:18:41.142Z] --- PASS: TestPingHead (0.01s) [2023-05-05T19:18:41.142Z] === RUN TestVersion [2023-05-05T19:18:41.142Z] --- PASS: TestVersion (0.01s) [2023-05-05T19:18:41.142Z] PASS [2023-05-05T19:18:41.142Z] [2023-05-05T19:18:41.142Z] === Skipped [2023-05-05T19:18:41.142Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:18:41.142Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-05-05T19:18:41.142Z] [2023-05-05T19:18:41.142Z] DONE 18 tests, 1 skipped in 21.052s [2023-05-05T19:18:41.142Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2023-05-05T19:18:41.142Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:18:41.142Z] ++ set -e [2023-05-05T19:18:41.142Z] ++ '[' -n 0 ']' [2023-05-05T19:18:41.142Z] ++ set -x [2023-05-05T19:18:41.142Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2023-05-05T19:18:41.401Z] INFO: Testing against a local daemon [2023-05-05T19:18:41.401Z] === RUN TestVolumesCreateAndList [2023-05-05T19:18:41.401Z] --- PASS: TestVolumesCreateAndList (0.01s) [2023-05-05T19:18:41.401Z] === RUN TestVolumesRemove [2023-05-05T19:18:41.401Z] --- PASS: TestVolumesRemove (0.05s) [2023-05-05T19:18:41.401Z] === RUN TestVolumesInspect [2023-05-05T19:18:41.401Z] --- PASS: TestVolumesInspect (0.01s) [2023-05-05T19:18:41.401Z] === RUN TestVolumesInvalidJSON [2023-05-05T19:18:41.401Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-05-05T19:18:41.401Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-05-05T19:18:41.401Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-05-05T19:18:41.401Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-05-05T19:18:41.401Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2023-05-05T19:18:41.401Z] PASS [2023-05-05T19:18:41.401Z] [2023-05-05T19:18:41.401Z] DONE 5 tests in 0.127s [2023-05-05T19:18:41.401Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-05-05T19:18:41.660Z] ++++ cat bundles/test-integration/docker.pid [2023-05-05T19:18:41.660Z] +++ kill 10559 [2023-05-05T19:18:43.036Z] +++ /etc/init.d/apparmor stop [2023-05-05T19:18:43.036Z] Leaving: AppArmorNo profiles have been unloaded. [2023-05-05T19:18:43.036Z] [2023-05-05T19:18:43.036Z] Unloading profiles will leave already running processes permanently [2023-05-05T19:18:43.036Z] unconfined, which can lead to unexpected situations. [2023-05-05T19:18:43.036Z] [2023-05-05T19:18:43.036Z] To set a process to complain mode, use the command line tool [2023-05-05T19:18:43.036Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-05-05T19:18:43.036Z] +++ true [2023-05-05T19:18:43.036Z] exiting test-integration [2023-05-05T19:18:43.036Z] ++ exit 0 [2023-05-05T19:18:43.036Z] [2023-05-05T19:18:43.295Z] + for job in $(jobs -p) [2023-05-05T19:18:43.295Z] + wait 24731 [2023-05-05T19:18:47.483Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2023-05-05T19:18:49.385Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2023-05-05T19:18:50.321Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2023-05-05T19:18:50.580Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2023-05-05T19:18:52.483Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2023-05-05T19:18:52.483Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2023-05-05T19:18:52.483Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2023-05-05T19:18:52.483Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2023-05-05T19:18:52.483Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2023-05-05T19:18:52.742Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2023-05-05T19:18:53.309Z] === RUN TestDockerSuite/TestLogsAPIUntil [2023-05-05T19:18:57.496Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2023-05-05T19:18:57.496Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2023-05-05T19:19:01.684Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2023-05-05T19:19:02.252Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2023-05-05T19:19:02.252Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2023-05-05T19:19:03.188Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2023-05-05T19:19:04.123Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2023-05-05T19:19:04.690Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2023-05-05T19:19:05.672Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2023-05-05T19:19:06.243Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2023-05-05T19:19:07.620Z] === RUN TestDockerSuite/TestLogsFollowStopped [2023-05-05T19:19:08.186Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2023-05-05T19:19:08.753Z] === RUN TestDockerSuite/TestLogsSince [2023-05-05T19:19:15.314Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2023-05-05T19:19:20.580Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2023-05-05T19:19:21.147Z] === RUN TestDockerSuite/TestLogsTail [2023-05-05T19:19:21.714Z] === RUN TestDockerSuite/TestLogsTimestamps [2023-05-05T19:19:22.281Z] === RUN TestDockerSuite/TestLogsWithDetails [2023-05-05T19:19:22.848Z] === RUN TestDockerSuite/TestMountIntoProc [2023-05-05T19:19:22.848Z] === RUN TestDockerSuite/TestMountIntoSys [2023-05-05T19:19:23.415Z] === RUN TestDockerSuite/TestNetHostname [2023-05-05T19:19:24.790Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2023-05-05T19:19:24.790Z] === RUN TestDockerSuite/TestNetworkEvents [2023-05-05T19:19:25.725Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2023-05-05T19:19:26.661Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2023-05-05T19:19:27.227Z] === RUN TestDockerSuite/TestPluginActive [2023-05-05T19:19:29.759Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2023-05-05T19:19:33.946Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2023-05-05T19:19:35.321Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2023-05-05T19:19:35.321Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2023-05-05T19:19:35.321Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2023-05-05T19:19:36.696Z] === RUN TestDockerSuite/TestPluginLogDriver [2023-05-05T19:19:39.980Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2023-05-05T19:19:41.355Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2023-05-05T19:19:44.639Z] === RUN TestDockerSuite/TestPluginUpgrade [2023-05-05T19:19:49.937Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2023-05-05T19:19:50.873Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2023-05-05T19:19:51.808Z] === RUN TestDockerSuite/TestPortHostBinding [2023-05-05T19:19:52.376Z] === RUN TestDockerSuite/TestPortList [2023-05-05T19:19:55.662Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2023-05-05T19:19:59.857Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2023-05-05T19:19:59.857Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2023-05-05T19:20:00.793Z] === RUN TestDockerSuite/TestPostContainersAttach [2023-05-05T19:20:01.361Z] docker_api_swarm_service_test.go:395: [d0c6c5ea10faf] joining swarm manager [d824159e1d874]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:20:01.927Z] docker_api_swarm_service_test.go:395: [d0bb3ebd89ad3] joining swarm manager [d824159e1d874]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:20:02.087Z] 8185ee4ed646: Pull complete [2023-05-05T19:20:07.199Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2023-05-05T19:20:07.199Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2023-05-05T19:20:07.199Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2023-05-05T19:20:07.458Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2023-05-05T19:20:07.458Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2023-05-05T19:20:08.025Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2023-05-05T19:20:08.025Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2023-05-05T19:20:08.591Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2023-05-05T19:20:08.591Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2023-05-05T19:20:09.526Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2023-05-05T19:20:09.526Z] === RUN TestDockerSuite/TestPruneContainerLabel [2023-05-05T19:20:11.427Z] === RUN TestDockerSuite/TestPruneContainerUntil [2023-05-05T19:20:12.363Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2023-05-05T19:20:12.930Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2023-05-05T19:20:12.930Z] === RUN TestDockerSuite/TestPsByOrder [2023-05-05T19:20:14.834Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2023-05-05T19:20:15.769Z] === RUN TestDockerSuite/TestPsListContainersBase [2023-05-05T19:20:17.145Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2023-05-05T19:20:17.712Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2023-05-05T19:20:18.647Z] docker_api_swarm_service_test.go:343: [dd8885e93ec3b] joining swarm manager [d3c13db7b1a54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:20:19.583Z] docker_api_swarm_service_test.go:343: [d2709b7a2d5a3] joining swarm manager [d3c13db7b1a54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:20:20.981Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2023-05-05T19:20:20.981Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2023-05-05T19:20:24.267Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2023-05-05T19:20:30.829Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2023-05-05T19:20:31.764Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2023-05-05T19:20:33.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2023-05-05T19:20:33.140Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2023-05-05T19:20:34.517Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2023-05-05T19:20:35.084Z] docker_api_swarm_service_test.go:490: [dfaa3ddca47d0] joining swarm manager [d243a5a063286]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:20:35.084Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2023-05-05T19:20:36.021Z] docker_api_swarm_service_test.go:490: [d6d3167702bf4] joining swarm manager [d243a5a063286]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:20:37.398Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2023-05-05T19:20:39.301Z] === RUN TestDockerSuite/TestPsListContainersSize [2023-05-05T19:20:40.237Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2023-05-05T19:20:40.237Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2023-05-05T19:20:40.804Z] === RUN TestDockerSuite/TestPsRightTagName [2023-05-05T19:20:42.179Z] === RUN TestDockerSuite/TestPsShowMounts [2023-05-05T19:20:44.082Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2023-05-05T19:20:44.340Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2023-05-05T19:20:44.340Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2023-05-05T19:20:44.340Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2023-05-05T19:20:44.906Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2023-05-05T19:20:45.474Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2023-05-05T19:20:45.474Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2023-05-05T19:20:45.733Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2023-05-05T19:20:47.109Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2023-05-05T19:20:47.677Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2023-05-05T19:20:48.244Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2023-05-05T19:20:48.812Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2023-05-05T19:20:55.377Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2023-05-05T19:20:55.377Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2023-05-05T19:20:55.636Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2023-05-05T19:20:57.024Z] docker_api_swarm_service_test.go:128: [d80c2ed4fc741] joining swarm manager [d28bbc2efd07c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:20:57.284Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2023-05-05T19:20:57.284Z] === RUN TestDockerSuite/TestRestartPolicyNO [2023-05-05T19:20:57.284Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2023-05-05T19:20:57.544Z] docker_api_swarm_service_test.go:129: [d523381158e79] joining swarm manager [d28bbc2efd07c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:20:57.544Z] === RUN TestDockerSuite/TestRestartRunningContainer [2023-05-05T19:20:58.919Z] docker_api_swarm_service_test.go:137: [ddb888e353b26] joining swarm manager [d28bbc2efd07c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2023-05-05T19:20:59.487Z] docker_api_swarm_service_test.go:138: [d08ddf0ad3dd3] joining swarm manager [d28bbc2efd07c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2023-05-05T19:20:59.747Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2023-05-05T19:21:01.124Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2023-05-05T19:21:03.657Z] === RUN TestDockerSuite/TestRestartWithVolumes [2023-05-05T19:21:04.224Z] === RUN TestDockerSuite/TestRmiBlank [2023-05-05T19:21:04.224Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2023-05-05T19:21:04.224Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2023-05-05T19:21:06.755Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2023-05-05T19:21:07.323Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2023-05-05T19:21:07.323Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2023-05-05T19:21:08.700Z] === RUN TestDockerSuite/TestRmiImgIDForce [2023-05-05T19:21:08.958Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2023-05-05T19:21:10.334Z] === RUN TestDockerSuite/TestRmiParentImageFail [2023-05-05T19:21:10.593Z] === RUN TestDockerSuite/TestRmiTag [2023-05-05T19:21:10.851Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2023-05-05T19:21:11.418Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2023-05-05T19:21:13.951Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2023-05-05T19:21:14.209Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2023-05-05T19:21:15.144Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2023-05-05T19:21:15.144Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2023-05-05T19:21:16.080Z] === RUN TestDockerSuite/TestRunAddHost [2023-05-05T19:21:16.647Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2023-05-05T19:21:16.647Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2023-05-05T19:21:17.214Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2023-05-05T19:21:17.214Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2023-05-05T19:21:17.781Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2023-05-05T19:21:18.717Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2023-05-05T19:21:19.284Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2023-05-05T19:21:19.850Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2023-05-05T19:21:20.416Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2023-05-05T19:21:21.350Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2023-05-05T19:21:22.285Z] === RUN TestDockerSuite/TestRunAttachDetach [2023-05-05T19:21:22.285Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2023-05-05T19:21:22.852Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2023-05-05T19:21:23.419Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2023-05-05T19:21:24.354Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2023-05-05T19:21:24.928Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2023-05-05T19:21:24.928Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2023-05-05T19:21:25.517Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2023-05-05T19:21:26.452Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2023-05-05T19:21:26.711Z] docker_api_swarm_service_test.go:304: [dc75cf2be3e13] joining swarm manager [d1d77f54b4bb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:21:27.278Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2023-05-05T19:21:27.537Z] docker_api_swarm_service_test.go:304: [d7963b261e0f6] joining swarm manager [d1d77f54b4bb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:21:27.796Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2023-05-05T19:21:28.364Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2023-05-05T19:21:28.930Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2023-05-05T19:21:28.930Z] === RUN TestDockerSuite/TestRunBindMounts [2023-05-05T19:21:30.833Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2023-05-05T19:21:31.092Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2023-05-05T19:21:31.351Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2023-05-05T19:21:31.919Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2023-05-05T19:21:32.486Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2023-05-05T19:21:32.486Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2023-05-05T19:21:32.745Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2023-05-05T19:21:33.312Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2023-05-05T19:21:33.879Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2023-05-05T19:21:34.446Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2023-05-05T19:21:34.705Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2023-05-05T19:21:34.705Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2023-05-05T19:21:35.641Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2023-05-05T19:21:35.641Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2023-05-05T19:21:36.576Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2023-05-05T19:21:37.144Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2023-05-05T19:21:37.710Z] === RUN TestDockerSuite/TestRunContainerNetwork [2023-05-05T19:21:37.969Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2023-05-05T19:21:38.228Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2023-05-05T19:21:38.487Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2023-05-05T19:21:39.422Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2023-05-05T19:21:40.357Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2023-05-05T19:21:41.292Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2023-05-05T19:21:42.227Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2023-05-05T19:21:42.486Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2023-05-05T19:21:43.054Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2023-05-05T19:21:43.621Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2023-05-05T19:21:43.638Z] a2008f031039: Pull complete [2023-05-05T19:21:43.638Z] Digest: sha256:b65dbde86b756beb973029c88e545457aa469a7e082c2d99bf984ba17d0a898c [2023-05-05T19:21:43.638Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:21:43.638Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2023-05-05T19:21:43.638Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2023-05-05T19:21:43.638Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.4252' [2023-05-05T19:21:43.638Z] WARN: Skipping validation tests [2023-05-05T19:21:43.639Z] INFO: Running unit tests at 05/05/2023 19:21:38... [2023-05-05T19:21:43.879Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2023-05-05T19:21:45.255Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2023-05-05T19:21:46.601Z] INFO: make.ps1 starting at 05/05/2023 19:21:45 [2023-05-05T19:21:46.601Z] INFO: Git commit (db9ab6438d) assumed from DOCKER_GITCOMMIT environment variable [2023-05-05T19:21:46.601Z] INFO: Invoking autogen... [2023-05-05T19:21:47.159Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2023-05-05T19:21:47.159Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2023-05-05T19:21:47.159Z] === RUN TestDockerSuite/TestRunCreateVolume [2023-05-05T19:21:47.593Z] INFO: Running unit tests... [2023-05-05T19:21:47.726Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2023-05-05T19:21:48.662Z] docker_api_swarm_service_test.go:100: [d41360a4ff1f8] joining swarm manager [d62b54fb071db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:21:49.229Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2023-05-05T19:21:49.487Z] docker_api_swarm_service_test.go:101: [d09fafaf22731] joining swarm manager [d62b54fb071db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:21:50.423Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2023-05-05T19:21:52.964Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2023-05-05T19:21:54.340Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2023-05-05T19:21:54.340Z] docker_cli_run_test.go:4044: unmatched requirement DaemonIsWindows [2023-05-05T19:21:54.340Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2023-05-05T19:21:54.340Z] docker_cli_run_test.go:4063: unmatched requirement DaemonIsWindows [2023-05-05T19:21:54.340Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2023-05-05T19:21:54.599Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2023-05-05T19:21:55.976Z] === RUN TestDockerSuite/TestRunDNSOptions [2023-05-05T19:21:56.912Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2023-05-05T19:21:58.043Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2023-05-05T19:21:58.288Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2023-05-05T19:21:58.548Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2023-05-05T19:21:59.484Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2023-05-05T19:22:00.051Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2023-05-05T19:22:00.051Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2023-05-05T19:22:00.051Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2023-05-05T19:22:00.619Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2023-05-05T19:22:01.996Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2023-05-05T19:22:01.996Z] === RUN TestDockerSuite/TestRunDuplicateMount [2023-05-05T19:22:02.255Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2023-05-05T19:22:02.823Z] === RUN TestDockerSuite/TestRunEchoStdout [2023-05-05T19:22:03.390Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2023-05-05T19:22:03.649Z] === RUN TestDockerSuite/TestRunEmptyEnv [2023-05-05T19:22:03.907Z] === RUN TestDockerSuite/TestRunEntrypoint [2023-05-05T19:22:04.166Z] === RUN TestDockerSuite/TestRunEnvironment [2023-05-05T19:22:04.733Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2023-05-05T19:22:05.300Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2023-05-05T19:22:05.868Z] === RUN TestDockerSuite/TestRunExitCode [2023-05-05T19:22:06.435Z] === RUN TestDockerSuite/TestRunExitCodeOne [2023-05-05T19:22:07.002Z] === RUN TestDockerSuite/TestRunExitCodeZero [2023-05-05T19:22:07.570Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2023-05-05T19:22:08.505Z] === RUN TestDockerSuite/TestRunExposePort [2023-05-05T19:22:08.505Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2023-05-05T19:22:09.072Z] check_test.go:379: [d41360a4ff1f8] daemon is not started [2023-05-05T19:22:09.331Z] === RUN TestDockerSuite/TestRunGroupAdd [2023-05-05T19:22:09.899Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2023-05-05T19:22:10.561Z] ? github.com/docker/docker/api [no test files] [2023-05-05T19:22:10.835Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2023-05-05T19:22:11.094Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2023-05-05T19:22:11.094Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-05-05T19:22:11.094Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2023-05-05T19:22:13.626Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2023-05-05T19:22:13.626Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2023-05-05T19:22:14.561Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2023-05-05T19:22:16.463Z] docker_api_swarm_service_test.go:533: [ddf881a4978a7] joining swarm manager [dc70ea5b8dbef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:22:17.839Z] docker_api_swarm_service_test.go:534: [dc63e7e56259a] joining swarm manager [dc70ea5b8dbef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:22:25.975Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2023-05-05T19:22:25.975Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2023-05-05T19:22:25.975Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2023-05-05T19:22:25.975Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2023-05-05T19:22:25.975Z] === RUN TestDockerSuite/TestRunInvalidReference [2023-05-05T19:22:25.975Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2023-05-05T19:22:26.542Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2023-05-05T19:22:29.075Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2023-05-05T19:22:30.452Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2023-05-05T19:22:31.019Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2023-05-05T19:22:35.885Z] === RUN TestMiddlewares [2023-05-05T19:22:35.885Z] --- PASS: TestMiddlewares (0.00s) [2023-05-05T19:22:35.885Z] PASS [2023-05-05T19:22:35.885Z] coverage: 7.9% of statements [2023-05-05T19:22:35.885Z] ok github.com/docker/docker/api/server 0.064s coverage: 7.9% of statements [2023-05-05T19:22:36.286Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2023-05-05T19:22:37.222Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2023-05-05T19:22:37.222Z] docker_api_swarm_service_test.go:148: [d877f17d83acd] joining swarm manager [daeb3ce32bdce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:22:37.480Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2023-05-05T19:22:37.739Z] === RUN TestDockerSuite/TestRunModeHostname [2023-05-05T19:22:37.999Z] docker_api_swarm_service_test.go:148: [d6208e93d0a3f] joining swarm manager [daeb3ce32bdce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:22:38.575Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2023-05-05T19:22:38.575Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2023-05-05T19:22:38.575Z] === RUN TestDockerSuite/TestRunModeIpcHost [2023-05-05T19:22:39.951Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2023-05-05T19:22:40.518Z] === RUN TestDockerSuite/TestRunModePIDContainer [2023-05-05T19:22:41.894Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2023-05-05T19:22:41.894Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2023-05-05T19:22:41.894Z] === RUN TestDockerSuite/TestRunModePIDHost [2023-05-05T19:22:42.828Z] === RUN TestDockerSuite/TestRunModeUTSHost [2023-05-05T19:22:43.763Z] === RUN TestDockerSuite/TestRunMount [2023-05-05T19:22:47.952Z] === RUN TestDockerSuite/TestRunMountOrdering [2023-05-05T19:22:48.519Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2023-05-05T19:22:49.086Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2023-05-05T19:22:50.022Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2023-05-05T19:22:51.398Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2023-05-05T19:22:53.931Z] === RUN TestDockerSuite/TestRunNamedVolume [2023-05-05T19:22:55.308Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2023-05-05T19:22:57.210Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2023-05-05T19:22:58.145Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2023-05-05T19:22:59.092Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2023-05-05T19:22:59.092Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2023-05-05T19:22:59.362Z] === RUN TestDockerSuite/TestRunNetHost [2023-05-05T19:23:00.303Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2023-05-05T19:23:00.562Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2023-05-05T19:23:01.130Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2023-05-05T19:23:03.034Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2023-05-05T19:23:04.410Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2023-05-05T19:23:07.697Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2023-05-05T19:23:07.697Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2023-05-05T19:23:07.697Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2023-05-05T19:23:08.264Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2023-05-05T19:23:08.264Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2023-05-05T19:23:08.830Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2023-05-05T19:23:09.397Z] === RUN TestDockerSuite/TestRunNonExistingImage [2023-05-05T19:23:09.397Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2023-05-05T19:23:09.964Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2023-05-05T19:23:14.152Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2023-05-05T19:23:16.053Z] === RUN TestDockerSuite/TestRunOOMExitCode [2023-05-05T19:23:16.053Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2023-05-05T19:23:16.053Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2023-05-05T19:23:16.312Z] === RUN TestDockerSuite/TestRunPIDsLimit [2023-05-05T19:23:16.880Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2023-05-05T19:23:18.256Z] === RUN TestDockerSuite/TestRunPortInUse [2023-05-05T19:23:18.823Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2023-05-05T19:23:19.081Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2023-05-05T19:23:19.081Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2023-05-05T19:23:20.017Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2023-05-05T19:23:20.276Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2023-05-05T19:23:20.844Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2023-05-05T19:23:21.410Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2023-05-05T19:23:21.410Z] docker_cli_run_test.go:4129: unmatched requirement IsolationIsProcess [2023-05-05T19:23:21.410Z] === RUN TestDockerSuite/TestRunPublishPort [2023-05-05T19:23:21.977Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2023-05-05T19:23:22.236Z] === RUN TestDockerSuite/TestRunReadProcLatency [2023-05-05T19:23:22.236Z] docker_cli_run_test.go:2864: kernel doesn't have latency_stats configured [2023-05-05T19:23:22.236Z] === RUN TestDockerSuite/TestRunReadProcTimer [2023-05-05T19:23:22.804Z] === RUN TestDockerSuite/TestRunRedirectStdout [2023-05-05T19:23:24.182Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2023-05-05T19:23:24.182Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2023-05-05T19:23:24.182Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2023-05-05T19:23:26.084Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2023-05-05T19:23:27.020Z] === RUN TestDockerSuite/TestRunRm [2023-05-05T19:23:27.588Z] === RUN TestDockerSuite/TestRunRmAndWait [2023-05-05T19:23:30.895Z] === RUN TestDockerSuite/TestRunRmPre125Api [2023-05-05T19:23:31.462Z] === RUN TestDockerSuite/TestRunRootWorkdir [2023-05-05T19:23:32.397Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2023-05-05T19:23:33.774Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2023-05-05T19:23:34.341Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2023-05-05T19:23:37.630Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2023-05-05T19:23:37.630Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2023-05-05T19:23:41.819Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2023-05-05T19:23:41.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2023-05-05T19:23:41.819Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2023-05-05T19:23:42.387Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2023-05-05T19:23:42.646Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2023-05-05T19:23:43.214Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2023-05-05T19:23:44.149Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2023-05-05T19:23:44.408Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2023-05-05T19:23:44.667Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2023-05-05T19:23:45.234Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2023-05-05T19:23:45.800Z] === RUN TestDockerSuite/TestRunSetMacAddress [2023-05-05T19:23:46.368Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2023-05-05T19:23:47.304Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2023-05-05T19:23:48.247Z] === RUN TestBoolValue [2023-05-05T19:23:48.247Z] --- PASS: TestBoolValue (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestBoolValueOrDefault [2023-05-05T19:23:48.247Z] --- PASS: TestBoolValueOrDefault (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestInt64ValueOrZero [2023-05-05T19:23:48.247Z] --- PASS: TestInt64ValueOrZero (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestInt64ValueOrDefault [2023-05-05T19:23:48.247Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestInt64ValueOrDefaultWithError [2023-05-05T19:23:48.247Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestJsonContentType [2023-05-05T19:23:48.247Z] --- PASS: TestJsonContentType (0.00s) [2023-05-05T19:23:48.247Z] PASS [2023-05-05T19:23:48.247Z] coverage: 16.2% of statements [2023-05-05T19:23:48.247Z] ok github.com/docker/docker/api/server/httputils 0.055s coverage: 16.2% of statements [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-05-05T19:23:48.247Z] === RUN TestMaskSecretKeys [2023-05-05T19:23:48.247Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2023-05-05T19:23:48.247Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2023-05-05T19:23:48.247Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2023-05-05T19:23:48.247Z] --- PASS: TestMaskSecretKeys (0.00s) [2023-05-05T19:23:48.247Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2023-05-05T19:23:48.247Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2023-05-05T19:23:48.247Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestVersionMiddlewareVersion [2023-05-05T19:23:48.247Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2023-05-05T19:23:48.247Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2023-05-05T19:23:48.247Z] PASS [2023-05-05T19:23:48.247Z] coverage: 37.7% of statements [2023-05-05T19:23:48.247Z] ok github.com/docker/docker/api/server/middleware 0.069s coverage: 37.7% of statements [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-05-05T19:23:48.247Z] === RUN TestMarshalJSON [2023-05-05T19:23:48.247Z] --- PASS: TestMarshalJSON (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestMarshalJSONWithEmpty [2023-05-05T19:23:48.247Z] --- PASS: TestMarshalJSONWithEmpty (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestToJSON [2023-05-05T19:23:48.247Z] --- PASS: TestToJSON (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestToParamWithVersion [2023-05-05T19:23:48.247Z] --- PASS: TestToParamWithVersion (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestFromJSON [2023-05-05T19:23:48.247Z] --- PASS: TestFromJSON (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestEmpty [2023-05-05T19:23:48.247Z] --- PASS: TestEmpty (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestArgsMatchKVListEmptySources [2023-05-05T19:23:48.247Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestArgsMatchKVList [2023-05-05T19:23:48.247Z] --- PASS: TestArgsMatchKVList (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestArgsMatch [2023-05-05T19:23:48.247Z] --- PASS: TestArgsMatch (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestAdd [2023-05-05T19:23:48.247Z] --- PASS: TestAdd (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestDel [2023-05-05T19:23:48.247Z] --- PASS: TestDel (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestLen [2023-05-05T19:23:48.247Z] --- PASS: TestLen (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestExactMatch [2023-05-05T19:23:48.247Z] --- PASS: TestExactMatch (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestOnlyOneExactMatch [2023-05-05T19:23:48.247Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestContains [2023-05-05T19:23:48.247Z] --- PASS: TestContains (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestValidate [2023-05-05T19:23:48.247Z] --- PASS: TestValidate (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestWalkValues [2023-05-05T19:23:48.247Z] --- PASS: TestWalkValues (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestFuzzyMatch [2023-05-05T19:23:48.247Z] --- PASS: TestFuzzyMatch (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestClone [2023-05-05T19:23:48.247Z] --- PASS: TestClone (0.00s) [2023-05-05T19:23:48.247Z] PASS [2023-05-05T19:23:48.247Z] coverage: 93.7% of statements [2023-05-05T19:23:48.247Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 93.7% of statements [2023-05-05T19:23:48.247Z] === RUN TestStrSliceMarshalJSON [2023-05-05T19:23:48.247Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestStrSliceUnmarshalJSON [2023-05-05T19:23:48.247Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestStrSliceUnmarshalString [2023-05-05T19:23:48.247Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestStrSliceUnmarshalSlice [2023-05-05T19:23:48.247Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2023-05-05T19:23:48.247Z] PASS [2023-05-05T19:23:48.247Z] coverage: 90.0% of statements [2023-05-05T19:23:48.247Z] ok github.com/docker/docker/api/types/strslice 0.074s coverage: 90.0% of statements [2023-05-05T19:23:48.247Z] === RUN TestAdjustForAPIVersion [2023-05-05T19:23:48.247Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2023-05-05T19:23:48.247Z] PASS [2023-05-05T19:23:48.247Z] coverage: 5.7% of statements [2023-05-05T19:23:48.247Z] ok github.com/docker/docker/api/server/router/swarm 0.076s coverage: 5.7% of statements [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/container [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/events [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/image [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/network [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/registry [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-05-05T19:23:48.247Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-05-05T19:23:48.247Z] === RUN TestDurationToSecondsString [2023-05-05T19:23:48.247Z] --- PASS: TestDurationToSecondsString (0.00s) [2023-05-05T19:23:48.247Z] === RUN TestGetTimestamp [2023-05-05T19:23:48.247Z] --- PASS: TestGetTimestamp (0.23s) [2023-05-05T19:23:48.247Z] === RUN TestParseTimestamps [2023-05-05T19:23:48.248Z] --- PASS: TestParseTimestamps (0.00s) [2023-05-05T19:23:48.248Z] PASS [2023-05-05T19:23:48.248Z] coverage: 100.0% of statements [2023-05-05T19:23:48.248Z] ok github.com/docker/docker/api/types/time 0.309s coverage: 100.0% of statements [2023-05-05T19:23:48.248Z] === RUN TestCompareVersion [2023-05-05T19:23:48.248Z] --- PASS: TestCompareVersion (0.00s) [2023-05-05T19:23:48.248Z] PASS [2023-05-05T19:23:48.248Z] coverage: 75.0% of statements [2023-05-05T19:23:48.248Z] ok github.com/docker/docker/api/types/versions 0.056s coverage: 75.0% of statements [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-05-05T19:23:48.248Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-05-05T19:23:49.205Z] === RUN TestDockerSuite/TestRunState [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2023-05-05T19:23:49.824Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2023-05-05T19:23:49.824Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2023-05-05T19:23:49.824Z] === RUN TestCloneArgsSmartHttp [2023-05-05T19:23:49.824Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2023-05-05T19:23:49.824Z] === RUN TestCloneArgsDumbHttp [2023-05-05T19:23:49.824Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2023-05-05T19:23:49.824Z] === RUN TestCloneArgsGit [2023-05-05T19:23:49.824Z] --- PASS: TestCloneArgsGit (0.00s) [2023-05-05T19:23:49.824Z] === RUN TestCheckoutGit [2023-05-05T19:23:49.824Z] gitutils_test.go:180: git version 2.11.1.windows.1 [2023-05-05T19:23:50.141Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2023-05-05T19:23:50.296Z] gitutils_test.go:239: Initialized empty Git repository in C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit3529095932/001/repo/.git/ [2023-05-05T19:23:50.296Z] gitutils_test.go:253: warning: LF will be replaced by CRLF in subdir/Dockerfile. [2023-05-05T19:23:50.296Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:50.296Z] gitutils_test.go:254: [master (root-commit) 6877d58] First commit [2023-05-05T19:23:50.708Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2023-05-05T19:23:50.767Z] 2 files changed, 3 insertions(+) [2023-05-05T19:23:50.767Z] create mode 100644 Dockerfile [2023-05-05T19:23:50.767Z] create mode 100644 subdir/Dockerfile [2023-05-05T19:23:50.767Z] gitutils_test.go:255: Switched to a new branch 'test' [2023-05-05T19:23:50.767Z] gitutils_test.go:260: warning: LF will be replaced by CRLF in Dockerfile. [2023-05-05T19:23:50.767Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:50.767Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2023-05-05T19:23:50.767Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:50.767Z] gitutils_test.go:261: warning: LF will be replaced by CRLF in Dockerfile. [2023-05-05T19:23:50.767Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:50.767Z] [test 3905259] Branch commit [2023-05-05T19:23:50.767Z] 2 files changed, 3 insertions(+), 2 deletions(-) [2023-05-05T19:23:50.767Z] warning: LF will be replaced by CRLF in subdir/Dockerfile. [2023-05-05T19:23:50.767Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:50.966Z] === RUN TestDockerSuite/TestRunStdinPipe [2023-05-05T19:23:51.239Z] gitutils_test.go:262: Switched to branch 'master' [2023-05-05T19:23:51.239Z] gitutils_test.go:266: Initialized empty Git repository in C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit3529095932/001/subrepo/.git/ [2023-05-05T19:23:51.534Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2023-05-05T19:23:51.709Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2023-05-05T19:23:51.709Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.03s) [2023-05-05T19:23:51.709Z] === RUN TestProcessNoDockerignore [2023-05-05T19:23:51.709Z] gitutils_test.go:273: [master (root-commit) a8b85d9] Subrepo initial [2023-05-05T19:23:51.709Z] 1 file changed, 1 insertion(+) [2023-05-05T19:23:51.709Z] create mode 100644 subfile [2023-05-05T19:23:51.709Z] --- PASS: TestProcessNoDockerignore (0.03s) [2023-05-05T19:23:51.709Z] === RUN TestProcessShouldLeaveAllFiles [2023-05-05T19:23:51.709Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestDetectContentType [2023-05-05T19:23:51.709Z] --- PASS: TestDetectContentType (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestSelectAcceptableMIME [2023-05-05T19:23:51.709Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestInspectEmptyResponse [2023-05-05T19:23:51.709Z] --- PASS: TestInspectEmptyResponse (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestInspectResponseBinary [2023-05-05T19:23:51.709Z] --- PASS: TestInspectResponseBinary (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestResponseUnsupportedContentType [2023-05-05T19:23:51.709Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestInspectResponseTextSimple [2023-05-05T19:23:51.709Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestInspectResponseEmptyContentType [2023-05-05T19:23:51.709Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestUnknownContentLength [2023-05-05T19:23:51.709Z] --- PASS: TestUnknownContentLength (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestDownloadRemote [2023-05-05T19:23:51.709Z] --- PASS: TestDownloadRemote (0.13s) [2023-05-05T19:23:51.709Z] === RUN TestGetWithStatusError [2023-05-05T19:23:51.709Z] --- PASS: TestGetWithStatusError (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestCloseRootDirectory [2023-05-05T19:23:51.709Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:23:51.709Z] --- SKIP: TestCloseRootDirectory (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestHashFile [2023-05-05T19:23:51.709Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:23:51.709Z] --- SKIP: TestHashFile (0.00s) [2023-05-05T19:23:51.709Z] === RUN TestHashSubdir [2023-05-05T19:23:51.709Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:23:51.709Z] --- SKIP: TestHashSubdir (0.01s) [2023-05-05T19:23:51.709Z] === RUN TestRemoveDirectory [2023-05-05T19:23:51.709Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:23:51.709Z] --- SKIP: TestRemoveDirectory (0.00s) [2023-05-05T19:23:51.709Z] PASS [2023-05-05T19:23:51.709Z] coverage: 9.3% of statements [2023-05-05T19:23:51.709Z] ok github.com/docker/docker/builder/remotecontext 0.480s coverage: 9.3% of statements [2023-05-05T19:23:52.102Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2023-05-05T19:23:52.102Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2023-05-05T19:23:52.102Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2023-05-05T19:23:52.179Z] === RUN TestEnable [2023-05-05T19:23:52.179Z] --- PASS: TestEnable (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestDisable [2023-05-05T19:23:52.179Z] --- PASS: TestDisable (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestEnabled [2023-05-05T19:23:52.179Z] --- PASS: TestEnabled (0.00s) [2023-05-05T19:23:52.179Z] PASS [2023-05-05T19:23:52.179Z] coverage: 100.0% of statements [2023-05-05T19:23:52.179Z] ok github.com/docker/docker/cli/debug 0.050s coverage: 100.0% of statements [2023-05-05T19:23:52.179Z] === RUN TestGetAllAllowed [2023-05-05T19:23:52.179Z] --- PASS: TestGetAllAllowed (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestGetAllMeta [2023-05-05T19:23:52.179Z] --- PASS: TestGetAllMeta (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestWarnOnUnusedBuildArgs [2023-05-05T19:23:52.179Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestIsUnreferencedBuiltin [2023-05-05T19:23:52.179Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestIsExistingDirectory [2023-05-05T19:23:52.179Z] --- PASS: TestIsExistingDirectory (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestGetFilenameForDownload [2023-05-05T19:23:52.179Z] --- PASS: TestGetFilenameForDownload (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestEnv2Variables [2023-05-05T19:23:52.179Z] --- PASS: TestEnv2Variables (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestEnvValueWithExistingRunConfigEnv [2023-05-05T19:23:52.179Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestMaintainer [2023-05-05T19:23:52.179Z] --- PASS: TestMaintainer (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestLabel [2023-05-05T19:23:52.179Z] --- PASS: TestLabel (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestFromScratch [2023-05-05T19:23:52.179Z] --- PASS: TestFromScratch (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestFromWithArg [2023-05-05T19:23:52.179Z] --- PASS: TestFromWithArg (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestFromWithArgButBuildArgsNotGiven [2023-05-05T19:23:52.179Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestFromWithUndefinedArg [2023-05-05T19:23:52.179Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestFromMultiStageWithNamedStage [2023-05-05T19:23:52.179Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestOnbuild [2023-05-05T19:23:52.179Z] --- PASS: TestOnbuild (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestWorkdir [2023-05-05T19:23:52.179Z] --- PASS: TestWorkdir (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestCmd [2023-05-05T19:23:52.179Z] --- PASS: TestCmd (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestHealthcheckNone [2023-05-05T19:23:52.179Z] --- PASS: TestHealthcheckNone (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestHealthcheckCmd [2023-05-05T19:23:52.179Z] --- PASS: TestHealthcheckCmd (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestEntrypoint [2023-05-05T19:23:52.179Z] --- PASS: TestEntrypoint (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestExpose [2023-05-05T19:23:52.179Z] --- PASS: TestExpose (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestUser [2023-05-05T19:23:52.179Z] --- PASS: TestUser (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestVolume [2023-05-05T19:23:52.179Z] --- PASS: TestVolume (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestStopSignal [2023-05-05T19:23:52.179Z] dispatchers_test.go:377: Windows does not support stopsignal [2023-05-05T19:23:52.179Z] --- SKIP: TestStopSignal (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestArg [2023-05-05T19:23:52.179Z] --- PASS: TestArg (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestShell [2023-05-05T19:23:52.179Z] --- PASS: TestShell (0.00s) [2023-05-05T19:23:52.179Z] === RUN TestPrependEnvOnCmd [2023-05-05T19:23:52.180Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2023-05-05T19:23:52.180Z] === RUN TestRunWithBuildArgs [2023-05-05T19:23:52.180Z] --- PASS: TestRunWithBuildArgs (0.00s) [2023-05-05T19:23:52.180Z] === RUN TestRunIgnoresHealthcheck [2023-05-05T19:23:52.180Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2023-05-05T19:23:52.180Z] === RUN TestDispatchUnsupportedOptions [2023-05-05T19:23:52.180Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2023-05-05T19:23:52.180Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2023-05-05T19:23:52.180Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2023-05-05T19:23:52.180Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2023-05-05T19:23:52.180Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2023-05-05T19:23:52.180Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2023-05-05T19:23:52.180Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2023-05-05T19:23:52.180Z] === RUN TestNormalizeWorkdir [2023-05-05T19:23:52.180Z] --- PASS: TestNormalizeWorkdir (0.00s) [2023-05-05T19:23:52.180Z] === RUN TestDispatch [2023-05-05T19:23:52.180Z] === RUN TestDispatch/ADD_multiple_files_to_file [2023-05-05T19:23:52.180Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2023-05-05T19:23:52.180Z] === RUN TestDispatch/COPY_multiple_files_to_file [2023-05-05T19:23:52.180Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2023-05-05T19:23:52.180Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2023-05-05T19:23:52.650Z] === RUN TestDispatch/COPY_wildcard_no_files [2023-05-05T19:23:52.650Z] === RUN TestDispatch/COPY_url [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch (0.13s) [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.03s) [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2023-05-05T19:23:52.650Z] --- PASS: TestDispatch/COPY_url (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestAddScratchImageAddsToMounts [2023-05-05T19:23:52.650Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestAddFromScratchPopulatesPlatform [2023-05-05T19:23:52.650Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2023-05-05T19:23:52.650Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2023-05-05T19:23:52.650Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestImageSourceGetAddsToMounts [2023-05-05T19:23:52.650Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestEmptyDockerfile [2023-05-05T19:23:52.650Z] --- PASS: TestEmptyDockerfile (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestSymlinkDockerfile [2023-05-05T19:23:52.650Z] --- PASS: TestSymlinkDockerfile (0.01s) [2023-05-05T19:23:52.650Z] === RUN TestDockerfileOutsideTheBuildContext [2023-05-05T19:23:52.650Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestNonExistingDockerfile [2023-05-05T19:23:52.650Z] --- PASS: TestNonExistingDockerfile (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestCopyRunConfig [2023-05-05T19:23:52.650Z] --- PASS: TestCopyRunConfig (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestDeepCopyRunConfig [2023-05-05T19:23:52.650Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestExportImage [2023-05-05T19:23:52.650Z] --- PASS: TestExportImage (0.00s) [2023-05-05T19:23:52.650Z] === RUN TestNormalizeDest [2023-05-05T19:23:52.650Z] --- PASS: TestNormalizeDest (0.00s) [2023-05-05T19:23:52.650Z] PASS [2023-05-05T19:23:52.650Z] coverage: 46.8% of statements [2023-05-05T19:23:52.650Z] ok github.com/docker/docker/builder/dockerfile 0.303s coverage: 46.8% of statements [2023-05-05T19:23:52.650Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2023-05-05T19:23:52.668Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2023-05-05T19:23:53.235Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2023-05-05T19:23:53.235Z] === RUN TestDockerSuite/TestRunSysctls [2023-05-05T19:23:54.611Z] === RUN TestDockerSuite/TestRunTLSVerify [2023-05-05T19:23:54.611Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2023-05-05T19:23:54.611Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2023-05-05T19:23:54.870Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2023-05-05T19:23:55.619Z] gitutils_test.go:275: Cloning into 'C:/Users/ContainerAdministrator/AppData/Local/Temp/TestCheckoutGit3529095932/001/repo/sub'... [2023-05-05T19:23:55.619Z] warning: LF will be replaced by CRLF in .gitmodules. [2023-05-05T19:23:55.619Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:56.092Z] gitutils_test.go:276: warning: LF will be replaced by CRLF in .gitmodules. [2023-05-05T19:23:56.092Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:56.092Z] gitutils_test.go:277: [master 32d3280] With submodule [2023-05-05T19:23:56.092Z] 2 files changed, 4 insertions(+) [2023-05-05T19:23:56.092Z] create mode 100644 .gitmodules [2023-05-05T19:23:56.092Z] create mode 160000 sub [2023-05-05T19:23:56.092Z] warning: LF will be replaced by CRLF in .gitmodules. [2023-05-05T19:23:56.092Z] The file will have its original line endings in your working directory. [2023-05-05T19:23:56.092Z] === RUN TestCheckoutGit/#00 [2023-05-05T19:23:56.246Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2023-05-05T19:23:57.183Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2023-05-05T19:23:57.443Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2023-05-05T19:23:57.666Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:23:57.666Z] [2023-05-05T19:23:57.666Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:23:58.820Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2023-05-05T19:24:00.632Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:00.632Z] [2023-05-05T19:24:00.633Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:00.722Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2023-05-05T19:24:02.126Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2023-05-05T19:24:02.858Z] === RUN TestCheckoutGit/master [2023-05-05T19:24:04.658Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2023-05-05T19:24:04.918Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2023-05-05T19:24:05.082Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:05.083Z] [2023-05-05T19:24:05.083Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:05.485Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2023-05-05T19:24:06.053Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2023-05-05T19:24:06.990Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2023-05-05T19:24:08.049Z] === RUN TestCheckpointCreateError [2023-05-05T19:24:08.049Z] --- PASS: TestCheckpointCreateError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCheckpointCreate [2023-05-05T19:24:08.049Z] --- PASS: TestCheckpointCreate (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCheckpointDeleteError [2023-05-05T19:24:08.049Z] --- PASS: TestCheckpointDeleteError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCheckpointDelete [2023-05-05T19:24:08.049Z] --- PASS: TestCheckpointDelete (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCheckpointListError [2023-05-05T19:24:08.049Z] --- PASS: TestCheckpointListError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCheckpointList [2023-05-05T19:24:08.049Z] --- PASS: TestCheckpointList (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCheckpointListContainerNotFound [2023-05-05T19:24:08.049Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNewClientWithOpsFromEnv [2023-05-05T19:24:08.049Z] client_test.go:23: runtime.GOOS == "windows" [2023-05-05T19:24:08.049Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestGetAPIPath [2023-05-05T19:24:08.049Z] --- PASS: TestGetAPIPath (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestParseHostURL [2023-05-05T19:24:08.049Z] --- PASS: TestParseHostURL (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2023-05-05T19:24:08.049Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNegotiateAPIVersionEmpty [2023-05-05T19:24:08.049Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNegotiateAPIVersion [2023-05-05T19:24:08.049Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNegotiateAPVersionOverride [2023-05-05T19:24:08.049Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNegotiateAPIVersionAutomatic [2023-05-05T19:24:08.049Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2023-05-05T19:24:08.049Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2023-05-05T19:24:08.049Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestClientRedirect [2023-05-05T19:24:08.049Z] --- PASS: TestClientRedirect (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigCreateUnsupported [2023-05-05T19:24:08.049Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigCreateError [2023-05-05T19:24:08.049Z] --- PASS: TestConfigCreateError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigCreate [2023-05-05T19:24:08.049Z] --- PASS: TestConfigCreate (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigInspectNotFound [2023-05-05T19:24:08.049Z] --- PASS: TestConfigInspectNotFound (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigInspectWithEmptyID [2023-05-05T19:24:08.049Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigInspectUnsupported [2023-05-05T19:24:08.049Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigInspectError [2023-05-05T19:24:08.049Z] --- PASS: TestConfigInspectError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigInspectConfigNotFound [2023-05-05T19:24:08.049Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigInspect [2023-05-05T19:24:08.049Z] --- PASS: TestConfigInspect (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigListUnsupported [2023-05-05T19:24:08.049Z] --- PASS: TestConfigListUnsupported (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigListError [2023-05-05T19:24:08.049Z] --- PASS: TestConfigListError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigList [2023-05-05T19:24:08.049Z] --- PASS: TestConfigList (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigRemoveUnsupported [2023-05-05T19:24:08.049Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigRemoveError [2023-05-05T19:24:08.049Z] --- PASS: TestConfigRemoveError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigRemove [2023-05-05T19:24:08.049Z] --- PASS: TestConfigRemove (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigUpdateUnsupported [2023-05-05T19:24:08.049Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigUpdateError [2023-05-05T19:24:08.049Z] --- PASS: TestConfigUpdateError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestConfigUpdate [2023-05-05T19:24:08.049Z] --- PASS: TestConfigUpdate (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerCommitError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerCommitError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerCommit [2023-05-05T19:24:08.049Z] --- PASS: TestContainerCommit (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerStatPathError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerStatPathError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerStatPathNotFoundError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerStatPathNoHeaderError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerStatPath [2023-05-05T19:24:08.049Z] --- PASS: TestContainerStatPath (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyToContainerError [2023-05-05T19:24:08.049Z] --- PASS: TestCopyToContainerError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyToContainerNotFoundError [2023-05-05T19:24:08.049Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyToContainerNotStatusOKError [2023-05-05T19:24:08.049Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyToContainer [2023-05-05T19:24:08.049Z] --- PASS: TestCopyToContainer (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyFromContainerError [2023-05-05T19:24:08.049Z] --- PASS: TestCopyFromContainerError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyFromContainerNotFoundError [2023-05-05T19:24:08.049Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyFromContainerNotStatusOKError [2023-05-05T19:24:08.049Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyFromContainerNoHeaderError [2023-05-05T19:24:08.049Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestCopyFromContainer [2023-05-05T19:24:08.049Z] --- PASS: TestCopyFromContainer (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerCreateError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerCreateError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerCreateImageNotFound [2023-05-05T19:24:08.049Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerCreateWithName [2023-05-05T19:24:08.049Z] --- PASS: TestContainerCreateWithName (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerCreateAutoRemove [2023-05-05T19:24:08.049Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerDiffError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerDiffError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerDiff [2023-05-05T19:24:08.049Z] --- PASS: TestContainerDiff (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExecCreateError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExecCreateError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExecCreate [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExecCreate (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExecStartError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExecStartError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExecStart [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExecStart (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExecInspectError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExecInspectError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExecInspect [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExecInspect (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExportError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExportError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerExport [2023-05-05T19:24:08.049Z] --- PASS: TestContainerExport (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerInspectError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerInspectError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerInspectContainerNotFound [2023-05-05T19:24:08.049Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerInspectWithEmptyID [2023-05-05T19:24:08.049Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerInspect [2023-05-05T19:24:08.049Z] --- PASS: TestContainerInspect (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerInspectNode [2023-05-05T19:24:08.049Z] --- PASS: TestContainerInspectNode (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerKillError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerKillError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerKill [2023-05-05T19:24:08.049Z] --- PASS: TestContainerKill (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerListError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerListError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerList [2023-05-05T19:24:08.049Z] --- PASS: TestContainerList (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerLogsNotFoundError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerLogsError [2023-05-05T19:24:08.049Z] --- PASS: TestContainerLogsError (0.00s) [2023-05-05T19:24:08.049Z] === RUN TestContainerLogs [2023-05-05T19:24:08.367Z] === RUN TestDockerSuite/TestRunUnshareProc [2023-05-05T19:24:08.518Z] --- PASS: TestContainerLogs (0.27s) [2023-05-05T19:24:08.519Z] === RUN TestContainerPauseError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerPauseError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerPause [2023-05-05T19:24:08.519Z] --- PASS: TestContainerPause (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainersPruneError [2023-05-05T19:24:08.519Z] --- PASS: TestContainersPruneError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainersPrune [2023-05-05T19:24:08.519Z] --- PASS: TestContainersPrune (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerRemoveError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerRemoveError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerRemoveNotFoundError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerRemove [2023-05-05T19:24:08.519Z] --- PASS: TestContainerRemove (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerRenameError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerRenameError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerRename [2023-05-05T19:24:08.519Z] --- PASS: TestContainerRename (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerResizeError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerResizeError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerExecResizeError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerExecResizeError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerResize [2023-05-05T19:24:08.519Z] --- PASS: TestContainerResize (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerExecResize [2023-05-05T19:24:08.519Z] --- PASS: TestContainerExecResize (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerRestartError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerRestartError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerRestart [2023-05-05T19:24:08.519Z] --- PASS: TestContainerRestart (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerStartError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerStartError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerStart [2023-05-05T19:24:08.519Z] --- PASS: TestContainerStart (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerStatsError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerStatsError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerStats [2023-05-05T19:24:08.519Z] --- PASS: TestContainerStats (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerStopError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerStopError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerStop [2023-05-05T19:24:08.519Z] --- PASS: TestContainerStop (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerTopError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerTopError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerTop [2023-05-05T19:24:08.519Z] --- PASS: TestContainerTop (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerUnpauseError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerUnpauseError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerUnpause [2023-05-05T19:24:08.519Z] --- PASS: TestContainerUnpause (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerUpdateError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerUpdateError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerUpdate [2023-05-05T19:24:08.519Z] --- PASS: TestContainerUpdate (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerWaitError [2023-05-05T19:24:08.519Z] --- PASS: TestContainerWaitError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestContainerWait [2023-05-05T19:24:08.519Z] --- PASS: TestContainerWait (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestDiskUsageError [2023-05-05T19:24:08.519Z] --- PASS: TestDiskUsageError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestDiskUsage [2023-05-05T19:24:08.519Z] --- PASS: TestDiskUsage (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestDistributionInspectUnsupported [2023-05-05T19:24:08.519Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestDistributionInspectWithEmptyID [2023-05-05T19:24:08.519Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestEventsErrorInOptions [2023-05-05T19:24:08.519Z] --- PASS: TestEventsErrorInOptions (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestEventsErrorFromServer [2023-05-05T19:24:08.519Z] --- PASS: TestEventsErrorFromServer (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestEvents [2023-05-05T19:24:08.519Z] --- PASS: TestEvents (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestTLSCloseWriter [2023-05-05T19:24:08.519Z] === PAUSE TestTLSCloseWriter [2023-05-05T19:24:08.519Z] === RUN TestImageBuildError [2023-05-05T19:24:08.519Z] --- PASS: TestImageBuildError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageBuild [2023-05-05T19:24:08.519Z] --- PASS: TestImageBuild (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestGetDockerOS [2023-05-05T19:24:08.519Z] --- PASS: TestGetDockerOS (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageCreateError [2023-05-05T19:24:08.519Z] --- PASS: TestImageCreateError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageCreate [2023-05-05T19:24:08.519Z] --- PASS: TestImageCreate (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageHistoryError [2023-05-05T19:24:08.519Z] --- PASS: TestImageHistoryError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageHistory [2023-05-05T19:24:08.519Z] --- PASS: TestImageHistory (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageImportError [2023-05-05T19:24:08.519Z] --- PASS: TestImageImportError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageImport [2023-05-05T19:24:08.519Z] --- PASS: TestImageImport (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageInspectError [2023-05-05T19:24:08.519Z] --- PASS: TestImageInspectError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageInspectImageNotFound [2023-05-05T19:24:08.519Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageInspectWithEmptyID [2023-05-05T19:24:08.519Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageInspect [2023-05-05T19:24:08.519Z] --- PASS: TestImageInspect (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageListError [2023-05-05T19:24:08.519Z] --- PASS: TestImageListError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageList [2023-05-05T19:24:08.519Z] --- PASS: TestImageList (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageListApiBefore125 [2023-05-05T19:24:08.519Z] --- PASS: TestImageListApiBefore125 (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageLoadError [2023-05-05T19:24:08.519Z] --- PASS: TestImageLoadError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageLoad [2023-05-05T19:24:08.519Z] --- PASS: TestImageLoad (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagesPruneError [2023-05-05T19:24:08.519Z] --- PASS: TestImagesPruneError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagesPrune [2023-05-05T19:24:08.519Z] --- PASS: TestImagesPrune (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePullReferenceParseError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePullAnyError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePullAnyError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePullStatusUnauthorizedError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePullWithPrivilegedFuncNoError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePullWithoutErrors [2023-05-05T19:24:08.519Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePushReferenceError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushReferenceError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePushAnyError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushAnyError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePushStatusUnauthorizedError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithPrivilegedFuncNoError [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithoutErrors [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2023-05-05T19:24:08.519Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageRemoveError [2023-05-05T19:24:08.519Z] --- PASS: TestImageRemoveError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageRemoveImageNotFound [2023-05-05T19:24:08.519Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageRemove [2023-05-05T19:24:08.519Z] --- PASS: TestImageRemove (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSaveError [2023-05-05T19:24:08.519Z] --- PASS: TestImageSaveError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSave [2023-05-05T19:24:08.519Z] --- PASS: TestImageSave (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSearchAnyError [2023-05-05T19:24:08.519Z] --- PASS: TestImageSearchAnyError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSearchStatusUnauthorizedError [2023-05-05T19:24:08.519Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2023-05-05T19:24:08.519Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2023-05-05T19:24:08.519Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2023-05-05T19:24:08.519Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageSearchWithoutErrors [2023-05-05T19:24:08.519Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageTagError [2023-05-05T19:24:08.519Z] --- PASS: TestImageTagError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageTagInvalidReference [2023-05-05T19:24:08.519Z] --- PASS: TestImageTagInvalidReference (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageTagInvalidSourceImageName [2023-05-05T19:24:08.519Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageTagHexSource [2023-05-05T19:24:08.519Z] --- PASS: TestImageTagHexSource (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestImageTag [2023-05-05T19:24:08.519Z] --- PASS: TestImageTag (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestInfoServerError [2023-05-05T19:24:08.519Z] --- PASS: TestInfoServerError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestInfoInvalidResponseJSONError [2023-05-05T19:24:08.519Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestInfo [2023-05-05T19:24:08.519Z] --- PASS: TestInfo (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkConnectError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkConnectError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkConnect [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkConnect (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkCreateError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkCreateError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkCreate [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkCreate (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkDisconnectError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkDisconnectError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkDisconnect [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkDisconnect (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkInspectError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkInspectError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkInspectNotFoundError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkInspectWithEmptyID [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkInspect [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkInspect (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkListError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkListError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkList [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkList (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworksPruneError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworksPruneError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworksPrune [2023-05-05T19:24:08.519Z] --- PASS: TestNetworksPrune (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkRemoveError [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkRemoveError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNetworkRemove [2023-05-05T19:24:08.519Z] --- PASS: TestNetworkRemove (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeInspectError [2023-05-05T19:24:08.519Z] --- PASS: TestNodeInspectError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeInspectNodeNotFound [2023-05-05T19:24:08.519Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeInspectWithEmptyID [2023-05-05T19:24:08.519Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeInspect [2023-05-05T19:24:08.519Z] --- PASS: TestNodeInspect (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeListError [2023-05-05T19:24:08.519Z] --- PASS: TestNodeListError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeList [2023-05-05T19:24:08.519Z] --- PASS: TestNodeList (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeRemoveError [2023-05-05T19:24:08.519Z] --- PASS: TestNodeRemoveError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeRemove [2023-05-05T19:24:08.519Z] --- PASS: TestNodeRemove (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeUpdateError [2023-05-05T19:24:08.519Z] --- PASS: TestNodeUpdateError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestNodeUpdate [2023-05-05T19:24:08.519Z] --- PASS: TestNodeUpdate (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestOptionWithTimeout [2023-05-05T19:24:08.519Z] --- PASS: TestOptionWithTimeout (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPingFail [2023-05-05T19:24:08.519Z] --- PASS: TestPingFail (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPingWithError [2023-05-05T19:24:08.519Z] 2023/05/05 19:24:08 RoundTripper returned a response & error; ignoring response [2023-05-05T19:24:08.519Z] 2023/05/05 19:24:08 RoundTripper returned a response & error; ignoring response [2023-05-05T19:24:08.519Z] --- PASS: TestPingWithError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPingSuccess [2023-05-05T19:24:08.519Z] --- PASS: TestPingSuccess (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPingHeadFallback [2023-05-05T19:24:08.519Z] === RUN TestPingHeadFallback/OK [2023-05-05T19:24:08.519Z] === RUN TestPingHeadFallback/Internal_Server_Error [2023-05-05T19:24:08.519Z] === RUN TestPingHeadFallback/Not_Found [2023-05-05T19:24:08.519Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2023-05-05T19:24:08.519Z] --- PASS: TestPingHeadFallback (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2023-05-05T19:24:08.519Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginDisableError [2023-05-05T19:24:08.519Z] --- PASS: TestPluginDisableError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginDisable [2023-05-05T19:24:08.519Z] --- PASS: TestPluginDisable (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginEnableError [2023-05-05T19:24:08.519Z] --- PASS: TestPluginEnableError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginEnable [2023-05-05T19:24:08.519Z] --- PASS: TestPluginEnable (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginInspectError [2023-05-05T19:24:08.519Z] --- PASS: TestPluginInspectError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginInspectWithEmptyID [2023-05-05T19:24:08.519Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginInspect [2023-05-05T19:24:08.519Z] --- PASS: TestPluginInspect (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginListError [2023-05-05T19:24:08.519Z] --- PASS: TestPluginListError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginList [2023-05-05T19:24:08.519Z] --- PASS: TestPluginList (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginPushError [2023-05-05T19:24:08.519Z] --- PASS: TestPluginPushError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginPush [2023-05-05T19:24:08.519Z] --- PASS: TestPluginPush (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginRemoveError [2023-05-05T19:24:08.519Z] --- PASS: TestPluginRemoveError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginRemove [2023-05-05T19:24:08.519Z] --- PASS: TestPluginRemove (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginSetError [2023-05-05T19:24:08.519Z] --- PASS: TestPluginSetError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPluginSet [2023-05-05T19:24:08.519Z] --- PASS: TestPluginSet (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestSetHostHeader [2023-05-05T19:24:08.519Z] --- PASS: TestSetHostHeader (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestPlainTextError [2023-05-05T19:24:08.519Z] --- PASS: TestPlainTextError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestInfiniteError [2023-05-05T19:24:08.519Z] --- PASS: TestInfiniteError (0.05s) [2023-05-05T19:24:08.519Z] === RUN TestSecretCreateUnsupported [2023-05-05T19:24:08.519Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestSecretCreateError [2023-05-05T19:24:08.519Z] --- PASS: TestSecretCreateError (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestSecretCreate [2023-05-05T19:24:08.519Z] --- PASS: TestSecretCreate (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestSecretInspectUnsupported [2023-05-05T19:24:08.519Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2023-05-05T19:24:08.519Z] === RUN TestSecretInspectError [2023-05-05T19:24:08.990Z] --- PASS: TestSecretInspectError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretInspectSecretNotFound [2023-05-05T19:24:08.990Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretInspectWithEmptyID [2023-05-05T19:24:08.990Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretInspect [2023-05-05T19:24:08.990Z] --- PASS: TestSecretInspect (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretListUnsupported [2023-05-05T19:24:08.990Z] --- PASS: TestSecretListUnsupported (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretListError [2023-05-05T19:24:08.990Z] --- PASS: TestSecretListError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretList [2023-05-05T19:24:08.990Z] --- PASS: TestSecretList (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretRemoveUnsupported [2023-05-05T19:24:08.990Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretRemoveError [2023-05-05T19:24:08.990Z] --- PASS: TestSecretRemoveError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretRemove [2023-05-05T19:24:08.990Z] --- PASS: TestSecretRemove (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretUpdateUnsupported [2023-05-05T19:24:08.990Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretUpdateError [2023-05-05T19:24:08.990Z] --- PASS: TestSecretUpdateError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSecretUpdate [2023-05-05T19:24:08.990Z] --- PASS: TestSecretUpdate (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceCreateError [2023-05-05T19:24:08.990Z] --- PASS: TestServiceCreateError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceCreate [2023-05-05T19:24:08.990Z] --- PASS: TestServiceCreate (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceCreateCompatiblePlatforms [2023-05-05T19:24:08.990Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceCreateDigestPinning [2023-05-05T19:24:08.990Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceInspectError [2023-05-05T19:24:08.990Z] --- PASS: TestServiceInspectError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceInspectServiceNotFound [2023-05-05T19:24:08.990Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceInspectWithEmptyID [2023-05-05T19:24:08.990Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceInspect [2023-05-05T19:24:08.990Z] --- PASS: TestServiceInspect (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceListError [2023-05-05T19:24:08.990Z] --- PASS: TestServiceListError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceList [2023-05-05T19:24:08.990Z] --- PASS: TestServiceList (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceLogsError [2023-05-05T19:24:08.990Z] --- PASS: TestServiceLogsError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceLogs [2023-05-05T19:24:08.990Z] --- PASS: TestServiceLogs (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceRemoveError [2023-05-05T19:24:08.990Z] --- PASS: TestServiceRemoveError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceRemoveNotFoundError [2023-05-05T19:24:08.990Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceRemove [2023-05-05T19:24:08.990Z] --- PASS: TestServiceRemove (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceUpdateError [2023-05-05T19:24:08.990Z] --- PASS: TestServiceUpdateError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestServiceUpdate [2023-05-05T19:24:08.990Z] --- PASS: TestServiceUpdate (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmGetUnlockKeyError [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmGetUnlockKey [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmInitError [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmInitError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmInit [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmInit (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmInspectError [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmInspectError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmInspect [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmInspect (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmJoinError [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmJoinError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmJoin [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmJoin (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmLeaveError [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmLeaveError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmLeave [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmLeave (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmUnlockError [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmUnlockError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmUnlock [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmUnlock (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmUpdateError [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmUpdateError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestSwarmUpdate [2023-05-05T19:24:08.990Z] --- PASS: TestSwarmUpdate (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestTaskInspectError [2023-05-05T19:24:08.990Z] --- PASS: TestTaskInspectError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestTaskInspectWithEmptyID [2023-05-05T19:24:08.990Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestTaskInspect [2023-05-05T19:24:08.990Z] --- PASS: TestTaskInspect (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestTaskListError [2023-05-05T19:24:08.990Z] --- PASS: TestTaskListError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestTaskList [2023-05-05T19:24:08.990Z] --- PASS: TestTaskList (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeCreateError [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeCreateError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeCreate [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeCreate (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeInspectError [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeInspectError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeInspectNotFound [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeInspectWithEmptyID [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeInspect [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeInspect (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeListError [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeListError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeList [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeList (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeRemoveError [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeRemoveError (0.00s) [2023-05-05T19:24:08.990Z] === RUN TestVolumeRemove [2023-05-05T19:24:08.990Z] --- PASS: TestVolumeRemove (0.00s) [2023-05-05T19:24:08.990Z] === CONT TestTLSCloseWriter [2023-05-05T19:24:08.990Z] --- PASS: TestTLSCloseWriter (0.01s) [2023-05-05T19:24:08.990Z] PASS [2023-05-05T19:24:08.990Z] coverage: 74.9% of statements [2023-05-05T19:24:08.990Z] ok github.com/docker/docker/client 0.630s coverage: 74.9% of statements [2023-05-05T19:24:08.990Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:08.990Z] [2023-05-05T19:24:08.990Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:09.304Z] === RUN TestDockerSuite/TestRunUserByID [2023-05-05T19:24:09.562Z] === RUN TestDockerSuite/TestRunUserByIDBig [2023-05-05T19:24:09.821Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2023-05-05T19:24:09.821Z] === RUN TestDockerSuite/TestRunUserByIDZero [2023-05-05T19:24:10.388Z] === RUN TestDockerSuite/TestRunUserByName [2023-05-05T19:24:10.955Z] === RUN TestDockerSuite/TestRunUserDefaults [2023-05-05T19:24:11.214Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2023-05-05T19:24:11.214Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2023-05-05T19:24:11.214Z] === RUN TestDockerSuite/TestRunUserNotFound [2023-05-05T19:24:11.473Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2023-05-05T19:24:11.950Z] === RUN TestCheckoutGit/:subdir [2023-05-05T19:24:12.040Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2023-05-05T19:24:12.943Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:12.943Z] [2023-05-05T19:24:12.943Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:14.572Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2023-05-05T19:24:15.138Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2023-05-05T19:24:15.704Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2023-05-05T19:24:15.910Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:15.910Z] [2023-05-05T19:24:15.910Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:17.080Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2023-05-05T19:24:18.016Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2023-05-05T19:24:18.873Z] === RUN TestCheckoutGit/:nosubdir [2023-05-05T19:24:19.863Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:19.863Z] [2023-05-05T19:24:19.863Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:19.919Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2023-05-05T19:24:20.854Z] === RUN TestCheckoutGit/:Dockerfile [2023-05-05T19:24:21.296Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2023-05-05T19:24:21.555Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2023-05-05T19:24:21.555Z] docker_cli_run_test.go:4099: unmatched requirement DaemonIsWindows [2023-05-05T19:24:21.555Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2023-05-05T19:24:21.555Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2023-05-05T19:24:21.555Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2023-05-05T19:24:21.555Z] docker_cli_run_test.go:4109: unmatched requirement DaemonIsWindows [2023-05-05T19:24:21.555Z] === RUN TestDockerSuite/TestRunWithBadDevice [2023-05-05T19:24:21.555Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2023-05-05T19:24:21.555Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2023-05-05T19:24:21.555Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2023-05-05T19:24:22.425Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:22.425Z] [2023-05-05T19:24:22.425Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:22.490Z] === RUN TestDockerSuite/TestRunWithCPUShares [2023-05-05T19:24:22.749Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2023-05-05T19:24:23.419Z] === RUN TestCheckoutGit/master:nosubdir [2023-05-05T19:24:23.685Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2023-05-05T19:24:24.253Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2023-05-05T19:24:24.409Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:24.409Z] [2023-05-05T19:24:24.409Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:24.819Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2023-05-05T19:24:24.819Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2023-05-05T19:24:25.077Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2023-05-05T19:24:25.077Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2023-05-05T19:24:25.077Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2023-05-05T19:24:25.077Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2023-05-05T19:24:25.077Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2023-05-05T19:24:25.077Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2023-05-05T19:24:25.077Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2023-05-05T19:24:25.077Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2023-05-05T19:24:25.078Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2023-05-05T19:24:25.078Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2023-05-05T19:24:25.078Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2023-05-05T19:24:25.078Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2023-05-05T19:24:25.078Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2023-05-05T19:24:25.078Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2023-05-05T19:24:25.078Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2023-05-05T19:24:25.398Z] === RUN TestCheckoutGit/master:subdir [2023-05-05T19:24:25.644Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2023-05-05T19:24:26.212Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2023-05-05T19:24:26.212Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2023-05-05T19:24:26.389Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:26.389Z] [2023-05-05T19:24:26.389Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:26.779Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2023-05-05T19:24:26.779Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2023-05-05T19:24:27.346Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2023-05-05T19:24:27.346Z] === RUN TestDockerSuite/TestRunWithShmSize [2023-05-05T19:24:27.913Z] === RUN TestDockerSuite/TestRunWithSwappiness [2023-05-05T19:24:28.848Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2023-05-05T19:24:28.848Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2023-05-05T19:24:28.848Z] === RUN TestDockerSuite/TestRunWithUlimits [2023-05-05T19:24:29.108Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2023-05-05T19:24:29.349Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:29.349Z] [2023-05-05T19:24:29.349Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:29.370Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2023-05-05T19:24:30.308Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2023-05-05T19:24:30.875Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2023-05-05T19:24:30.875Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2023-05-05T19:24:30.875Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2023-05-05T19:24:31.134Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2023-05-05T19:24:31.393Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2023-05-05T19:24:32.312Z] === RUN TestCheckoutGit/master:../subdir [2023-05-05T19:24:32.769Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2023-05-05T19:24:32.781Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:32.781Z] [2023-05-05T19:24:32.781Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:33.028Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2023-05-05T19:24:33.772Z] === RUN TestCheckoutGit/test [2023-05-05T19:24:34.762Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:34.762Z] [2023-05-05T19:24:34.762Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:34.932Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2023-05-05T19:24:34.932Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2023-05-05T19:24:34.932Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2023-05-05T19:24:34.932Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2023-05-05T19:24:35.867Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2023-05-05T19:24:36.434Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2023-05-05T19:24:36.990Z] === RUN TestCheckoutGit/test: [2023-05-05T19:24:37.460Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:37.460Z] [2023-05-05T19:24:37.460Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:37.810Z] === RUN TestDockerSuite/TestSaveCheckTimes [2023-05-05T19:24:37.810Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2023-05-05T19:24:37.810Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2023-05-05T19:24:38.746Z] === RUN TestDockerSuite/TestSaveImageId [2023-05-05T19:24:39.005Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2023-05-05T19:24:39.264Z] === RUN TestDockerSuite/TestSaveLoadParents [2023-05-05T19:24:39.688Z] === RUN TestCheckoutGit/test:subdir [2023-05-05T19:24:40.641Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents2013564911 [2023-05-05T19:24:40.677Z] gitutils_test.go:211: git-http-backend: fatal: The remote end hung up unexpectedly [2023-05-05T19:24:40.677Z] [2023-05-05T19:24:40.677Z] gitutils_test.go:211: git-http-backend: [2023-05-05T19:24:40.899Z] === RUN TestDockerSuite/TestSaveMultipleNames [2023-05-05T19:24:40.899Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2023-05-05T19:24:41.157Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2023-05-05T19:24:42.092Z] === RUN TestDockerSuite/TestSaveSingleTag [2023-05-05T19:24:42.092Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2023-05-05T19:24:42.092Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2023-05-05T19:24:42.897Z] --- PASS: TestCheckoutGit (53.21s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/#00 (6.80s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/master (8.77s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/:subdir (7.09s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/:nosubdir (2.01s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/:Dockerfile (2.42s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/master:nosubdir (1.86s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/master:subdir (6.84s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/master:../subdir (1.66s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/test (3.06s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/test: (3.06s) [2023-05-05T19:24:42.898Z] --- PASS: TestCheckoutGit/test:subdir (2.94s) [2023-05-05T19:24:42.898Z] === RUN TestValidGitTransport [2023-05-05T19:24:42.898Z] --- PASS: TestValidGitTransport (0.00s) [2023-05-05T19:24:42.898Z] === RUN TestGitInvalidRef [2023-05-05T19:24:42.898Z] --- PASS: TestGitInvalidRef (0.29s) [2023-05-05T19:24:42.898Z] PASS [2023-05-05T19:24:42.898Z] coverage: 83.5% of statements [2023-05-05T19:24:42.898Z] ok github.com/docker/docker/builder/remotecontext/git 53.626s coverage: 83.5% of statements [2023-05-05T19:24:43.468Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliConfigWithTLS [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliConfigWithConflicts [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliWithConflictingLabels [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2023-05-05T19:24:43.888Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestConfigureDaemonLogs [2023-05-05T19:24:43.888Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestCommonOptionsInstallFlags [2023-05-05T19:24:43.888Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2023-05-05T19:24:43.888Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2023-05-05T19:24:43.888Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2023-05-05T19:24:43.888Z] PASS [2023-05-05T19:24:43.888Z] coverage: 18.4% of statements [2023-05-05T19:24:43.888Z] ok github.com/docker/docker/cmd/dockerd 0.282s coverage: 18.4% of statements [2023-05-05T19:24:44.405Z] === RUN TestDockerSuite/TestSearchCmdOptions [2023-05-05T19:24:44.663Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2023-05-05T19:24:44.880Z] ? github.com/docker/docker/cli [no test files] [2023-05-05T19:24:44.880Z] ? github.com/docker/docker/cli/config [no test files] [2023-05-05T19:24:44.921Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2023-05-05T19:24:44.921Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2023-05-05T19:24:44.921Z] === RUN TestDockerSuite/TestSearchWithLimit [2023-05-05T19:24:45.488Z] === RUN TestDockerSuite/TestSlowStdinClosing [2023-05-05T19:24:46.460Z] === RUN TestContainerStopSignal [2023-05-05T19:24:46.460Z] --- PASS: TestContainerStopSignal (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestContainerStopTimeout [2023-05-05T19:24:46.460Z] --- PASS: TestContainerStopTimeout (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestContainerSecretReferenceDestTarget [2023-05-05T19:24:46.460Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestContainerLogPathSetForJSONFileLogger [2023-05-05T19:24:46.460Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2023-05-05T19:24:46.460Z] === RUN TestContainerLogPathSetForRingLogger [2023-05-05T19:24:46.460Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestReplaceAndAppendEnvVars [2023-05-05T19:24:46.460Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2023-05-05T19:24:46.460Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestNewMemoryStore [2023-05-05T19:24:46.460Z] --- PASS: TestNewMemoryStore (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestAddContainers [2023-05-05T19:24:46.460Z] --- PASS: TestAddContainers (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestGetContainer [2023-05-05T19:24:46.460Z] --- PASS: TestGetContainer (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestDeleteContainer [2023-05-05T19:24:46.460Z] --- PASS: TestDeleteContainer (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestListContainers [2023-05-05T19:24:46.460Z] --- PASS: TestListContainers (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestFirstContainer [2023-05-05T19:24:46.460Z] --- PASS: TestFirstContainer (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestApplyAllContainer [2023-05-05T19:24:46.460Z] --- PASS: TestApplyAllContainer (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestIsValidHealthString [2023-05-05T19:24:46.460Z] --- PASS: TestIsValidHealthString (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestStateRunStop [2023-05-05T19:24:46.460Z] --- PASS: TestStateRunStop (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestStateTimeoutWait [2023-05-05T19:24:46.460Z] state_test.go:141: Stop callback fired [2023-05-05T19:24:46.460Z] state_test.go:165: Stop callback fired [2023-05-05T19:24:46.460Z] --- PASS: TestStateTimeoutWait (0.10s) [2023-05-05T19:24:46.460Z] === RUN TestIsValidStateString [2023-05-05T19:24:46.460Z] --- PASS: TestIsValidStateString (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestViewSaveDelete [2023-05-05T19:24:46.460Z] --- PASS: TestViewSaveDelete (0.02s) [2023-05-05T19:24:46.460Z] === RUN TestViewAll [2023-05-05T19:24:46.460Z] --- PASS: TestViewAll (0.03s) [2023-05-05T19:24:46.460Z] === RUN TestViewGet [2023-05-05T19:24:46.460Z] --- PASS: TestViewGet (0.01s) [2023-05-05T19:24:46.460Z] === RUN TestNames [2023-05-05T19:24:46.460Z] --- PASS: TestNames (0.00s) [2023-05-05T19:24:46.460Z] === RUN TestViewWithHealthCheck [2023-05-05T19:24:46.460Z] --- PASS: TestViewWithHealthCheck (0.01s) [2023-05-05T19:24:46.460Z] PASS [2023-05-05T19:24:46.460Z] coverage: 41.4% of statements [2023-05-05T19:24:46.460Z] ok github.com/docker/docker/container 0.635s coverage: 41.4% of statements [2023-05-05T19:24:46.460Z] ? github.com/docker/docker/container/stream [no test files] [2023-05-05T19:24:46.460Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-05-05T19:24:46.460Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2023-05-05T19:24:46.460Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-05-05T19:24:47.390Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2023-05-05T19:24:47.451Z] === RUN TestPrepare [2023-05-05T19:24:47.451Z] --- PASS: TestPrepare (0.00s) [2023-05-05T19:24:47.451Z] === RUN TestStart [2023-05-05T19:24:47.451Z] --- PASS: TestStart (0.00s) [2023-05-05T19:24:47.451Z] === RUN TestWaitCancel [2023-05-05T19:24:47.451Z] --- PASS: TestWaitCancel (0.00s) [2023-05-05T19:24:47.451Z] === RUN TestWaitDisabled [2023-05-05T19:24:47.451Z] --- PASS: TestWaitDisabled (0.00s) [2023-05-05T19:24:47.451Z] === RUN TestWaitEnabled [2023-05-05T19:24:47.451Z] --- PASS: TestWaitEnabled (0.00s) [2023-05-05T19:24:47.451Z] === RUN TestRemove [2023-05-05T19:24:47.451Z] --- PASS: TestRemove (0.00s) [2023-05-05T19:24:47.451Z] PASS [2023-05-05T19:24:47.451Z] coverage: 65.3% of statements [2023-05-05T19:24:47.451Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.083s coverage: 65.3% of statements [2023-05-05T19:24:51.253Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2023-05-05T19:24:51.253Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.17s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCContainerRuntime [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCIsolation [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCIsolation/empty [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCIsolation/default [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCIsolation/process [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCIsolation [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCIsolation/default [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCIsolation/process [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2023-05-05T19:24:51.253Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCConfigs [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCConfigs/file [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCConfigs [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCConfigs/file [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2023-05-05T19:24:51.253Z] === RUN TestServiceConvertToGRPCConfigs/none [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2023-05-05T19:24:51.253Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2023-05-05T19:24:51.253Z] PASS [2023-05-05T19:24:51.253Z] coverage: 35.9% of statements [2023-05-05T19:24:51.253Z] ok github.com/docker/docker/daemon/cluster/convert 0.240s coverage: 35.9% of statements [2023-05-05T19:24:51.253Z] === RUN TestNewListSecretsFilters [2023-05-05T19:24:51.253Z] --- PASS: TestNewListSecretsFilters (0.00s) [2023-05-05T19:24:51.253Z] === RUN TestNewListConfigsFilters [2023-05-05T19:24:51.253Z] --- PASS: TestNewListConfigsFilters (0.00s) [2023-05-05T19:24:51.253Z] PASS [2023-05-05T19:24:51.253Z] coverage: 0.5% of statements [2023-05-05T19:24:51.253Z] ok github.com/docker/docker/daemon/cluster 0.317s coverage: 0.5% of statements [2023-05-05T19:24:52.658Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2023-05-05T19:24:54.034Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2023-05-05T19:24:54.215Z] === RUN TestWaitNodeAttachment [2023-05-05T19:24:54.215Z] === RUN TestDiscoveryOptsErrors [2023-05-05T19:24:54.215Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2023-05-05T19:24:54.215Z] === RUN TestDiscoveryOpts [2023-05-05T19:24:54.215Z] --- PASS: TestDiscoveryOpts (0.00s) [2023-05-05T19:24:54.215Z] PASS [2023-05-05T19:24:54.215Z] coverage: 30.0% of statements [2023-05-05T19:24:54.215Z] ok github.com/docker/docker/daemon/discovery 0.052s coverage: 30.0% of statements [2023-05-05T19:24:54.292Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2023-05-05T19:24:54.685Z] --- PASS: TestWaitNodeAttachment (0.40s) [2023-05-05T19:24:54.685Z] === RUN TestIsolationConversion [2023-05-05T19:24:54.686Z] === RUN TestIsolationConversion/default [2023-05-05T19:24:54.686Z] === RUN TestIsolationConversion/process [2023-05-05T19:24:54.686Z] === RUN TestIsolationConversion/hyperv [2023-05-05T19:24:54.686Z] --- PASS: TestIsolationConversion (0.00s) [2023-05-05T19:24:54.686Z] --- PASS: TestIsolationConversion/default (0.00s) [2023-05-05T19:24:54.686Z] --- PASS: TestIsolationConversion/process (0.00s) [2023-05-05T19:24:54.686Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestContainerLabels [2023-05-05T19:24:54.686Z] --- PASS: TestContainerLabels (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestCredentialSpecConversion [2023-05-05T19:24:54.686Z] === RUN TestCredentialSpecConversion/none [2023-05-05T19:24:54.686Z] === RUN TestCredentialSpecConversion/config [2023-05-05T19:24:54.686Z] === RUN TestCredentialSpecConversion/file [2023-05-05T19:24:54.686Z] === RUN TestCredentialSpecConversion/registry [2023-05-05T19:24:54.686Z] --- PASS: TestCredentialSpecConversion (0.00s) [2023-05-05T19:24:54.686Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2023-05-05T19:24:54.686Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2023-05-05T19:24:54.686Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2023-05-05T19:24:54.686Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestControllerValidateMountBind [2023-05-05T19:24:54.686Z] --- PASS: TestControllerValidateMountBind (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestControllerValidateMountVolume [2023-05-05T19:24:54.686Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestControllerValidateMountTarget [2023-05-05T19:24:54.686Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestControllerValidateMountTmpfs [2023-05-05T19:24:54.686Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestControllerValidateMountInvalidType [2023-05-05T19:24:54.686Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2023-05-05T19:24:54.686Z] === RUN TestControllerValidateMountNamedPipe [2023-05-05T19:24:54.686Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2023-05-05T19:24:54.686Z] PASS [2023-05-05T19:24:54.686Z] coverage: 11.0% of statements [2023-05-05T19:24:54.686Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.635s coverage: 11.0% of statements [2023-05-05T19:24:54.860Z] === RUN TestDockerSuite/TestStartAttachSilent [2023-05-05T19:24:55.676Z] === RUN TestBuilderGC [2023-05-05T19:24:55.676Z] --- PASS: TestBuilderGC (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationNotFound [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonBrokenConfiguration [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestParseClusterAdvertiseSettings [2023-05-05T19:24:55.676Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestFindConfigurationConflicts [2023-05-05T19:24:55.676Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2023-05-05T19:24:55.676Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeConflicts [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeConcurrent [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeConcurrentError [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2023-05-05T19:24:55.676Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestFindConfigurationConflictsWithMergedValues [2023-05-05T19:24:55.676Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2023-05-05T19:24:55.676Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_label [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_dns [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_dns-search [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_max-download-attempts [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2023-05-05T19:24:55.676Z] === RUN TestValidateConfiguration/with_node_generic_resources [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2023-05-05T19:24:55.676Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestModifiedDiscoverySettings [2023-05-05T19:24:55.676Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestReloadSetConfigFileNotExist [2023-05-05T19:24:55.676Z] time="2023-05-05T19:24:55Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2023-05-05T19:24:55.676Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2023-05-05T19:24:55.676Z] === RUN TestReloadDefaultConfigNotExist [2023-05-05T19:24:55.676Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:24:55.676Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestReloadBadDefaultConfig [2023-05-05T19:24:55.676Z] time="2023-05-05T19:24:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3597982360" [2023-05-05T19:24:55.676Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestReloadWithConflictingLabels [2023-05-05T19:24:55.676Z] time="2023-05-05T19:24:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3907057362" [2023-05-05T19:24:55.676Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestReloadWithDuplicateLabels [2023-05-05T19:24:55.676Z] time="2023-05-05T19:24:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3977214170" [2023-05-05T19:24:55.676Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2023-05-05T19:24:55.676Z] === RUN TestDaemonConfigurationMerge [2023-05-05T19:24:55.676Z] --- PASS: TestDaemonConfigurationMerge (0.01s) [2023-05-05T19:24:55.676Z] PASS [2023-05-05T19:24:55.676Z] coverage: 79.7% of statements [2023-05-05T19:24:55.676Z] ok github.com/docker/docker/daemon/config 0.453s coverage: 79.7% of statements [2023-05-05T19:24:56.236Z] === RUN TestDockerSuite/TestStartAttachWithRename [2023-05-05T19:24:56.667Z] === RUN TestEventsLog [2023-05-05T19:24:56.667Z] --- PASS: TestEventsLog (0.00s) [2023-05-05T19:24:56.667Z] === RUN TestEventsLogTimeout [2023-05-05T19:24:56.667Z] --- PASS: TestEventsLogTimeout (0.00s) [2023-05-05T19:24:56.667Z] === RUN TestLogEvents [2023-05-05T19:24:56.667Z] --- PASS: TestLogEvents (0.05s) [2023-05-05T19:24:56.667Z] === RUN TestLoadBufferedEvents [2023-05-05T19:24:57.139Z] --- PASS: TestLoadBufferedEvents (0.19s) [2023-05-05T19:24:57.139Z] === RUN TestLoadBufferedEventsOnlyFromPast [2023-05-05T19:24:57.139Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2023-05-05T19:24:57.139Z] === RUN TestIgnoreBufferedWhenNoTimes [2023-05-05T19:24:57.139Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2023-05-05T19:24:57.139Z] PASS [2023-05-05T19:24:57.139Z] coverage: 50.0% of statements [2023-05-05T19:24:57.139Z] ok github.com/docker/docker/daemon/events 0.371s coverage: 50.0% of statements [2023-05-05T19:24:57.139Z] === RUN TestIsEmptyDir [2023-05-05T19:24:57.139Z] --- PASS: TestIsEmptyDir (0.01s) [2023-05-05T19:24:57.139Z] PASS [2023-05-05T19:24:57.139Z] coverage: 2.3% of statements [2023-05-05T19:24:57.139Z] ok github.com/docker/docker/daemon/graphdriver 0.103s coverage: 2.3% of statements [2023-05-05T19:24:57.171Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2023-05-05T19:24:58.714Z] === RUN TestLinkNaming [2023-05-05T19:24:58.714Z] --- PASS: TestLinkNaming (0.00s) [2023-05-05T19:24:58.714Z] === RUN TestLinkNew [2023-05-05T19:24:58.714Z] --- PASS: TestLinkNew (0.00s) [2023-05-05T19:24:58.714Z] === RUN TestLinkEnv [2023-05-05T19:24:58.714Z] --- PASS: TestLinkEnv (0.00s) [2023-05-05T19:24:58.714Z] === RUN TestLinkMultipleEnv [2023-05-05T19:24:58.714Z] --- PASS: TestLinkMultipleEnv (0.00s) [2023-05-05T19:24:58.714Z] === RUN TestLinkPortRangeEnv [2023-05-05T19:24:58.714Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2023-05-05T19:24:58.714Z] PASS [2023-05-05T19:24:58.714Z] coverage: 93.0% of statements [2023-05-05T19:24:58.714Z] ok github.com/docker/docker/daemon/links 0.052s coverage: 93.0% of statements [2023-05-05T19:24:59.073Z] === RUN TestDockerSuite/TestStartMultipleContainers [2023-05-05T19:24:59.704Z] === RUN TestVerifyNetworkingConfig [2023-05-05T19:24:59.704Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestGetContainer [2023-05-05T19:24:59.704Z] --- PASS: TestGetContainer (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestValidContainerNames [2023-05-05T19:24:59.704Z] --- PASS: TestValidContainerNames (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestContainerInitDNS [2023-05-05T19:24:59.704Z] daemon_test.go:146: root required [2023-05-05T19:24:59.704Z] --- SKIP: TestContainerInitDNS (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestMerge [2023-05-05T19:24:59.704Z] --- PASS: TestMerge (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestValidateContainerIsolation [2023-05-05T19:24:59.704Z] --- PASS: TestValidateContainerIsolation (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestFindNetworkErrorType [2023-05-05T19:24:59.704Z] --- PASS: TestFindNetworkErrorType (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestEnsureServicesExist [2023-05-05T19:24:59.704Z] --- PASS: TestEnsureServicesExist (0.01s) [2023-05-05T19:24:59.704Z] === RUN TestEnsureServicesExistErrors [2023-05-05T19:24:59.704Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2023-05-05T19:24:59.704Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2023-05-05T19:24:59.704Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2023-05-05T19:24:59.704Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2023-05-05T19:24:59.704Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2023-05-05T19:24:59.704Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2023-05-05T19:24:59.704Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestContainerDelete [2023-05-05T19:24:59.704Z] --- PASS: TestContainerDelete (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestContainerDoubleDelete [2023-05-05T19:24:59.704Z] --- PASS: TestContainerDoubleDelete (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestLogContainerEventCopyLabels [2023-05-05T19:24:59.704Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestLogContainerEventWithAttributes [2023-05-05T19:24:59.704Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestNoneHealthcheck [2023-05-05T19:24:59.704Z] --- PASS: TestNoneHealthcheck (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestHealthStates [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] time="2023-05-05T19:24:59Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2023-05-05T19:24:59.704Z] --- PASS: TestHealthStates (0.21s) [2023-05-05T19:24:59.704Z] === RUN TestMaskURLCredentials [2023-05-05T19:24:59.704Z] --- PASS: TestMaskURLCredentials (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestGetInspectData [2023-05-05T19:24:59.704Z] --- PASS: TestGetInspectData (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestFillLicense [2023-05-05T19:24:59.704Z] --- PASS: TestFillLicense (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestListInvalidFilter [2023-05-05T19:24:59.704Z] --- PASS: TestListInvalidFilter (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestNameFilter [2023-05-05T19:24:59.704Z] --- PASS: TestNameFilter (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2023-05-05T19:24:59.704Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2023-05-05T19:24:59.704Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2023-05-05T19:24:59.705Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2023-05-05T19:24:59.705Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2023-05-05T19:24:59.705Z] === RUN TestDaemonReloadLabels [2023-05-05T19:24:59.705Z] --- PASS: TestDaemonReloadLabels (0.00s) [2023-05-05T19:24:59.705Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2023-05-05T19:24:59.705Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2023-05-05T19:24:59.705Z] === RUN TestDaemonReloadMirrors [2023-05-05T19:24:59.705Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2023-05-05T19:24:59.705Z] === RUN TestDaemonReloadInsecureRegistries [2023-05-05T19:24:59.705Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2023-05-05T19:24:59.705Z] === RUN TestDaemonReloadNotAffectOthers [2023-05-05T19:24:59.705Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2023-05-05T19:24:59.705Z] === RUN TestDaemonDiscoveryReload [2023-05-05T19:25:00.012Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2023-05-05T19:25:00.696Z] === RUN TestAdapterReadLogs [2023-05-05T19:25:00.696Z] --- PASS: TestAdapterReadLogs (0.00s) [2023-05-05T19:25:00.696Z] === RUN TestCopier [2023-05-05T19:25:00.696Z] --- PASS: TestCopier (0.00s) [2023-05-05T19:25:00.696Z] === RUN TestCopierLongLines [2023-05-05T19:25:00.696Z] --- PASS: TestCopierLongLines (0.01s) [2023-05-05T19:25:00.696Z] === RUN TestCopierSlow [2023-05-05T19:25:00.696Z] --- PASS: TestCopierSlow (0.20s) [2023-05-05T19:25:00.696Z] === RUN TestCopierWithSized [2023-05-05T19:25:00.696Z] === RUN TestCopierWithSized/as_is [2023-05-05T19:25:00.696Z] === RUN TestCopierWithSized/With_RingLogger [2023-05-05T19:25:00.696Z] --- PASS: TestCopierWithSized (0.01s) [2023-05-05T19:25:00.696Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2023-05-05T19:25:00.696Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2023-05-05T19:25:00.696Z] === RUN TestCopierWithPartial [2023-05-05T19:25:00.696Z] --- PASS: TestCopierWithPartial (0.01s) [2023-05-05T19:25:00.696Z] === RUN TestRingLogger [2023-05-05T19:25:00.696Z] --- PASS: TestRingLogger (0.00s) [2023-05-05T19:25:00.696Z] === RUN TestRingCap [2023-05-05T19:25:00.696Z] --- PASS: TestRingCap (0.00s) [2023-05-05T19:25:00.696Z] === RUN TestRingClose [2023-05-05T19:25:00.696Z] --- PASS: TestRingClose (0.00s) [2023-05-05T19:25:00.696Z] === RUN TestRingDrain [2023-05-05T19:25:00.696Z] --- PASS: TestRingDrain (0.00s) [2023-05-05T19:25:00.696Z] PASS [2023-05-05T19:25:00.696Z] coverage: 43.5% of statements [2023-05-05T19:25:00.696Z] ok github.com/docker/docker/daemon/logger 0.286s coverage: 43.5% of statements [2023-05-05T19:25:00.696Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2023-05-05T19:25:00.696Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2023-05-05T19:25:00.962Z] === RUN TestDockerSuite/TestStartPausedContainer [2023-05-05T19:25:01.166Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2023-05-05T19:25:01.167Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2023-05-05T19:25:01.529Z] === RUN TestDockerSuite/TestStartRecordError [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig/defaults [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig/invalid_create_group [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig/invalid_flush_interval [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2023-05-05T19:25:01.637Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig (0.00s) [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2023-05-05T19:25:01.637Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2023-05-05T19:25:01.637Z] === RUN TestNewAWSLogsClientUserAgentHandler [2023-05-05T19:25:01.637Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2023-05-05T19:25:01.637Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2023-05-05T19:25:01.637Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2023-05-05T19:25:01.637Z] === RUN TestNewAWSLogsClientRegionDetect [2023-05-05T19:25:01.637Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2023-05-05T19:25:01.637Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2023-05-05T19:25:01.637Z] reload_test.go:520: root required [2023-05-05T19:25:01.637Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2023-05-05T19:25:01.637Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2023-05-05T19:25:01.637Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2023-05-05T19:25:01.637Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2023-05-05T19:25:01.637Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2023-05-05T19:25:01.637Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2023-05-05T19:25:01.637Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2023-05-05T19:25:01.637Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2023-05-05T19:25:01.637Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2023-05-05T19:25:01.637Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2023-05-05T19:25:01.637Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2023-05-05T19:25:01.637Z] === RUN TestParseVolumesFrom [2023-05-05T19:25:01.637Z] --- PASS: TestParseVolumesFrom (0.00s) [2023-05-05T19:25:01.637Z] PASS [2023-05-05T19:25:01.637Z] coverage: 9.0% of statements [2023-05-05T19:25:02.107Z] ok github.com/docker/docker/daemon 2.891s coverage: 9.0% of statements [2023-05-05T19:25:02.107Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-05-05T19:25:02.107Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-05-05T19:25:02.107Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/exec [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2023-05-05T19:25:02.108Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2023-05-05T19:25:02.108Z] === RUN TestSearchRegistryForImagesErrors [2023-05-05T19:25:02.108Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestSearchRegistryForImages [2023-05-05T19:25:02.108Z] --- PASS: TestSearchRegistryForImages (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestOnlyPlatformWithFallback [2023-05-05T19:25:02.108Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestImageDelete [2023-05-05T19:25:02.108Z] time="2023-05-05T19:25:01Z" level=info msg="Trying to get region from EC2 Metadata" [2023-05-05T19:25:02.108Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2023-05-05T19:25:02.108Z] === RUN TestCreateSuccess [2023-05-05T19:25:02.108Z] --- PASS: TestCreateSuccess (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCreateLogGroupSuccess [2023-05-05T19:25:02.108Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCreateError [2023-05-05T19:25:02.108Z] --- PASS: TestCreateError (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCreateAlreadyExists [2023-05-05T19:25:02.108Z] time="2023-05-05T19:25:01Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2023-05-05T19:25:02.108Z] --- PASS: TestCreateAlreadyExists (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestLogClosed [2023-05-05T19:25:02.108Z] --- PASS: TestLogClosed (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestLogBlocking [2023-05-05T19:25:02.108Z] --- PASS: TestLogBlocking (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestLogBufferEmpty [2023-05-05T19:25:02.108Z] --- PASS: TestLogBufferEmpty (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestPublishBatchSuccess [2023-05-05T19:25:02.108Z] --- PASS: TestPublishBatchSuccess (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestPublishBatchError [2023-05-05T19:25:02.108Z] time="2023-05-05T19:25:01Z" level=error msg=Error [2023-05-05T19:25:02.108Z] --- PASS: TestPublishBatchError (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestPublishBatchInvalidSeqSuccess [2023-05-05T19:25:02.108Z] time="2023-05-05T19:25:01Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2023-05-05T19:25:02.108Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestPublishBatchAlreadyAccepted [2023-05-05T19:25:02.108Z] time="2023-05-05T19:25:01Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2023-05-05T19:25:02.108Z] time="2023-05-05T19:25:01Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2023-05-05T19:25:02.108Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchSimple [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchSimple (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchTicker [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchTicker (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchMultilinePattern [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2023-05-05T19:25:02.108Z] === RUN TestImageDelete/no_lease [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchClose [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchClose (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestEffectiveLen [2023-05-05T19:25:02.108Z] === RUN TestEffectiveLen/0/Hello [2023-05-05T19:25:02.108Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2023-05-05T19:25:02.108Z] === RUN TestEffectiveLen/2/🙃 [2023-05-05T19:25:02.108Z] === RUN TestEffectiveLen/3/���� [2023-05-05T19:25:02.108Z] === RUN TestEffectiveLen/4/He��o [2023-05-05T19:25:02.108Z] === RUN TestEffectiveLen/5/ [2023-05-05T19:25:02.108Z] --- PASS: TestEffectiveLen (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/0/ [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/1/Hello [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: Hello [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/2/Hello [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: He [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: llo [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/3/Hello [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: Hello [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/4/🙃 [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: 🙃 [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/5/🙃 [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: 🙃 [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/6/a� [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: a [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: � [2023-05-05T19:25:02.108Z] === RUN TestImageDelete/lease_exists [2023-05-05T19:25:02.108Z] === RUN TestFindValidSplit/7/a� [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1017: a� [2023-05-05T19:25:02.108Z] cloudwatchlogs_test.go:1018: [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestProcessEventEmoji [2023-05-05T19:25:02.108Z] --- PASS: TestProcessEventEmoji (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchLineSplit [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchLineSplitWithBinary [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchMaxEvents [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchMaxTotalBytes [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2023-05-05T19:25:02.108Z] --- PASS: TestImageDelete (0.10s) [2023-05-05T19:25:02.108Z] --- PASS: TestImageDelete/no_lease (0.02s) [2023-05-05T19:25:02.108Z] --- PASS: TestImageDelete/lease_exists (0.06s) [2023-05-05T19:25:02.108Z] === RUN TestContentStoreForPull [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2023-05-05T19:25:02.108Z] === RUN TestCollectBatchWithDuplicateTimestamps [2023-05-05T19:25:02.108Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsMultilinePattern [2023-05-05T19:25:02.108Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2023-05-05T19:25:02.108Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2023-05-05T19:25:02.108Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2023-05-05T19:25:02.108Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2023-05-05T19:25:02.109Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2023-05-05T19:25:02.109Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2023-05-05T19:25:02.109Z] === RUN TestCreateTagSuccess [2023-05-05T19:25:02.109Z] --- PASS: TestCreateTagSuccess (0.00s) [2023-05-05T19:25:02.109Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2023-05-05T19:25:02.109Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2023-05-05T19:25:02.109Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2023-05-05T19:25:02.109Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2023-05-05T19:25:02.109Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2023-05-05T19:25:02.109Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2023-05-05T19:25:02.109Z] PASS [2023-05-05T19:25:02.109Z] coverage: 76.8% of statements [2023-05-05T19:25:02.109Z] ok github.com/docker/docker/daemon/logger/awslogs 0.461s coverage: 76.8% of statements [2023-05-05T19:25:02.109Z] --- PASS: TestContentStoreForPull (0.24s) [2023-05-05T19:25:02.109Z] PASS [2023-05-05T19:25:02.109Z] coverage: 6.6% of statements [2023-05-05T19:25:02.109Z] ok github.com/docker/docker/daemon/images 0.464s coverage: 6.6% of statements [2023-05-05T19:25:02.465Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2023-05-05T19:25:02.579Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-05-05T19:25:02.579Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-05-05T19:25:02.579Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2023-05-05T19:25:02.579Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2023-05-05T19:25:02.579Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-05-05T19:25:02.579Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2023-05-05T19:25:02.579Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2023-05-05T19:25:02.579Z] === RUN TestJSONFileLogger [2023-05-05T19:25:02.579Z] --- PASS: TestJSONFileLogger (0.00s) [2023-05-05T19:25:02.579Z] === RUN TestJSONFileLoggerWithTags [2023-05-05T19:25:02.579Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2023-05-05T19:25:02.579Z] === RUN TestJSONFileLoggerWithOpts [2023-05-05T19:25:03.032Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2023-05-05T19:25:03.049Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2023-05-05T19:25:03.049Z] === RUN TestJSONFileLoggerWithLabelsEnv [2023-05-05T19:25:03.049Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2023-05-05T19:25:03.049Z] === RUN TestEncodeDecode [2023-05-05T19:25:03.049Z] === PAUSE TestEncodeDecode [2023-05-05T19:25:03.049Z] === RUN TestUnexpectedEOF [2023-05-05T19:25:03.049Z] time="2023-05-05T19:25:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2023-05-05T19:25:03.049Z] time="2023-05-05T19:25:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2023-05-05T19:25:03.049Z] --- PASS: TestUnexpectedEOF (0.22s) [2023-05-05T19:25:03.049Z] === CONT TestEncodeDecode [2023-05-05T19:25:03.049Z] --- PASS: TestEncodeDecode (0.00s) [2023-05-05T19:25:03.049Z] PASS [2023-05-05T19:25:03.049Z] coverage: 69.9% of statements [2023-05-05T19:25:03.049Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.343s coverage: 69.9% of statements [2023-05-05T19:25:03.522Z] === RUN TestJSONLogsMarshalJSONBuf [2023-05-05T19:25:03.522Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2023-05-05T19:25:03.522Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2023-05-05T19:25:03.522Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2023-05-05T19:25:03.522Z] === RUN TestFastTimeMarshalJSON [2023-05-05T19:25:03.522Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2023-05-05T19:25:03.522Z] PASS [2023-05-05T19:25:03.522Z] coverage: 87.2% of statements [2023-05-05T19:25:03.522Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.274s coverage: 87.2% of statements [2023-05-05T19:25:04.409Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2023-05-05T19:25:04.512Z] === RUN TestWriteLog [2023-05-05T19:25:04.512Z] === PAUSE TestWriteLog [2023-05-05T19:25:04.512Z] === RUN TestReadLog [2023-05-05T19:25:04.512Z] === PAUSE TestReadLog [2023-05-05T19:25:04.512Z] === RUN TestDecode [2023-05-05T19:25:04.512Z] --- PASS: TestDecode (0.03s) [2023-05-05T19:25:04.512Z] === CONT TestWriteLog [2023-05-05T19:25:04.512Z] === CONT TestReadLog [2023-05-05T19:25:04.512Z] --- PASS: TestWriteLog (0.02s) [2023-05-05T19:25:04.512Z] === RUN TestReadLog/tail_exact [2023-05-05T19:25:04.512Z] === RUN TestReadLog/tail_less_than_available [2023-05-05T19:25:04.512Z] === RUN TestReadLog/tail_more_than_available [2023-05-05T19:25:04.512Z] --- PASS: TestReadLog (0.23s) [2023-05-05T19:25:04.512Z] --- PASS: TestReadLog/tail_exact (0.21s) [2023-05-05T19:25:04.512Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2023-05-05T19:25:04.512Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2023-05-05T19:25:04.512Z] PASS [2023-05-05T19:25:04.512Z] coverage: 78.7% of statements [2023-05-05T19:25:04.512Z] ok github.com/docker/docker/daemon/logger/local 0.334s coverage: 78.7% of statements [2023-05-05T19:25:04.982Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2023-05-05T19:25:04.982Z] === RUN TestOpenFileDelete [2023-05-05T19:25:04.982Z] --- PASS: TestOpenFileDelete (0.00s) [2023-05-05T19:25:04.982Z] === RUN TestOpenFileRename [2023-05-05T19:25:04.982Z] --- PASS: TestOpenFileRename (0.01s) [2023-05-05T19:25:04.982Z] === RUN TestHandleDecoderErr [2023-05-05T19:25:04.982Z] --- PASS: TestHandleDecoderErr (0.00s) [2023-05-05T19:25:04.982Z] === RUN TestParseLogTagDefaultTag [2023-05-05T19:25:04.982Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2023-05-05T19:25:04.982Z] === RUN TestParseLogTag [2023-05-05T19:25:04.982Z] --- PASS: TestParseLogTag (0.00s) [2023-05-05T19:25:04.982Z] === RUN TestParseLogTagEmptyTag [2023-05-05T19:25:04.982Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2023-05-05T19:25:04.982Z] === RUN TestTailFiles [2023-05-05T19:25:04.982Z] --- PASS: TestTailFiles (0.00s) [2023-05-05T19:25:04.982Z] === RUN TestFollowLogsConsumerGone [2023-05-05T19:25:04.982Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2023-05-05T19:25:04.982Z] === RUN TestFollowLogsProducerGone [2023-05-05T19:25:04.982Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2023-05-05T19:25:04.982Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2023-05-05T19:25:04.982Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2023-05-05T19:25:04.982Z] === RUN TestCheckCapacityAndRotate [2023-05-05T19:25:04.982Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2023-05-05T19:25:04.982Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2023-05-05T19:25:04.982Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2023-05-05T19:25:04.982Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2023-05-05T19:25:04.982Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2023-05-05T19:25:04.982Z] PASS [2023-05-05T19:25:04.982Z] coverage: 54.9% of statements [2023-05-05T19:25:04.982Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.258s coverage: 54.9% of statements [2023-05-05T19:25:05.453Z] === RUN TestLog [2023-05-05T19:25:05.453Z] --- PASS: TestLog (0.01s) [2023-05-05T19:25:05.453Z] PASS [2023-05-05T19:25:05.453Z] coverage: 31.5% of statements [2023-05-05T19:25:05.453Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.065s coverage: 31.5% of statements [2023-05-05T19:25:05.788Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2023-05-05T19:25:05.924Z] === RUN TestValidateLogOpt [2023-05-05T19:25:05.924Z] --- PASS: TestValidateLogOpt (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestNewMissedConfig [2023-05-05T19:25:05.924Z] --- PASS: TestNewMissedConfig (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestNewMissedUrl [2023-05-05T19:25:05.924Z] --- PASS: TestNewMissedUrl (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestNewMissedToken [2023-05-05T19:25:05.924Z] --- PASS: TestNewMissedToken (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestNewWithProxy [2023-05-05T19:25:05.924Z] --- PASS: TestNewWithProxy (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestDefault [2023-05-05T19:25:05.924Z] --- PASS: TestDefault (0.01s) [2023-05-05T19:25:05.924Z] === RUN TestInlineFormatWithNonDefaultOptions [2023-05-05T19:25:05.924Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2023-05-05T19:25:05.924Z] === RUN TestJsonFormat [2023-05-05T19:25:05.924Z] --- PASS: TestJsonFormat (0.01s) [2023-05-05T19:25:05.924Z] === RUN TestRawFormat [2023-05-05T19:25:05.924Z] --- PASS: TestRawFormat (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestRawFormatWithLabels [2023-05-05T19:25:05.924Z] --- PASS: TestRawFormatWithLabels (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestRawFormatWithoutTag [2023-05-05T19:25:05.924Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2023-05-05T19:25:05.924Z] === RUN TestBatching [2023-05-05T19:25:06.355Z] === RUN TestDockerSuite/TestStatsAllNoStream [2023-05-05T19:25:06.396Z] --- PASS: TestBatching (0.29s) [2023-05-05T19:25:06.396Z] === RUN TestFrequency [2023-05-05T19:25:06.396Z] === RUN TestNewParse [2023-05-05T19:25:06.396Z] --- PASS: TestNewParse (0.00s) [2023-05-05T19:25:06.396Z] PASS [2023-05-05T19:25:06.396Z] coverage: 8.3% of statements [2023-05-05T19:25:06.396Z] ok github.com/docker/docker/daemon/logger/templates 0.071s coverage: 8.3% of statements [2023-05-05T19:25:06.396Z] --- PASS: TestFrequency (0.18s) [2023-05-05T19:25:06.396Z] === RUN TestOneMessagePerRequest [2023-05-05T19:25:06.396Z] --- PASS: TestOneMessagePerRequest (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestVerify [2023-05-05T19:25:06.396Z] --- PASS: TestVerify (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestSkipVerify [2023-05-05T19:25:06.396Z] === RUN TestParseLogFormat [2023-05-05T19:25:06.396Z] --- PASS: TestParseLogFormat (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestValidateLogOptEmpty [2023-05-05T19:25:06.396Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestValidateSyslogAddress [2023-05-05T19:25:06.396Z] --- PASS: TestValidateSyslogAddress (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestParseAddressDefaultPort [2023-05-05T19:25:06.396Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestValidateSyslogFacility [2023-05-05T19:25:06.396Z] --- PASS: TestValidateSyslogFacility (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestValidateLogOptSyslogFormat [2023-05-05T19:25:06.396Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2023-05-05T19:25:06.396Z] === RUN TestValidateLogOpt [2023-05-05T19:25:06.396Z] --- PASS: TestValidateLogOpt (0.00s) [2023-05-05T19:25:06.396Z] PASS [2023-05-05T19:25:06.396Z] coverage: 46.8% of statements [2023-05-05T19:25:06.396Z] ok github.com/docker/docker/daemon/logger/syslog 0.066s coverage: 46.8% of statements [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] --- PASS: TestSkipVerify (0.53s) [2023-05-05T19:25:06.868Z] === RUN TestBufferMaximum [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1683314706.665536\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1683314706.665536\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:06.868Z] --- PASS: TestBufferMaximum (0.00s) [2023-05-05T19:25:06.868Z] === RUN TestServerAlwaysDown [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1683314706.669545\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1683314706.669545\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1683314706.669545\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1683314706.670546\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:06.868Z] time="2023-05-05T19:25:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1683314706.670546\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:06.868Z] --- PASS: TestServerAlwaysDown (0.00s) [2023-05-05T19:25:06.868Z] === RUN TestCannotSendAfterClose [2023-05-05T19:25:06.868Z] --- PASS: TestCannotSendAfterClose (0.00s) [2023-05-05T19:25:06.868Z] === RUN TestDeadlockOnBlockedEndpoint [2023-05-05T19:25:07.859Z] time="2023-05-05T19:25:07Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49218/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2023-05-05T19:25:07.859Z] time="2023-05-05T19:25:07Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"99ef29b6852b\"}'" [2023-05-05T19:25:07.859Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2023-05-05T19:25:07.859Z] PASS [2023-05-05T19:25:07.859Z] coverage: 82.5% of statements [2023-05-05T19:25:07.859Z] ok github.com/docker/docker/daemon/logger/splunk 2.132s coverage: 82.5% of statements [2023-05-05T19:25:07.859Z] ? github.com/docker/docker/daemon/names [no test files] [2023-05-05T19:25:07.859Z] ? github.com/docker/docker/daemon/network [no test files] [2023-05-05T19:25:07.859Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-05-05T19:25:07.859Z] === RUN TestV1IDService [2023-05-05T19:25:08.258Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2023-05-05T19:25:08.329Z] --- PASS: TestV1IDService (0.06s) [2023-05-05T19:25:08.329Z] === RUN TestV2MetadataService [2023-05-05T19:25:08.825Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2023-05-05T19:25:09.322Z] === RUN TestSuccessfulDownload [2023-05-05T19:25:09.322Z] download_test.go:267: Needs fixing on Windows [2023-05-05T19:25:09.322Z] --- SKIP: TestSuccessfulDownload (0.00s) [2023-05-05T19:25:09.322Z] === RUN TestCancelledDownload [2023-05-05T19:25:09.322Z] --- PASS: TestCancelledDownload (0.00s) [2023-05-05T19:25:09.322Z] === RUN TestMaxDownloadAttempts [2023-05-05T19:25:09.322Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2023-05-05T19:25:09.322Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2023-05-05T19:25:09.322Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2023-05-05T19:25:09.322Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2023-05-05T19:25:09.322Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2023-05-05T19:25:09.322Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2023-05-05T19:25:09.322Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2023-05-05T19:25:09.322Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2023-05-05T19:25:09.322Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2023-05-05T19:25:09.322Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2023-05-05T19:25:09.322Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2023-05-05T19:25:09.322Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2023-05-05T19:25:09.791Z] time="2023-05-05T19:25:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-05-05T19:25:09.791Z] time="2023-05-05T19:25:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-05-05T19:25:09.791Z] time="2023-05-05T19:25:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-05-05T19:25:09.791Z] time="2023-05-05T19:25:09Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2023-05-05T19:25:09.791Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2023-05-05T19:25:09.791Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2023-05-05T19:25:09.791Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2023-05-05T19:25:09.792Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2023-05-05T19:25:09.792Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2023-05-05T19:25:09.792Z] === RUN TestTransfer [2023-05-05T19:25:09.792Z] === RUN TestContinueOnError_NonMirrorEndpoint [2023-05-05T19:25:09.792Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestContinueOnError_MirrorEndpoint [2023-05-05T19:25:09.792Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestContinueOnError_NeverContinue [2023-05-05T19:25:09.792Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestContinueOnError_UnnestsErrors [2023-05-05T19:25:09.792Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestManifestStore [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/no_remote_or_local [2023-05-05T19:25:09.792Z] --- PASS: TestTransfer (0.12s) [2023-05-05T19:25:09.792Z] === RUN TestConcurrencyLimit [2023-05-05T19:25:09.792Z] --- PASS: TestV2MetadataService (1.60s) [2023-05-05T19:25:09.792Z] PASS [2023-05-05T19:25:09.792Z] coverage: 48.2% of statements [2023-05-05T19:25:09.792Z] ok github.com/docker/docker/distribution/metadata 1.777s coverage: 48.2% of statements [2023-05-05T19:25:09.792Z] time="2023-05-05T19:25:09Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local4011550800\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/no_local_cache [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/no_local_cache/digested [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/with_local_cache [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/unknown_media_type [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/unknown_media_type/no_cache [2023-05-05T19:25:09.792Z] time="2023-05-05T19:25:09Z" level=warning msg="reference for unknown type: " [2023-05-05T19:25:09.792Z] time="2023-05-05T19:25:09Z" level=warning msg="reference for unknown type: " [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/unknown_media_type/with_cache [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2023-05-05T19:25:09.792Z] time="2023-05-05T19:25:09Z" level=warning msg="reference for unknown type: " [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2023-05-05T19:25:09.792Z] time="2023-05-05T19:25:09Z" level=warning msg="reference for unknown type: " [2023-05-05T19:25:09.792Z] time="2023-05-05T19:25:09Z" level=warning msg="reference for unknown type: " [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/error_persisting_manifest [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2023-05-05T19:25:09.792Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2023-05-05T19:25:09.792Z] time="2023-05-05T19:25:09Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore (0.37s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/no_remote_or_local (0.23s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/no_local_cache/digested (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaType [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaType/schema1 [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2023-05-05T19:25:09.792Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2023-05-05T19:25:09.792Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestFixManifestLayers [2023-05-05T19:25:09.792Z] --- PASS: TestFixManifestLayers (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestFixManifestLayersBaseLayerParent [2023-05-05T19:25:09.792Z] pull_v2_test.go:81: Needs fixing on Windows [2023-05-05T19:25:09.792Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestFixManifestLayersBadParent [2023-05-05T19:25:09.792Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestValidateManifest [2023-05-05T19:25:09.792Z] pull_v2_test.go:126: Needs fixing on Windows [2023-05-05T19:25:09.792Z] --- SKIP: TestValidateManifest (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestFormatPlatform [2023-05-05T19:25:09.792Z] --- PASS: TestFormatPlatform (0.00s) [2023-05-05T19:25:09.792Z] === RUN TestPullSchema2Config [2023-05-05T19:25:09.792Z] === RUN TestPullSchema2Config/success_first_time [2023-05-05T19:25:09.792Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-05-05T19:25:09.792Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-05-05T19:25:09.792Z] === RUN TestPullSchema2Config/500_status [2023-05-05T19:25:09.792Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-05-05T19:25:09.792Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-05-05T19:25:10.269Z] --- PASS: TestConcurrencyLimit (0.37s) [2023-05-05T19:25:10.269Z] === RUN TestInactiveJobs [2023-05-05T19:25:10.269Z] === RUN TestNotFound [2023-05-05T19:25:10.269Z] --- PASS: TestNotFound (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestConflict [2023-05-05T19:25:10.269Z] --- PASS: TestConflict (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestForbidden [2023-05-05T19:25:10.269Z] --- PASS: TestForbidden (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestInvalidParameter [2023-05-05T19:25:10.269Z] --- PASS: TestInvalidParameter (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestNotImplemented [2023-05-05T19:25:10.269Z] --- PASS: TestNotImplemented (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestNotModified [2023-05-05T19:25:10.269Z] --- PASS: TestNotModified (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestUnauthorized [2023-05-05T19:25:10.269Z] --- PASS: TestUnauthorized (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestUnknown [2023-05-05T19:25:10.269Z] --- PASS: TestUnknown (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestCancelled [2023-05-05T19:25:10.269Z] --- PASS: TestCancelled (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestDeadline [2023-05-05T19:25:10.269Z] --- PASS: TestDeadline (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestDataLoss [2023-05-05T19:25:10.269Z] --- PASS: TestDataLoss (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestUnavailable [2023-05-05T19:25:10.269Z] --- PASS: TestUnavailable (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestSystem [2023-05-05T19:25:10.269Z] --- PASS: TestSystem (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Not_Found [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Bad_Request [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Conflict [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Unauthorized [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Service_Unavailable [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Forbidden [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Not_Modified [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Not_Implemented [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Internal_Server_Error [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2023-05-05T19:25:10.269Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2023-05-05T19:25:10.269Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2023-05-05T19:25:10.269Z] PASS [2023-05-05T19:25:10.269Z] coverage: 77.0% of statements [2023-05-05T19:25:10.269Z] ok github.com/docker/docker/errdefs 0.043s coverage: 77.0% of statements [2023-05-05T19:25:10.269Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-05-05T19:25:10.269Z] === RUN TestPullSchema2Config/EOF [2023-05-05T19:25:10.269Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-05-05T19:25:10.269Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-05-05T19:25:10.269Z] 2023/05/05 19:25:09 http: panic serving 127.0.0.1:49229: intentional panic [2023-05-05T19:25:10.269Z] goroutine 92 [running]: [2023-05-05T19:25:10.269Z] net/http.(*conn).serve.func1() [2023-05-05T19:25:10.269Z] c:/go/src/net/http/server.go:1850 +0xbf [2023-05-05T19:25:10.269Z] panic({0x8853e0, 0xa3a850}) [2023-05-05T19:25:10.269Z] c:/go/src/runtime/panic.go:890 +0x262 [2023-05-05T19:25:10.269Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000053a00?, {0xa41d68?, 0xc0000e2000?}) [2023-05-05T19:25:10.269Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:261 +0xb4 [2023-05-05T19:25:10.269Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xa41d68, 0xc0000e2000}, 0xc00018e700) [2023-05-05T19:25:10.269Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:289 +0x285 [2023-05-05T19:25:10.269Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xa41d68?, 0xc0000e2000?}, 0x36b3f5?) [2023-05-05T19:25:10.269Z] c:/go/src/net/http/server.go:2109 +0x2f [2023-05-05T19:25:10.269Z] net/http.serverHandler.ServeHTTP({0xc0000d44e0?}, {0xa41d68, 0xc0000e2000}, 0xc00018e700) [2023-05-05T19:25:10.269Z] c:/go/src/net/http/server.go:2947 +0x30c [2023-05-05T19:25:10.269Z] net/http.(*conn).serve(0xc000340960, {0xa426e0, 0xc00003bc50}) [2023-05-05T19:25:10.269Z] c:/go/src/net/http/server.go:1991 +0x607 [2023-05-05T19:25:10.269Z] created by net/http.(*Server).Serve [2023-05-05T19:25:10.269Z] c:/go/src/net/http/server.go:3102 +0x4db [2023-05-05T19:25:10.269Z] --- PASS: TestInactiveJobs (0.35s) [2023-05-05T19:25:10.269Z] === RUN TestWatchRelease [2023-05-05T19:25:10.269Z] --- PASS: TestWatchRelease (0.05s) [2023-05-05T19:25:10.269Z] === RUN TestWatchFinishedTransfer [2023-05-05T19:25:10.269Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2023-05-05T19:25:10.269Z] === RUN TestDuplicateTransfer [2023-05-05T19:25:10.269Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-05-05T19:25:10.269Z] === RUN TestPullSchema2Config/unauthorized [2023-05-05T19:25:10.269Z] pull_v2_test.go:283: HTTP GET /v2/ [2023-05-05T19:25:10.269Z] pull_v2_test.go:283: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2023-05-05T19:25:10.269Z] --- PASS: TestPullSchema2Config (0.54s) [2023-05-05T19:25:10.269Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2023-05-05T19:25:10.740Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2023-05-05T19:25:10.740Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2023-05-05T19:25:10.740Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2023-05-05T19:25:10.740Z] === RUN TestGetRepositoryMountCandidates [2023-05-05T19:25:10.740Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2023-05-05T19:25:10.740Z] === RUN TestLayerAlreadyExists [2023-05-05T19:25:10.740Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2023-05-05T19:25:10.740Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2023-05-05T19:25:10.740Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2023-05-05T19:25:10.740Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2023-05-05T19:25:10.740Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2023-05-05T19:25:10.740Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2023-05-05T19:25:10.740Z] --- PASS: TestLayerAlreadyExists (0.00s) [2023-05-05T19:25:10.740Z] === RUN TestWhenEmptyAuthConfig [2023-05-05T19:25:10.740Z] --- PASS: TestDuplicateTransfer (0.04s) [2023-05-05T19:25:10.740Z] === RUN TestSuccessfulUpload [2023-05-05T19:25:10.740Z] time="2023-05-05T19:25:10Z" level=error msg="Upload failed, retrying: simulating retry" [2023-05-05T19:25:10.740Z] --- PASS: TestSuccessfulUpload (0.39s) [2023-05-05T19:25:10.740Z] === RUN TestCancelledUpload [2023-05-05T19:25:10.740Z] --- PASS: TestCancelledUpload (0.00s) [2023-05-05T19:25:10.740Z] PASS [2023-05-05T19:25:10.740Z] coverage: 76.4% of statements [2023-05-05T19:25:10.740Z] ok github.com/docker/docker/distribution/xfer 1.973s coverage: 76.4% of statements [2023-05-05T19:25:11.356Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2023-05-05T19:25:11.734Z] --- PASS: TestWhenEmptyAuthConfig (0.96s) [2023-05-05T19:25:11.734Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2023-05-05T19:25:11.734Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2023-05-05T19:25:11.734Z] === RUN TestTokenPassThru [2023-05-05T19:25:11.734Z] --- PASS: TestTokenPassThru (0.01s) [2023-05-05T19:25:11.734Z] === RUN TestTokenPassThruDifferentHost [2023-05-05T19:25:11.734Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2023-05-05T19:25:11.734Z] PASS [2023-05-05T19:25:11.734Z] coverage: 27.4% of statements [2023-05-05T19:25:11.734Z] ok github.com/docker/docker/distribution 2.007s coverage: 27.4% of statements [2023-05-05T19:25:11.734Z] === RUN TestCompare [2023-05-05T19:25:11.734Z] --- PASS: TestCompare (0.00s) [2023-05-05T19:25:11.734Z] PASS [2023-05-05T19:25:11.734Z] coverage: 19.2% of statements [2023-05-05T19:25:11.734Z] ok github.com/docker/docker/image/cache 0.103s coverage: 19.2% of statements [2023-05-05T19:25:11.734Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-05-05T19:25:11.734Z] ? github.com/docker/docker/dockerversion [no test files] [2023-05-05T19:25:11.734Z] === RUN TestFSGetInvalidData [2023-05-05T19:25:11.734Z] --- PASS: TestFSGetInvalidData (0.02s) [2023-05-05T19:25:11.734Z] === RUN TestFSInvalidSet [2023-05-05T19:25:11.734Z] --- PASS: TestFSInvalidSet (0.02s) [2023-05-05T19:25:11.734Z] === RUN TestFSInvalidRoot [2023-05-05T19:25:11.734Z] --- PASS: TestFSInvalidRoot (0.01s) [2023-05-05T19:25:11.734Z] === RUN TestFSMetadataGetSet [2023-05-05T19:25:11.734Z] --- PASS: TestFSMetadataGetSet (0.06s) [2023-05-05T19:25:11.734Z] === RUN TestFSInvalidWalker [2023-05-05T19:25:11.734Z] --- PASS: TestFSInvalidWalker (0.01s) [2023-05-05T19:25:11.734Z] === RUN TestFSGetSet [2023-05-05T19:25:12.206Z] --- PASS: TestFSGetSet (0.02s) [2023-05-05T19:25:12.206Z] === RUN TestFSGetUnsetKey [2023-05-05T19:25:12.206Z] --- PASS: TestFSGetUnsetKey (0.01s) [2023-05-05T19:25:12.206Z] === RUN TestFSGetEmptyData [2023-05-05T19:25:12.206Z] --- PASS: TestFSGetEmptyData (0.01s) [2023-05-05T19:25:12.206Z] === RUN TestFSDelete [2023-05-05T19:25:12.206Z] --- PASS: TestFSDelete (0.02s) [2023-05-05T19:25:12.206Z] === RUN TestFSWalker [2023-05-05T19:25:12.206Z] --- PASS: TestFSWalker (0.03s) [2023-05-05T19:25:12.206Z] === RUN TestFSWalkerStopOnError [2023-05-05T19:25:12.206Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2023-05-05T19:25:12.206Z] === RUN TestNewFromJSON [2023-05-05T19:25:12.206Z] --- PASS: TestNewFromJSON (0.00s) [2023-05-05T19:25:12.206Z] === RUN TestNewFromJSONWithInvalidJSON [2023-05-05T19:25:12.206Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2023-05-05T19:25:12.206Z] === RUN TestMarshalKeyOrder [2023-05-05T19:25:12.206Z] --- PASS: TestMarshalKeyOrder (0.00s) [2023-05-05T19:25:12.206Z] === RUN TestImage [2023-05-05T19:25:12.206Z] --- PASS: TestImage (0.00s) [2023-05-05T19:25:12.206Z] === RUN TestImageOSNotEmpty [2023-05-05T19:25:12.206Z] --- PASS: TestImageOSNotEmpty (0.00s) [2023-05-05T19:25:12.206Z] === RUN TestNewChildImageFromImageWithRootFS [2023-05-05T19:25:12.206Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2023-05-05T19:25:12.206Z] === RUN TestCreate [2023-05-05T19:25:12.206Z] --- PASS: TestCreate (0.01s) [2023-05-05T19:25:12.206Z] === RUN TestRestore [2023-05-05T19:25:12.206Z] time="2023-05-05T19:25:11Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2023-05-05T19:25:12.206Z] --- PASS: TestRestore (0.24s) [2023-05-05T19:25:12.206Z] === RUN TestAddDelete [2023-05-05T19:25:12.206Z] --- PASS: TestAddDelete (0.04s) [2023-05-05T19:25:12.206Z] === RUN TestSearchAfterDelete [2023-05-05T19:25:12.206Z] --- PASS: TestSearchAfterDelete (0.01s) [2023-05-05T19:25:12.206Z] === RUN TestParentReset [2023-05-05T19:25:12.206Z] === RUN TestMakeV1ConfigFromConfig [2023-05-05T19:25:12.206Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2023-05-05T19:25:12.206Z] PASS [2023-05-05T19:25:12.206Z] coverage: 25.0% of statements [2023-05-05T19:25:12.206Z] ok github.com/docker/docker/image/v1 0.091s coverage: 25.0% of statements [2023-05-05T19:25:12.206Z] --- PASS: TestParentReset (0.05s) [2023-05-05T19:25:12.206Z] === RUN TestGetAndSetLastUpdated [2023-05-05T19:25:12.677Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2023-05-05T19:25:12.678Z] === RUN TestStoreLen [2023-05-05T19:25:12.678Z] --- PASS: TestStoreLen (0.20s) [2023-05-05T19:25:12.678Z] PASS [2023-05-05T19:25:12.678Z] coverage: 86.8% of statements [2023-05-05T19:25:12.678Z] ok github.com/docker/docker/image 0.893s coverage: 86.8% of statements [2023-05-05T19:25:13.150Z] ? github.com/docker/docker/image/tarexport [no test files] [2023-05-05T19:25:13.150Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-05-05T19:25:13.259Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2023-05-05T19:25:13.517Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2023-05-05T19:25:14.140Z] === RUN TestSerialization [2023-05-05T19:25:14.140Z] --- PASS: TestSerialization (0.02s) [2023-05-05T19:25:14.140Z] PASS [2023-05-05T19:25:14.140Z] coverage: 100.0% of statements [2023-05-05T19:25:14.140Z] ok github.com/docker/docker/libcontainerd/queue 0.080s coverage: 100.0% of statements [2023-05-05T19:25:14.609Z] === RUN TestEnvironmentParsing [2023-05-05T19:25:14.609Z] --- PASS: TestEnvironmentParsing (0.00s) [2023-05-05T19:25:14.609Z] PASS [2023-05-05T19:25:14.609Z] coverage: 1.0% of statements [2023-05-05T19:25:14.609Z] ok github.com/docker/docker/libcontainerd/local 0.103s coverage: 1.0% of statements [2023-05-05T19:25:14.609Z] === RUN TestEmptyLayer [2023-05-05T19:25:14.609Z] --- PASS: TestEmptyLayer (0.00s) [2023-05-05T19:25:14.609Z] === RUN TestCommitFailure [2023-05-05T19:25:15.079Z] --- PASS: TestCommitFailure (0.01s) [2023-05-05T19:25:15.079Z] === RUN TestStartTransactionFailure [2023-05-05T19:25:15.079Z] --- PASS: TestStartTransactionFailure (0.01s) [2023-05-05T19:25:15.079Z] === RUN TestGetOrphan [2023-05-05T19:25:15.079Z] --- PASS: TestGetOrphan (0.01s) [2023-05-05T19:25:15.079Z] === RUN TestMountAndRegister [2023-05-05T19:25:15.079Z] layer_test.go:270: Layer size: 14 [2023-05-05T19:25:15.079Z] --- PASS: TestMountAndRegister (0.07s) [2023-05-05T19:25:15.079Z] === RUN TestLayerRelease [2023-05-05T19:25:15.079Z] layer_test.go:303: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestLayerRelease (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestStoreRestore [2023-05-05T19:25:15.079Z] layer_test.go:352: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestStoreRestore (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestTarStreamStability [2023-05-05T19:25:15.079Z] layer_test.go:467: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestTarStreamStability (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestRegisterExistingLayer [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2023-05-05T19:25:15.079Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2023-05-05T19:25:15.079Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2023-05-05T19:25:15.079Z] PASS [2023-05-05T19:25:15.079Z] coverage: 45.8% of statements [2023-05-05T19:25:15.079Z] ok github.com/docker/docker/oci 0.060s coverage: 45.8% of statements [2023-05-05T19:25:15.079Z] --- PASS: TestRegisterExistingLayer (0.32s) [2023-05-05T19:25:15.079Z] === RUN TestTarStreamVerification [2023-05-05T19:25:15.079Z] layer_test.go:696: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestTarStreamVerification (0.01s) [2023-05-05T19:25:15.079Z] === RUN TestLayerMigration [2023-05-05T19:25:15.079Z] migration_test.go:45: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestLayerMigration (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestLayerMigrationNoTarsplit [2023-05-05T19:25:15.079Z] migration_test.go:181: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestMountInit [2023-05-05T19:25:15.079Z] mount_test.go:17: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestMountInit (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestMountSize [2023-05-05T19:25:15.079Z] mount_test.go:76: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestMountSize (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestMountChanges [2023-05-05T19:25:15.079Z] mount_test.go:125: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestMountChanges (0.00s) [2023-05-05T19:25:15.079Z] === RUN TestMountApply [2023-05-05T19:25:15.079Z] mount_test.go:212: Failing on Windows [2023-05-05T19:25:15.079Z] --- SKIP: TestMountApply (0.00s) [2023-05-05T19:25:15.079Z] PASS [2023-05-05T19:25:15.079Z] coverage: 30.1% of statements [2023-05-05T19:25:15.079Z] ok github.com/docker/docker/layer 0.530s coverage: 30.1% of statements [2023-05-05T19:25:15.548Z] === RUN TestParseVersion [2023-05-05T19:25:15.548Z] --- PASS: TestParseVersion (0.00s) [2023-05-05T19:25:15.548Z] PASS [2023-05-05T19:25:15.548Z] coverage: 52.9% of statements [2023-05-05T19:25:15.548Z] ok github.com/docker/docker/pkg/aaparser 0.049s coverage: 52.9% of statements [2023-05-05T19:25:15.548Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-05-05T19:25:15.548Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-05-05T19:25:15.548Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-05-05T19:25:15.548Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-05-05T19:25:15.548Z] ? github.com/docker/docker/oci/caps [no test files] [2023-05-05T19:25:16.020Z] === RUN TestAddressPoolOpt [2023-05-05T19:25:16.020Z] --- PASS: TestAddressPoolOpt (0.00s) [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/a [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/something [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/_=a [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/env1=value1 [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/_env1=value1 [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/env2=value2=value3 [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/env3=abc!qwe [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/env_4=value_4 [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/PATH [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/=a [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/PATH= [2023-05-05T19:25:16.020Z] === RUN TestValidateEnv/PATH=something [2023-05-05T19:25:16.049Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2023-05-05T19:25:16.308Z] === RUN TestDockerSuite/TestStatsFormatAll [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/asd!qwe [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/1asd [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/123 [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/some_space [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/__some_space_before [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/some_space_after__ [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/= [2023-05-05T19:25:16.490Z] === RUN TestValidateEnv/PaTh [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv (0.01s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/a (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/something (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/_=a (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/PATH (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/=a (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/1asd (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/123 (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/some_space (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/= (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestParseHost [2023-05-05T19:25:16.490Z] --- PASS: TestParseHost (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestParseDockerDaemonHost [2023-05-05T19:25:16.490Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestParseTCP [2023-05-05T19:25:16.490Z] --- PASS: TestParseTCP (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestParseInvalidUnixAddrInvalid [2023-05-05T19:25:16.490Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestValidateExtraHosts [2023-05-05T19:25:16.490Z] --- PASS: TestValidateExtraHosts (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestIpOptString [2023-05-05T19:25:16.490Z] --- PASS: TestIpOptString (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestNewIpOptInvalidDefaultVal [2023-05-05T19:25:16.490Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestNewIpOptValidDefaultVal [2023-05-05T19:25:16.490Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestIpOptSetInvalidVal [2023-05-05T19:25:16.490Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestValidateIPAddress [2023-05-05T19:25:16.490Z] --- PASS: TestValidateIPAddress (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestMapOpts [2023-05-05T19:25:16.490Z] --- PASS: TestMapOpts (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestListOptsWithoutValidator [2023-05-05T19:25:16.490Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestListOptsWithValidator [2023-05-05T19:25:16.490Z] --- PASS: TestListOptsWithValidator (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestValidateDNSSearch [2023-05-05T19:25:16.490Z] --- PASS: TestValidateDNSSearch (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_general_format [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_more_than_one_= [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_one_more [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2023-05-05T19:25:16.490Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2023-05-05T19:25:16.490Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestNamedListOpts [2023-05-05T19:25:16.490Z] --- PASS: TestNamedListOpts (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestNamedMapOpts [2023-05-05T19:25:16.490Z] --- PASS: TestNamedMapOpts (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestParseLink [2023-05-05T19:25:16.490Z] --- PASS: TestParseLink (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestQuotedStringSetWithQuotes [2023-05-05T19:25:16.490Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2023-05-05T19:25:16.490Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestQuotedStringSetWithNoQuotes [2023-05-05T19:25:16.490Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestUlimitOpt [2023-05-05T19:25:16.490Z] --- PASS: TestUlimitOpt (0.00s) [2023-05-05T19:25:16.490Z] PASS [2023-05-05T19:25:16.490Z] coverage: 67.1% of statements [2023-05-05T19:25:16.490Z] ok github.com/docker/docker/opts 0.112s coverage: 67.1% of statements [2023-05-05T19:25:16.490Z] === RUN TestUnbuffered [2023-05-05T19:25:16.490Z] --- PASS: TestUnbuffered (0.00s) [2023-05-05T19:25:16.490Z] === RUN TestRaceUnbuffered [2023-05-05T19:25:16.490Z] --- PASS: TestRaceUnbuffered (0.00s) [2023-05-05T19:25:16.490Z] PASS [2023-05-05T19:25:16.490Z] coverage: 100.0% of statements [2023-05-05T19:25:16.490Z] ok github.com/docker/docker/pkg/broadcaster 0.055s coverage: 100.0% of statements [2023-05-05T19:25:17.480Z] === RUN TestPeerCertificateMarshalJSON [2023-05-05T19:25:17.480Z] === RUN TestMatch [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[foo]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[bar]_[foo]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[foo_bar]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[qux]_[foo]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[]#01 [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[qux]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[foo_bar_qux]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[qux]_[baz]] [2023-05-05T19:25:17.480Z] === RUN TestMatch/[[foo_baz]] [2023-05-05T19:25:17.480Z] --- PASS: TestMatch (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[foo]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[]#01 (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[qux]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2023-05-05T19:25:17.480Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2023-05-05T19:25:17.480Z] PASS [2023-05-05T19:25:17.480Z] coverage: 87.5% of statements [2023-05-05T19:25:17.480Z] ok github.com/docker/docker/pkg/capabilities 0.056s coverage: 87.5% of statements [2023-05-05T19:25:17.950Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2023-05-05T19:25:17.950Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2023-05-05T19:25:17.950Z] --- PASS: TestPeerCertificateMarshalJSON (0.38s) [2023-05-05T19:25:17.950Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2023-05-05T19:25:17.950Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2023-05-05T19:25:17.950Z] === RUN TestMiddleware [2023-05-05T19:25:17.950Z] --- PASS: TestMiddleware (0.00s) [2023-05-05T19:25:17.950Z] === RUN TestNewResponseModifier [2023-05-05T19:25:17.950Z] --- PASS: TestNewResponseModifier (0.00s) [2023-05-05T19:25:17.950Z] PASS [2023-05-05T19:25:17.950Z] coverage: 26.8% of statements [2023-05-05T19:25:17.950Z] ok github.com/docker/docker/pkg/authorization 0.433s coverage: 26.8% of statements [2023-05-05T19:25:18.428Z] === RUN TestIsArchivePathDir [2023-05-05T19:25:18.428Z] === RUN TestChrootTarUntar [2023-05-05T19:25:18.428Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootTarUntar (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootUntarWithHugeExcludesList [2023-05-05T19:25:18.428Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootUntarEmptyArchive [2023-05-05T19:25:18.428Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootTarUntarWithSymlink [2023-05-05T19:25:18.428Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootCopyWithTar [2023-05-05T19:25:18.428Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootCopyFileWithTar [2023-05-05T19:25:18.428Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootUntarPath [2023-05-05T19:25:18.428Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootUntarPath (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2023-05-05T19:25:18.428Z] --- PASS: TestIsArchivePathDir (0.09s) [2023-05-05T19:25:18.428Z] === RUN TestIsArchivePathInvalidFile [2023-05-05T19:25:18.428Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2023-05-05T19:25:18.428Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2023-05-05T19:25:18.428Z] === RUN TestChrootApplyDotDotFile [2023-05-05T19:25:18.428Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:18.428Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2023-05-05T19:25:18.428Z] PASS [2023-05-05T19:25:18.428Z] coverage: 15.1% of statements [2023-05-05T19:25:18.428Z] ok github.com/docker/docker/pkg/chrootarchive 0.110s coverage: 15.1% of statements [2023-05-05T19:25:18.899Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2023-05-05T19:25:18.899Z] === RUN TestIsArchivePathTar [2023-05-05T19:25:18.899Z] === RUN TestSizeEmpty [2023-05-05T19:25:18.899Z] --- PASS: TestSizeEmpty (0.00s) [2023-05-05T19:25:18.899Z] === RUN TestSizeEmptyFile [2023-05-05T19:25:18.899Z] --- PASS: TestSizeEmptyFile (0.00s) [2023-05-05T19:25:18.899Z] === RUN TestSizeNonemptyFile [2023-05-05T19:25:18.899Z] --- PASS: TestSizeNonemptyFile (0.00s) [2023-05-05T19:25:18.899Z] === RUN TestSizeNestedDirectoryEmpty [2023-05-05T19:25:18.899Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2023-05-05T19:25:18.899Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2023-05-05T19:25:18.899Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2023-05-05T19:25:18.899Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2023-05-05T19:25:18.899Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2023-05-05T19:25:18.899Z] === RUN TestMoveToSubdir [2023-05-05T19:25:18.899Z] --- PASS: TestMoveToSubdir (0.00s) [2023-05-05T19:25:18.899Z] === RUN TestSizeNonExistingDirectory [2023-05-05T19:25:18.899Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2023-05-05T19:25:18.899Z] PASS [2023-05-05T19:25:18.899Z] coverage: 80.0% of statements [2023-05-05T19:25:18.899Z] ok github.com/docker/docker/pkg/directory 0.077s coverage: 80.0% of statements [2023-05-05T19:25:18.899Z] --- PASS: TestIsArchivePathTar (0.24s) [2023-05-05T19:25:18.899Z] === RUN TestDecompressStreamGzip [2023-05-05T19:25:18.899Z] --- PASS: TestDecompressStreamGzip (0.15s) [2023-05-05T19:25:18.899Z] === RUN TestDecompressStreamBzip2 [2023-05-05T19:25:19.369Z] --- PASS: TestDecompressStreamBzip2 (0.18s) [2023-05-05T19:25:19.369Z] === RUN TestDecompressStreamXz [2023-05-05T19:25:19.369Z] archive_test.go:133: Xz not present in msys2 [2023-05-05T19:25:19.369Z] --- SKIP: TestDecompressStreamXz (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestCompressStreamXzUnsupported [2023-05-05T19:25:19.369Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestCompressStreamBzip2Unsupported [2023-05-05T19:25:19.369Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestCompressStreamInvalid [2023-05-05T19:25:19.369Z] --- PASS: TestCompressStreamInvalid (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestExtensionInvalid [2023-05-05T19:25:19.369Z] --- PASS: TestExtensionInvalid (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestExtensionUncompressed [2023-05-05T19:25:19.369Z] --- PASS: TestExtensionUncompressed (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestExtensionBzip2 [2023-05-05T19:25:19.369Z] --- PASS: TestExtensionBzip2 (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestExtensionGzip [2023-05-05T19:25:19.369Z] --- PASS: TestExtensionGzip (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestExtensionXz [2023-05-05T19:25:19.369Z] --- PASS: TestExtensionXz (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestCmdStreamLargeStderr [2023-05-05T19:25:19.369Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2023-05-05T19:25:19.369Z] === RUN TestCmdStreamBad [2023-05-05T19:25:19.369Z] archive_test.go:238: Failing on Windows CI machines [2023-05-05T19:25:19.369Z] --- SKIP: TestCmdStreamBad (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestCmdStreamGood [2023-05-05T19:25:19.369Z] === RUN Test [2023-05-05T19:25:19.369Z] === RUN Test/TestContainsEntry [2023-05-05T19:25:19.369Z] === RUN Test/TestCreateEntries [2023-05-05T19:25:19.369Z] === RUN Test/TestEntriesDiff [2023-05-05T19:25:19.369Z] === RUN Test/TestEntriesEquality [2023-05-05T19:25:19.369Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2023-05-05T19:25:19.369Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2023-05-05T19:25:19.369Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2023-05-05T19:25:19.369Z] === RUN Test/TestGeneratorNotGenerate [2023-05-05T19:25:19.369Z] === RUN Test/TestGeneratorWithPort [2023-05-05T19:25:19.369Z] === RUN Test/TestGeneratorWithPortNotGenerate [2023-05-05T19:25:19.369Z] === RUN Test/TestNewEntry [2023-05-05T19:25:19.369Z] === RUN Test/TestParse [2023-05-05T19:25:19.369Z] --- PASS: Test (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestContainsEntry (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestCreateEntries (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestEntriesDiff (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestEntriesEquality (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestNewEntry (0.00s) [2023-05-05T19:25:19.369Z] --- PASS: Test/TestParse (0.00s) [2023-05-05T19:25:19.369Z] PASS [2023-05-05T19:25:19.369Z] coverage: 58.3% of statements [2023-05-05T19:25:19.369Z] ok github.com/docker/docker/pkg/discovery 0.045s coverage: 58.3% of statements [2023-05-05T19:25:19.369Z] --- PASS: TestCmdStreamGood (0.07s) [2023-05-05T19:25:19.369Z] === RUN TestUntarPathWithInvalidDest [2023-05-05T19:25:19.369Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2023-05-05T19:25:19.369Z] === RUN TestUntarPathWithInvalidSrc [2023-05-05T19:25:19.369Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2023-05-05T19:25:19.369Z] === RUN TestUntarPath [2023-05-05T19:25:19.839Z] --- PASS: TestUntarPath (0.10s) [2023-05-05T19:25:19.839Z] === RUN TestUntarPathWithDestinationFile [2023-05-05T19:25:19.839Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2023-05-05T19:25:19.839Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2023-05-05T19:25:19.839Z] === RUN Test [2023-05-05T19:25:19.839Z] === RUN Test/TestContent [2023-05-05T19:25:19.839Z] === RUN Test/TestInitialize [2023-05-05T19:25:19.839Z] === RUN Test/TestNew [2023-05-05T19:25:19.839Z] === RUN Test/TestParsingContentsWithComments [2023-05-05T19:25:19.839Z] === RUN Test/TestRegister [2023-05-05T19:25:19.839Z] === RUN Test/TestWatch [2023-05-05T19:25:19.839Z] --- PASS: Test (0.01s) [2023-05-05T19:25:19.839Z] --- PASS: Test/TestContent (0.00s) [2023-05-05T19:25:19.839Z] --- PASS: Test/TestInitialize (0.00s) [2023-05-05T19:25:19.839Z] --- PASS: Test/TestNew (0.00s) [2023-05-05T19:25:19.839Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2023-05-05T19:25:19.839Z] --- PASS: Test/TestRegister (0.00s) [2023-05-05T19:25:19.840Z] --- PASS: Test/TestWatch (0.00s) [2023-05-05T19:25:19.840Z] PASS [2023-05-05T19:25:19.840Z] coverage: 97.6% of statements [2023-05-05T19:25:19.840Z] ok github.com/docker/docker/pkg/discovery/file 0.053s coverage: 97.6% of statements [2023-05-05T19:25:19.840Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2023-05-05T19:25:19.840Z] === RUN TestCopyWithTarInvalidSrc [2023-05-05T19:25:19.840Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2023-05-05T19:25:19.840Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2023-05-05T19:25:19.840Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2023-05-05T19:25:19.840Z] === RUN TestCopyWithTarSrcFile [2023-05-05T19:25:19.840Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2023-05-05T19:25:19.840Z] === RUN TestCopyWithTarSrcFolder [2023-05-05T19:25:19.840Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2023-05-05T19:25:19.840Z] === RUN TestCopyFileWithTarInvalidSrc [2023-05-05T19:25:19.840Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2023-05-05T19:25:19.840Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2023-05-05T19:25:19.840Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2023-05-05T19:25:19.840Z] === RUN TestCopyFileWithTarSrcFolder [2023-05-05T19:25:19.840Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2023-05-05T19:25:19.840Z] === RUN TestCopyFileWithTarSrcFile [2023-05-05T19:25:19.840Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2023-05-05T19:25:19.840Z] === RUN TestTarFiles [2023-05-05T19:25:20.830Z] === RUN Test [2023-05-05T19:25:20.830Z] === RUN Test/TestInitialize [2023-05-05T19:25:20.830Z] === RUN Test [2023-05-05T19:25:20.830Z] === RUN Test/TestWatch [2023-05-05T19:25:20.830Z] --- PASS: Test (0.00s) [2023-05-05T19:25:20.830Z] --- PASS: Test/TestWatch (0.00s) [2023-05-05T19:25:20.830Z] PASS [2023-05-05T19:25:20.830Z] coverage: 92.3% of statements [2023-05-05T19:25:20.830Z] ok github.com/docker/docker/pkg/discovery/memory 0.050s coverage: 92.3% of statements [2023-05-05T19:25:20.830Z] time="2023-05-05T19:25:20Z" level=info msg="Initializing discovery without TLS" [2023-05-05T19:25:20.830Z] time="2023-05-05T19:25:20Z" level=info msg="Initializing discovery without TLS" [2023-05-05T19:25:20.830Z] time="2023-05-05T19:25:20Z" level=info msg="Initializing discovery without TLS" [2023-05-05T19:25:20.830Z] === RUN Test/TestInitializeWithCerts [2023-05-05T19:25:20.830Z] time="2023-05-05T19:25:20Z" level=info msg="Initializing discovery with TLS" [2023-05-05T19:25:20.830Z] === RUN Test/TestWatch [2023-05-05T19:25:20.830Z] time="2023-05-05T19:25:20Z" level=info msg="Initializing discovery without TLS" [2023-05-05T19:25:20.830Z] === RUN Test [2023-05-05T19:25:20.830Z] === RUN Test/TestInitialize [2023-05-05T19:25:20.830Z] === RUN Test/TestInitializeWithPattern [2023-05-05T19:25:20.830Z] === RUN Test/TestRegister [2023-05-05T19:25:20.830Z] === RUN Test/TestWatch [2023-05-05T19:25:20.830Z] --- PASS: Test (0.00s) [2023-05-05T19:25:20.830Z] --- PASS: Test/TestInitialize (0.00s) [2023-05-05T19:25:20.830Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2023-05-05T19:25:20.830Z] --- PASS: Test/TestRegister (0.00s) [2023-05-05T19:25:20.830Z] --- PASS: Test/TestWatch (0.00s) [2023-05-05T19:25:20.830Z] PASS [2023-05-05T19:25:20.830Z] coverage: 93.8% of statements [2023-05-05T19:25:20.830Z] ok github.com/docker/docker/pkg/discovery/nodes 0.057s coverage: 93.8% of statements [2023-05-05T19:25:21.585Z] === RUN TestDockerSuite/TestStatsNoStream [2023-05-05T19:25:21.585Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2023-05-05T19:25:21.820Z] === RUN TestPollerAddRemove [2023-05-05T19:25:21.820Z] --- PASS: TestPollerAddRemove (0.00s) [2023-05-05T19:25:21.820Z] === RUN TestPollerEvent [2023-05-05T19:25:21.820Z] poller_test.go:40: No chmod on Windows [2023-05-05T19:25:21.820Z] --- SKIP: TestPollerEvent (0.00s) [2023-05-05T19:25:21.820Z] === RUN TestPollerClose [2023-05-05T19:25:21.820Z] --- PASS: TestPollerClose (0.00s) [2023-05-05T19:25:21.820Z] PASS [2023-05-05T19:25:21.820Z] coverage: 36.2% of statements [2023-05-05T19:25:21.820Z] ok github.com/docker/docker/pkg/filenotify 0.065s coverage: 36.2% of statements [2023-05-05T19:25:22.289Z] === RUN TestCopyFileWithInvalidSrc [2023-05-05T19:25:22.289Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCopyFileWithInvalidDest [2023-05-05T19:25:22.289Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCopyFileWithSameSrcAndDest [2023-05-05T19:25:22.289Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2023-05-05T19:25:22.289Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCopyFile [2023-05-05T19:25:22.289Z] --- PASS: TestCopyFile (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2023-05-05T19:25:22.289Z] fileutils_test.go:133: Needs porting to Windows [2023-05-05T19:25:22.289Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2023-05-05T19:25:22.289Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.01s) [2023-05-05T19:25:22.289Z] === RUN TestReadSymlinkedDirectoryToFile [2023-05-05T19:25:22.289Z] fileutils_test.go:179: Needs porting to Windows [2023-05-05T19:25:22.289Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestWildcardMatches [2023-05-05T19:25:22.289Z] --- PASS: TestWildcardMatches (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestPatternMatches [2023-05-05T19:25:22.289Z] --- PASS: TestPatternMatches (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestExclusionPatternMatchesPatternBefore [2023-05-05T19:25:22.289Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestPatternMatchesFolderExclusions [2023-05-05T19:25:22.289Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2023-05-05T19:25:22.289Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestPatternMatchesFolderWildcardExclusions [2023-05-05T19:25:22.289Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestExclusionPatternMatchesPatternAfter [2023-05-05T19:25:22.289Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestExclusionPatternMatchesWholeDirectory [2023-05-05T19:25:22.289Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestSingleExclamationError [2023-05-05T19:25:22.289Z] --- PASS: TestSingleExclamationError (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestMatchesWithNoPatterns [2023-05-05T19:25:22.289Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestMatchesWithMalformedPatterns [2023-05-05T19:25:22.289Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestMatches [2023-05-05T19:25:22.289Z] --- PASS: TestMatches (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCleanPatterns [2023-05-05T19:25:22.289Z] --- PASS: TestCleanPatterns (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCleanPatternsStripEmptyPatterns [2023-05-05T19:25:22.289Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCleanPatternsExceptionFlag [2023-05-05T19:25:22.289Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2023-05-05T19:25:22.289Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2023-05-05T19:25:22.289Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCleanPatternsErrorSingleException [2023-05-05T19:25:22.289Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCreateIfNotExistsDir [2023-05-05T19:25:22.289Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestCreateIfNotExistsFile [2023-05-05T19:25:22.289Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2023-05-05T19:25:22.289Z] === RUN TestMatch [2023-05-05T19:25:22.289Z] --- PASS: TestMatch (0.00s) [2023-05-05T19:25:22.289Z] PASS [2023-05-05T19:25:22.289Z] coverage: 85.4% of statements [2023-05-05T19:25:22.289Z] ok github.com/docker/docker/pkg/fileutils 0.089s coverage: 85.4% of statements [2023-05-05T19:25:22.759Z] === RUN TestGet [2023-05-05T19:25:22.759Z] --- PASS: TestGet (0.00s) [2023-05-05T19:25:22.759Z] === RUN TestGetShortcutString [2023-05-05T19:25:22.759Z] --- PASS: TestGetShortcutString (0.00s) [2023-05-05T19:25:22.759Z] PASS [2023-05-05T19:25:22.759Z] coverage: 42.9% of statements [2023-05-05T19:25:22.759Z] ok github.com/docker/docker/pkg/homedir 0.047s coverage: 42.9% of statements [2023-05-05T19:25:23.492Z] === RUN TestDockerSuite/TestStopContainerSignal [2023-05-05T19:25:23.749Z] === RUN TestCreateIDMapOrder [2023-05-05T19:25:23.749Z] --- PASS: TestCreateIDMapOrder (0.00s) [2023-05-05T19:25:23.749Z] PASS [2023-05-05T19:25:23.749Z] coverage: 7.2% of statements [2023-05-05T19:25:23.750Z] ok github.com/docker/docker/pkg/idtools 0.111s coverage: 7.2% of statements [2023-05-05T19:25:23.750Z] --- PASS: Test (3.20s) [2023-05-05T19:25:23.750Z] --- PASS: Test/TestInitialize (0.19s) [2023-05-05T19:25:23.750Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2023-05-05T19:25:23.750Z] --- PASS: Test/TestWatch (3.00s) [2023-05-05T19:25:23.750Z] PASS [2023-05-05T19:25:23.750Z] coverage: 84.1% of statements [2023-05-05T19:25:23.750Z] ok github.com/docker/docker/pkg/discovery/kv 3.258s coverage: 84.1% of statements [2023-05-05T19:25:24.742Z] === RUN TestFixedBufferCap [2023-05-05T19:25:24.742Z] --- PASS: TestFixedBufferCap (0.00s) [2023-05-05T19:25:24.742Z] === RUN TestFixedBufferLen [2023-05-05T19:25:24.742Z] --- PASS: TestFixedBufferLen (0.00s) [2023-05-05T19:25:24.742Z] === RUN TestFixedBufferString [2023-05-05T19:25:24.742Z] --- PASS: TestFixedBufferString (0.00s) [2023-05-05T19:25:24.742Z] === RUN TestFixedBufferWrite [2023-05-05T19:25:24.742Z] --- PASS: TestFixedBufferWrite (0.00s) [2023-05-05T19:25:24.742Z] === RUN TestFixedBufferRead [2023-05-05T19:25:24.742Z] --- PASS: TestFixedBufferRead (0.00s) [2023-05-05T19:25:24.742Z] === RUN TestBytesPipeRead [2023-05-05T19:25:24.742Z] --- PASS: TestBytesPipeRead (0.00s) [2023-05-05T19:25:24.742Z] === RUN TestBytesPipeWrite [2023-05-05T19:25:24.742Z] --- PASS: TestBytesPipeWrite (0.00s) [2023-05-05T19:25:24.742Z] === RUN TestBytesPipeWriteRandomChunks [2023-05-05T19:25:25.214Z] === RUN TestError [2023-05-05T19:25:25.214Z] --- PASS: TestError (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestProgressString [2023-05-05T19:25:25.214Z] === RUN TestProgressString/no_progress [2023-05-05T19:25:25.214Z] === RUN TestProgressString/progress_1 [2023-05-05T19:25:25.214Z] === RUN TestProgressString/some_progress_with_a_start_time [2023-05-05T19:25:25.214Z] === RUN TestProgressString/some_progress_without_a_start_time [2023-05-05T19:25:25.214Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2023-05-05T19:25:25.214Z] === RUN TestProgressString/with_units [2023-05-05T19:25:25.214Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2023-05-05T19:25:25.214Z] === RUN TestProgressString/hide_counts [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/no_progress (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/progress_1 (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/with_units (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2023-05-05T19:25:25.214Z] --- PASS: TestProgressString/hide_counts (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestJSONMessageDisplay [2023-05-05T19:25:25.214Z] === RUN TestStandardLongPath [2023-05-05T19:25:25.214Z] --- PASS: TestStandardLongPath (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestUNCLongPath [2023-05-05T19:25:25.214Z] --- PASS: TestUNCLongPath (0.00s) [2023-05-05T19:25:25.214Z] PASS [2023-05-05T19:25:25.214Z] coverage: 100.0% of statements [2023-05-05T19:25:25.214Z] ok github.com/docker/docker/pkg/longpath 0.066s coverage: 100.0% of statements [2023-05-05T19:25:25.214Z] --- PASS: TestBytesPipeWriteRandomChunks (0.55s) [2023-05-05T19:25:25.214Z] === RUN TestAtomicWriteToFile [2023-05-05T19:25:25.214Z] --- PASS: TestAtomicWriteToFile (0.01s) [2023-05-05T19:25:25.214Z] === RUN TestAtomicWriteSetCommit [2023-05-05T19:25:25.214Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2023-05-05T19:25:25.214Z] === RUN TestAtomicWriteSetCancel [2023-05-05T19:25:25.214Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2023-05-05T19:25:25.214Z] === RUN TestReadCloserWrapperClose [2023-05-05T19:25:25.214Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestReaderErrWrapperReadOnError [2023-05-05T19:25:25.214Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestReaderErrWrapperRead [2023-05-05T19:25:25.214Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestHashData [2023-05-05T19:25:25.214Z] --- PASS: TestHashData (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestCancelReadCloser [2023-05-05T19:25:25.214Z] --- PASS: TestJSONMessageDisplay (0.20s) [2023-05-05T19:25:25.214Z] === RUN TestJSONMessageDisplayWithJSONError [2023-05-05T19:25:25.214Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2023-05-05T19:25:25.214Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestDisplayJSONMessagesStream [2023-05-05T19:25:25.214Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2023-05-05T19:25:25.214Z] PASS [2023-05-05T19:25:25.214Z] coverage: 91.7% of statements [2023-05-05T19:25:25.214Z] ok github.com/docker/docker/pkg/jsonmessage 0.263s coverage: 91.7% of statements [2023-05-05T19:25:25.214Z] --- PASS: TestCancelReadCloser (0.10s) [2023-05-05T19:25:25.214Z] === RUN TestWriteCloserWrapperClose [2023-05-05T19:25:25.214Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestNopWriteCloser [2023-05-05T19:25:25.214Z] --- PASS: TestNopWriteCloser (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestNopWriter [2023-05-05T19:25:25.214Z] --- PASS: TestNopWriter (0.00s) [2023-05-05T19:25:25.214Z] === RUN TestWriteCounter [2023-05-05T19:25:25.214Z] --- PASS: TestWriteCounter (0.00s) [2023-05-05T19:25:25.214Z] PASS [2023-05-05T19:25:25.214Z] coverage: 69.2% of statements [2023-05-05T19:25:25.214Z] ok github.com/docker/docker/pkg/ioutils 0.751s coverage: 69.2% of statements [2023-05-05T19:25:25.397Z] === RUN TestDockerSuite/TestTopMultipleArgs [2023-05-05T19:25:25.656Z] === RUN TestDockerSuite/TestTopNonPrivileged [2023-05-05T19:25:26.204Z] === RUN TestNameFormat [2023-05-05T19:25:26.205Z] --- PASS: TestNameFormat (0.00s) [2023-05-05T19:25:26.205Z] === RUN TestNameRetries [2023-05-05T19:25:26.205Z] --- PASS: TestNameRetries (0.00s) [2023-05-05T19:25:26.205Z] PASS [2023-05-05T19:25:26.205Z] coverage: 85.7% of statements [2023-05-05T19:25:26.205Z] ok github.com/docker/docker/pkg/namesgenerator 0.050s coverage: 85.7% of statements [2023-05-05T19:25:26.205Z] === RUN TestParseKeyValueOpt [2023-05-05T19:25:26.205Z] --- PASS: TestParseKeyValueOpt (0.00s) [2023-05-05T19:25:26.205Z] === RUN TestParseUintList [2023-05-05T19:25:26.205Z] --- PASS: TestParseUintList (0.00s) [2023-05-05T19:25:26.205Z] === RUN TestParseUintListMaximumLimits [2023-05-05T19:25:26.205Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2023-05-05T19:25:26.205Z] PASS [2023-05-05T19:25:26.205Z] coverage: 97.0% of statements [2023-05-05T19:25:26.205Z] ok github.com/docker/docker/pkg/parsers 0.047s coverage: 97.0% of statements [2023-05-05T19:25:26.224Z] === RUN TestDockerSuite/TestTopPrivileged [2023-05-05T19:25:26.675Z] === RUN TestNewAndRemove [2023-05-05T19:25:26.675Z] --- PASS: TestNewAndRemove (0.00s) [2023-05-05T19:25:26.675Z] === RUN TestRemoveInvalidPath [2023-05-05T19:25:26.675Z] --- PASS: TestRemoveInvalidPath (0.00s) [2023-05-05T19:25:26.675Z] PASS [2023-05-05T19:25:26.675Z] coverage: 82.6% of statements [2023-05-05T19:25:26.675Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.6% of statements [2023-05-05T19:25:26.792Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2023-05-05T19:25:27.051Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2023-05-05T19:25:27.051Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2023-05-05T19:25:27.051Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2023-05-05T19:25:27.145Z] --- PASS: TestTarFiles (7.37s) [2023-05-05T19:25:27.146Z] === RUN TestTarUntar [2023-05-05T19:25:27.146Z] --- PASS: TestTarUntar (0.05s) [2023-05-05T19:25:27.146Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2023-05-05T19:25:27.146Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2023-05-05T19:25:27.146Z] === RUN TestTarWithOptions [2023-05-05T19:25:27.146Z] --- PASS: TestTarWithOptions (0.03s) [2023-05-05T19:25:27.146Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2023-05-05T19:25:27.146Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2023-05-05T19:25:27.146Z] === RUN TestUntarUstarGnuConflict [2023-05-05T19:25:27.146Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2023-05-05T19:25:27.146Z] === RUN TestUntarInvalidFilenames [2023-05-05T19:25:27.616Z] === RUN TestParseEmptyInterface [2023-05-05T19:25:27.616Z] --- PASS: TestParseEmptyInterface (0.00s) [2023-05-05T19:25:27.616Z] === RUN TestParseNonInterfaceType [2023-05-05T19:25:27.616Z] --- PASS: TestParseNonInterfaceType (0.00s) [2023-05-05T19:25:27.616Z] === RUN TestParseWithOneFunction [2023-05-05T19:25:27.616Z] --- PASS: TestParseWithOneFunction (0.00s) [2023-05-05T19:25:27.616Z] === RUN TestParseWithMultipleFuncs [2023-05-05T19:25:27.616Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2023-05-05T19:25:27.616Z] === RUN TestParseWithUnnamedReturn [2023-05-05T19:25:27.616Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2023-05-05T19:25:27.616Z] === RUN TestEmbeddedInterface [2023-05-05T19:25:27.616Z] --- PASS: TestEmbeddedInterface (0.00s) [2023-05-05T19:25:27.616Z] === RUN TestParsedImports [2023-05-05T19:25:27.616Z] --- PASS: TestParsedImports (0.00s) [2023-05-05T19:25:27.616Z] === RUN TestAliasedImports [2023-05-05T19:25:27.616Z] --- PASS: TestAliasedImports (0.00s) [2023-05-05T19:25:27.616Z] PASS [2023-05-05T19:25:27.616Z] coverage: 56.8% of statements [2023-05-05T19:25:27.616Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.068s coverage: 56.8% of statements [2023-05-05T19:25:27.616Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames95068698\\dest" [2023-05-05T19:25:27.616Z] --- PASS: TestUntarInvalidFilenames (0.24s) [2023-05-05T19:25:27.616Z] === RUN TestUntarHardlinkToSymlink [2023-05-05T19:25:27.616Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2023-05-05T19:25:27.616Z] === RUN TestUntarInvalidHardlink [2023-05-05T19:25:27.616Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2173685162\\victim\\hello" -> "../victim/hello" [2023-05-05T19:25:27.616Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2430621357\\victim\\hello" -> "/../victim/hello" [2023-05-05T19:25:27.616Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3665613184\\victim" -> "../victim" [2023-05-05T19:25:27.617Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink352351017\\victim" -> "../victim" [2023-05-05T19:25:27.617Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2151918124\\victim" -> "../victim" [2023-05-05T19:25:27.617Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1515703693\\victim" -> "../victim" [2023-05-05T19:25:27.617Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2023-05-05T19:25:27.617Z] === RUN TestUntarInvalidSymlink [2023-05-05T19:25:27.617Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1253669285\\dest\\dotdot" -> "../victim/hello" [2023-05-05T19:25:27.617Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2928621668\\dest\\slash-dotdot" -> "/../victim/hello" [2023-05-05T19:25:27.617Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3262555930\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:27.617Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink929405740\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:27.617Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3828195859\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:27.617Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1891664613\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:27.617Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink96297596\\dest\\dir\\loophole" -> "../../victim" [2023-05-05T19:25:27.617Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2023-05-05T19:25:27.617Z] === RUN TestTempArchiveCloseMultipleTimes [2023-05-05T19:25:27.617Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2023-05-05T19:25:27.617Z] === RUN TestXGlobalNoParent [2023-05-05T19:25:27.617Z] --- PASS: TestXGlobalNoParent (0.00s) [2023-05-05T19:25:27.617Z] === RUN TestReplaceFileTarWrapper [2023-05-05T19:25:27.620Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2023-05-05T19:25:28.087Z] --- PASS: TestReplaceFileTarWrapper (0.24s) [2023-05-05T19:25:28.087Z] === RUN TestPrefixHeaderReadable [2023-05-05T19:25:28.087Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2023-05-05T19:25:28.087Z] === RUN TestDisablePigz [2023-05-05T19:25:28.087Z] archive_test.go:1330: Test will not check full path when Pigz not installed [2023-05-05T19:25:28.087Z] --- PASS: TestDisablePigz (0.20s) [2023-05-05T19:25:28.087Z] === RUN TestPigz [2023-05-05T19:25:28.087Z] === RUN TestFailedConnection [2023-05-05T19:25:28.087Z] archive_test.go:1359: Tested whether Pigz is not used, as it not installed [2023-05-05T19:25:28.087Z] --- PASS: TestPigz (0.17s) [2023-05-05T19:25:28.087Z] === RUN TestCopyFileWithInvalidDest [2023-05-05T19:25:28.087Z] archive_windows_test.go:16: Currently fails [2023-05-05T19:25:28.087Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2023-05-05T19:25:28.087Z] === RUN TestCanonicalTarNameForPath [2023-05-05T19:25:28.087Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2023-05-05T19:25:28.087Z] === RUN TestCanonicalTarName [2023-05-05T19:25:28.087Z] --- PASS: TestCanonicalTarName (0.00s) [2023-05-05T19:25:28.087Z] === RUN TestChmodTarEntry [2023-05-05T19:25:28.087Z] --- PASS: TestChmodTarEntry (0.00s) [2023-05-05T19:25:28.087Z] === RUN TestHardLinkOrder [2023-05-05T19:25:28.558Z] --- PASS: TestHardLinkOrder (0.10s) [2023-05-05T19:25:28.558Z] === RUN TestChangeString [2023-05-05T19:25:28.558Z] --- PASS: TestChangeString (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestChangesWithNoChanges [2023-05-05T19:25:28.558Z] --- PASS: TestChangesWithNoChanges (0.03s) [2023-05-05T19:25:28.558Z] === RUN TestChangesWithChanges [2023-05-05T19:25:28.558Z] --- PASS: TestChangesWithChanges (0.07s) [2023-05-05T19:25:28.558Z] === RUN TestChangesWithChangesGH13590 [2023-05-05T19:25:28.558Z] changes_test.go:191: needs more investigation [2023-05-05T19:25:28.558Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestChangesDirsEmpty [2023-05-05T19:25:28.558Z] === RUN TestHTTPTransport [2023-05-05T19:25:28.558Z] --- PASS: TestHTTPTransport (0.00s) [2023-05-05T19:25:28.558Z] PASS [2023-05-05T19:25:28.558Z] coverage: 85.7% of statements [2023-05-05T19:25:28.558Z] ok github.com/docker/docker/pkg/plugins/transport 0.047s coverage: 85.7% of statements [2023-05-05T19:25:28.558Z] --- PASS: TestChangesDirsEmpty (0.15s) [2023-05-05T19:25:28.558Z] === RUN TestChangesDirsMutated [2023-05-05T19:25:28.558Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2023-05-05T19:25:28.558Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestBufioReaderPoolPutAndGet [2023-05-05T19:25:28.558Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2023-05-05T19:25:28.558Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2023-05-05T19:25:28.558Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestBufioWriterPoolPutAndGet [2023-05-05T19:25:28.558Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2023-05-05T19:25:28.558Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestBufferPoolPutAndGet [2023-05-05T19:25:28.558Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2023-05-05T19:25:28.558Z] PASS [2023-05-05T19:25:28.558Z] coverage: 88.2% of statements [2023-05-05T19:25:28.558Z] ok github.com/docker/docker/pkg/pools 0.053s coverage: 88.2% of statements [2023-05-05T19:25:28.558Z] --- PASS: TestChangesDirsMutated (0.16s) [2023-05-05T19:25:28.558Z] === RUN TestApplyLayer [2023-05-05T19:25:28.558Z] changes_test.go:404: needs further investigation [2023-05-05T19:25:28.558Z] --- SKIP: TestApplyLayer (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestChangesSizeWithHardlinks [2023-05-05T19:25:28.558Z] changes_test.go:440: needs further investigation [2023-05-05T19:25:28.558Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestChangesSizeWithNoChanges [2023-05-05T19:25:28.558Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2023-05-05T19:25:28.558Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2023-05-05T19:25:28.558Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2023-05-05T19:25:29.030Z] === RUN TestChangesSize [2023-05-05T19:25:29.030Z] --- PASS: TestChangesSize (0.01s) [2023-05-05T19:25:29.030Z] === RUN TestApplyLayerInvalidFilenames [2023-05-05T19:25:29.030Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3020394385\\dest" [2023-05-05T19:25:29.030Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2023-05-05T19:25:29.030Z] === RUN TestApplyLayerInvalidHardlink [2023-05-05T19:25:29.030Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2265050646\\victim\\hello" -> "../victim/hello" [2023-05-05T19:25:29.030Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1563469503\\victim\\hello" -> "/../victim/hello" [2023-05-05T19:25:29.030Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3324382509\\victim" -> "../victim" [2023-05-05T19:25:29.030Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3735221496\\victim" -> "../victim" [2023-05-05T19:25:29.030Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4219029869\\victim" -> "../victim" [2023-05-05T19:25:29.030Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink389845660\\victim" -> "../victim" [2023-05-05T19:25:29.030Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2023-05-05T19:25:29.030Z] === RUN TestApplyLayerInvalidSymlink [2023-05-05T19:25:29.030Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3603727751\\dest\\dotdot" -> "../victim/hello" [2023-05-05T19:25:29.030Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3743548109\\dest\\slash-dotdot" -> "/../victim/hello" [2023-05-05T19:25:29.030Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink337833076\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:29.030Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1227856655\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:29.030Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink232538515\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:29.030Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1598937989\\dest\\loophole-victim" -> "../victim" [2023-05-05T19:25:29.030Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2023-05-05T19:25:29.030Z] === RUN TestApplyLayerWhiteouts [2023-05-05T19:25:29.030Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2023-05-05T19:25:29.030Z] === RUN TestGenerateEmptyFile [2023-05-05T19:25:29.030Z] --- PASS: TestGenerateEmptyFile (0.00s) [2023-05-05T19:25:29.030Z] === RUN TestGenerateWithContent [2023-05-05T19:25:29.030Z] --- PASS: TestGenerateWithContent (0.00s) [2023-05-05T19:25:29.030Z] PASS [2023-05-05T19:25:29.030Z] coverage: 62.6% of statements [2023-05-05T19:25:29.030Z] ok github.com/docker/docker/pkg/archive 10.627s coverage: 62.6% of statements [2023-05-05T19:25:29.501Z] --- PASS: TestFailedConnection (1.08s) [2023-05-05T19:25:29.501Z] === RUN TestFailOnce [2023-05-05T19:25:29.501Z] === RUN TestOutputOnPrematureClose [2023-05-05T19:25:29.501Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2023-05-05T19:25:29.501Z] === RUN TestCompleteSilently [2023-05-05T19:25:29.501Z] --- PASS: TestCompleteSilently (0.00s) [2023-05-05T19:25:29.501Z] PASS [2023-05-05T19:25:29.501Z] coverage: 75.9% of statements [2023-05-05T19:25:29.501Z] ok github.com/docker/docker/pkg/progress 0.071s coverage: 75.9% of statements [2023-05-05T19:25:29.501Z] === RUN TestSendToOneSub [2023-05-05T19:25:29.501Z] --- PASS: TestSendToOneSub (0.00s) [2023-05-05T19:25:29.501Z] === RUN TestSendToMultipleSubs [2023-05-05T19:25:29.501Z] --- PASS: TestSendToMultipleSubs (0.00s) [2023-05-05T19:25:29.501Z] === RUN TestEvictOneSub [2023-05-05T19:25:29.501Z] --- PASS: TestEvictOneSub (0.00s) [2023-05-05T19:25:29.501Z] === RUN TestClosePublisher [2023-05-05T19:25:29.501Z] --- PASS: TestClosePublisher (0.00s) [2023-05-05T19:25:29.501Z] === RUN TestPubSubRace [2023-05-05T19:25:29.501Z] 2023/05/05 19:25:29 http: panic serving 127.0.0.1:49251: Plugin not ready [2023-05-05T19:25:29.501Z] goroutine 38 [running]: [2023-05-05T19:25:29.501Z] net/http.(*conn).serve.func1() [2023-05-05T19:25:29.501Z] c:/go/src/net/http/server.go:1850 +0xbf [2023-05-05T19:25:29.501Z] panic({0x12791a0, 0x13cb9c0}) [2023-05-05T19:25:29.501Z] c:/go/src/runtime/panic.go:890 +0x262 [2023-05-05T19:25:29.501Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0x0?) [2023-05-05T19:25:29.501Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2023-05-05T19:25:29.501Z] net/http.HandlerFunc.ServeHTTP(0xc00018c270?, {0x13d1848?, 0xc0001e0000?}, 0xc0001d3b00?) [2023-05-05T19:25:29.501Z] c:/go/src/net/http/server.go:2109 +0x2f [2023-05-05T19:25:29.501Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x13d1848, 0xc0001e0000}, 0xc0001b8200) [2023-05-05T19:25:29.501Z] c:/go/src/net/http/server.go:2487 +0x149 [2023-05-05T19:25:29.501Z] net/http.serverHandler.ServeHTTP({0x13cfcf8?}, {0x13d1848, 0xc0001e0000}, 0xc0001b8200) [2023-05-05T19:25:29.501Z] c:/go/src/net/http/server.go:2947 +0x30c [2023-05-05T19:25:29.501Z] net/http.(*conn).serve(0xc0001c6000, {0x13d1ec0, 0xc00018a420}) [2023-05-05T19:25:29.501Z] c:/go/src/net/http/server.go:1991 +0x607 [2023-05-05T19:25:29.501Z] created by net/http.(*Server).Serve [2023-05-05T19:25:29.501Z] c:/go/src/net/http/server.go:3102 +0x4db [2023-05-05T19:25:29.501Z] time="2023-05-05T19:25:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49250/Test.FailOnce: Post \"http://127.0.0.1:49250/Test.FailOnce\": EOF, retrying in 1s" [2023-05-05T19:25:30.494Z] === RUN TestRegister [2023-05-05T19:25:30.494Z] --- PASS: TestRegister (0.00s) [2023-05-05T19:25:30.494Z] === RUN TestCommand [2023-05-05T19:25:30.494Z] --- PASS: TestCommand (0.04s) [2023-05-05T19:25:30.494Z] === RUN TestNaiveSelf [2023-05-05T19:25:30.494Z] --- PASS: TestNaiveSelf (0.05s) [2023-05-05T19:25:30.494Z] PASS [2023-05-05T19:25:30.494Z] coverage: 82.4% of statements [2023-05-05T19:25:30.494Z] ok github.com/docker/docker/pkg/reexec 0.130s coverage: 82.4% of statements [2023-05-05T19:25:30.494Z] --- PASS: TestFailOnce (1.24s) [2023-05-05T19:25:30.494Z] === RUN TestEchoInputOutput [2023-05-05T19:25:30.494Z] --- PASS: TestEchoInputOutput (0.00s) [2023-05-05T19:25:30.494Z] === RUN TestBackoff [2023-05-05T19:25:30.494Z] --- PASS: TestBackoff (0.00s) [2023-05-05T19:25:30.494Z] === RUN TestAbortRetry [2023-05-05T19:25:30.494Z] --- PASS: TestAbortRetry (0.00s) [2023-05-05T19:25:30.494Z] === RUN TestClientScheme [2023-05-05T19:25:30.494Z] --- PASS: TestClientScheme (0.00s) [2023-05-05T19:25:30.494Z] === RUN TestNewClientWithTimeout [2023-05-05T19:25:30.494Z] --- PASS: TestPubSubRace (1.08s) [2023-05-05T19:25:30.494Z] PASS [2023-05-05T19:25:30.494Z] coverage: 75.0% of statements [2023-05-05T19:25:30.494Z] ok github.com/docker/docker/pkg/pubsub 1.141s coverage: 75.0% of statements [2023-05-05T19:25:30.908Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2023-05-05T19:25:30.964Z] time="2023-05-05T19:25:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49255/Test.Echo: Post \"http://127.0.0.1:49255/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2023-05-05T19:25:31.434Z] === RUN TestParseSignal [2023-05-05T19:25:31.434Z] --- PASS: TestParseSignal (0.00s) [2023-05-05T19:25:31.434Z] === RUN TestValidSignalForPlatform [2023-05-05T19:25:31.434Z] --- PASS: TestValidSignalForPlatform (0.00s) [2023-05-05T19:25:31.434Z] PASS [2023-05-05T19:25:31.434Z] coverage: 19.7% of statements [2023-05-05T19:25:31.434Z] ok github.com/docker/docker/pkg/signal 0.078s coverage: 19.7% of statements [2023-05-05T19:25:31.904Z] === RUN TestNewStdWriter [2023-05-05T19:25:31.904Z] --- PASS: TestNewStdWriter (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestWriteWithUninitializedStdWriter [2023-05-05T19:25:31.904Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestWriteWithNilBytes [2023-05-05T19:25:31.904Z] --- PASS: TestWriteWithNilBytes (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestWrite [2023-05-05T19:25:31.904Z] --- PASS: TestWrite (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestWriteWithWriterError [2023-05-05T19:25:31.904Z] --- PASS: TestWriteWithWriterError (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2023-05-05T19:25:31.904Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyWriteAndRead [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyReturnsErrorReadingHeader [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyReturnsErrorReadingFrame [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyDetectsCorruptedFrame [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyWithInvalidInputHeader [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyWithCorruptedPrefix [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyReturnsWriteErrors [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2023-05-05T19:25:31.904Z] === RUN TestStdCopyReturnsErrorFromSystem [2023-05-05T19:25:31.904Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2023-05-05T19:25:31.904Z] PASS [2023-05-05T19:25:31.904Z] coverage: 100.0% of statements [2023-05-05T19:25:31.904Z] ok github.com/docker/docker/pkg/stdcopy 0.080s coverage: 100.0% of statements [2023-05-05T19:25:32.379Z] time="2023-05-05T19:25:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49255/Test.Echo: Post \"http://127.0.0.1:49255/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2023-05-05T19:25:32.850Z] === RUN TestGenerateRandomID [2023-05-05T19:25:32.850Z] --- PASS: TestGenerateRandomID (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestShortenId [2023-05-05T19:25:32.850Z] --- PASS: TestShortenId (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestShortenSha256Id [2023-05-05T19:25:32.850Z] --- PASS: TestShortenSha256Id (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestShortenIdEmpty [2023-05-05T19:25:32.850Z] --- PASS: TestShortenIdEmpty (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestShortenIdInvalid [2023-05-05T19:25:32.850Z] --- PASS: TestShortenIdInvalid (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestIsShortIDNonHex [2023-05-05T19:25:32.850Z] --- PASS: TestIsShortIDNonHex (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestIsShortIDNotCorrectSize [2023-05-05T19:25:32.850Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2023-05-05T19:25:32.850Z] PASS [2023-05-05T19:25:32.850Z] coverage: 70.6% of statements [2023-05-05T19:25:32.850Z] === RUN TestRawProgressFormatterFormatStatus [2023-05-05T19:25:32.850Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestRawProgressFormatterFormatProgress [2023-05-05T19:25:32.850Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestFormatStatus [2023-05-05T19:25:32.850Z] --- PASS: TestFormatStatus (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestFormatError [2023-05-05T19:25:32.850Z] --- PASS: TestFormatError (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestFormatJSONError [2023-05-05T19:25:32.850Z] --- PASS: TestFormatJSONError (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestJsonProgressFormatterFormatProgress [2023-05-05T19:25:32.850Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestJsonProgressFormatterFormatStatus [2023-05-05T19:25:32.850Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestNewJSONProgressOutput [2023-05-05T19:25:32.850Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestAuxFormatterEmit [2023-05-05T19:25:32.850Z] --- PASS: TestAuxFormatterEmit (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestStreamWriterStdout [2023-05-05T19:25:32.850Z] --- PASS: TestStreamWriterStdout (0.00s) [2023-05-05T19:25:32.850Z] === RUN TestStreamWriterStderr [2023-05-05T19:25:32.850Z] --- PASS: TestStreamWriterStderr (0.00s) [2023-05-05T19:25:32.850Z] PASS [2023-05-05T19:25:32.850Z] coverage: 66.2% of statements [2023-05-05T19:25:32.850Z] ok github.com/docker/docker/pkg/stringid 0.044s coverage: 70.6% of statements [2023-05-05T19:25:32.850Z] ok github.com/docker/docker/pkg/streamformatter 0.047s coverage: 66.2% of statements [2023-05-05T19:25:33.439Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2023-05-05T19:25:33.697Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2023-05-05T19:25:33.841Z] === RUN TestIsCpusetListAvailable [2023-05-05T19:25:33.841Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2023-05-05T19:25:33.841Z] PASS [2023-05-05T19:25:33.841Z] coverage: 38.2% of statements [2023-05-05T19:25:33.841Z] ok github.com/docker/docker/pkg/sysinfo 0.048s coverage: 38.2% of statements [2023-05-05T19:25:34.265Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2023-05-05T19:25:34.265Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2023-05-05T19:25:34.265Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2023-05-05T19:25:34.265Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2023-05-05T19:25:34.265Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2023-05-05T19:25:34.831Z] === RUN TestChtimes [2023-05-05T19:25:34.831Z] --- PASS: TestChtimes (0.01s) [2023-05-05T19:25:34.831Z] === RUN TestChtimesWindows [2023-05-05T19:25:34.831Z] --- PASS: TestChtimesWindows (0.00s) [2023-05-05T19:25:34.831Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2023-05-05T19:25:34.831Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2023-05-05T19:25:34.831Z] === RUN TestEnsureRemoveAllNotExist [2023-05-05T19:25:34.831Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2023-05-05T19:25:34.831Z] === RUN TestEnsureRemoveAllWithDir [2023-05-05T19:25:34.831Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2023-05-05T19:25:34.831Z] === RUN TestEnsureRemoveAllWithFile [2023-05-05T19:25:34.831Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2023-05-05T19:25:34.831Z] === RUN TestHasWin32KSupport [2023-05-05T19:25:34.831Z] syscall_windows_test.go:8: win32k: true [2023-05-05T19:25:34.831Z] --- PASS: TestHasWin32KSupport (0.01s) [2023-05-05T19:25:34.831Z] PASS [2023-05-05T19:25:34.831Z] coverage: 12.0% of statements [2023-05-05T19:25:34.831Z] ok github.com/docker/docker/pkg/system 0.071s coverage: 12.0% of statements [2023-05-05T19:25:35.200Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2023-05-05T19:25:35.303Z] time="2023-05-05T19:25:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49255/Test.Echo: Post \"http://127.0.0.1:49255/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2023-05-05T19:25:35.303Z] === RUN TestTailFile [2023-05-05T19:25:35.303Z] --- PASS: TestTailFile (0.00s) [2023-05-05T19:25:35.303Z] === RUN TestTailFileManyLines [2023-05-05T19:25:35.303Z] --- PASS: TestTailFileManyLines (0.00s) [2023-05-05T19:25:35.303Z] === RUN TestTailEmptyFile [2023-05-05T19:25:35.303Z] --- PASS: TestTailEmptyFile (0.00s) [2023-05-05T19:25:35.303Z] === RUN TestTailNegativeN [2023-05-05T19:25:35.303Z] --- PASS: TestTailNegativeN (0.00s) [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/no_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/no_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/truncated_last_line [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/truncated_last_line#01 [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/truncated_last_line#02 [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/4_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/2_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/12_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/single_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/8_byte_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.303Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.303Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.303Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/no_delimiter [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/no_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.304Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.304Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.304Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.305Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.306Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.306Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2023-05-05T19:25:35.768Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/no_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.778Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.778Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.778Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.779Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2023-05-05T19:25:35.780Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.02s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2023-05-05T19:25:35.780Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.02s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-05-05T19:25:36.251Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.01s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2023-05-05T19:25:36.252Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2023-05-05T19:25:36.253Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2023-05-05T19:25:36.253Z] PASS [2023-05-05T19:25:36.253Z] coverage: 88.6% of statements [2023-05-05T19:25:36.253Z] ok github.com/docker/docker/pkg/tailfile 0.442s coverage: 88.6% of statements [2023-05-05T19:25:36.335Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2023-05-05T19:25:36.724Z] === RUN TestTarSumRemoveNonExistent [2023-05-05T19:25:36.724Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2023-05-05T19:25:36.724Z] === RUN TestTarSumRemove [2023-05-05T19:25:36.724Z] --- PASS: TestTarSumRemove (0.01s) [2023-05-05T19:25:36.724Z] === RUN TestSortFileInfoSums [2023-05-05T19:25:36.724Z] --- PASS: TestSortFileInfoSums (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestNewTarSumForLabelInvalid [2023-05-05T19:25:36.724Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestNewTarSumForLabel [2023-05-05T19:25:36.724Z] --- PASS: TestNewTarSumForLabel (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestEmptyTar [2023-05-05T19:25:36.724Z] --- PASS: TestEmptyTar (0.01s) [2023-05-05T19:25:36.724Z] === RUN TestTarSumsReadSize [2023-05-05T19:25:36.724Z] --- PASS: TestTarSumsReadSize (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestTarSums [2023-05-05T19:25:36.724Z] testing: warning: no tests to run [2023-05-05T19:25:36.724Z] PASS [2023-05-05T19:25:36.724Z] coverage: [no statements] [2023-05-05T19:25:36.724Z] ok github.com/docker/docker/pkg/term/windows 0.047s coverage: [no statements] [no tests to run] [2023-05-05T19:25:36.724Z] --- PASS: TestTarSums (0.10s) [2023-05-05T19:25:36.724Z] === RUN TestIteration [2023-05-05T19:25:36.724Z] --- PASS: TestIteration (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestVersionLabelForChecksum [2023-05-05T19:25:36.724Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestVersion [2023-05-05T19:25:36.724Z] --- PASS: TestVersion (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestGetVersion [2023-05-05T19:25:36.724Z] --- PASS: TestGetVersion (0.00s) [2023-05-05T19:25:36.724Z] === RUN TestGetVersions [2023-05-05T19:25:36.724Z] --- PASS: TestGetVersions (0.00s) [2023-05-05T19:25:36.724Z] PASS [2023-05-05T19:25:36.724Z] coverage: 89.3% of statements [2023-05-05T19:25:36.724Z] ok github.com/docker/docker/pkg/tarsum 0.172s coverage: 89.3% of statements [2023-05-05T19:25:37.711Z] === RUN TestDockerSuite/TestUpdateStats [2023-05-05T19:25:37.715Z] === RUN TestTruncIndex [2023-05-05T19:25:37.715Z] --- PASS: TestTruncIndex (0.10s) [2023-05-05T19:25:37.715Z] PASS [2023-05-05T19:25:37.715Z] coverage: 91.5% of statements [2023-05-05T19:25:37.715Z] ok github.com/docker/docker/pkg/truncindex 0.164s coverage: 91.5% of statements [2023-05-05T19:25:37.715Z] === RUN TestIsGIT [2023-05-05T19:25:37.715Z] --- PASS: TestIsGIT (0.00s) [2023-05-05T19:25:37.715Z] === RUN TestIsTransport [2023-05-05T19:25:37.715Z] --- PASS: TestIsTransport (0.00s) [2023-05-05T19:25:37.715Z] PASS [2023-05-05T19:25:37.715Z] coverage: 100.0% of statements [2023-05-05T19:25:37.715Z] ok github.com/docker/docker/pkg/urlutil 0.045s coverage: 100.0% of statements [2023-05-05T19:25:38.707Z] === RUN TestVersionInfo [2023-05-05T19:25:38.707Z] --- PASS: TestVersionInfo (0.00s) [2023-05-05T19:25:38.707Z] === RUN TestAppendVersions [2023-05-05T19:25:38.707Z] --- PASS: TestAppendVersions (0.00s) [2023-05-05T19:25:38.707Z] PASS [2023-05-05T19:25:38.707Z] coverage: 88.9% of statements [2023-05-05T19:25:38.707Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2023-05-05T19:25:39.701Z] time="2023-05-05T19:25:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49255/Test.Echo: Post \"http://127.0.0.1:49255/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2023-05-05T19:25:40.173Z] === RUN TestValidatePrivileges [2023-05-05T19:25:40.173Z] --- PASS: TestValidatePrivileges (0.00s) [2023-05-05T19:25:40.173Z] === RUN TestFilterByCapNeg [2023-05-05T19:25:40.173Z] --- PASS: TestFilterByCapNeg (0.00s) [2023-05-05T19:25:40.173Z] === RUN TestFilterByCapPos [2023-05-05T19:25:40.173Z] --- PASS: TestFilterByCapPos (0.00s) [2023-05-05T19:25:40.173Z] === RUN TestStoreGetPluginNotMatchCapRefs [2023-05-05T19:25:40.173Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2023-05-05T19:25:40.173Z] PASS [2023-05-05T19:25:40.173Z] coverage: 12.0% of statements [2023-05-05T19:25:40.173Z] ok github.com/docker/docker/plugin 0.060s coverage: 12.0% of statements [2023-05-05T19:25:40.173Z] === RUN TestNewSettable [2023-05-05T19:25:40.173Z] --- PASS: TestNewSettable (0.00s) [2023-05-05T19:25:40.173Z] === RUN TestIsSettable [2023-05-05T19:25:40.173Z] --- PASS: TestIsSettable (0.00s) [2023-05-05T19:25:40.173Z] === RUN TestUpdateSettingsEnv [2023-05-05T19:25:40.173Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2023-05-05T19:25:40.173Z] PASS [2023-05-05T19:25:40.173Z] coverage: 20.0% of statements [2023-05-05T19:25:40.173Z] ok github.com/docker/docker/plugin/v2 0.064s coverage: 20.0% of statements [2023-05-05T19:25:40.249Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2023-05-05T19:25:41.186Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2023-05-05T19:25:41.751Z] === RUN TestLoad [2023-05-05T19:25:41.751Z] --- PASS: TestLoad (0.00s) [2023-05-05T19:25:41.751Z] === RUN TestSave [2023-05-05T19:25:41.751Z] --- PASS: TestSave (0.07s) [2023-05-05T19:25:41.751Z] === RUN TestAddDeleteGet [2023-05-05T19:25:41.751Z] --- PASS: TestAddDeleteGet (0.08s) [2023-05-05T19:25:41.751Z] === RUN TestInvalidTags [2023-05-05T19:25:41.751Z] --- PASS: TestInvalidTags (0.01s) [2023-05-05T19:25:41.751Z] PASS [2023-05-05T19:25:41.751Z] coverage: 84.4% of statements [2023-05-05T19:25:41.751Z] ok github.com/docker/docker/reference 0.217s coverage: 84.4% of statements [2023-05-05T19:25:42.123Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2023-05-05T19:25:42.123Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2023-05-05T19:25:42.123Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2023-05-05T19:25:43.058Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2023-05-05T19:25:43.317Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2023-05-05T19:25:43.321Z] === RUN TestResolveAuthConfigIndexServer [2023-05-05T19:25:43.321Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestResolveAuthConfigFullURL [2023-05-05T19:25:43.321Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestLoadAllowNondistributableArtifacts [2023-05-05T19:25:43.321Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestValidateMirror [2023-05-05T19:25:43.321Z] --- PASS: TestValidateMirror (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestLoadInsecureRegistries [2023-05-05T19:25:43.321Z] time="2023-05-05T19:25:42Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2023-05-05T19:25:43.321Z] time="2023-05-05T19:25:42Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2023-05-05T19:25:43.321Z] time="2023-05-05T19:25:42Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2023-05-05T19:25:43.321Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2023-05-05T19:25:43.321Z] === RUN TestNewServiceConfig [2023-05-05T19:25:43.321Z] --- PASS: TestNewServiceConfig (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestValidateIndexName [2023-05-05T19:25:43.321Z] --- PASS: TestValidateIndexName (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestValidateIndexNameWithError [2023-05-05T19:25:43.321Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestEndpointParse [2023-05-05T19:25:43.321Z] --- PASS: TestEndpointParse (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestEndpointParseInvalid [2023-05-05T19:25:43.321Z] --- PASS: TestEndpointParseInvalid (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestValidateEndpoint [2023-05-05T19:25:43.321Z] --- PASS: TestValidateEndpoint (0.01s) [2023-05-05T19:25:43.321Z] === RUN TestPing [2023-05-05T19:25:43.321Z] --- PASS: TestPing (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestPingRegistryEndpoint [2023-05-05T19:25:43.321Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:43.321Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestEndpoint [2023-05-05T19:25:43.321Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:43.321Z] --- SKIP: TestEndpoint (0.04s) [2023-05-05T19:25:43.321Z] === RUN TestParseRepositoryInfo [2023-05-05T19:25:43.321Z] --- PASS: TestParseRepositoryInfo (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestNewIndexInfo [2023-05-05T19:25:43.321Z] --- PASS: TestNewIndexInfo (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestMirrorEndpointLookup [2023-05-05T19:25:43.321Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:25:43.321Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestSearchRepositories [2023-05-05T19:25:43.321Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2023-05-05T19:25:43.321Z] Host: 127.0.0.1:49260 [2023-05-05T19:25:43.321Z] User-Agent: docker test client [2023-05-05T19:25:43.321Z] Authorization: Token fake-token [2023-05-05T19:25:43.321Z] X-Docker-Token: true [2023-05-05T19:25:43.321Z] Accept-Encoding: gzip [2023-05-05T19:25:43.321Z] [2023-05-05T19:25:43.321Z] [2023-05-05T19:25:43.321Z] registry_test.go:730: HTTP/1.1 200 OK [2023-05-05T19:25:43.321Z] Connection: close [2023-05-05T19:25:43.321Z] Content-Length: 144 [2023-05-05T19:25:43.321Z] Cache-Control: no-cache [2023-05-05T19:25:43.321Z] Content-Type: application/json [2023-05-05T19:25:43.321Z] Date: Fri, 05 May 2023 19:25:43 GMT [2023-05-05T19:25:43.321Z] Expires: -1 [2023-05-05T19:25:43.321Z] Pragma: no-cache [2023-05-05T19:25:43.321Z] Server: docker-tests/mock [2023-05-05T19:25:43.321Z] X-Docker-Registry-Config: mock [2023-05-05T19:25:43.321Z] X-Docker-Registry-Version: 0.0.0 [2023-05-05T19:25:43.321Z] [2023-05-05T19:25:43.321Z] [2023-05-05T19:25:43.321Z] --- PASS: TestSearchRepositories (0.01s) [2023-05-05T19:25:43.321Z] === RUN TestTrustedLocation [2023-05-05T19:25:43.321Z] --- PASS: TestTrustedLocation (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2023-05-05T19:25:43.321Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestAllowNondistributableArtifacts [2023-05-05T19:25:43.321Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2023-05-05T19:25:43.321Z] === RUN TestIsSecureIndex [2023-05-05T19:25:43.321Z] --- PASS: TestIsSecureIndex (0.00s) [2023-05-05T19:25:43.321Z] PASS [2023-05-05T19:25:43.321Z] coverage: 50.2% of statements [2023-05-05T19:25:43.321Z] ok github.com/docker/docker/registry 0.431s coverage: 50.2% of statements [2023-05-05T19:25:43.791Z] === RUN TestResumableRequestHeaderSimpleErrors [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestHeaderTooMuchFailures [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestReaderWithReadError [2023-05-05T19:25:43.792Z] time="2023-05-05T19:25:43Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestReader [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestReader (0.00s) [2023-05-05T19:25:43.792Z] === RUN TestResumableRequestReaderWithInitialResponse [2023-05-05T19:25:43.792Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2023-05-05T19:25:43.792Z] PASS [2023-05-05T19:25:43.792Z] coverage: 100.0% of statements [2023-05-05T19:25:43.792Z] ok github.com/docker/docker/registry/resumable 0.300s coverage: 100.0% of statements [2023-05-05T19:25:43.884Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2023-05-05T19:25:44.261Z] === RUN TestRestartManagerTimeout [2023-05-05T19:25:44.261Z] --- PASS: TestRestartManagerTimeout (0.00s) [2023-05-05T19:25:44.261Z] === RUN TestRestartManagerTimeoutReset [2023-05-05T19:25:44.261Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2023-05-05T19:25:44.261Z] PASS [2023-05-05T19:25:44.261Z] coverage: 45.3% of statements [2023-05-05T19:25:44.261Z] ok github.com/docker/docker/restartmanager 0.046s coverage: 45.3% of statements [2023-05-05T19:25:45.252Z] === RUN TestDecodeContainerConfig [2023-05-05T19:25:45.252Z] --- PASS: TestDecodeContainerConfig (0.00s) [2023-05-05T19:25:45.252Z] === RUN TestDecodeContainerConfigIsolation [2023-05-05T19:25:45.252Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2023-05-05T19:25:45.252Z] === RUN TestValidatePrivileged [2023-05-05T19:25:45.252Z] --- PASS: TestValidatePrivileged (0.00s) [2023-05-05T19:25:45.252Z] PASS [2023-05-05T19:25:45.252Z] coverage: 52.2% of statements [2023-05-05T19:25:45.252Z] ok github.com/docker/docker/runconfig 0.058s coverage: 52.2% of statements [2023-05-05T19:25:45.722Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2023-05-05T19:25:45.722Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2023-05-05T19:25:45.722Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2023-05-05T19:25:45.722Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2023-05-05T19:25:45.722Z] PASS [2023-05-05T19:25:45.722Z] coverage: 62.5% of statements [2023-05-05T19:25:45.722Z] ok github.com/docker/docker/testutil 0.048s coverage: 62.5% of statements [2023-05-05T19:25:47.171Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2023-05-05T19:25:47.171Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2023-05-05T19:25:47.950Z] --- PASS: TestNewClientWithTimeout (17.63s) [2023-05-05T19:25:48.423Z] === RUN TestClientStream [2023-05-05T19:25:48.423Z] --- PASS: TestClientStream (0.00s) [2023-05-05T19:25:48.423Z] === RUN TestClientSendFile [2023-05-05T19:25:48.423Z] --- PASS: TestClientSendFile (0.00s) [2023-05-05T19:25:48.423Z] === RUN TestClientWithRequestTimeout [2023-05-05T19:25:48.423Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2023-05-05T19:25:48.423Z] === RUN TestFileSpecPlugin [2023-05-05T19:25:48.423Z] --- PASS: TestFileSpecPlugin (0.02s) [2023-05-05T19:25:48.423Z] === RUN TestFileJSONSpecPlugin [2023-05-05T19:25:48.423Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2023-05-05T19:25:48.423Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2023-05-05T19:25:48.423Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2023-05-05T19:25:48.423Z] === RUN TestPluginAddHandler [2023-05-05T19:25:48.423Z] --- PASS: TestPluginAddHandler (0.00s) [2023-05-05T19:25:48.423Z] === RUN TestPluginWaitBadPlugin [2023-05-05T19:25:48.423Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2023-05-05T19:25:48.423Z] === RUN TestGet [2023-05-05T19:25:48.423Z] time="2023-05-05T19:25:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2023-05-05T19:25:48.892Z] === RUN TestGetDriver [2023-05-05T19:25:48.892Z] --- PASS: TestGetDriver (0.00s) [2023-05-05T19:25:48.892Z] === RUN TestVolumeRequestError [2023-05-05T19:25:48.892Z] --- PASS: TestVolumeRequestError (0.01s) [2023-05-05T19:25:48.892Z] PASS [2023-05-05T19:25:48.892Z] coverage: 36.1% of statements [2023-05-05T19:25:48.892Z] ok github.com/docker/docker/volume/drivers 0.056s coverage: 36.1% of statements [2023-05-05T19:25:49.364Z] time="2023-05-05T19:25:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2023-05-05T19:25:49.364Z] === RUN TestGetAddress [2023-05-05T19:25:49.364Z] --- PASS: TestGetAddress (0.00s) [2023-05-05T19:25:49.364Z] === RUN TestRemove [2023-05-05T19:25:49.364Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2023-05-05T19:25:49.364Z] --- SKIP: TestRemove (0.00s) [2023-05-05T19:25:49.364Z] === RUN TestInitializeWithVolumes [2023-05-05T19:25:49.364Z] --- PASS: TestInitializeWithVolumes (0.01s) [2023-05-05T19:25:49.364Z] === RUN TestCreate [2023-05-05T19:25:49.364Z] --- PASS: TestCreate (0.01s) [2023-05-05T19:25:49.364Z] === RUN TestValidateName [2023-05-05T19:25:49.364Z] --- PASS: TestValidateName (0.00s) [2023-05-05T19:25:49.364Z] === RUN TestCreateWithOpts [2023-05-05T19:25:49.364Z] local_test.go:180: runtime.GOOS == "windows" [2023-05-05T19:25:49.364Z] --- SKIP: TestCreateWithOpts (0.00s) [2023-05-05T19:25:49.364Z] === RUN TestRelaodNoOpts [2023-05-05T19:25:49.364Z] --- PASS: TestRelaodNoOpts (0.02s) [2023-05-05T19:25:49.364Z] PASS [2023-05-05T19:25:49.364Z] coverage: 41.5% of statements [2023-05-05T19:25:49.364Z] ok github.com/docker/docker/volume/local 0.101s coverage: 41.5% of statements [2023-05-05T19:25:49.725Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2023-05-05T19:25:49.984Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2023-05-05T19:25:50.935Z] === RUN TestConvertTmpfsOptions [2023-05-05T19:25:50.935Z] parser_test.go:48: data="mode=700,size=1m" [2023-05-05T19:25:50.935Z] parser_test.go:48: data="ro" [2023-05-05T19:25:50.935Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2023-05-05T19:25:50.935Z] === RUN TestParseMountRaw [2023-05-05T19:25:50.935Z] --- PASS: TestParseMountRaw (0.05s) [2023-05-05T19:25:50.935Z] === RUN TestParseMountRawSplit [2023-05-05T19:25:50.935Z] parser_test.go:389: case 0 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 1 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 2 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 3 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 4 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 5 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 6 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 7 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 8 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 0 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 1 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 2 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 3 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 4 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 5 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 6 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 7 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 8 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 9 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 10 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 11 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 12 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 0 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 1 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 2 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 3 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 4 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 5 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 6 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 7 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 8 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 9 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 10 [2023-05-05T19:25:50.935Z] parser_test.go:389: case 11 [2023-05-05T19:25:50.935Z] --- PASS: TestParseMountRawSplit (0.01s) [2023-05-05T19:25:50.935Z] === RUN TestParseMountSpec [2023-05-05T19:25:50.935Z] parser_test.go:454: case 0 [2023-05-05T19:25:50.935Z] parser_test.go:454: case 1 [2023-05-05T19:25:50.935Z] parser_test.go:454: case 2 [2023-05-05T19:25:50.935Z] parser_test.go:454: case 3 [2023-05-05T19:25:50.935Z] parser_test.go:454: case 4 [2023-05-05T19:25:50.935Z] parser_test.go:454: case 5 [2023-05-05T19:25:50.935Z] --- PASS: TestParseMountSpec (0.01s) [2023-05-05T19:25:50.935Z] === RUN TestParseMountSpecBindWithFileinfoError [2023-05-05T19:25:50.935Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2023-05-05T19:25:50.935Z] === RUN TestValidateMount [2023-05-05T19:25:50.935Z] --- PASS: TestValidateMount (0.01s) [2023-05-05T19:25:50.935Z] PASS [2023-05-05T19:25:50.935Z] coverage: 66.2% of statements [2023-05-05T19:25:50.935Z] ok github.com/docker/docker/volume/mounts 0.123s coverage: 66.2% of statements [2023-05-05T19:25:51.405Z] time="2023-05-05T19:25:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2023-05-05T19:25:52.396Z] === RUN TestSetGetMeta [2023-05-05T19:25:52.396Z] === PAUSE TestSetGetMeta [2023-05-05T19:25:52.396Z] === RUN TestRestore [2023-05-05T19:25:52.396Z] === PAUSE TestRestore [2023-05-05T19:25:52.396Z] === RUN TestServiceCreate [2023-05-05T19:25:52.396Z] === PAUSE TestServiceCreate [2023-05-05T19:25:52.396Z] === RUN TestServiceList [2023-05-05T19:25:52.396Z] === PAUSE TestServiceList [2023-05-05T19:25:52.396Z] === RUN TestServiceRemove [2023-05-05T19:25:52.396Z] === PAUSE TestServiceRemove [2023-05-05T19:25:52.396Z] === RUN TestServiceGet [2023-05-05T19:25:52.396Z] === PAUSE TestServiceGet [2023-05-05T19:25:52.396Z] === RUN TestServicePrune [2023-05-05T19:25:52.396Z] === PAUSE TestServicePrune [2023-05-05T19:25:52.396Z] === RUN TestCreate [2023-05-05T19:25:52.396Z] === PAUSE TestCreate [2023-05-05T19:25:52.396Z] === RUN TestRemove [2023-05-05T19:25:52.396Z] === PAUSE TestRemove [2023-05-05T19:25:52.396Z] === RUN TestList [2023-05-05T19:25:52.396Z] === PAUSE TestList [2023-05-05T19:25:52.396Z] === RUN TestFindByDriver [2023-05-05T19:25:52.396Z] === PAUSE TestFindByDriver [2023-05-05T19:25:52.396Z] === RUN TestFindByReferenced [2023-05-05T19:25:52.396Z] === PAUSE TestFindByReferenced [2023-05-05T19:25:52.396Z] === RUN TestDerefMultipleOfSameRef [2023-05-05T19:25:52.396Z] === PAUSE TestDerefMultipleOfSameRef [2023-05-05T19:25:52.396Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2023-05-05T19:25:52.396Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2023-05-05T19:25:52.396Z] === RUN TestDefererencePluginOnCreateError [2023-05-05T19:25:52.396Z] === PAUSE TestDefererencePluginOnCreateError [2023-05-05T19:25:52.396Z] === RUN TestRefDerefRemove [2023-05-05T19:25:52.396Z] === PAUSE TestRefDerefRemove [2023-05-05T19:25:52.396Z] === RUN TestGet [2023-05-05T19:25:52.396Z] === PAUSE TestGet [2023-05-05T19:25:52.396Z] === RUN TestGetWithReference [2023-05-05T19:25:52.396Z] === PAUSE TestGetWithReference [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_nil_list [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_nil_list [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_empty_list [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_empty_list [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_filter_some [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_filter_some [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_filter_middle [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_filter_middle [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_filter_middle_and_last [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2023-05-05T19:25:52.396Z] === RUN TestFilterFunc/test_filter_first_and_last [2023-05-05T19:25:52.396Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_nil_list [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_filter_some [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_empty_list [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_filter_middle_and_last [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_filter_first_and_last [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2023-05-05T19:25:52.396Z] === CONT TestFilterFunc/test_filter_middle [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2023-05-05T19:25:52.396Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2023-05-05T19:25:52.396Z] === CONT TestSetGetMeta [2023-05-05T19:25:52.396Z] === CONT TestGetWithReference [2023-05-05T19:25:52.396Z] === CONT TestList [2023-05-05T19:25:52.396Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2023-05-05T19:25:52.396Z] --- PASS: TestSetGetMeta (0.05s) [2023-05-05T19:25:52.396Z] === CONT TestRefDerefRemove [2023-05-05T19:25:52.396Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.06s) [2023-05-05T19:25:52.396Z] === CONT TestGet [2023-05-05T19:25:52.396Z] --- PASS: TestGetWithReference (0.08s) [2023-05-05T19:25:52.396Z] === CONT TestDefererencePluginOnCreateError [2023-05-05T19:25:52.396Z] --- PASS: TestRefDerefRemove (0.04s) [2023-05-05T19:25:52.396Z] === CONT TestServiceGet [2023-05-05T19:25:52.396Z] --- PASS: TestList (0.10s) [2023-05-05T19:25:52.396Z] === CONT TestRemove [2023-05-05T19:25:52.396Z] --- PASS: TestDefererencePluginOnCreateError (0.07s) [2023-05-05T19:25:52.396Z] === CONT TestCreate [2023-05-05T19:25:52.396Z] --- PASS: TestGet (0.12s) [2023-05-05T19:25:52.396Z] === CONT TestServicePrune [2023-05-05T19:25:52.396Z] --- PASS: TestRemove (0.13s) [2023-05-05T19:25:52.396Z] === CONT TestFindByReferenced [2023-05-05T19:25:52.396Z] --- PASS: TestCreate (0.08s) [2023-05-05T19:25:52.396Z] === CONT TestDerefMultipleOfSameRef [2023-05-05T19:25:52.396Z] --- PASS: TestFindByReferenced (0.04s) [2023-05-05T19:25:52.396Z] === CONT TestServiceList [2023-05-05T19:25:52.396Z] --- PASS: TestDerefMultipleOfSameRef (0.06s) [2023-05-05T19:25:52.396Z] === CONT TestServiceRemove [2023-05-05T19:25:52.396Z] --- PASS: TestServiceGet (0.26s) [2023-05-05T19:25:52.396Z] === CONT TestServiceCreate [2023-05-05T19:25:52.396Z] time="2023-05-05T19:25:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-05-05T19:25:52.396Z] --- PASS: TestServiceRemove (0.07s) [2023-05-05T19:25:52.396Z] === CONT TestRestore [2023-05-05T19:25:52.396Z] time="2023-05-05T19:25:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-05-05T19:25:52.396Z] --- PASS: TestServiceList (0.12s) [2023-05-05T19:25:52.396Z] === CONT TestFindByDriver [2023-05-05T19:25:52.396Z] time="2023-05-05T19:25:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-05-05T19:25:52.396Z] time="2023-05-05T19:25:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2023-05-05T19:25:52.396Z] time="2023-05-05T19:25:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2023-05-05T19:25:52.396Z] --- PASS: TestServicePrune (0.24s) [2023-05-05T19:25:52.396Z] --- PASS: TestServiceCreate (0.08s) [2023-05-05T19:25:52.396Z] --- PASS: TestRestore (0.08s) [2023-05-05T19:25:52.396Z] --- PASS: TestFindByDriver (0.07s) [2023-05-05T19:25:52.396Z] PASS [2023-05-05T19:25:52.396Z] coverage: 70.3% of statements [2023-05-05T19:25:52.396Z] ok github.com/docker/docker/volume/service 0.513s coverage: 70.3% of statements [2023-05-05T19:25:52.517Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2023-05-05T19:25:53.893Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2023-05-05T19:25:55.270Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/locker [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/mount [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-05-05T19:25:55.359Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-05-05T19:25:55.359Z] time="2023-05-05T19:25:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2023-05-05T19:25:56.205Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2023-05-05T19:25:58.740Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2023-05-05T19:25:59.306Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2023-05-05T19:26:00.684Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2023-05-05T19:26:02.061Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2023-05-05T19:26:02.997Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2023-05-05T19:26:03.933Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2023-05-05T19:26:04.038Z] --- PASS: TestGet (15.01s) [2023-05-05T19:26:04.041Z] === RUN TestPluginWithNoManifest [2023-05-05T19:26:04.041Z] --- PASS: TestPluginWithNoManifest (0.00s) [2023-05-05T19:26:04.041Z] === RUN TestGetAll [2023-05-05T19:26:04.041Z] --- PASS: TestGetAll (0.01s) [2023-05-05T19:26:04.041Z] PASS [2023-05-05T19:26:04.041Z] coverage: 73.2% of statements [2023-05-05T19:26:04.041Z] ok github.com/docker/docker/pkg/plugins 35.067s coverage: 73.2% of statements [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/pkg/symlink [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/pkg/term [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/quota [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/rootless [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/testutil/request [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/volume [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-05-05T19:26:04.041Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-05-05T19:26:05.309Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === Skipped [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2023-05-05T19:26:06.253Z] dispatchers_test.go:377: Windows does not support stopsignal [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2023-05-05T19:26:06.253Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2023-05-05T19:26:06.253Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2023-05-05T19:26:06.253Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2023-05-05T19:26:06.253Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2023-05-05T19:26:06.253Z] client_test.go:23: runtime.GOOS == "windows" [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2023-05-05T19:26:06.253Z] daemon_test.go:146: root required [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2023-05-05T19:26:06.253Z] reload_test.go:520: root required [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2023-05-05T19:26:06.253Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2023-05-05T19:26:06.253Z] pull_v2_test.go:81: Needs fixing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2023-05-05T19:26:06.253Z] pull_v2_test.go:126: Needs fixing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2023-05-05T19:26:06.253Z] download_test.go:267: Needs fixing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2023-05-05T19:26:06.253Z] layer_test.go:303: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2023-05-05T19:26:06.253Z] layer_test.go:352: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2023-05-05T19:26:06.253Z] layer_test.go:467: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.01s) [2023-05-05T19:26:06.253Z] layer_test.go:696: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2023-05-05T19:26:06.253Z] migration_test.go:45: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2023-05-05T19:26:06.253Z] migration_test.go:181: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2023-05-05T19:26:06.253Z] mount_test.go:17: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2023-05-05T19:26:06.253Z] mount_test.go:76: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2023-05-05T19:26:06.253Z] mount_test.go:125: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2023-05-05T19:26:06.253Z] mount_test.go:212: Failing on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:133: Xz not present in msys2 [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:238: Failing on Windows CI machines [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2023-05-05T19:26:06.253Z] archive_windows_test.go:16: Currently fails [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2023-05-05T19:26:06.253Z] changes_test.go:191: needs more investigation [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2023-05-05T19:26:06.253Z] changes_test.go:404: needs further investigation [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2023-05-05T19:26:06.253Z] changes_test.go:440: needs further investigation [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2023-05-05T19:26:06.253Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2023-05-05T19:26:06.253Z] poller_test.go:40: No chmod on Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2023-05-05T19:26:06.253Z] fileutils_test.go:133: Needs porting to Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2023-05-05T19:26:06.253Z] fileutils_test.go:179: Needs porting to Windows [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2023-05-05T19:26:06.253Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.04s) [2023-05-05T19:26:06.253Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2023-05-05T19:26:06.253Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2023-05-05T19:26:06.253Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2023-05-05T19:26:06.253Z] local_test.go:180: runtime.GOOS == "windows" [2023-05-05T19:26:06.253Z] [2023-05-05T19:26:06.253Z] DONE 1864 tests, 45 skipped in 248.762s [2023-05-05T19:26:06.686Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2023-05-05T19:26:06.714Z] INFO: make.ps1 ended at 05/05/2023 19:26:06 [2023-05-05T19:26:08.589Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2023-05-05T19:26:08.904Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2023-05-05T19:26:08.904Z] INFO: Unit tests ended at 05/05/2023 19:26:08. Duration:00:04:29.7337254 [2023-05-05T19:26:08.904Z] INFO: Building busybox [2023-05-05T19:26:08.904Z] Sending build context to Docker daemon 5.12kB [2023-05-05T19:26:08.904Z] [2023-05-05T19:26:08.904Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2023-05-05T19:26:08.904Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2023-05-05T19:26:08.904Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2023-05-05T19:26:08.904Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2023-05-05T19:26:08.904Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2023-05-05T19:26:08.904Z] ---> 997b460651ea [2023-05-05T19:26:08.904Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2023-05-05T19:26:08.904Z] ---> Running in 9c750b2da548 [2023-05-05T19:26:09.965Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2023-05-05T19:26:11.340Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2023-05-05T19:26:11.599Z] === RUN TestDockerSuite/TestVolumeCLICreate [2023-05-05T19:26:26.510Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2023-05-05T19:26:26.510Z] docker_cli_service_logs_test.go:246: checking task ruk5wr40jrco [2023-05-05T19:26:26.510Z] docker_cli_service_logs_test.go:251: checking messages for ruk5wr40jrco [2023-05-05T19:26:26.510Z] docker_cli_service_logs_test.go:246: checking task 0zr26cmg72px [2023-05-05T19:26:26.510Z] docker_cli_service_logs_test.go:251: checking messages for 0zr26cmg72px [2023-05-05T19:26:26.510Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2023-05-05T19:26:26.510Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2023-05-05T19:26:26.768Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2023-05-05T19:26:27.336Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2023-05-05T19:26:27.336Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2023-05-05T19:26:27.336Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2023-05-05T19:26:27.336Z] === RUN TestDockerSuite/TestVolumeCLILs [2023-05-05T19:26:27.903Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2023-05-05T19:26:27.903Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2023-05-05T19:26:28.470Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2023-05-05T19:26:28.470Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2023-05-05T19:26:28.729Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2023-05-05T19:26:28.729Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2023-05-05T19:26:28.729Z] === RUN TestDockerSuite/TestVolumeCLIRm [2023-05-05T19:26:30.105Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2023-05-05T19:26:30.105Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2023-05-05T19:26:30.363Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2023-05-05T19:26:30.363Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2023-05-05T19:26:30.363Z] === RUN TestDockerSuite/TestVolumeEvents [2023-05-05T19:26:30.930Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2023-05-05T19:26:32.306Z] === RUN TestDockerSuite/TestVolumeLsFormat [2023-05-05T19:26:32.306Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2023-05-05T19:26:32.306Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2023-05-05T19:26:36.704Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2023-05-05T19:26:37.275Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2023-05-05T19:26:37.275Z] docker_cli_run_test.go:4437: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite (1166.54s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.67s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.32s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.56s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.43s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.01s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.49s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.27s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.58s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.70s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.23s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.03s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.95s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.49s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.62s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.57s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.65s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.34s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.01s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAttachDetach (0.83s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.62s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.66s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.75s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.87s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.90s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.62s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.85s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.77s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.80s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.38s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (13.96s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.35s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.04s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.14s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.41s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.49s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.79s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.47s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.33s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.10s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.97s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (1.98s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.69s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.31s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.16s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.41s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.51s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.66s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.66s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.37s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.43s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.16s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddTar (5.10s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (0.76s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.75s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.19s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.06s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.17s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.53s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.60s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.99s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.53s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.45s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.26s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.65s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (1.85s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (7.35s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.39s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (1.57s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.20s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.31s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.72s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.72s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.18s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.60s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.31s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.32s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (3.27s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (0.92s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.31s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.89s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (3.96s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.68s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.39s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.27s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCmd (0.16s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.18s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.19s) [2023-05-05T19:26:37.275Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.63s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.48s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.42s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.82s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.18s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.74s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.27s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.15s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.73s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.34s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.24s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.84s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.85s) [2023-05-05T19:26:37.275Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2023-05-05T19:26:37.275Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2023-05-05T19:26:37.275Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2023-05-05T19:26:37.275Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.79s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.74s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.09s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.16s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.83s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.97s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.25s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.98s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.62s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.28s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.82s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.73s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.73s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignore (6.68s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.74s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.45s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.09s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.37s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (2.29s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.13s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.23s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (3.74s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.66s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.29s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.72s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.08s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.32s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.16s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.20s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.34s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.06s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.14s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.15s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.31s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.87s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (0.89s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnv (0.86s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.88s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.66s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.00s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (13.60s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (0.89s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (6.01s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.44s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.32s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.29s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (0.88s) [2023-05-05T19:26:37.275Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.19s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.44s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildExpose (0.17s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.33s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.24s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.17s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFails (0.61s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.52s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.56s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.33s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromGit (0.98s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.20s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.68s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.22s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.43s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.17s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.40s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.47s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.77s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildHistory (2.21s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.26s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.71s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.37s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.28s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.75s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildLabel (0.26s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.24s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.24s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.17s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildLabels (0.27s) [2023-05-05T19:26:37.275Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.59s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.47s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.10s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.35s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.15s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.73s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.89s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.22s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.31s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.30s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.57s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.62s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.29s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.18s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.26s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.26s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.20s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.49s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.59s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.55s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.09s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.18s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.52s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.19s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.33s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.99s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.29s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.62s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.83s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.46s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.77s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.92s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.22s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.29s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildPATH (1.19s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.59s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (5.90s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.13s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.56s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildRm (1.74s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.61s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.64s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.21s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.32s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.91s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.94s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.76s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.67s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.16s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.18s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.60s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildStderr (0.60s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.29s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.66s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.59s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.26s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.59s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.86s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildUser (1.58s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.13s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.38s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.59s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.16s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.62s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.71s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.90s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.15s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.55s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.55s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.71s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.20s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.52s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.19s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.29s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.39s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.24s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.46s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.56s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.53s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.61s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitTTY (1.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.53s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.55s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.15s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.42s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.58s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.64s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.53s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.75s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.58s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.54s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.51s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.11s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.52s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.53s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.51s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.50s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.51s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.50s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.41s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.98s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (0.95s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.46s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.24s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.51s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.52s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.57s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.56s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.14s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.99s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.57s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.37s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.33s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.28s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.36s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0003c5200_} (1.28s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1579169447_/foo_false____} (1.35s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1579169447_/foo_true____} (1.59s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31258133969_/foo_false____} (1.39s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31258133969_/foo_true____} (1.34s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31258133969_/foo_true__0xc0003c5230__} (1.36s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0003c5248_} (1.34s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0003c5260_} (1.26s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0003c5278_} (1.27s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0003c5290_} (1.29s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.95s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.40s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.65s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.16s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.11s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.10s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.63s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.85s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.52s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.56s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.66s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.73s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.74s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.62s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.79s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.62s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.60s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.77s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.72s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.56s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.85s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.67s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.60s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.51s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.88s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.41s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.78s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.48s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.39s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.40s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.50s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.36s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.65s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.86s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.04s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.67s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToDot (1.15s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.98s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.06s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToStdout (0.84s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.96s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.14s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.52s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.76s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.30s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.48s) [2023-05-05T19:26:37.276Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.61s) [2023-05-05T19:26:37.276Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.20s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2023-05-05T19:26:37.277Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.61s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.09s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.04s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.46s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.97s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.75s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.08s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.16s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.59s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.43s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.73s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.55s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.41s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.03s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.21s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.66s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsAttach (0.54s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsCommit (0.72s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.82s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.50s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.53s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.99s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.26s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.76s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsCopy (0.94s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.43s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.47s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.20s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.26s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.10s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.21s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.23s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFilters (1.06s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFormat (1.49s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.60s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.16s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.99s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.16s) [2023-05-05T19:26:37.277Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2023-05-05T19:26:37.277Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.28s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (1.15s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsRename (0.67s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsResize (0.93s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.92s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.91s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.95s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.92s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsTop (0.52s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.66s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExec (0.73s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.55s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.53s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.71s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.46s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.89s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.53s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.63s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.60s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.64s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.17s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecCgroup (0.82s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecEnv (0.63s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.11s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.58s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecInspectID (2.64s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecInteractive (0.62s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.62s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecParseError (0.51s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.52s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.53s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.09s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.59s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecStartFails (0.60s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.75s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.53s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.58s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecUlimits (0.76s) [2023-05-05T19:26:37.277Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.39s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.64s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.98s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestExecWithUser (0.63s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.67s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.53s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.53s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestHealth (18.92s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.64s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.51s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.16s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.15s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.23s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.46s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.50s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesFormat (0.04s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.47s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImportDisplay (0.99s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImportFile (1.32s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.14s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImportGzipped (1.23s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.04s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.51s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.49s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.54s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.20s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2023-05-05T19:26:37.277Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.68s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectHistory (0.52s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2023-05-05T19:26:37.277Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.49s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.61s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.76s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.63s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.38s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.52s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectStatus (0.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.99s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.51s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.51s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.74s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.50s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.21s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.98s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.99s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.25s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.14s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.69s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.49s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.30s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.09s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.44s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.52s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.19s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.52s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.46s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.49s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.50s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.80s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.80s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.78s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.75s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.36s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsSince (6.54s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.44s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.48s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsTail (0.56s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.50s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.54s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.47s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestNetHostname (1.26s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.19s) [2023-05-05T19:26:37.277Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.65s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.24s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPluginActive (2.23s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.73s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.84s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.79s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.27s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.34s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.84s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.90s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPortList (7.22s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.93s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.40s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.49s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.49s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.05s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.98s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.92s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsByOrder (2.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.02s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.33s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.27s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.54s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.94s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.97s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.99s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.06s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.89s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.12s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.52s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.52s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.61s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.53s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.39s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.60s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.69s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.63s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.17s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.99s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.97s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.29s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.62s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.18s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.06s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.61s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.60s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.57s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.61s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.21s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.84s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAddHost (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.51s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.49s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.90s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.98s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.67s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.70s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.81s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.75s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.85s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.51s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.72s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.49s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.51s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.52s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.67s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.05s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.55s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.51s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.90s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.96s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.94s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.67s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.51s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.04s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.02s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.67s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.08s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.33s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.55s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.11s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.90s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.41s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.03s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.48s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.13s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.52s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.51s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.52s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.49s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.65s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunExitCode (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.65s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.92s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.88s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.53s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.93s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.20s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.03s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.96s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.57s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.90s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.99s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.59s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.88s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.37s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.29s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.73s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.27s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.12s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.82s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.16s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.91s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.99s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunMount (4.15s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.99s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.14s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.67s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.66s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.09s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.91s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetHost (0.76s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.08s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.43s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.82s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.31s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.46s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.55s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (6.02s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.15s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.62s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.64s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.51s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.51s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.97s) [2023-05-05T19:26:37.278Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.10s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.97s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunRm (0.47s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.56s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.53s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.86s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.29s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.50s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.38s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.69s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.57s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.48s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.45s) [2023-05-05T19:26:37.278Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.57s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.71s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.66s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.52s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.52s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.74s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.81s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunState (1.34s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.55s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.34s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.75s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.51s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunSysctls (1.07s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.58s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.45s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.07s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.01s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.63s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.66s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.39s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUserByID (0.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUserByName (0.49s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.45s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.63s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.62s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.37s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.97s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.53s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.50s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.46s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.68s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.89s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.44s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.45s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.50s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.02s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.51s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.14s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.64s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.86s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.59s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.96s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.59s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.20s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.61s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.43s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.65s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.72s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.19s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.18s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.32s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.64s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.12s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.05s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.15s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.08s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.42s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.52s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.91s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.81s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.74s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.21s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.93s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.93s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.57s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartRecordError (1.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.19s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.98s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.62s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.36s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.83s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.51s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.63s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.86s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.88s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.78s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.48s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.97s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.63s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.59s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.05s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateStats (3.55s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.23s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.05s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.62s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.80s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.89s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.58s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.46s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.15s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.59s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.35s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.94s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.91s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.39s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.39s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.42s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.87s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.51s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.52s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.64s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.47s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.52s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.39s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.82s) [2023-05-05T19:26:37.279Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.85s) [2023-05-05T19:26:37.279Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2023-05-05T19:26:37.279Z] === RUN TestDockerRegistrySuite [2023-05-05T19:26:37.279Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2023-05-05T19:26:37.279Z] === RUN TestDockerSwarmSuite/TestServiceScale [2023-05-05T19:26:38.215Z] check_test.go:195: [dbbae3d50aefd] daemon is not started [2023-05-05T19:26:38.215Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2023-05-05T19:26:39.152Z] check_test.go:195: [da612c0862a08] daemon is not started [2023-05-05T19:26:39.152Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2023-05-05T19:26:39.720Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2023-05-05T19:26:40.287Z] check_test.go:195: [d1c2c1ab2fe26] daemon is not started [2023-05-05T19:26:40.287Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2023-05-05T19:26:40.287Z] check_test.go:195: [db91954f3660d] daemon is not started [2023-05-05T19:26:40.287Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2023-05-05T19:26:41.656Z] Removing intermediate container 9c750b2da548 [2023-05-05T19:26:41.657Z] ---> 724806749308 [2023-05-05T19:26:41.657Z] Step 7/13 : ARG BUSYBOX_VERSION [2023-05-05T19:26:41.657Z] ---> Running in d1def816a3a2 [2023-05-05T19:26:41.657Z] Removing intermediate container d1def816a3a2 [2023-05-05T19:26:41.657Z] ---> 0dc7e4b22fc3 [2023-05-05T19:26:41.657Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2023-05-05T19:26:41.657Z] ---> Running in c2c95744a5aa [2023-05-05T19:26:41.657Z] Removing intermediate container c2c95744a5aa [2023-05-05T19:26:41.657Z] ---> bab4ef86e596 [2023-05-05T19:26:41.657Z] Step 9/13 : ADD https://github.com/moby/busybox/releases/download/${BUSYBOX_VERSION}/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2023-05-05T19:26:41.657Z] [2023-05-05T19:26:41.657Z] [2023-05-05T19:26:41.657Z] ---> 13aa6110d8a3 [2023-05-05T19:26:41.657Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2023-05-05T19:26:41.657Z] ---> Running in d583c50cdd0d [2023-05-05T19:26:42.820Z] check_test.go:195: [d562fd7aab9a6] daemon is not started [2023-05-05T19:26:43.079Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2023-05-05T19:26:51.194Z] check_test.go:195: [d85bf3f4c6251] daemon is not started [2023-05-05T19:26:51.194Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2023-05-05T19:26:52.570Z] check_test.go:195: [dbcc289fe89aa] daemon is not started [2023-05-05T19:26:52.570Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2023-05-05T19:26:53.506Z] check_test.go:195: [d6f102a1a3268] daemon is not started [2023-05-05T19:26:53.506Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2023-05-05T19:26:54.073Z] check_test.go:195: [d1b05077e48d1] daemon is not started [2023-05-05T19:26:54.073Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2023-05-05T19:26:55.008Z] check_test.go:195: [d6b9d26989e99] daemon is not started [2023-05-05T19:26:55.008Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2023-05-05T19:26:56.401Z] check_test.go:195: [d0625dfe38f74] daemon is not started [2023-05-05T19:26:56.401Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2023-05-05T19:26:57.338Z] check_test.go:195: [db5feffa124f5] daemon is not started [2023-05-05T19:26:57.338Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2023-05-05T19:26:58.714Z] check_test.go:195: [d2c9cd0b1de22] daemon is not started [2023-05-05T19:26:58.714Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2023-05-05T19:26:59.650Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2023-05-05T19:26:59.650Z] check_test.go:195: [de7b2db33a2be] daemon is not started [2023-05-05T19:26:59.650Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2023-05-05T19:27:00.587Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c46cb8a487b30da712245c1091a6ae3b20e2017a6b231e7095fc4b7c22e3553f [2023-05-05T19:27:01.523Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0412d04b54d98ab89611b991d2c29a775adf19e3279ba503bdd260a18036a0d0 [2023-05-05T19:27:01.523Z] check_test.go:195: [d8b624df032a6] daemon is not started [2023-05-05T19:27:01.523Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2023-05-05T19:27:02.459Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2023-05-05T19:27:02.459Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:73bcbd138e0410732bfcce979435c1b7c8c7a2930e9b0b92f3b59024ae884f1d [2023-05-05T19:27:03.395Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4f6f3629ab5ca8992b809f8501f6d6079cfdbcab2c034a5419593c32ff69de94 [2023-05-05T19:27:03.654Z] check_test.go:195: [dacf11528f28f] daemon is not started [2023-05-05T19:27:03.654Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2023-05-05T19:27:04.590Z] check_test.go:195: [da093b6912310] daemon is not started [2023-05-05T19:27:04.590Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2023-05-05T19:27:05.157Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2023-05-05T19:27:07.060Z] docker_cli_swarm_test.go:1901: [d0f97a37ff5bf] joining swarm manager [de88128a71e51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:27:07.627Z] check_test.go:195: [d4d512818156f] daemon is not started [2023-05-05T19:27:07.627Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2023-05-05T19:27:09.002Z] docker_cli_swarm_test.go:1902: [df052cb41e7a9] joining swarm manager [de88128a71e51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:27:09.569Z] check_test.go:195: [d413fc4ac705a] daemon is not started [2023-05-05T19:27:09.569Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2023-05-05T19:27:10.505Z] check_test.go:195: [d348bee4ebbb9] daemon is not started [2023-05-05T19:27:10.505Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2023-05-05T19:27:11.441Z] check_test.go:195: [ddb26ebdbd584] daemon is not started [2023-05-05T19:27:11.441Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2023-05-05T19:27:11.640Z] Removing intermediate container d583c50cdd0d [2023-05-05T19:27:11.640Z] ---> a4d26c9fa8cc [2023-05-05T19:27:11.640Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2023-05-05T19:27:11.640Z] ---> Running in 574d678cff09 [2023-05-05T19:27:12.377Z] check_test.go:195: [deef29373ed81] daemon is not started [2023-05-05T19:27:12.377Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2023-05-05T19:27:13.312Z] check_test.go:195: [db8521b151538] daemon is not started [2023-05-05T19:27:13.312Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2023-05-05T19:27:13.826Z] [2023-05-05T19:27:13.826Z] SUCCESS: Specified value was saved. [2023-05-05T19:27:15.216Z] check_test.go:195: [dd0db1cbbd10c] daemon is not started [2023-05-05T19:27:15.216Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2023-05-05T19:27:15.783Z] check_test.go:195: [df31165f5183b] daemon is not started [2023-05-05T19:27:15.783Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2023-05-05T19:27:16.740Z] Removing intermediate container 574d678cff09 [2023-05-05T19:27:16.740Z] ---> 2ab1ff13c9ed [2023-05-05T19:27:16.740Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2023-05-05T19:27:16.740Z] ---> Running in 214034d7bc00 [2023-05-05T19:27:17.159Z] check_test.go:195: [d7e867d7879d3] daemon is not started [2023-05-05T19:27:17.159Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2023-05-05T19:27:18.093Z] check_test.go:195: [dea5eb1ebde2e] daemon is not started [2023-05-05T19:27:18.093Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2023-05-05T19:27:18.351Z] check_test.go:195: [df24e9f990480] daemon is not started [2023-05-05T19:27:18.351Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2023-05-05T19:27:18.610Z] check_test.go:195: [da146e31e0d01] daemon is not started [2023-05-05T19:27:18.610Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2023-05-05T19:27:19.545Z] check_test.go:195: [da630fcd8baa5] daemon is not started [2023-05-05T19:27:19.804Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2023-05-05T19:27:20.062Z] check_test.go:195: [d39ab02388c0f] daemon is not started [2023-05-05T19:27:20.062Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2023-05-05T19:27:20.997Z] check_test.go:195: [ddd2f0c3e1d33] daemon is not started [2023-05-05T19:27:20.997Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2023-05-05T19:27:21.563Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2023-05-05T19:27:21.822Z] check_test.go:195: [d8603c35f8de0] daemon is not started [2023-05-05T19:27:21.822Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2023-05-05T19:27:23.222Z] check_test.go:195: [dc5dd303d062e] daemon is not started [2023-05-05T19:27:23.481Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2023-05-05T19:27:23.828Z] Cannot create a file when that file already exists. [2023-05-05T19:27:24.049Z] check_test.go:195: [dd8b8994a3a63] daemon is not started [2023-05-05T19:27:24.308Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2023-05-05T19:27:25.243Z] check_test.go:195: [d93ce79484a4c] daemon is not started [2023-05-05T19:27:25.243Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2023-05-05T19:27:25.810Z] === RUN TestDockerRegistrySuite/TestV2Only [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite (49.57s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.07s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.12s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.57s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.89s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.55s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.96s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.82s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.92s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.06s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.96s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.45s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.22s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.77s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.04s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.00s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.15s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.82s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (1.05s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.91s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.78s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.19s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.25s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (1.22s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.25s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (1.13s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.31s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (1.03s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.90s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.44s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.82s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.90s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.85s) [2023-05-05T19:27:26.746Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.74s) [2023-05-05T19:27:26.746Z] === RUN TestDockerSchema1RegistrySuite [2023-05-05T19:27:26.746Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2023-05-05T19:27:26.746Z] check_test.go:222: [dae5054d76f91] daemon is not started [2023-05-05T19:27:26.746Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2023-05-05T19:27:29.279Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2023-05-05T19:27:29.846Z] check_test.go:222: [d64c1d45cda65] daemon is not started [2023-05-05T19:27:29.846Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2023-05-05T19:27:30.917Z] Removing intermediate container 214034d7bc00 [2023-05-05T19:27:30.917Z] ---> 3ddedbda9743 [2023-05-05T19:27:30.917Z] Step 13/13 : CMD ["sh"] [2023-05-05T19:27:30.917Z] ---> Running in de095f601584 [2023-05-05T19:27:30.917Z] Removing intermediate container de095f601584 [2023-05-05T19:27:30.917Z] ---> 1a37142305c0 [2023-05-05T19:27:30.917Z] Successfully built 1a37142305c0 [2023-05-05T19:27:30.917Z] Successfully tagged busybox:latest [2023-05-05T19:27:30.917Z] INFO: Docker images of the daemon under test [2023-05-05T19:27:30.917Z] [2023-05-05T19:27:30.917Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-05T19:27:30.917Z] busybox latest 1a37142305c0 Less than a second ago 4.67GB [2023-05-05T19:27:30.917Z] microsoft/windowsservercore latest 997b460651ea 4 weeks ago 4.65GB [2023-05-05T19:27:30.917Z] mcr.microsoft.com/windows/servercore ltsc2019 997b460651ea 4 weeks ago 4.65GB [2023-05-05T19:27:30.917Z] [2023-05-05T19:27:30.917Z] INFO: Running integration tests at 05/05/2023 19:27:30... [2023-05-05T19:27:30.917Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2023-05-05T19:27:30.917Z] INFO: Integration API tests being run from the host: [2023-05-05T19:27:30.917Z] INFO: make.ps1 starting at 05/05/2023 19:27:30 [2023-05-05T19:27:31.223Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2023-05-05T19:27:32.458Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2023-05-05T19:27:35.411Z] check_test.go:222: [d04fa8b3dd9ab] daemon is not started [2023-05-05T19:27:35.411Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2023-05-05T19:27:37.314Z] check_test.go:222: [dc5e72210acc5] daemon is not started [2023-05-05T19:27:37.314Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2023-05-05T19:27:38.250Z] check_test.go:222: [d6419042392b4] daemon is not started [2023-05-05T19:27:38.250Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2023-05-05T19:27:39.289Z] check_test.go:222: [d9cb9ab99545e] daemon is not started [2023-05-05T19:27:39.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2023-05-05T19:27:39.289Z] check_test.go:222: [d69711b9a7806] daemon is not started [2023-05-05T19:27:39.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2023-05-05T19:27:40.224Z] check_test.go:222: [df6502f797bf6] daemon is not started [2023-05-05T19:27:40.224Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2023-05-05T19:27:41.160Z] check_test.go:222: [d9f500df426a7] daemon is not started [2023-05-05T19:27:41.160Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2023-05-05T19:27:42.095Z] check_test.go:222: [db6dbf0dd30fd] daemon is not started [2023-05-05T19:27:42.095Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2023-05-05T19:27:44.627Z] check_test.go:222: [d706c5cee6a80] daemon is not started [2023-05-05T19:27:44.628Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2023-05-05T19:27:44.628Z] check_test.go:222: [d00c87d95be66] daemon is not started [2023-05-05T19:27:44.628Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2023-05-05T19:27:44.886Z] check_test.go:222: [daa59e28383ad] daemon is not started [2023-05-05T19:27:44.886Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2023-05-05T19:27:44.886Z] check_test.go:222: [d5a75a676ed67] daemon is not started [2023-05-05T19:27:45.144Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2023-05-05T19:27:45.144Z] check_test.go:222: [d74a164630fff] daemon is not started [2023-05-05T19:27:45.144Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2023-05-05T19:27:46.521Z] check_test.go:222: [d8d157660260f] daemon is not started [2023-05-05T19:27:46.521Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2023-05-05T19:27:46.521Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2023-05-05T19:27:47.898Z] check_test.go:222: [d345af4ce006b] daemon is not started [2023-05-05T19:27:47.898Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2023-05-05T19:27:47.898Z] check_test.go:222: [defe4ed03efc1] daemon is not started [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite (21.08s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.04s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.86s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.56s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.98s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.89s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.06s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.80s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.19s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.39s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.33s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.25s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (1.13s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (1.23s) [2023-05-05T19:27:47.898Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2023-05-05T19:27:47.898Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2023-05-05T19:27:47.898Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2023-05-05T19:27:48.465Z] docker_cli_swarm_test.go:1802: [da1ea151301dd] joining swarm manager [d0a6c4a1a2adb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:27:48.465Z] check_test.go:251: [d63778ae947a1] daemon is not started [2023-05-05T19:27:48.465Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2023-05-05T19:27:49.032Z] check_test.go:251: [db5367e6b4116] daemon is not started [2023-05-05T19:27:49.032Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2023-05-05T19:27:49.599Z] docker_cli_swarm_test.go:1803: [da923a01a5b19] joining swarm manager [d0a6c4a1a2adb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:27:50.175Z] check_test.go:251: [d96cf2eb58b67] daemon is not started [2023-05-05T19:27:50.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2023-05-05T19:27:51.124Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2023-05-05T19:27:51.691Z] check_test.go:251: [d2ae56636bf72] daemon is not started [2023-05-05T19:27:51.691Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2023-05-05T19:27:52.258Z] check_test.go:251: [d0e4d2538b7f8] daemon is not started [2023-05-05T19:27:52.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2023-05-05T19:27:53.193Z] check_test.go:251: [d09f5b8916695] daemon is not started [2023-05-05T19:27:53.193Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2023-05-05T19:27:53.193Z] check_test.go:251: [d3c458f7abe4b] daemon is not started [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.35s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.66s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.51s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (1.07s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.16s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.47s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.81s) [2023-05-05T19:27:53.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2023-05-05T19:27:53.193Z] === RUN TestDockerRegistryAuthTokenSuite [2023-05-05T19:27:53.193Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2023-05-05T19:27:57.644Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:27:57.644Z] INFO: Testing against a local daemon [2023-05-05T19:27:57.644Z] === RUN TestBuildWithSession [2023-05-05T19:27:57.644Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:27:57.644Z] --- SKIP: TestBuildWithSession (0.00s) [2023-05-05T19:27:57.644Z] === RUN TestBuildSquashParent [2023-05-05T19:27:57.644Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:27:57.644Z] --- SKIP: TestBuildSquashParent (0.00s) [2023-05-05T19:27:57.644Z] === RUN TestBuildWithRemoveAndForceRemove [2023-05-05T19:27:57.644Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:27:57.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:27:57.644Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:27:57.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:27:57.644Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:27:57.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:27:57.644Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:27:57.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:27:57.644Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:27:57.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:27:57.644Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:27:57.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:27:57.644Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-05-05T19:27:57.644Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-05-05T19:27:57.644Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-05-05T19:27:57.644Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-05-05T19:27:58.462Z] check_test.go:278: [de08479c0d913] daemon is not started [2023-05-05T19:27:58.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2023-05-05T19:27:58.462Z] check_test.go:278: [db9aab4633577] daemon is not started [2023-05-05T19:27:58.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2023-05-05T19:27:58.462Z] check_test.go:278: [d5e260f984650] daemon is not started [2023-05-05T19:27:58.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2023-05-05T19:27:58.720Z] check_test.go:278: [d8e98c299f820] daemon is not started [2023-05-05T19:27:58.720Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2023-05-05T19:27:58.720Z] check_test.go:278: [dc4d3c1bceb07] daemon is not started [2023-05-05T19:27:58.720Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.74s) [2023-05-05T19:27:58.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2023-05-05T19:27:58.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2023-05-05T19:27:58.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2023-05-05T19:27:58.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2023-05-05T19:27:58.720Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2023-05-05T19:27:58.720Z] === RUN TestDockerNetworkSuite [2023-05-05T19:27:58.720Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2023-05-05T19:28:01.251Z] docker_cli_network_unix_test.go:46: [dd8f635b91211] daemon is not started [2023-05-05T19:28:01.251Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2023-05-05T19:28:01.251Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2023-05-05T19:28:01.510Z] docker_cli_network_unix_test.go:46: [d59719ce7d3a8] daemon is not started [2023-05-05T19:28:02.077Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2023-05-05T19:28:04.611Z] docker_cli_network_unix_test.go:46: [db0c25e97dc6b] daemon is not started [2023-05-05T19:28:04.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2023-05-05T19:28:06.245Z] docker_cli_network_unix_test.go:46: [dfa917d72cbf9] daemon is not started [2023-05-05T19:28:06.504Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2023-05-05T19:28:06.504Z] docker_cli_network_unix_test.go:1233: [dd3e47368d369] daemon is not started [2023-05-05T19:28:09.037Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2023-05-05T19:28:09.295Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2023-05-05T19:28:10.232Z] docker_cli_network_unix_test.go:46: [d2d1ab21e2593] daemon is not started [2023-05-05T19:28:10.799Z] docker_cli_swarm_test.go:1321: [df1e73168aa66] joining swarm manager [d63f7e86a3788]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:28:10.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2023-05-05T19:28:12.176Z] docker_cli_swarm_test.go:1322: [d514a8684435d] joining swarm manager [d63f7e86a3788]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:28:12.517Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-05-05T19:28:12.518Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-05-05T19:28:14.709Z] docker_cli_network_unix_test.go:46: [db260146834b1] daemon is not started [2023-05-05T19:28:16.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2023-05-05T19:28:17.462Z] docker_cli_network_unix_test.go:46: [d1e3509edcf26] daemon is not started [2023-05-05T19:28:18.029Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2023-05-05T19:28:18.964Z] docker_cli_network_unix_test.go:46: [d2a966708522f] daemon is not started [2023-05-05T19:28:19.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2023-05-05T19:28:19.482Z] docker_cli_network_unix_test.go:46: [de49e731d44a1] daemon is not started [2023-05-05T19:28:19.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2023-05-05T19:28:19.740Z] docker_cli_network_unix_test.go:46: [d3cf0dd7892b8] daemon is not started [2023-05-05T19:28:19.999Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2023-05-05T19:28:20.599Z] docker_cli_network_unix_test.go:46: [d025e695dbdd2] daemon is not started [2023-05-05T19:28:20.857Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2023-05-05T19:28:21.424Z] docker_cli_network_unix_test.go:46: [d9747191f6a77] daemon is not started [2023-05-05T19:28:21.683Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2023-05-05T19:28:21.941Z] docker_cli_network_unix_test.go:46: [d114072fc6269] daemon is not started [2023-05-05T19:28:21.941Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2023-05-05T19:28:22.509Z] docker_cli_network_unix_test.go:46: [d7ee82e3c4024] daemon is not started [2023-05-05T19:28:22.509Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2023-05-05T19:28:22.767Z] docker_cli_network_unix_test.go:46: [d0944f1194601] daemon is not started [2023-05-05T19:28:22.856Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2023-05-05T19:28:22.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (14.51s) [2023-05-05T19:28:22.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.77s) [2023-05-05T19:28:22.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.18s) [2023-05-05T19:28:22.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.26s) [2023-05-05T19:28:22.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.82s) [2023-05-05T19:28:22.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.19s) [2023-05-05T19:28:22.856Z] === RUN TestBuildMultiStageCopy [2023-05-05T19:28:22.856Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-05-05T19:28:23.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2023-05-05T19:28:23.284Z] docker_cli_network_unix_test.go:46: [d557baaacbeb9] daemon is not started [2023-05-05T19:28:23.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2023-05-05T19:28:23.284Z] docker_cli_network_unix_test.go:46: [d4f7f1a5d13a5] daemon is not started [2023-05-05T19:28:23.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2023-05-05T19:28:23.543Z] docker_cli_network_unix_test.go:46: [d02cba8fd0d0e] daemon is not started [2023-05-05T19:28:23.543Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2023-05-05T19:28:24.111Z] docker_cli_network_unix_test.go:46: [de0c8a1fe9f06] daemon is not started [2023-05-05T19:28:24.111Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2023-05-05T19:28:24.679Z] docker_cli_network_unix_test.go:46: [da2823d5482bb] daemon is not started [2023-05-05T19:28:25.247Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2023-05-05T19:28:25.247Z] docker_cli_network_unix_test.go:46: [d920af7ac94de] daemon is not started [2023-05-05T19:28:25.247Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2023-05-05T19:28:25.506Z] docker_cli_network_unix_test.go:46: [dceae742fd5a6] daemon is not started [2023-05-05T19:28:25.506Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2023-05-05T19:28:25.764Z] docker_cli_network_unix_test.go:46: [d5339827ae911] daemon is not started [2023-05-05T19:28:25.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2023-05-05T19:28:26.700Z] docker_cli_network_unix_test.go:968: [d77d4624616af] daemon is not started [2023-05-05T19:28:28.075Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2023-05-05T19:28:29.011Z] docker_cli_network_unix_test.go:46: [d72e4451b8ecc] daemon is not started [2023-05-05T19:28:29.011Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2023-05-05T19:28:31.544Z] docker_cli_network_unix_test.go:1116: [dbe6b2fd76689] daemon is not started [2023-05-05T19:28:32.921Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2023-05-05T19:28:33.180Z] docker_cli_network_unix_test.go:46: [daaada2646c7e] daemon is not started [2023-05-05T19:28:33.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2023-05-05T19:28:33.214Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-05-05T19:28:33.214Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-05-05T19:28:34.115Z] docker_cli_network_unix_test.go:46: [d166d635b290f] daemon is not started [2023-05-05T19:28:34.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2023-05-05T19:28:34.115Z] docker_cli_network_unix_test.go:46: [d868de9866d57] daemon is not started [2023-05-05T19:28:34.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2023-05-05T19:28:34.115Z] docker_cli_network_unix_test.go:46: [d18dfee76f50f] daemon is not started [2023-05-05T19:28:34.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2023-05-05T19:28:34.187Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-05-05T19:28:34.374Z] docker_cli_network_unix_test.go:46: [de4e369a4f316] daemon is not started [2023-05-05T19:28:34.374Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2023-05-05T19:28:34.374Z] docker_cli_network_unix_test.go:46: [da16889b1d7a3] daemon is not started [2023-05-05T19:28:34.374Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2023-05-05T19:28:34.374Z] docker_cli_network_unix_test.go:46: [db2d3910cae34] daemon is not started [2023-05-05T19:28:34.374Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2023-05-05T19:28:35.731Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-05-05T19:28:35.749Z] docker_cli_network_unix_test.go:46: [db6525f2eb190] daemon is not started [2023-05-05T19:28:36.703Z] --- PASS: TestBuildMultiStageCopy (14.76s) [2023-05-05T19:28:36.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.57s) [2023-05-05T19:28:36.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.84s) [2023-05-05T19:28:36.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.94s) [2023-05-05T19:28:36.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.12s) [2023-05-05T19:28:36.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.28s) [2023-05-05T19:28:36.703Z] === RUN TestBuildMultiStageParentConfig [2023-05-05T19:28:37.126Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2023-05-05T19:28:37.126Z] docker_cli_network_unix_test.go:46: [da10b8345e47c] daemon is not started [2023-05-05T19:28:37.126Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2023-05-05T19:28:37.126Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2023-05-05T19:28:37.126Z] docker_cli_network_unix_test.go:46: [d354ea36b1fb2] daemon is not started [2023-05-05T19:28:37.126Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2023-05-05T19:28:37.384Z] docker_cli_network_unix_test.go:46: [d254a0a2fdc9f] daemon is not started [2023-05-05T19:28:37.643Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2023-05-05T19:28:39.620Z] --- PASS: TestBuildMultiStageParentConfig (2.83s) [2023-05-05T19:28:39.620Z] === RUN TestBuildLabelWithTargets [2023-05-05T19:28:39.620Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:28:39.620Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2023-05-05T19:28:39.620Z] === RUN TestBuildWithEmptyLayers [2023-05-05T19:28:41.164Z] --- PASS: TestBuildWithEmptyLayers (1.45s) [2023-05-05T19:28:41.164Z] === RUN TestBuildMultiStageOnBuild [2023-05-05T19:28:41.832Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2023-05-05T19:28:42.768Z] docker_cli_network_unix_test.go:1084: [ddaa70a9aec0b] daemon is not started [2023-05-05T19:28:44.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2023-05-05T19:28:44.144Z] docker_cli_network_unix_test.go:46: [d98f6d0549484] daemon is not started [2023-05-05T19:28:44.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2023-05-05T19:28:44.711Z] docker_cli_network_unix_test.go:46: [de7981d4160c0] daemon is not started [2023-05-05T19:28:44.970Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2023-05-05T19:28:46.345Z] docker_cli_network_unix_test.go:46: [da5ab5c5b0830] daemon is not started [2023-05-05T19:28:46.345Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2023-05-05T19:28:46.604Z] docker_cli_network_unix_test.go:46: [d5831e087c6a6] daemon is not started [2023-05-05T19:28:46.604Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2023-05-05T19:28:46.870Z] docker_cli_network_unix_test.go:46: [d9dfe78bb191a] daemon is not started [2023-05-05T19:28:47.136Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2023-05-05T19:28:47.720Z] docker_cli_network_unix_test.go:46: [d565de7e06866] daemon is not started [2023-05-05T19:28:47.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2023-05-05T19:28:48.287Z] docker_cli_network_unix_test.go:46: [d361e895eaab5] daemon is not started [2023-05-05T19:28:48.546Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2023-05-05T19:28:53.814Z] docker_cli_network_unix_test.go:46: [da16a82f08bb2] daemon is not started [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite (54.68s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.39s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.74s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.91s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.56s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.52s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.96s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.87s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.18s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.11s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.33s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.96s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.91s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.35s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.09s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.23s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.15s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (3.84s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.87s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.41s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2023-05-05T19:28:53.814Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.44s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.05s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.73s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.52s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.86s) [2023-05-05T19:28:53.814Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.01s) [2023-05-05T19:28:53.814Z] === RUN TestDockerHubPullSuite [2023-05-05T19:28:53.814Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2023-05-05T19:28:55.718Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2023-05-05T19:28:58.250Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2023-05-05T19:28:58.817Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2023-05-05T19:29:00.719Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2023-05-05T19:29:00.978Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2023-05-05T19:29:01.237Z] --- PASS: TestDockerHubPullSuite (7.76s) [2023-05-05T19:29:01.237Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.87s) [2023-05-05T19:29:01.237Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.52s) [2023-05-05T19:29:01.237Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.93s) [2023-05-05T19:29:01.237Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.62s) [2023-05-05T19:29:01.237Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.45s) [2023-05-05T19:29:01.237Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s) [2023-05-05T19:29:01.237Z] PASS [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === Skipped [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:6018: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:5988: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2023-05-05T19:29:01.237Z] docker_cli_sni_test.go:18: Flakey test [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2023-05-05T19:29:01.237Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_exec_test.go:517: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4044: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4063: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4129: unmatched requirement IsolationIsProcess [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:2864: kernel doesn't have latency_stats configured [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4099: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4109: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_run_test.go:4437: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2023-05-05T19:29:01.237Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2023-05-05T19:29:01.237Z] docker_cli_network_unix_test.go:46: [d354ea36b1fb2] daemon is not started [2023-05-05T19:29:01.237Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2023-05-05T19:29:01.237Z] [2023-05-05T19:29:01.237Z] DONE 1270 tests, 51 skipped in 1312.620s [2023-05-05T19:29:01.237Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-05-05T19:29:01.237Z] ++++ cat bundles/test-integration/docker.pid [2023-05-05T19:29:01.237Z] +++ kill 12629 [2023-05-05T19:29:02.290Z] --- PASS: TestBuildMultiStageOnBuild (19.92s) [2023-05-05T19:29:02.290Z] === RUN TestBuildUncleanTarFilenames [2023-05-05T19:29:02.290Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:29:02.290Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2023-05-05T19:29:02.290Z] === RUN TestBuildMultiStageLayerLeak [2023-05-05T19:29:02.613Z] +++ /etc/init.d/apparmor stop [2023-05-05T19:29:02.613Z] Leaving: AppArmorNo profiles have been unloaded. [2023-05-05T19:29:02.613Z] [2023-05-05T19:29:02.613Z] Unloading profiles will leave already running processes permanently [2023-05-05T19:29:02.613Z] unconfined, which can lead to unexpected situations. [2023-05-05T19:29:02.613Z] [2023-05-05T19:29:02.613Z] To set a process to complain mode, use the command line tool [2023-05-05T19:29:02.613Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-05-05T19:29:02.613Z] +++ true [2023-05-05T19:29:02.613Z] exiting test-integration [2023-05-05T19:29:02.613Z] ++ exit 0 [2023-05-05T19:29:02.613Z] [2023-05-05T19:29:02.613Z] + for job in $(jobs -p) [2023-05-05T19:29:02.613Z] + wait 24732 [2023-05-05T19:29:23.411Z] --- PASS: TestBuildMultiStageLayerLeak (22.00s) [2023-05-05T19:29:23.411Z] === RUN TestBuildWithHugeFile [2023-05-05T19:30:10.295Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2023-05-05T19:30:10.295Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2023-05-05T19:30:10.295Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2023-05-05T19:30:15.563Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2023-05-05T19:30:17.466Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2023-05-05T19:30:22.752Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2023-05-05T19:30:25.284Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2023-05-05T19:30:28.570Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2023-05-05T19:30:28.570Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2023-05-05T19:30:28.570Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2023-05-05T19:30:35.132Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2023-05-05T19:30:35.132Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2023-05-05T19:30:36.069Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2023-05-05T19:30:38.603Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2023-05-05T19:31:34.826Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2023-05-05T19:31:34.826Z] docker_cli_swarm_test.go:1186: [d09b8919675b6] joining swarm manager [d24b8946286e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:31:40.093Z] docker_cli_swarm_test.go:1195: [da27e3a3c3e46] joining swarm manager [d24b8946286e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:32:18.844Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2023-05-05T19:32:20.825Z] --- PASS: TestBuildWithHugeFile (170.77s) [2023-05-05T19:32:20.825Z] === RUN TestBuildWithEmptyDockerfile [2023-05-05T19:32:20.825Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:32:20.825Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:32:20.825Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:32:20.825Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:32:20.825Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:32:20.825Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:32:20.825Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-05-05T19:32:20.825Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-05-05T19:32:20.825Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-05-05T19:32:20.825Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2023-05-05T19:32:20.825Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2023-05-05T19:32:20.825Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2023-05-05T19:32:20.825Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2023-05-05T19:32:20.825Z] === RUN TestBuildPreserveOwnership [2023-05-05T19:32:20.825Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:32:20.825Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestBuildPlatformInvalid [2023-05-05T19:32:20.825Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2023-05-05T19:32:20.825Z] PASS [2023-05-05T19:32:20.825Z] ok github.com/docker/docker/integration/build 256.751s [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === Skipped [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2023-05-05T19:32:20.825Z] build_session_test.go:25: TODO: BuildKit [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2023-05-05T19:32:20.825Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2023-05-05T19:32:20.825Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2023-05-05T19:32:20.825Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2023-05-05T19:32:20.825Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] DONE 28 tests, 5 skipped in 282.317s [2023-05-05T19:32:20.825Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2023-05-05T19:32:20.825Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:32:20.825Z] INFO: Testing against a local daemon [2023-05-05T19:32:20.825Z] === RUN TestConfigInspect [2023-05-05T19:32:20.825Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestConfigInspect (0.01s) [2023-05-05T19:32:20.825Z] === RUN TestConfigList [2023-05-05T19:32:20.825Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestConfigList (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestConfigsCreateAndDelete [2023-05-05T19:32:20.825Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestConfigsUpdate [2023-05-05T19:32:20.825Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestConfigsUpdate (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestTemplatedConfig [2023-05-05T19:32:20.825Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestTemplatedConfig (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestConfigCreateResolve [2023-05-05T19:32:20.825Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:32:20.825Z] --- SKIP: TestConfigCreateResolve (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestConfigDaemonLibtrustID [2023-05-05T19:32:20.825Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:32:20.825Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2023-05-05T19:32:20.825Z] PASS [2023-05-05T19:32:20.825Z] ok github.com/docker/docker/integration/config 0.127s [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === Skipped [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2023-05-05T19:32:20.825Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2023-05-05T19:32:20.825Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2023-05-05T19:32:20.825Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2023-05-05T19:32:20.825Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2023-05-05T19:32:20.825Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2023-05-05T19:32:20.825Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2023-05-05T19:32:20.825Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:32:20.825Z] [2023-05-05T19:32:20.825Z] DONE 7 tests, 7 skipped in 2.478s [2023-05-05T19:32:20.825Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2023-05-05T19:32:20.825Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:32:20.825Z] INFO: Testing against a local daemon [2023-05-05T19:32:20.825Z] === RUN TestCheckpoint [2023-05-05T19:32:20.825Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:32:20.825Z] --- SKIP: TestCheckpoint (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestContainerInvalidJSON [2023-05-05T19:32:20.825Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:32:20.825Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:32:20.825Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:32:20.825Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:32:20.825Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:32:20.825Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:32:20.825Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2023-05-05T19:32:20.825Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2023-05-05T19:32:20.825Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2023-05-05T19:32:20.825Z] --- PASS: TestContainerInvalidJSON (0.07s) [2023-05-05T19:32:20.825Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2023-05-05T19:32:20.825Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2023-05-05T19:32:20.825Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2023-05-05T19:32:20.825Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-05-05T19:32:20.825Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2023-05-05T19:32:20.825Z] === RUN TestCopyFromContainerPathIsNotDir [2023-05-05T19:32:20.825Z] copy_test.go:37: testEnv.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.06s) [2023-05-05T19:32:20.825Z] === RUN TestCopyToContainerPathDoesNotExist [2023-05-05T19:32:20.825Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2023-05-05T19:32:20.825Z] === RUN TestCopyToContainerPathIsNotDir [2023-05-05T19:32:20.825Z] copy_test.go:62: testEnv.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.04s) [2023-05-05T19:32:20.825Z] === RUN TestCopyFromContainer [2023-05-05T19:32:20.825Z] copy_test.go:73: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestCopyFromContainer (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-05-05T19:32:20.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:32:20.825Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:32:20.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:32:20.825Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:32:20.825Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:32:20.825Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:32:20.825Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-05-05T19:32:20.825Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-05-05T19:32:20.825Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-05-05T19:32:20.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2023-05-05T19:32:20.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-05-05T19:32:20.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2023-05-05T19:32:20.825Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2023-05-05T19:32:20.825Z] === RUN TestCreateLinkToNonExistingContainer [2023-05-05T19:32:20.825Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2023-05-05T19:32:20.825Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestCreateWithInvalidEnv [2023-05-05T19:32:20.825Z] === RUN TestCreateWithInvalidEnv/0 [2023-05-05T19:32:20.825Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-05-05T19:32:20.825Z] === RUN TestCreateWithInvalidEnv/1 [2023-05-05T19:32:20.825Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-05-05T19:32:20.825Z] === RUN TestCreateWithInvalidEnv/2 [2023-05-05T19:32:20.825Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-05-05T19:32:20.825Z] === CONT TestCreateWithInvalidEnv/0 [2023-05-05T19:32:20.825Z] === CONT TestCreateWithInvalidEnv/2 [2023-05-05T19:32:20.825Z] === CONT TestCreateWithInvalidEnv/1 [2023-05-05T19:32:20.825Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2023-05-05T19:32:20.825Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2023-05-05T19:32:20.825Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2023-05-05T19:32:20.825Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2023-05-05T19:32:20.825Z] === RUN TestCreateTmpfsMountsTarget [2023-05-05T19:32:20.825Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:20.825Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestCreateWithCustomMaskedPaths [2023-05-05T19:32:20.825Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:32:20.825Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2023-05-05T19:32:20.825Z] === RUN TestCreateWithCustomReadonlyPaths [2023-05-05T19:32:20.826Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:32:20.826Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2023-05-05T19:32:20.826Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-05-05T19:32:21.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:32:21.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:32:21.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:32:21.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:32:21.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:32:21.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:32:21.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:32:21.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:32:21.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:32:21.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:32:21.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-05-05T19:32:21.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-05-05T19:32:21.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-05-05T19:32:21.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-05-05T19:32:21.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-05-05T19:32:21.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2023-05-05T19:32:21.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-05-05T19:32:21.286Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-05-05T19:32:21.287Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-05-05T19:32:21.287Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2023-05-05T19:32:21.287Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-05-05T19:32:21.287Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-05-05T19:32:21.287Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2023-05-05T19:32:21.287Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2023-05-05T19:32:21.287Z] === RUN TestCreateDifferentPlatform [2023-05-05T19:32:21.287Z] === RUN TestCreateDifferentPlatform/different_os [2023-05-05T19:32:21.287Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-05-05T19:32:21.287Z] --- PASS: TestCreateDifferentPlatform (0.06s) [2023-05-05T19:32:21.287Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2023-05-05T19:32:21.287Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2023-05-05T19:32:21.287Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-05-05T19:32:21.287Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2023-05-05T19:32:21.287Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-05-05T19:32:21.287Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2023-05-05T19:32:21.287Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2023-05-05T19:32:21.287Z] === RUN TestContainerKillOnDaemonStart [2023-05-05T19:32:21.287Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:21.287Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2023-05-05T19:32:21.287Z] === RUN TestDiff [2023-05-05T19:32:21.287Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2023-05-05T19:32:21.287Z] --- SKIP: TestDiff (0.00s) [2023-05-05T19:32:21.287Z] === RUN TestExecWithCloseStdin [2023-05-05T19:32:23.030Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2023-05-05T19:32:24.274Z] --- PASS: TestExecWithCloseStdin (3.13s) [2023-05-05T19:32:24.274Z] === RUN TestExec [2023-05-05T19:32:27.188Z] --- PASS: TestExec (2.78s) [2023-05-05T19:32:27.188Z] === RUN TestExecUser [2023-05-05T19:32:27.188Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2023-05-05T19:32:27.188Z] --- SKIP: TestExecUser (0.00s) [2023-05-05T19:32:27.188Z] === RUN TestExportContainerAndImportImage [2023-05-05T19:32:27.188Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:27.188Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2023-05-05T19:32:27.188Z] === RUN TestExportContainerAfterDaemonRestart [2023-05-05T19:32:27.188Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:27.188Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2023-05-05T19:32:27.188Z] === RUN TestHealthCheckWorkdir [2023-05-05T19:32:27.188Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2023-05-05T19:32:27.188Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2023-05-05T19:32:27.188Z] === RUN TestHealthKillContainer [2023-05-05T19:32:27.188Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2023-05-05T19:32:27.188Z] --- SKIP: TestHealthKillContainer (0.00s) [2023-05-05T19:32:27.188Z] === RUN TestHealthCheckProcessKilled [2023-05-05T19:32:27.219Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2023-05-05T19:32:29.121Z] docker_cli_swarm_test.go:1118: [d01d5a3409ce3] joining swarm manager [dfbfe6afe4e93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:32:30.102Z] --- PASS: TestHealthCheckProcessKilled (2.77s) [2023-05-05T19:32:30.102Z] === RUN TestInspectCpusetInConfigPre120 [2023-05-05T19:32:30.102Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-05-05T19:32:30.102Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2023-05-05T19:32:30.102Z] === RUN TestKillContainerInvalidSignal [2023-05-05T19:32:30.497Z] docker_cli_swarm_test.go:1119: [deaa110889438] joining swarm manager [dfbfe6afe4e93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:32:32.286Z] --- PASS: TestKillContainerInvalidSignal (2.40s) [2023-05-05T19:32:32.287Z] === RUN TestKillContainer [2023-05-05T19:32:32.287Z] === RUN TestKillContainer/no_signal [2023-05-05T19:32:35.202Z] === RUN TestKillContainer/non_killing_signal [2023-05-05T19:32:35.202Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2023-05-05T19:32:35.202Z] === RUN TestKillContainer/killing_signal [2023-05-05T19:32:38.121Z] --- PASS: TestKillContainer (5.29s) [2023-05-05T19:32:38.121Z] --- PASS: TestKillContainer/no_signal (2.35s) [2023-05-05T19:32:38.121Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2023-05-05T19:32:38.121Z] --- PASS: TestKillContainer/killing_signal (2.86s) [2023-05-05T19:32:38.121Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-05-05T19:32:38.121Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-05-05T19:32:38.121Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2023-05-05T19:32:38.121Z] === RUN TestKillStoppedContainer [2023-05-05T19:32:38.121Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-05-05T19:32:38.121Z] --- SKIP: TestKillStoppedContainer (0.00s) [2023-05-05T19:32:38.121Z] === RUN TestKillStoppedContainerAPIPre120 [2023-05-05T19:32:38.121Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-05-05T19:32:38.121Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2023-05-05T19:32:38.121Z] === RUN TestKillDifferentUserContainer [2023-05-05T19:32:38.121Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2023-05-05T19:32:38.121Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2023-05-05T19:32:38.121Z] === RUN TestInspectOomKilledTrue [2023-05-05T19:32:38.121Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:38.121Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2023-05-05T19:32:38.121Z] === RUN TestInspectOomKilledFalse [2023-05-05T19:32:38.121Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:32:38.121Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2023-05-05T19:32:38.121Z] === RUN TestLogsFollowTailEmpty [2023-05-05T19:32:40.304Z] --- PASS: TestLogsFollowTailEmpty (2.43s) [2023-05-05T19:32:40.304Z] === RUN TestNetworkNat [2023-05-05T19:32:40.304Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2023-05-05T19:32:40.304Z] --- SKIP: TestNetworkNat (0.00s) [2023-05-05T19:32:40.304Z] === RUN TestNetworkLocalhostTCPNat [2023-05-05T19:32:43.216Z] --- PASS: TestNetworkLocalhostTCPNat (2.79s) [2023-05-05T19:32:43.216Z] === RUN TestNetworkLoopbackNat [2023-05-05T19:32:43.216Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2023-05-05T19:32:43.216Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2023-05-05T19:32:43.216Z] === RUN TestPause [2023-05-05T19:32:43.216Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2023-05-05T19:32:43.216Z] --- SKIP: TestPause (0.00s) [2023-05-05T19:32:43.216Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-05-05T19:32:45.400Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.46s) [2023-05-05T19:32:45.400Z] === RUN TestPauseStopPausedContainer [2023-05-05T19:32:45.400Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:32:45.400Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2023-05-05T19:32:45.400Z] === RUN TestPsFilter [2023-05-05T19:32:45.400Z] --- PASS: TestPsFilter (0.15s) [2023-05-05T19:32:45.400Z] === RUN TestRemoveContainerWithRemovedVolume [2023-05-05T19:32:53.986Z] --- PASS: TestRemoveContainerWithRemovedVolume (7.88s) [2023-05-05T19:32:53.986Z] === RUN TestRemoveContainerWithVolume [2023-05-05T19:33:01.077Z] --- PASS: TestRemoveContainerWithVolume (7.58s) [2023-05-05T19:33:01.077Z] === RUN TestRemoveContainerRunning [2023-05-05T19:33:03.995Z] --- PASS: TestRemoveContainerRunning (2.67s) [2023-05-05T19:33:03.995Z] === RUN TestRemoveContainerForceRemoveRunning [2023-05-05T19:33:06.182Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.47s) [2023-05-05T19:33:06.182Z] === RUN TestRemoveInvalidContainer [2023-05-05T19:33:06.182Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2023-05-05T19:33:06.182Z] === RUN TestRenameLinkedContainer [2023-05-05T19:33:06.182Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2023-05-05T19:33:06.182Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2023-05-05T19:33:06.182Z] === RUN TestRenameStoppedContainer [2023-05-05T19:33:09.096Z] --- PASS: TestRenameStoppedContainer (2.98s) [2023-05-05T19:33:09.096Z] === RUN TestRenameRunningContainerAndReuse [2023-05-05T19:33:14.937Z] --- PASS: TestRenameRunningContainerAndReuse (5.44s) [2023-05-05T19:33:14.937Z] === RUN TestRenameInvalidName [2023-05-05T19:33:17.167Z] --- PASS: TestRenameInvalidName (2.58s) [2023-05-05T19:33:17.167Z] === RUN TestRenameAnonymousContainer [2023-05-05T19:33:17.167Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2023-05-05T19:33:17.167Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2023-05-05T19:33:17.167Z] === RUN TestRenameContainerWithSameName [2023-05-05T19:33:20.129Z] --- PASS: TestRenameContainerWithSameName (2.61s) [2023-05-05T19:33:20.129Z] === RUN TestRenameContainerWithLinkedContainer [2023-05-05T19:33:20.129Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2023-05-05T19:33:20.129Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2023-05-05T19:33:20.129Z] === RUN TestResize [2023-05-05T19:33:22.351Z] --- PASS: TestResize (2.59s) [2023-05-05T19:33:22.351Z] === RUN TestResizeWithInvalidSize [2023-05-05T19:33:22.351Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2023-05-05T19:33:22.351Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2023-05-05T19:33:22.351Z] === RUN TestResizeWhenContainerNotStarted [2023-05-05T19:33:31.029Z] --- PASS: TestResizeWhenContainerNotStarted (7.67s) [2023-05-05T19:33:31.029Z] === RUN TestDaemonRestartKillContainers [2023-05-05T19:33:31.029Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:33:31.029Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2023-05-05T19:33:31.029Z] === RUN TestStats [2023-05-05T19:33:31.029Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2023-05-05T19:33:31.029Z] --- SKIP: TestStats (0.00s) [2023-05-05T19:33:31.029Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-05-05T19:33:39.712Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.98s) [2023-05-05T19:33:39.712Z] === RUN TestStopContainerWithTimeout [2023-05-05T19:33:39.712Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2023-05-05T19:33:39.712Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2023-05-05T19:33:39.712Z] === RUN TestUpdateRestartPolicy [2023-05-05T19:34:09.869Z] --- PASS: TestUpdateRestartPolicy (26.38s) [2023-05-05T19:34:09.869Z] === RUN TestUpdateRestartWithAutoRemove [2023-05-05T19:34:09.869Z] --- PASS: TestUpdateRestartWithAutoRemove (2.76s) [2023-05-05T19:34:09.869Z] === RUN TestWaitNonBlocked [2023-05-05T19:34:09.869Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:34:09.869Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:34:09.869Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:34:09.869Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:34:09.869Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-05-05T19:34:09.869Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-05-05T19:34:17.047Z] --- PASS: TestWaitNonBlocked (0.03s) [2023-05-05T19:34:17.047Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.59s) [2023-05-05T19:34:17.047Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (8.26s) [2023-05-05T19:34:17.047Z] === RUN TestWaitBlocked [2023-05-05T19:34:17.047Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:17.047Z] --- SKIP: TestWaitBlocked (0.00s) [2023-05-05T19:34:17.047Z] PASS [2023-05-05T19:34:17.047Z] ok github.com/docker/docker/integration/container 116.316s [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === Skipped [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2023-05-05T19:34:17.047Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.06s) [2023-05-05T19:34:17.047Z] copy_test.go:37: testEnv.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.04s) [2023-05-05T19:34:17.047Z] copy_test.go:62: testEnv.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2023-05-05T19:34:17.047Z] copy_test.go:73: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2023-05-05T19:34:17.047Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2023-05-05T19:34:17.047Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2023-05-05T19:34:17.047Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2023-05-05T19:34:17.047Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2023-05-05T19:34:17.047Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2023-05-05T19:34:17.047Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2023-05-05T19:34:17.047Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2023-05-05T19:34:17.047Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2023-05-05T19:34:17.047Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2023-05-05T19:34:17.047Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2023-05-05T19:34:17.047Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2023-05-05T19:34:17.047Z] health_test.go:21: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2023-05-05T19:34:17.047Z] health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2023-05-05T19:34:17.047Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2023-05-05T19:34:17.047Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2023-05-05T19:34:17.047Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2023-05-05T19:34:17.047Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2023-05-05T19:34:17.047Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2023-05-05T19:34:17.047Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2023-05-05T19:34:17.047Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2023-05-05T19:34:17.047Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2023-05-05T19:34:17.047Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2023-05-05T19:34:17.047Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2023-05-05T19:34:17.047Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2023-05-05T19:34:17.047Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2023-05-05T19:34:17.047Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2023-05-05T19:34:17.047Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2023-05-05T19:34:17.047Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2023-05-05T19:34:17.047Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2023-05-05T19:34:17.047Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2023-05-05T19:34:17.047Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2023-05-05T19:34:17.047Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2023-05-05T19:34:17.047Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2023-05-05T19:34:17.047Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:17.047Z] [2023-05-05T19:34:17.047Z] DONE 89 tests, 37 skipped in 119.324s [2023-05-05T19:34:17.047Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2023-05-05T19:34:19.273Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:19.273Z] INFO: Testing against a local daemon [2023-05-05T19:34:19.273Z] === RUN TestLiveRestore [2023-05-05T19:34:19.273Z] daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows [2023-05-05T19:34:19.273Z] --- SKIP: TestLiveRestore (0.00s) [2023-05-05T19:34:19.273Z] PASS [2023-05-05T19:34:19.273Z] ok github.com/docker/docker/integration/daemon 0.155s [2023-05-05T19:34:19.273Z] [2023-05-05T19:34:19.273Z] === Skipped [2023-05-05T19:34:19.273Z] === SKIP: github.com/docker/docker/integration/daemon TestLiveRestore (0.00s) [2023-05-05T19:34:19.273Z] daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows [2023-05-05T19:34:19.273Z] [2023-05-05T19:34:19.273Z] DONE 1 tests, 1 skipped in 2.303s [2023-05-05T19:34:19.273Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2023-05-05T19:34:21.945Z] docker_cli_swarm_test.go:1172: [dbc4ced6369ff] joining swarm manager [dfbfe6afe4e93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2023-05-05T19:34:34.250Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:34.250Z] INFO: Testing against a local daemon [2023-05-05T19:34:34.250Z] === RUN TestCommitInheritsEnv [2023-05-05T19:34:34.250Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:34:34.250Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2023-05-05T19:34:34.250Z] === RUN TestImportExtremelyLargeImageWorks [2023-05-05T19:34:34.250Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2023-05-05T19:34:34.250Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2023-05-05T19:34:34.250Z] === RUN TestImagesFilterMultiReference [2023-05-05T19:34:34.250Z] --- PASS: TestImagesFilterMultiReference (0.14s) [2023-05-05T19:34:34.250Z] === RUN TestImagePullPlatformInvalid [2023-05-05T19:34:34.250Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2023-05-05T19:34:34.250Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-05-05T19:34:34.250Z] pull_test.go:121: testEnv.OSType == "windows": We don't run a test registry on Windows [2023-05-05T19:34:34.250Z] --- SKIP: TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-05-05T19:34:34.250Z] === RUN TestRemoveImageOrphaning [2023-05-05T19:34:35.243Z] --- PASS: TestRemoveImageOrphaning (1.33s) [2023-05-05T19:34:35.243Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-05-05T19:34:35.243Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2023-05-05T19:34:35.243Z] === RUN TestTagInvalidReference [2023-05-05T19:34:35.243Z] --- PASS: TestTagInvalidReference (0.05s) [2023-05-05T19:34:35.243Z] === RUN TestTagValidPrefixedRepo [2023-05-05T19:34:35.243Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2023-05-05T19:34:35.243Z] === RUN TestTagExistedNameWithoutForce [2023-05-05T19:34:35.713Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2023-05-05T19:34:35.713Z] === RUN TestTagOfficialNames [2023-05-05T19:34:35.713Z] --- PASS: TestTagOfficialNames (0.11s) [2023-05-05T19:34:35.713Z] === RUN TestTagMatchesDigest [2023-05-05T19:34:35.713Z] --- PASS: TestTagMatchesDigest (0.05s) [2023-05-05T19:34:35.713Z] PASS [2023-05-05T19:34:35.713Z] ok github.com/docker/docker/integration/image 2.064s [2023-05-05T19:34:36.184Z] [2023-05-05T19:34:36.185Z] === Skipped [2023-05-05T19:34:36.185Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2023-05-05T19:34:36.185Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:34:36.185Z] [2023-05-05T19:34:36.185Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2023-05-05T19:34:36.185Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2023-05-05T19:34:36.185Z] [2023-05-05T19:34:36.185Z] === SKIP: github.com/docker/docker/integration/image TestImagePullStoredfDigestForOtherRepo (0.00s) [2023-05-05T19:34:36.185Z] pull_test.go:121: testEnv.OSType == "windows": We don't run a test registry on Windows [2023-05-05T19:34:36.185Z] [2023-05-05T19:34:36.185Z] DONE 12 tests, 3 skipped in 16.717s [2023-05-05T19:34:36.185Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2023-05-05T19:34:37.756Z] testing: warning: no tests to run [2023-05-05T19:34:37.756Z] PASS [2023-05-05T19:34:37.756Z] testing: warning: no tests to run [2023-05-05T19:34:37.756Z] PASS [2023-05-05T19:34:37.756Z] ok github.com/docker/docker/integration/network/ipvlan 0.145s [no tests to run] [2023-05-05T19:34:37.756Z] ok github.com/docker/docker/integration/network/macvlan 0.144s [no tests to run] [2023-05-05T19:34:38.749Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:38.749Z] INFO: Testing against a local daemon [2023-05-05T19:34:38.749Z] === RUN TestNetworkCreateDelete [2023-05-05T19:34:38.749Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:38.749Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestDockerNetworkDeletePreferID [2023-05-05T19:34:38.749Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2023-05-05T19:34:38.749Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestDaemonDNSFallback [2023-05-05T19:34:38.749Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:38.749Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestInspectNetwork [2023-05-05T19:34:38.749Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:38.749Z] --- SKIP: TestInspectNetwork (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestRunContainerWithBridgeNone [2023-05-05T19:34:38.749Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:38.749Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestNetworkInvalidJSON [2023-05-05T19:34:38.749Z] === RUN TestNetworkInvalidJSON//networks/create [2023-05-05T19:34:38.749Z] === PAUSE TestNetworkInvalidJSON//networks/create [2023-05-05T19:34:38.749Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:34:38.749Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:34:38.749Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:34:38.749Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:34:38.749Z] === CONT TestNetworkInvalidJSON//networks/create [2023-05-05T19:34:38.749Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2023-05-05T19:34:38.749Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2023-05-05T19:34:38.749Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2023-05-05T19:34:38.749Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2023-05-05T19:34:38.749Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2023-05-05T19:34:38.749Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2023-05-05T19:34:38.749Z] === RUN TestNetworkList [2023-05-05T19:34:38.749Z] === RUN TestNetworkList//networks [2023-05-05T19:34:38.749Z] === PAUSE TestNetworkList//networks [2023-05-05T19:34:38.749Z] === RUN TestNetworkList//networks/ [2023-05-05T19:34:38.749Z] === PAUSE TestNetworkList//networks/ [2023-05-05T19:34:38.749Z] === CONT TestNetworkList//networks [2023-05-05T19:34:38.749Z] === CONT TestNetworkList//networks/ [2023-05-05T19:34:38.749Z] --- PASS: TestNetworkList (0.05s) [2023-05-05T19:34:38.749Z] --- PASS: TestNetworkList//networks (0.00s) [2023-05-05T19:34:38.749Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestHostIPv4BridgeLabel [2023-05-05T19:34:38.749Z] network_test.go:126: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestDaemonRestartWithLiveRestore [2023-05-05T19:34:38.749Z] service_test.go:29: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestDaemonDefaultNetworkPools [2023-05-05T19:34:38.749Z] service_test.go:58: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestDaemonRestartWithExistingNetwork [2023-05-05T19:34:38.749Z] service_test.go:102: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-05-05T19:34:38.749Z] service_test.go:136: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-05-05T19:34:38.749Z] service_test.go:187: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestServiceWithPredefinedNetwork [2023-05-05T19:34:38.749Z] service_test.go:212: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-05-05T19:34:38.749Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:34:38.749Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestServiceWithDataPathPortInit [2023-05-05T19:34:38.749Z] service_test.go:333: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2023-05-05T19:34:38.749Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-05-05T19:34:38.749Z] service_test.go:401: testEnv.OSType == "windows" [2023-05-05T19:34:38.749Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2023-05-05T19:34:38.749Z] PASS [2023-05-05T19:34:38.749Z] ok github.com/docker/docker/integration/network 0.207s [2023-05-05T19:34:38.749Z] [2023-05-05T19:34:38.749Z] === Skipped [2023-05-05T19:34:38.749Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2023-05-05T19:34:38.749Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:38.749Z] [2023-05-05T19:34:38.749Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2023-05-05T19:34:38.749Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2023-05-05T19:34:38.749Z] [2023-05-05T19:34:38.749Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2023-05-05T19:34:39.220Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2023-05-05T19:34:39.220Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2023-05-05T19:34:39.220Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2023-05-05T19:34:39.220Z] network_test.go:126: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:29: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:58: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:102: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:136: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:187: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:212: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:242: FLAKY_TEST [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:333: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2023-05-05T19:34:39.220Z] service_test.go:401: testEnv.OSType == "windows" [2023-05-05T19:34:39.220Z] [2023-05-05T19:34:39.220Z] DONE 22 tests, 15 skipped in 2.827s [2023-05-05T19:34:39.220Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2023-05-05T19:34:39.691Z] testing: warning: no tests to run [2023-05-05T19:34:39.691Z] PASS [2023-05-05T19:34:39.691Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2023-05-05T19:34:39.691Z] [2023-05-05T19:34:39.691Z] DONE 0 tests in 0.553s [2023-05-05T19:34:39.691Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2023-05-05T19:34:40.162Z] testing: warning: no tests to run [2023-05-05T19:34:40.162Z] PASS [2023-05-05T19:34:40.162Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2023-05-05T19:34:40.162Z] [2023-05-05T19:34:40.162Z] DONE 0 tests in 0.536s [2023-05-05T19:34:40.634Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2023-05-05T19:34:42.237Z] testing: warning: no tests to run [2023-05-05T19:34:42.237Z] PASS [2023-05-05T19:34:42.237Z] ok github.com/docker/docker/integration/plugin 0.133s [no tests to run] [2023-05-05T19:34:42.237Z] testing: warning: no tests to run [2023-05-05T19:34:42.237Z] PASS [2023-05-05T19:34:42.237Z] ok github.com/docker/docker/integration/plugin/authz 0.127s [no tests to run] [2023-05-05T19:34:47.002Z] testing: warning: no tests to run [2023-05-05T19:34:47.002Z] PASS [2023-05-05T19:34:47.002Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.039s [no tests to run] [2023-05-05T19:34:47.473Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:47.473Z] INFO: Testing against a local daemon [2023-05-05T19:34:47.473Z] === RUN TestExternalGraphDriver [2023-05-05T19:34:47.473Z] external_test.go:47: runtime.GOOS == "windows" [2023-05-05T19:34:47.473Z] --- SKIP: TestExternalGraphDriver (0.01s) [2023-05-05T19:34:47.473Z] === RUN TestGraphdriverPluginV2 [2023-05-05T19:34:47.473Z] external_test.go:407: runtime.GOOS == "windows" [2023-05-05T19:34:47.473Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2023-05-05T19:34:47.473Z] PASS [2023-05-05T19:34:47.473Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.192s [2023-05-05T19:34:48.484Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2023-05-05T19:34:48.484Z] docker_cli_swarm_test.go:1453: [db72c9f128201] joining swarm manager [dba8377a1c3d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:34:48.484Z] docker_cli_swarm_test.go:1454: [d9942df128cb4] joining swarm manager [dba8377a1c3d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2023-05-05T19:34:50.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:50.436Z] INFO: Testing against a local daemon [2023-05-05T19:34:50.436Z] === RUN TestReadPluginNoRead [2023-05-05T19:34:50.436Z] read_test.go:21: no unix domain sockets on Windows [2023-05-05T19:34:50.436Z] --- SKIP: TestReadPluginNoRead (0.00s) [2023-05-05T19:34:50.436Z] PASS [2023-05-05T19:34:50.436Z] ok github.com/docker/docker/integration/plugin/logging 0.104s [2023-05-05T19:34:50.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:50.436Z] INFO: Testing against a local daemon [2023-05-05T19:34:50.436Z] === RUN TestPluginWithDevMounts [2023-05-05T19:34:50.436Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:50.436Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2023-05-05T19:34:50.436Z] PASS [2023-05-05T19:34:50.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:50.436Z] INFO: Testing against a local daemon [2023-05-05T19:34:50.436Z] === RUN TestPluginInvalidJSON [2023-05-05T19:34:50.436Z] ok github.com/docker/docker/integration/plugin/volumes 0.099s [2023-05-05T19:34:50.436Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:34:50.436Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:34:50.436Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:34:50.436Z] --- PASS: TestPluginInvalidJSON (0.05s) [2023-05-05T19:34:50.436Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-05-05T19:34:50.436Z] === RUN TestPluginInstall [2023-05-05T19:34:50.436Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-05-05T19:34:50.436Z] --- SKIP: TestPluginInstall (0.00s) [2023-05-05T19:34:50.436Z] === RUN TestPluginsWithRuntimes [2023-05-05T19:34:50.436Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-05-05T19:34:50.436Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2023-05-05T19:34:50.436Z] === RUN TestPluginBackCompatMediaTypes [2023-05-05T19:34:50.436Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-05-05T19:34:50.436Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2023-05-05T19:34:50.436Z] PASS [2023-05-05T19:34:50.436Z] ok github.com/docker/docker/integration/plugin/common 0.166s [2023-05-05T19:34:50.436Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2023-05-05T19:34:50.436Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2023-05-05T19:34:50.436Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] === Skipped [2023-05-05T19:34:50.436Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2023-05-05T19:34:50.436Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2023-05-05T19:34:50.436Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2023-05-05T19:34:50.436Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2023-05-05T19:34:50.436Z] external_test.go:47: runtime.GOOS == "windows" [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2023-05-05T19:34:50.436Z] external_test.go:407: runtime.GOOS == "windows" [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2023-05-05T19:34:50.436Z] read_test.go:21: no unix domain sockets on Windows [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2023-05-05T19:34:50.436Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:50.436Z] [2023-05-05T19:34:50.436Z] DONE 9 tests, 7 skipped in 10.091s [2023-05-05T19:34:50.907Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2023-05-05T19:34:51.377Z] testing: warning: no tests to run [2023-05-05T19:34:51.377Z] PASS [2023-05-05T19:34:51.377Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2023-05-05T19:34:51.377Z] [2023-05-05T19:34:51.377Z] DONE 0 tests in 0.568s [2023-05-05T19:34:51.377Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2023-05-05T19:34:52.952Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:52.952Z] INFO: Testing against a local daemon [2023-05-05T19:34:52.952Z] === RUN TestPluginInvalidJSON [2023-05-05T19:34:52.952Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:34:52.952Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:34:52.952Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2023-05-05T19:34:52.952Z] --- PASS: TestPluginInvalidJSON (0.05s) [2023-05-05T19:34:52.952Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2023-05-05T19:34:52.952Z] === RUN TestPluginInstall [2023-05-05T19:34:52.952Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-05-05T19:34:52.952Z] --- SKIP: TestPluginInstall (0.00s) [2023-05-05T19:34:52.952Z] === RUN TestPluginsWithRuntimes [2023-05-05T19:34:52.952Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-05-05T19:34:52.952Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2023-05-05T19:34:52.952Z] === RUN TestPluginBackCompatMediaTypes [2023-05-05T19:34:52.952Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-05-05T19:34:52.952Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2023-05-05T19:34:52.952Z] PASS [2023-05-05T19:34:52.952Z] ok github.com/docker/docker/integration/plugin/common (cached) [2023-05-05T19:34:52.952Z] [2023-05-05T19:34:52.952Z] === Skipped [2023-05-05T19:34:52.952Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2023-05-05T19:34:52.952Z] plugin_test.go:62: testEnv.OSType == "windows" [2023-05-05T19:34:52.952Z] [2023-05-05T19:34:52.952Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2023-05-05T19:34:52.952Z] plugin_test.go:171: testEnv.OSType == "windows" [2023-05-05T19:34:52.952Z] [2023-05-05T19:34:52.952Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2023-05-05T19:34:52.952Z] plugin_test.go:233: testEnv.OSType == "windows" [2023-05-05T19:34:52.952Z] [2023-05-05T19:34:52.952Z] DONE 5 tests, 3 skipped in 1.254s [2023-05-05T19:34:52.952Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2023-05-05T19:34:53.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:53.977Z] INFO: Testing against a local daemon [2023-05-05T19:34:53.977Z] === RUN TestExternalGraphDriver [2023-05-05T19:34:53.977Z] external_test.go:47: runtime.GOOS == "windows" [2023-05-05T19:34:53.977Z] --- SKIP: TestExternalGraphDriver (0.01s) [2023-05-05T19:34:53.977Z] === RUN TestGraphdriverPluginV2 [2023-05-05T19:34:53.977Z] external_test.go:407: runtime.GOOS == "windows" [2023-05-05T19:34:53.977Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2023-05-05T19:34:53.977Z] PASS [2023-05-05T19:34:53.977Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2023-05-05T19:34:53.977Z] [2023-05-05T19:34:53.977Z] === Skipped [2023-05-05T19:34:53.977Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2023-05-05T19:34:53.977Z] external_test.go:47: runtime.GOOS == "windows" [2023-05-05T19:34:53.977Z] [2023-05-05T19:34:53.977Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2023-05-05T19:34:53.977Z] external_test.go:407: runtime.GOOS == "windows" [2023-05-05T19:34:53.977Z] [2023-05-05T19:34:53.977Z] DONE 2 tests, 2 skipped in 1.038s [2023-05-05T19:34:53.977Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2023-05-05T19:34:55.548Z] testing: warning: no tests to run [2023-05-05T19:34:55.549Z] PASS [2023-05-05T19:34:55.549Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2023-05-05T19:34:55.549Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:55.549Z] INFO: Testing against a local daemon [2023-05-05T19:34:55.549Z] === RUN TestReadPluginNoRead [2023-05-05T19:34:55.549Z] read_test.go:21: no unix domain sockets on Windows [2023-05-05T19:34:55.549Z] --- SKIP: TestReadPluginNoRead (0.00s) [2023-05-05T19:34:55.549Z] PASS [2023-05-05T19:34:55.549Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2023-05-05T19:34:55.549Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2023-05-05T19:34:55.549Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2023-05-05T19:34:55.549Z] [2023-05-05T19:34:55.549Z] === Skipped [2023-05-05T19:34:55.549Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2023-05-05T19:34:55.549Z] read_test.go:21: no unix domain sockets on Windows [2023-05-05T19:34:55.549Z] [2023-05-05T19:34:55.549Z] DONE 1 tests, 1 skipped in 1.372s [2023-05-05T19:34:55.549Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2023-05-05T19:34:56.539Z] testing: warning: no tests to run [2023-05-05T19:34:56.539Z] PASS [2023-05-05T19:34:56.539Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2023-05-05T19:34:56.539Z] [2023-05-05T19:34:56.539Z] DONE 0 tests in 0.872s [2023-05-05T19:34:56.539Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2023-05-05T19:34:58.116Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:34:58.116Z] INFO: Testing against a local daemon [2023-05-05T19:34:58.116Z] === RUN TestPluginWithDevMounts [2023-05-05T19:34:58.116Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:58.116Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2023-05-05T19:34:58.116Z] PASS [2023-05-05T19:34:58.116Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2023-05-05T19:34:58.116Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2023-05-05T19:34:58.116Z] [2023-05-05T19:34:58.116Z] === Skipped [2023-05-05T19:34:58.116Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2023-05-05T19:34:58.116Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:34:58.116Z] [2023-05-05T19:34:58.116Z] DONE 1 tests, 1 skipped in 1.226s [2023-05-05T19:34:58.116Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2023-05-05T19:34:58.520Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2023-05-05T19:34:58.520Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2023-05-05T19:34:58.520Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2023-05-05T19:34:58.779Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2023-05-05T19:34:58.779Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2023-05-05T19:34:59.714Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2023-05-05T19:35:01.083Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:35:01.083Z] INFO: Testing against a local daemon [2023-05-05T19:35:01.083Z] === RUN TestSecretInspect [2023-05-05T19:35:01.083Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] --- SKIP: TestSecretInspect (0.00s) [2023-05-05T19:35:01.083Z] === RUN TestSecretList [2023-05-05T19:35:01.083Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] --- SKIP: TestSecretList (0.00s) [2023-05-05T19:35:01.083Z] === RUN TestSecretsCreateAndDelete [2023-05-05T19:35:01.083Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2023-05-05T19:35:01.083Z] === RUN TestSecretsUpdate [2023-05-05T19:35:01.083Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] --- SKIP: TestSecretsUpdate (0.00s) [2023-05-05T19:35:01.083Z] === RUN TestTemplatedSecret [2023-05-05T19:35:01.083Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] --- SKIP: TestTemplatedSecret (0.00s) [2023-05-05T19:35:01.083Z] === RUN TestSecretCreateResolve [2023-05-05T19:35:01.083Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:01.083Z] --- SKIP: TestSecretCreateResolve (0.00s) [2023-05-05T19:35:01.083Z] PASS [2023-05-05T19:35:01.083Z] ok github.com/docker/docker/integration/secret 0.152s [2023-05-05T19:35:01.083Z] [2023-05-05T19:35:01.083Z] === Skipped [2023-05-05T19:35:01.083Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2023-05-05T19:35:01.083Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] [2023-05-05T19:35:01.083Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2023-05-05T19:35:01.083Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] [2023-05-05T19:35:01.083Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2023-05-05T19:35:01.083Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] [2023-05-05T19:35:01.083Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2023-05-05T19:35:01.083Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] [2023-05-05T19:35:01.083Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2023-05-05T19:35:01.083Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:01.083Z] [2023-05-05T19:35:01.083Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2023-05-05T19:35:01.083Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:01.083Z] [2023-05-05T19:35:01.083Z] DONE 6 tests, 6 skipped in 2.579s [2023-05-05T19:35:01.083Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2023-05-05T19:35:01.617Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2023-05-05T19:35:04.051Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:35:04.052Z] INFO: Testing against a local daemon [2023-05-05T19:35:04.052Z] === RUN TestServiceCreateInit [2023-05-05T19:35:04.052Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-05-05T19:35:04.052Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-05-05T19:35:04.052Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- PASS: TestServiceCreateInit (0.06s) [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestCreateServiceMultipleTimes [2023-05-05T19:35:04.052Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestCreateServiceConflict [2023-05-05T19:35:04.052Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateServiceConflict (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestCreateServiceMaxReplicas [2023-05-05T19:35:04.052Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2023-05-05T19:35:04.052Z] === RUN TestCreateWithDuplicateNetworkNames [2023-05-05T19:35:04.052Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestCreateServiceSecretFileMode [2023-05-05T19:35:04.052Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestCreateServiceConfigFileMode [2023-05-05T19:35:04.052Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestCreateServiceSysctls [2023-05-05T19:35:04.052Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2023-05-05T19:35:04.052Z] === RUN TestCreateServiceCapabilities [2023-05-05T19:35:04.052Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2023-05-05T19:35:04.052Z] === RUN TestInspect [2023-05-05T19:35:04.052Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestInspect (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestCreateJob [2023-05-05T19:35:04.052Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestCreateJob (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestReplicatedJob [2023-05-05T19:35:04.052Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestReplicatedJob (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestUpdateReplicatedJob [2023-05-05T19:35:04.052Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestServiceListWithStatuses [2023-05-05T19:35:04.052Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestDockerNetworkConnectAlias [2023-05-05T19:35:04.052Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestDockerNetworkReConnect [2023-05-05T19:35:04.052Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestServicePlugin [2023-05-05T19:35:04.052Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestServicePlugin (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestServiceUpdateLabel [2023-05-05T19:35:04.052Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestServiceUpdateSecrets [2023-05-05T19:35:04.052Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestServiceUpdateConfigs [2023-05-05T19:35:04.052Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestServiceUpdateNetwork [2023-05-05T19:35:04.052Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2023-05-05T19:35:04.052Z] === RUN TestServiceUpdatePidsLimit [2023-05-05T19:35:04.052Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2023-05-05T19:35:04.052Z] PASS [2023-05-05T19:35:04.052Z] ok github.com/docker/docker/integration/service 0.330s [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === Skipped [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-05-05T19:35:04.052Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-05-05T19:35:04.052Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2023-05-05T19:35:04.052Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2023-05-05T19:35:04.052Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2023-05-05T19:35:04.052Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2023-05-05T19:35:04.052Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2023-05-05T19:35:04.052Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2023-05-05T19:35:04.052Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2023-05-05T19:35:04.052Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2023-05-05T19:35:04.052Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2023-05-05T19:35:04.052Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2023-05-05T19:35:04.052Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2023-05-05T19:35:04.052Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2023-05-05T19:35:04.052Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2023-05-05T19:35:04.052Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2023-05-05T19:35:04.052Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2023-05-05T19:35:04.052Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2023-05-05T19:35:04.052Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2023-05-05T19:35:04.052Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2023-05-05T19:35:04.052Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2023-05-05T19:35:04.052Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2023-05-05T19:35:04.052Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.02s) [2023-05-05T19:35:04.052Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2023-05-05T19:35:04.052Z] [2023-05-05T19:35:04.052Z] DONE 24 tests, 23 skipped in 3.028s [2023-05-05T19:35:04.052Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2023-05-05T19:35:04.904Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2023-05-05T19:35:06.293Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:35:06.293Z] INFO: Testing against a local daemon [2023-05-05T19:35:06.293Z] === RUN TestSessionCreate [2023-05-05T19:35:06.293Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2023-05-05T19:35:06.293Z] --- SKIP: TestSessionCreate (0.00s) [2023-05-05T19:35:06.293Z] === RUN TestSessionCreateWithBadUpgrade [2023-05-05T19:35:06.293Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2023-05-05T19:35:06.293Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2023-05-05T19:35:06.293Z] PASS [2023-05-05T19:35:06.293Z] ok github.com/docker/docker/integration/session 0.134s [2023-05-05T19:35:06.293Z] [2023-05-05T19:35:06.293Z] === Skipped [2023-05-05T19:35:06.293Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2023-05-05T19:35:06.293Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2023-05-05T19:35:06.293Z] [2023-05-05T19:35:06.293Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2023-05-05T19:35:06.293Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2023-05-05T19:35:06.293Z] [2023-05-05T19:35:06.293Z] DONE 2 tests, 2 skipped in 2.189s [2023-05-05T19:35:06.293Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2023-05-05T19:35:07.436Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2023-05-05T19:35:08.813Z] docker_cli_swarm_unix_test.go:63: [d6dc89a6a6ec6] joining swarm manager [dc883881aa57f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:35:09.254Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:35:09.255Z] INFO: Testing against a local daemon [2023-05-05T19:35:09.255Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-05-05T19:35:09.255Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:09.255Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:35:09.255Z] === RUN TestEventsExecDie [2023-05-05T19:35:09.255Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2023-05-05T19:35:09.255Z] --- SKIP: TestEventsExecDie (0.01s) [2023-05-05T19:35:09.255Z] === RUN TestEventsBackwardsCompatible [2023-05-05T19:35:09.255Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2023-05-05T19:35:09.255Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2023-05-05T19:35:09.255Z] === RUN TestInfoAPI [2023-05-05T19:35:09.255Z] --- PASS: TestInfoAPI (0.07s) [2023-05-05T19:35:09.255Z] === RUN TestInfoAPIWarnings [2023-05-05T19:35:09.255Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:35:09.255Z] --- SKIP: TestInfoAPIWarnings (0.01s) [2023-05-05T19:35:09.255Z] === RUN TestInfoDebug [2023-05-05T19:35:09.255Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-05-05T19:35:09.255Z] --- SKIP: TestInfoDebug (0.00s) [2023-05-05T19:35:09.255Z] === RUN TestInfoInsecureRegistries [2023-05-05T19:35:09.255Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-05-05T19:35:09.255Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2023-05-05T19:35:09.255Z] === RUN TestInfoRegistryMirrors [2023-05-05T19:35:09.255Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-05-05T19:35:09.255Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2023-05-05T19:35:09.255Z] === RUN TestLoginFailsWithBadCredentials [2023-05-05T19:35:09.731Z] --- PASS: TestLoginFailsWithBadCredentials (1.06s) [2023-05-05T19:35:09.731Z] === RUN TestPingCacheHeaders [2023-05-05T19:35:09.731Z] --- PASS: TestPingCacheHeaders (0.05s) [2023-05-05T19:35:09.731Z] === RUN TestPingGet [2023-05-05T19:35:10.202Z] --- PASS: TestPingGet (0.04s) [2023-05-05T19:35:10.202Z] === RUN TestPingHead [2023-05-05T19:35:10.202Z] --- PASS: TestPingHead (0.05s) [2023-05-05T19:35:10.202Z] === RUN TestVersion [2023-05-05T19:35:10.202Z] --- PASS: TestVersion (0.06s) [2023-05-05T19:35:10.202Z] PASS [2023-05-05T19:35:10.202Z] ok github.com/docker/docker/integration/system 1.420s [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] === Skipped [2023-05-05T19:35:10.202Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-05-05T19:35:10.202Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2023-05-05T19:35:10.202Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2023-05-05T19:35:10.202Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.01s) [2023-05-05T19:35:10.202Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2023-05-05T19:35:10.202Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2023-05-05T19:35:10.202Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2023-05-05T19:35:10.202Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2023-05-05T19:35:10.202Z] [2023-05-05T19:35:10.202Z] DONE 13 tests, 7 skipped in 3.740s [2023-05-05T19:35:10.202Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2023-05-05T19:35:13.167Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:35:13.167Z] INFO: Testing against a local daemon [2023-05-05T19:35:13.167Z] === RUN TestVolumesCreateAndList [2023-05-05T19:35:13.167Z] --- PASS: TestVolumesCreateAndList (0.07s) [2023-05-05T19:35:13.167Z] === RUN TestVolumesRemove [2023-05-05T19:35:13.167Z] --- PASS: TestVolumesRemove (0.12s) [2023-05-05T19:35:13.167Z] === RUN TestVolumesInspect [2023-05-05T19:35:13.167Z] --- PASS: TestVolumesInspect (0.06s) [2023-05-05T19:35:13.167Z] === RUN TestVolumesInvalidJSON [2023-05-05T19:35:13.167Z] === RUN TestVolumesInvalidJSON//volumes/create [2023-05-05T19:35:13.167Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2023-05-05T19:35:13.167Z] === CONT TestVolumesInvalidJSON//volumes/create [2023-05-05T19:35:13.167Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2023-05-05T19:35:13.167Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2023-05-05T19:35:13.167Z] PASS [2023-05-05T19:35:13.167Z] ok github.com/docker/docker/integration/volume 0.363s [2023-05-05T19:35:13.167Z] [2023-05-05T19:35:13.167Z] DONE 5 tests in 2.726s [2023-05-05T19:35:13.167Z] INFO: make.ps1 ended at 05/05/2023 19:35:12 [2023-05-05T19:35:13.167Z] INFO: Integration CLI tests being run from the host: [2023-05-05T19:35:13.167Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2023-05-05T19:35:23.743Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2023-05-05T19:35:23.743Z] INFO: Testing against a local daemon [2023-05-05T19:35:23.743Z] === RUN TestDockerSuite [2023-05-05T19:35:23.743Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2023-05-05T19:35:23.743Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2023-05-05T19:35:23.743Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2023-05-05T19:35:23.743Z] === RUN TestDockerSuite/TestAPIErrorJSON [2023-05-05T19:35:23.743Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2023-05-05T19:35:23.743Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2023-05-05T19:35:23.743Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2023-05-05T19:35:23.743Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2023-05-05T19:35:24.214Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2023-05-05T19:35:24.214Z] === RUN TestDockerSuite/TestAPIImagesDelete [2023-05-05T19:35:25.204Z] === RUN TestDockerSuite/TestAPIImagesFilter [2023-05-05T19:35:25.204Z] === RUN TestDockerSuite/TestAPIImagesHistory [2023-05-05T19:35:26.201Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2023-05-05T19:35:26.671Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2023-05-05T19:36:05.037Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2023-05-05T19:36:05.037Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2023-05-05T19:36:05.037Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2023-05-05T19:36:06.943Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2023-05-05T19:36:10.229Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2023-05-05T19:36:12.762Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2023-05-05T19:36:14.666Z] docker_api_swarm_test.go:962: [dcc66cd0b95d4] joining swarm manager [d095a50e5265a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2023-05-05T19:36:32.777Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2023-05-05T19:36:47.657Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2023-05-05T19:36:49.034Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2023-05-05T19:36:50.938Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2023-05-05T19:36:54.224Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2023-05-05T19:37:00.790Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2023-05-05T19:37:06.061Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2023-05-05T19:37:07.965Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2023-05-05T19:37:10.497Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2023-05-05T19:37:13.030Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2023-05-05T19:37:16.318Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2023-05-05T19:37:18.260Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2023-05-05T19:37:20.163Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2023-05-05T19:37:23.420Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2023-05-05T19:37:23.420Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPINetworkFilter [2023-05-05T19:37:23.420Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2023-05-05T19:37:23.420Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2023-05-05T19:37:23.420Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2023-05-05T19:37:23.420Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2023-05-05T19:37:23.420Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.420Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2023-05-05T19:37:23.421Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2023-05-05T19:37:23.421Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.421Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2023-05-05T19:37:23.421Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2023-05-05T19:37:23.421Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.421Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2023-05-05T19:37:23.421Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2023-05-05T19:37:23.421Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2023-05-05T19:37:23.421Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2023-05-05T19:37:30.596Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2023-05-05T19:37:30.596Z] docker_cli_run_test.go:3176: unmatched requirement Apparmor [2023-05-05T19:37:30.596Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2023-05-05T19:37:30.596Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2023-05-05T19:37:30.596Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2023-05-05T19:37:30.596Z] docker_cli_run_test.go:3166: unmatched requirement DaemonIsLinux [2023-05-05T19:37:30.596Z] === RUN TestDockerSuite/TestAttachDisconnect [2023-05-05T19:37:30.596Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2023-05-05T19:37:30.596Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2023-05-05T19:37:34.395Z] === RUN TestDockerSuite/TestAttachPausedContainer [2023-05-05T19:37:34.395Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2023-05-05T19:37:34.395Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2023-05-05T19:37:34.395Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2023-05-05T19:37:34.395Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2023-05-05T19:37:43.082Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2023-05-05T19:38:16.389Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2023-05-05T19:38:31.266Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite (1605.69s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.68s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.80s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (3.75s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.71s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.67s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.49s) [2023-05-05T19:38:49.349Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.81s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.65s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.38s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.75s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.67s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.98s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.63s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.44s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.60s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.01s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.28s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.31s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (16.72s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (54.34s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.95s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.71s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.31s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.40s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.29s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.66s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.10s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.35s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.64s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.02s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.75s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (20.73s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.13s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.64s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.46s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.74s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.05s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.70s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.07s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.90s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.53s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.75s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.75s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.61s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.45s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.93s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.87s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.90s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.66s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.04s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.64s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.68s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.56s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.68s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.48s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.28s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.96s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.02s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.83s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.34s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.17s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.27s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.95s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.65s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.17s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.50s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.00s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.70s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.54s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (16.56s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.48s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.30s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.20s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (14.78s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.00s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (109.66s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.68s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.86s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.72s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.17s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.33s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.21s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.67s) [2023-05-05T19:38:49.349Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.95s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.66s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.66s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.22s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.45s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (42.50s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.79s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.29s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (136.99s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.11s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.17s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.20s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.17s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.36s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.18s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.16s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.08s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.57s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.03s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.06s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.14s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.92s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.96s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.43s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.49s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.64s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.65s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.66s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.16s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.33s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.79s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.24s) [2023-05-05T19:38:49.349Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s) [2023-05-05T19:38:49.349Z] === RUN TestDockerExternalVolumeSuite [2023-05-05T19:38:49.349Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2023-05-05T19:38:49.349Z] docker_cli_external_volume_driver_test.go:52: [d153b098f282e] daemon is not started [2023-05-05T19:39:04.226Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2023-05-05T19:40:10.273Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2023-05-05T19:40:10.273Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2023-05-05T19:40:10.273Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2023-05-05T19:40:10.273Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2023-05-05T19:40:10.273Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2023-05-05T19:40:11.264Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2023-05-05T19:40:11.950Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2023-05-05T19:40:15.067Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2023-05-05T19:40:16.640Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2023-05-05T19:40:16.640Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2023-05-05T19:40:16.640Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2023-05-05T19:40:16.640Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2023-05-05T19:40:16.640Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2023-05-05T19:40:16.640Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2023-05-05T19:40:19.605Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2023-05-05T19:40:20.063Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2023-05-05T19:40:34.939Z] docker_cli_external_volume_driver_test.go:52: [d360cb8571eee] daemon is not started [2023-05-05T19:40:35.069Z] === RUN TestDockerSuite/TestBuildAddNonTar [2023-05-05T19:40:45.507Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2023-05-05T19:40:45.507Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2023-05-05T19:40:45.507Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2023-05-05T19:40:45.507Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2023-05-05T19:40:49.307Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2023-05-05T19:40:49.816Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2023-05-05T19:40:50.875Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2023-05-05T19:41:01.316Z] === RUN TestDockerSuite/TestBuildAddScript [2023-05-05T19:41:01.316Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2023-05-05T19:41:01.316Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2023-05-05T19:41:01.316Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2023-05-05T19:41:01.316Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2023-05-05T19:41:01.316Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2023-05-05T19:41:01.316Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2023-05-05T19:41:01.316Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2023-05-05T19:41:01.787Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2023-05-05T19:41:02.259Z] === RUN TestDockerSuite/TestBuildAddTar [2023-05-05T19:41:04.692Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2023-05-05T19:41:19.572Z] docker_cli_external_volume_driver_test.go:52: [d6c9024a1a89d] daemon is not started [2023-05-05T19:41:34.491Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2023-05-05T19:41:34.491Z] docker_cli_external_volume_driver_test.go:52: [dad062422d107] daemon is not started [2023-05-05T19:41:52.574Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2023-05-05T19:42:03.002Z] === RUN TestDockerSuite/TestBuildAddTarXz [2023-05-05T19:42:03.002Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2023-05-05T19:42:03.002Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2023-05-05T19:42:03.002Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2023-05-05T19:42:03.002Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2023-05-05T19:42:24.265Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2023-05-05T19:42:24.265Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2023-05-05T19:42:24.265Z] === RUN TestDockerSuite/TestBuildBlankName [2023-05-05T19:42:24.644Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2023-05-05T19:42:24.737Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2023-05-05T19:42:33.428Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2023-05-05T19:42:33.428Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2023-05-05T19:42:33.897Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2023-05-05T19:42:36.845Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2023-05-05T19:42:39.778Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2023-05-05T19:42:52.287Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2023-05-05T19:42:54.929Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2023-05-05T19:43:02.721Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2023-05-05T19:43:02.721Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2023-05-05T19:43:02.721Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2023-05-05T19:43:08.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2023-05-05T19:43:08.604Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2023-05-05T19:43:08.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2023-05-05T19:43:08.604Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2023-05-05T19:43:08.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2023-05-05T19:43:15.781Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2023-05-05T19:43:15.781Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2023-05-05T19:43:15.781Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2023-05-05T19:43:16.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2023-05-05T19:43:16.253Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2023-05-05T19:43:16.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2023-05-05T19:43:16.722Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2023-05-05T19:43:16.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2023-05-05T19:43:41.631Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2023-05-05T19:43:59.716Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2023-05-05T19:44:07.670Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2023-05-05T19:44:09.239Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2023-05-05T19:44:09.239Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2023-05-05T19:44:10.227Z] === RUN TestDockerSuite/TestBuildCacheAdd [2023-05-05T19:44:10.228Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2023-05-05T19:44:10.697Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2023-05-05T19:44:12.266Z] === RUN TestDockerSuite/TestBuildCacheFrom [2023-05-05T19:44:12.266Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2023-05-05T19:44:12.266Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2023-05-05T19:44:18.143Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2023-05-05T19:44:19.133Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2023-05-05T19:44:19.133Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2023-05-05T19:44:19.133Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2023-05-05T19:44:19.133Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2023-05-05T19:44:19.133Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2023-05-05T19:44:20.702Z] === RUN TestDockerSuite/TestBuildClearCmd [2023-05-05T19:44:22.271Z] === RUN TestDockerSuite/TestBuildCmd [2023-05-05T19:44:22.742Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2023-05-05T19:44:23.732Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2023-05-05T19:44:24.203Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2023-05-05T19:44:31.386Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2023-05-05T19:44:31.838Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2023-05-05T19:44:33.608Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2023-05-05T19:44:33.608Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2023-05-05T19:44:33.608Z] === RUN TestDockerSuite/TestBuildConditionalCache [2023-05-05T19:44:34.596Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2023-05-05T19:44:34.596Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2023-05-05T19:44:34.596Z] === RUN TestDockerSuite/TestBuildContextCleanup [2023-05-05T19:44:35.065Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2023-05-05T19:44:38.028Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2023-05-05T19:44:38.501Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2023-05-05T19:44:38.972Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2023-05-05T19:44:38.972Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2023-05-05T19:44:39.442Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2023-05-05T19:44:40.433Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2023-05-05T19:44:40.903Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2023-05-05T19:44:40.903Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2023-05-05T19:44:40.903Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2023-05-05T19:44:40.903Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2023-05-05T19:44:40.903Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2023-05-05T19:44:46.798Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2023-05-05T19:45:03.913Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2023-05-05T19:45:16.118Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2023-05-05T19:45:29.535Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2023-05-05T19:45:29.535Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2023-05-05T19:45:30.525Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2023-05-05T19:45:34.203Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2023-05-05T19:45:34.204Z] docker_cli_external_volume_driver_test.go:484: [d76c8f8955528] daemon is not started [2023-05-05T19:45:37.698Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2023-05-05T19:45:37.698Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2023-05-05T19:45:37.698Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2023-05-05T19:45:37.698Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2023-05-05T19:45:37.698Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2023-05-05T19:45:37.698Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2023-05-05T19:45:37.698Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2023-05-05T19:45:38.691Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2023-05-05T19:45:38.691Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2023-05-05T19:45:38.691Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2023-05-05T19:45:49.080Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2023-05-05T19:45:49.080Z] docker_cli_external_volume_driver_test.go:52: [d56b10b72c928] daemon is not started [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite (436.88s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.51s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.15s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.73s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.15s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.83s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.65s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.05s) [2023-05-05T19:46:03.957Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2023-05-05T19:46:03.957Z] PASS [2023-05-05T19:46:03.957Z] [2023-05-05T19:46:03.957Z] === Skipped [2023-05-05T19:46:03.957Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2023-05-05T19:46:03.957Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2023-05-05T19:46:03.957Z] check_test.go:308: [dbe8682488e00] daemon is not started [2023-05-05T19:46:03.957Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2023-05-05T19:46:03.957Z] [2023-05-05T19:46:03.957Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2023-05-05T19:46:03.957Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2023-05-05T19:46:03.957Z] check_test.go:308: [d77c7e4b19fce] daemon is not started [2023-05-05T19:46:03.957Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2023-05-05T19:46:03.957Z] [2023-05-05T19:46:03.957Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2023-05-05T19:46:03.957Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2023-05-05T19:46:03.957Z] check_test.go:308: [d0235ca2a9722] daemon is not started [2023-05-05T19:46:03.957Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2023-05-05T19:46:03.957Z] [2023-05-05T19:46:03.957Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2023-05-05T19:46:03.957Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2023-05-05T19:46:03.957Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2023-05-05T19:46:03.957Z] [2023-05-05T19:46:03.957Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2023-05-05T19:46:03.957Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2023-05-05T19:46:03.957Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2023-05-05T19:46:03.957Z] [2023-05-05T19:46:03.957Z] DONE 273 tests, 5 skipped in 2334.383s [2023-05-05T19:46:03.957Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-05-05T19:46:03.957Z] ++++ cat bundles/test-integration/docker.pid [2023-05-05T19:46:03.957Z] +++ kill 12605 [2023-05-05T19:46:04.524Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d039715565f18/docker.pid [2023-05-05T19:46:04.524Z] +++ kill 12761 [2023-05-05T19:46:04.524Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12761 is not a child of this shell [2023-05-05T19:46:04.524Z] warning: PID 12761 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d039715565f18/docker.pid had a nonzero exit code [2023-05-05T19:46:04.524Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d039715565f18/root: target is busy. [2023-05-05T19:46:04.524Z] +++ /etc/init.d/apparmor stop [2023-05-05T19:46:04.524Z] Leaving: AppArmorNo profiles have been unloaded. [2023-05-05T19:46:04.524Z] [2023-05-05T19:46:04.524Z] Unloading profiles will leave already running processes permanently [2023-05-05T19:46:04.524Z] unconfined, which can lead to unexpected situations. [2023-05-05T19:46:04.524Z] [2023-05-05T19:46:04.524Z] To set a process to complain mode, use the command line tool [2023-05-05T19:46:04.524Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-05-05T19:46:04.524Z] +++ true [2023-05-05T19:46:04.524Z] exiting test-integration [2023-05-05T19:46:04.524Z] ++ exit 0 [2023-05-05T19:46:04.524Z] [2023-05-05T19:46:04.783Z] + exit 0 [2023-05-05T19:46:04.783Z] ++ jobs -p [2023-05-05T19:46:04.783Z] + pids= [2023-05-05T19:46:04.783Z] + echo 'Remaining pids to kill: []' [2023-05-05T19:46:04.783Z] Remaining pids to kill: [] [2023-05-05T19:46:04.783Z] + '[' -z '' ']' Post stage [Pipeline] junit [2023-05-05T19:46:04.797Z] Recording test results [2023-05-05T19:46:06.117Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-05-05T19:46:06.426Z] + echo Ensuring container killed. [2023-05-05T19:46:06.426Z] Ensuring container killed. [2023-05-05T19:46:06.426Z] + docker ps -aq -f name=docker-pr5-* [2023-05-05T19:46:06.426Z] + cids=c98acc3d1698 [2023-05-05T19:46:06.426Z] bcd4fadae609 [2023-05-05T19:46:06.426Z] cec45f4f7cbc [2023-05-05T19:46:06.426Z] + [ -n c98acc3d1698 [2023-05-05T19:46:06.426Z] bcd4fadae609 [2023-05-05T19:46:06.426Z] cec45f4f7cbc ] [2023-05-05T19:46:06.426Z] + docker rm -vf c98acc3d1698 bcd4fadae609 cec45f4f7cbc [2023-05-05T19:46:06.685Z] c98acc3d1698 [2023-05-05T19:46:06.685Z] bcd4fadae609 [2023-05-05T19:46:06.944Z] cec45f4f7cbc [Pipeline] sh [2023-05-05T19:46:07.224Z] + echo Chowning /workspace to jenkins user [2023-05-05T19:46:07.224Z] Chowning /workspace to jenkins user [2023-05-05T19:46:07.224Z] + id -u [2023-05-05T19:46:07.224Z] + id -g [2023-05-05T19:46:07.224Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45406:/workspace busybox chown -R 1000:1000 /workspace [2023-05-05T19:46:07.224Z] Unable to find image 'busybox:latest' locally [2023-05-05T19:46:07.224Z] latest: Pulling from library/busybox [2023-05-05T19:46:07.483Z] 4b35f584bb4f: Pulling fs layer [2023-05-05T19:46:07.483Z] 4b35f584bb4f: Download complete [2023-05-05T19:46:07.483Z] 4b35f584bb4f: Pull complete [2023-05-05T19:46:07.483Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 [2023-05-05T19:46:07.483Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-05-05T19:46:10.315Z] + bundleName=amd64 [2023-05-05T19:46:10.315Z] + echo Creating amd64-bundles.tar.gz [2023-05-05T19:46:10.315Z] Creating amd64-bundles.tar.gz [2023-05-05T19:46:10.315Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2023-05-05T19:46:10.315Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2023-05-05T19:46:11.263Z] Archiving artifacts [2023-05-05T19:46:12.594Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45406/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-05-05T19:46:12.903Z] + make clean [2023-05-05T19:46:13.162Z] docker volume rm -f docker-dev-cache [2023-05-05T19:46:13.162Z] docker-dev-cache [Pipeline] deleteDir [2023-05-05T19:46:14.569Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2023-05-05T19:46:15.557Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2023-05-05T19:46:15.557Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-05T19:46:16.026Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2023-05-05T19:46:46.203Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2023-05-05T19:46:46.203Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2023-05-05T19:46:46.203Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2023-05-05T19:46:49.999Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2023-05-05T19:46:58.682Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2023-05-05T19:47:07.357Z] === RUN TestDockerSuite/TestBuildDockerignore [2023-05-05T19:48:48.874Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2023-05-05T19:48:48.874Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2023-05-05T19:48:48.874Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2023-05-05T19:48:48.874Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2023-05-05T19:50:30.454Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2023-05-05T19:50:30.925Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2023-05-05T19:50:31.915Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2023-05-05T19:51:07.805Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2023-05-05T19:51:20.320Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2023-05-05T19:51:38.151Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2023-05-05T19:52:29.054Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2023-05-05T19:52:44.004Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2023-05-05T19:52:56.526Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2023-05-05T19:55:23.707Z] === RUN TestDockerSuite/TestBuildDotDotFile [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEOLInLine [2023-05-05T19:55:23.708Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2023-05-05T19:55:23.708Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2023-05-05T19:55:23.708Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEntrypoint [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2023-05-05T19:55:23.708Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2023-05-05T19:55:27.509Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2023-05-05T19:55:33.385Z] === RUN TestDockerSuite/TestBuildEnv [2023-05-05T19:55:33.385Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2023-05-05T19:55:33.385Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2023-05-05T19:55:33.385Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2023-05-05T19:55:33.855Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2023-05-05T19:55:33.855Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2023-05-05T19:55:33.855Z] === RUN TestDockerSuite/TestBuildEnvUsage [2023-05-05T19:55:33.855Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2023-05-05T19:55:33.855Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2023-05-05T19:55:33.855Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2023-05-05T19:55:33.855Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2023-05-05T19:55:37.659Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2023-05-05T19:55:37.659Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2023-05-05T19:55:38.129Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2023-05-05T19:55:38.129Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2023-05-05T19:55:38.129Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2023-05-05T19:55:38.129Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2023-05-05T19:55:38.129Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2023-05-05T19:55:39.121Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2023-05-05T19:55:45.001Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2023-05-05T19:56:06.278Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2023-05-05T19:56:06.278Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2023-05-05T19:56:06.278Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2023-05-05T19:56:06.278Z] === RUN TestDockerSuite/TestBuildExpose [2023-05-05T19:56:06.278Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2023-05-05T19:56:06.278Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2023-05-05T19:56:06.278Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2023-05-05T19:56:06.278Z] === RUN TestDockerSuite/TestBuildExposeOrder [2023-05-05T19:56:06.278Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2023-05-05T19:56:06.278Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2023-05-05T19:56:06.278Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2023-05-05T19:56:06.278Z] === RUN TestDockerSuite/TestBuildFails [2023-05-05T19:56:07.848Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2023-05-05T19:56:07.848Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2023-05-05T19:56:15.020Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2023-05-05T19:56:25.467Z] === RUN TestDockerSuite/TestBuildForceRm [2023-05-05T19:56:34.143Z] === RUN TestDockerSuite/TestBuildFromGit [2023-05-05T19:56:40.025Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2023-05-05T19:56:41.014Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2023-05-05T19:56:48.184Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2023-05-05T19:56:48.184Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2023-05-05T19:56:48.184Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2023-05-05T19:56:48.184Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2023-05-05T19:56:49.175Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2023-05-05T19:56:49.175Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2023-05-05T19:56:49.175Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2023-05-05T19:56:59.618Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2023-05-05T19:56:59.618Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2023-05-05T19:56:59.618Z] === RUN TestDockerSuite/TestBuildHistory [2023-05-05T19:57:12.136Z] === RUN TestDockerSuite/TestBuildIidFile [2023-05-05T19:57:13.127Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2023-05-05T19:57:15.346Z] === RUN TestDockerSuite/TestBuildInheritance [2023-05-05T19:57:15.346Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2023-05-05T19:57:15.815Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2023-05-05T19:57:16.804Z] === RUN TestDockerSuite/TestBuildInvalidTag [2023-05-05T19:57:16.804Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2023-05-05T19:57:22.684Z] === RUN TestDockerSuite/TestBuildLabel [2023-05-05T19:57:23.154Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2023-05-05T19:57:24.147Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2023-05-05T19:57:25.136Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2023-05-05T19:57:26.128Z] === RUN TestDockerSuite/TestBuildLabels [2023-05-05T19:57:27.118Z] === RUN TestDockerSuite/TestBuildLabelsCache [2023-05-05T19:57:28.689Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2023-05-05T19:57:35.959Z] === RUN TestDockerSuite/TestBuildLastModified [2023-05-05T19:57:35.959Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2023-05-05T19:57:35.959Z] === RUN TestDockerSuite/TestBuildLineBreak [2023-05-05T19:57:35.959Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2023-05-05T19:57:35.959Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2023-05-05T19:57:35.959Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2023-05-05T19:57:35.959Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2023-05-05T19:57:35.959Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2023-05-05T19:57:35.959Z] === RUN TestDockerSuite/TestBuildMaintainer [2023-05-05T19:57:36.949Z] === RUN TestDockerSuite/TestBuildMissingArgs [2023-05-05T19:57:37.421Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2023-05-05T19:57:44.628Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2023-05-05T19:58:09.944Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2023-05-05T19:58:09.944Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2023-05-05T19:58:09.944Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2023-05-05T19:58:09.944Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2023-05-05T19:58:52.669Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2023-05-05T19:59:17.990Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2023-05-05T19:59:30.501Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2023-05-05T19:59:37.672Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2023-05-05T19:59:43.552Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2023-05-05T20:00:04.820Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2023-05-05T20:00:04.820Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2023-05-05T20:00:04.820Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2023-05-05T20:00:15.266Z] === RUN TestDockerSuite/TestBuildMultipleTags [2023-05-05T20:00:15.266Z] === RUN TestDockerSuite/TestBuildNetContainer [2023-05-05T20:00:15.266Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2023-05-05T20:00:15.266Z] === RUN TestDockerSuite/TestBuildNetNone [2023-05-05T20:00:15.266Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2023-05-05T20:00:15.266Z] === RUN TestDockerSuite/TestBuildNoContext [2023-05-05T20:00:18.226Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2023-05-05T20:00:28.664Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2023-05-05T20:00:31.626Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2023-05-05T20:00:31.626Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2023-05-05T20:00:32.097Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2023-05-05T20:00:34.316Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2023-05-05T20:00:35.308Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2023-05-05T20:00:36.878Z] === RUN TestDockerSuite/TestBuildOnBuild [2023-05-05T20:00:58.139Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2023-05-05T20:00:59.134Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2023-05-05T20:01:09.577Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2023-05-05T20:01:14.342Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2023-05-05T20:01:26.860Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2023-05-05T20:01:31.629Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2023-05-05T20:01:37.508Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2023-05-05T20:01:39.081Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2023-05-05T20:01:39.081Z] docker_cli_build_test.go:5973: unmatched requirement DaemonIsLinux [2023-05-05T20:01:39.081Z] === RUN TestDockerSuite/TestBuildPATH [2023-05-05T20:01:39.081Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2023-05-05T20:01:39.081Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2023-05-05T20:01:41.315Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2023-05-05T20:01:41.315Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2023-05-05T20:01:41.315Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2023-05-05T20:02:32.215Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2023-05-05T20:03:08.098Z] === RUN TestDockerSuite/TestBuildRm [2023-05-05T20:03:20.616Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2023-05-05T20:03:25.385Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2023-05-05T20:03:25.385Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2023-05-05T20:03:25.385Z] === RUN TestDockerSuite/TestBuildScratchCopy [2023-05-05T20:03:25.385Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2023-05-05T20:03:25.858Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2023-05-05T20:03:28.083Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2023-05-05T20:03:32.850Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2023-05-05T20:03:41.530Z] === RUN TestDockerSuite/TestBuildShellInherited [2023-05-05T20:03:47.414Z] === RUN TestDockerSuite/TestBuildShellMultiple [2023-05-05T20:04:08.666Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2023-05-05T20:04:08.666Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2023-05-05T20:04:08.666Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2023-05-05T20:04:21.171Z] === RUN TestDockerSuite/TestBuildSpaces [2023-05-05T20:04:21.171Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2023-05-05T20:04:28.339Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2023-05-05T20:04:28.339Z] === RUN TestDockerSuite/TestBuildStderr [2023-05-05T20:04:33.099Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2023-05-05T20:04:58.417Z] === RUN TestDockerSuite/TestBuildStopSignal [2023-05-05T20:04:58.417Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2023-05-05T20:04:58.417Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2023-05-05T20:05:02.221Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2023-05-05T20:05:03.800Z] === RUN TestDockerSuite/TestBuildTagEvent [2023-05-05T20:05:09.680Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2023-05-05T20:05:15.556Z] === RUN TestDockerSuite/TestBuildUser [2023-05-05T20:05:15.556Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2023-05-05T20:05:15.556Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2023-05-05T20:05:15.556Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2023-05-05T20:05:15.556Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2023-05-05T20:05:15.556Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2023-05-05T20:05:15.556Z] === RUN TestDockerSuite/TestBuildVerboseOut [2023-05-05T20:05:21.442Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2023-05-05T20:05:21.442Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2023-05-05T20:05:30.116Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2023-05-05T20:05:30.116Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2023-05-05T20:05:30.116Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2023-05-05T20:05:30.116Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2023-05-05T20:05:30.116Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2023-05-05T20:06:00.246Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2023-05-05T20:06:00.246Z] === RUN TestDockerSuite/TestBuildWindowsUser [2023-05-05T20:06:08.929Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2023-05-05T20:06:16.102Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2023-05-05T20:06:16.102Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2023-05-05T20:06:16.573Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2023-05-05T20:06:16.573Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2023-05-05T20:06:16.573Z] === RUN TestDockerSuite/TestBuildWithFailure [2023-05-05T20:06:20.382Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2023-05-05T20:06:20.382Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2023-05-05T20:06:20.382Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2023-05-05T20:06:35.348Z] === RUN TestDockerSuite/TestBuildWithTabs [2023-05-05T20:06:41.228Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2023-05-05T20:06:41.228Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2023-05-05T20:07:06.538Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2023-05-05T20:07:06.538Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2023-05-05T20:07:06.538Z] === RUN TestDockerSuite/TestBuildWithVolumes [2023-05-05T20:07:06.538Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2023-05-05T20:07:06.538Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2023-05-05T20:07:06.538Z] docker_cli_build_test.go:6053: unmatched requirement DaemonIsLinux [2023-05-05T20:07:06.538Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2023-05-05T20:07:06.538Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2023-05-05T20:07:16.977Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2023-05-05T20:07:17.968Z] === RUN TestDockerSuite/TestBuildXZHost [2023-05-05T20:07:17.968Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2023-05-05T20:07:18.437Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2023-05-05T20:07:18.437Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2023-05-05T20:07:18.907Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2023-05-05T20:07:18.907Z] docker_cli_sni_test.go:18: Flakey test [2023-05-05T20:07:18.907Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2023-05-05T20:07:21.867Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2023-05-05T20:07:27.744Z] === RUN TestDockerSuite/TestCommitChange [2023-05-05T20:07:38.178Z] === RUN TestDockerSuite/TestCommitChangeLabels [2023-05-05T20:07:44.053Z] === RUN TestDockerSuite/TestCommitHardlink [2023-05-05T20:07:44.053Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2023-05-05T20:07:44.053Z] === RUN TestDockerSuite/TestCommitNewFile [2023-05-05T20:07:51.219Z] === RUN TestDockerSuite/TestCommitPausedContainer [2023-05-05T20:07:51.219Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2023-05-05T20:07:51.689Z] === RUN TestDockerSuite/TestCommitTTY [2023-05-05T20:08:06.640Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2023-05-05T20:08:17.077Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestCommitWithoutPause [2023-05-05T20:08:17.077Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2023-05-05T20:08:17.077Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2023-05-05T20:08:17.077Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2023-05-05T20:08:17.077Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2023-05-05T20:08:17.077Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2023-05-05T20:08:17.077Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2023-05-05T20:08:17.077Z] === RUN TestDockerSuite/TestContainerAPICommit [2023-05-05T20:08:24.252Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2023-05-05T20:08:32.925Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2023-05-05T20:08:32.925Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2023-05-05T20:08:32.925Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2023-05-05T20:08:35.148Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2023-05-05T20:08:35.148Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2023-05-05T20:08:35.619Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2023-05-05T20:08:35.619Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2023-05-05T20:08:35.619Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2023-05-05T20:08:35.619Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2023-05-05T20:08:35.619Z] === RUN TestDockerSuite/TestContainerAPICreate [2023-05-05T20:08:38.577Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2023-05-05T20:08:38.577Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2023-05-05T20:08:38.577Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2023-05-05T20:08:38.577Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2023-05-05T20:08:41.534Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2023-05-05T20:08:41.534Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2023-05-05T20:08:41.534Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2023-05-05T20:08:41.534Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2023-05-05T20:08:41.534Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2023-05-05T20:08:41.534Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2023-05-05T20:08:41.534Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2023-05-05T20:08:41.534Z] === RUN TestDockerSuite/TestContainerAPIDelete [2023-05-05T20:08:45.341Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2023-05-05T20:08:47.563Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2023-05-05T20:08:50.522Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2023-05-05T20:08:50.522Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2023-05-05T20:08:50.522Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2023-05-05T20:08:50.522Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2023-05-05T20:08:53.479Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2023-05-05T20:08:53.479Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2023-05-05T20:08:56.437Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2023-05-05T20:08:56.437Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2023-05-05T20:08:56.437Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2023-05-05T20:08:56.437Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2023-05-05T20:08:56.437Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2023-05-05T20:08:59.398Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2023-05-05T20:08:59.398Z] === RUN TestDockerSuite/TestContainerAPIKill [2023-05-05T20:09:02.361Z] === RUN TestDockerSuite/TestContainerAPIPause [2023-05-05T20:09:02.361Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2023-05-05T20:09:02.361Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2023-05-05T20:09:06.160Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2023-05-05T20:09:06.160Z] === RUN TestDockerSuite/TestContainerAPIRename [2023-05-05T20:09:09.115Z] === RUN TestDockerSuite/TestContainerAPIRestart [2023-05-05T20:09:19.548Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2023-05-05T20:09:24.312Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2023-05-05T20:09:24.312Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2023-05-05T20:09:24.312Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2023-05-05T20:09:24.312Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2023-05-05T20:09:24.312Z] === RUN TestDockerSuite/TestContainerAPIStart [2023-05-05T20:09:26.534Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2023-05-05T20:09:26.534Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2023-05-05T20:09:26.534Z] === RUN TestDockerSuite/TestContainerAPIStop [2023-05-05T20:09:35.209Z] === RUN TestDockerSuite/TestContainerAPITop [2023-05-05T20:09:35.209Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2023-05-05T20:09:35.209Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2023-05-05T20:09:37.432Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2023-05-05T20:09:37.432Z] === RUN TestDockerSuite/TestContainerAPIWait [2023-05-05T20:09:42.202Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2023-05-05T20:09:45.164Z] === RUN TestDockerSuite/TestContainerNetworkMode [2023-05-05T20:09:45.164Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2023-05-05T20:09:45.164Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2023-05-05T20:09:45.164Z] docker_cli_run_test.go:3525: unmatched requirement DaemonIsLinux [2023-05-05T20:09:45.164Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2023-05-05T20:09:45.164Z] docker_cli_run_test.go:3557: unmatched requirement DaemonIsLinux [2023-05-05T20:09:45.164Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2023-05-05T20:09:45.164Z] docker_cli_run_test.go:3588: unmatched requirement DaemonIsLinux [2023-05-05T20:09:45.164Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2023-05-05T20:09:45.164Z] docker_cli_run_test.go:3571: unmatched requirement DaemonIsLinux [2023-05-05T20:09:45.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2023-05-05T20:09:47.390Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2023-05-05T20:09:47.390Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2023-05-05T20:09:50.349Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2023-05-05T20:09:59.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2023-05-05T20:10:01.259Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2023-05-05T20:10:09.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0007a6810_} [2023-05-05T20:10:12.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11289305801_c:\foo_false____} [2023-05-05T20:10:15.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11289305801_c:\foo_true____} [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2023-05-05T20:10:23.791Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2023-05-05T20:10:23.791Z] docker_cli_run_test.go:3461: unmatched requirement DaemonIsLinux [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2023-05-05T20:10:23.791Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2023-05-05T20:10:23.791Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestCopyAndRestart [2023-05-05T20:10:23.791Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2023-05-05T20:10:23.791Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2023-05-05T20:10:23.791Z] === RUN TestDockerSuite/TestCpAbsolutePath [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2023-05-05T20:10:32.460Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseA [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:101: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseB [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:121: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseC [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:139: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseD [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:163: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseE [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:199: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseF [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:227: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseG [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:250: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseH [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:285: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseI [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:313: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromCaseJ [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:337: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2023-05-05T20:10:32.460Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2023-05-05T20:10:32.460Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2023-05-05T20:10:32.460Z] === RUN TestDockerSuite/TestCpGarbagePath [2023-05-05T20:10:34.678Z] === RUN TestDockerSuite/TestCpLocalOnly [2023-05-05T20:10:34.678Z] === RUN TestDockerSuite/TestCpNameHasColon [2023-05-05T20:10:34.678Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2023-05-05T20:10:34.678Z] === RUN TestDockerSuite/TestCpRelativePath [2023-05-05T20:10:43.353Z] === RUN TestDockerSuite/TestCpSpecialFiles [2023-05-05T20:10:43.353Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2023-05-05T20:10:43.353Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2023-05-05T20:10:43.353Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2023-05-05T20:10:43.353Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2023-05-05T20:10:43.353Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2023-05-05T20:10:43.353Z] === RUN TestDockerSuite/TestCpToCaseA [2023-05-05T20:10:53.797Z] === RUN TestDockerSuite/TestCpToCaseB [2023-05-05T20:11:00.963Z] === RUN TestDockerSuite/TestCpToCaseC [2023-05-05T20:11:00.963Z] docker_cli_cp_to_container_test.go:147: unmatched requirement DaemonIsLinux [2023-05-05T20:11:00.963Z] === RUN TestDockerSuite/TestCpToCaseD [2023-05-05T20:11:00.963Z] docker_cli_cp_to_container_test.go:172: unmatched requirement DaemonIsLinux [2023-05-05T20:11:00.963Z] === RUN TestDockerSuite/TestCpToCaseE [2023-05-05T20:11:18.797Z] === RUN TestDockerSuite/TestCpToCaseF [2023-05-05T20:11:18.798Z] docker_cli_cp_to_container_test.go:244: unmatched requirement DaemonIsLinux [2023-05-05T20:11:18.798Z] === RUN TestDockerSuite/TestCpToCaseG [2023-05-05T20:11:18.798Z] docker_cli_cp_to_container_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:11:18.798Z] === RUN TestDockerSuite/TestCpToCaseH [2023-05-05T20:11:29.237Z] === RUN TestDockerSuite/TestCpToCaseI [2023-05-05T20:11:29.237Z] docker_cli_cp_to_container_test.go:339: unmatched requirement DaemonIsLinux [2023-05-05T20:11:29.237Z] === RUN TestDockerSuite/TestCpToCaseJ [2023-05-05T20:11:29.237Z] docker_cli_cp_to_container_test.go:363: unmatched requirement DaemonIsLinux [2023-05-05T20:11:29.237Z] === RUN TestDockerSuite/TestCpToDot [2023-05-05T20:11:37.912Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2023-05-05T20:11:37.912Z] docker_cli_cp_to_container_test.go:399: unmatched requirement DaemonIsLinux [2023-05-05T20:11:37.912Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2023-05-05T20:11:37.912Z] docker_cli_cp_to_container_test.go:424: unmatched requirement DaemonIsLinux [2023-05-05T20:11:37.912Z] === RUN TestDockerSuite/TestCpToStdout [2023-05-05T20:11:40.133Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2023-05-05T20:11:40.133Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2023-05-05T20:11:40.133Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2023-05-05T20:11:40.133Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2023-05-05T20:11:40.133Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2023-05-05T20:11:40.133Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2023-05-05T20:11:40.603Z] === RUN TestDockerSuite/TestCpVolumePath [2023-05-05T20:11:40.603Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2023-05-05T20:11:40.603Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2023-05-05T20:11:40.603Z] === RUN TestDockerSuite/TestCreateArgs [2023-05-05T20:11:41.073Z] === RUN TestDockerSuite/TestCreateByImageID [2023-05-05T20:11:43.294Z] === RUN TestDockerSuite/TestCreateEchoStdout [2023-05-05T20:11:46.251Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2023-05-05T20:11:46.251Z] === RUN TestDockerSuite/TestCreateHostConfig [2023-05-05T20:11:46.251Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2023-05-05T20:11:49.208Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2023-05-05T20:11:49.678Z] === RUN TestDockerSuite/TestCreateLabels [2023-05-05T20:11:50.147Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2023-05-05T20:11:50.147Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2023-05-05T20:11:50.147Z] === RUN TestDockerSuite/TestCreateRM [2023-05-05T20:11:50.617Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2023-05-05T20:11:50.617Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-05-05T20:11:50.617Z] === RUN TestDockerSuite/TestCreateStopSignal [2023-05-05T20:11:50.617Z] === RUN TestDockerSuite/TestCreateStopTimeout [2023-05-05T20:11:51.088Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2023-05-05T20:12:06.040Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2023-05-05T20:12:06.040Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2023-05-05T20:12:06.510Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2023-05-05T20:12:10.311Z] === RUN TestDockerSuite/TestCreateWithPortRange [2023-05-05T20:12:10.311Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2023-05-05T20:12:10.311Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2023-05-05T20:12:10.311Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2023-05-05T20:12:13.273Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2023-05-05T20:12:13.273Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2023-05-05T20:12:13.273Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2023-05-05T20:12:13.273Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2023-05-05T20:12:13.273Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2023-05-05T20:12:13.273Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.273Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2023-05-05T20:12:13.273Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2023-05-05T20:12:13.742Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2023-05-05T20:12:13.742Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestDevicePermissions [2023-05-05T20:12:13.742Z] docker_cli_run_test.go:2990: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestDockerFails [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2023-05-05T20:12:13.742Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2023-05-05T20:12:13.742Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2023-05-05T20:12:13.742Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestEventsAttach [2023-05-05T20:12:13.742Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestEventsCommit [2023-05-05T20:12:13.742Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2023-05-05T20:12:13.742Z] === RUN TestDockerSuite/TestEventsContainerEvents [2023-05-05T20:12:16.710Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2023-05-05T20:12:19.667Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2023-05-05T20:12:22.625Z] === RUN TestDockerSuite/TestEventsContainerRestart [2023-05-05T20:12:37.576Z] === RUN TestDockerSuite/TestEventsCopy [2023-05-05T20:12:43.452Z] === RUN TestDockerSuite/TestEventsFilterContainer [2023-05-05T20:12:49.326Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2023-05-05T20:12:52.283Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2023-05-05T20:12:53.270Z] === RUN TestDockerSuite/TestEventsFilterImageName [2023-05-05T20:12:58.037Z] === RUN TestDockerSuite/TestEventsFilterLabels [2023-05-05T20:12:58.506Z] === RUN TestDockerSuite/TestEventsFilterType [2023-05-05T20:12:59.494Z] === RUN TestDockerSuite/TestEventsFilters [2023-05-05T20:13:12.017Z] === RUN TestDockerSuite/TestEventsFormat [2023-05-05T20:13:20.687Z] === RUN TestDockerSuite/TestEventsFormatBadField [2023-05-05T20:13:20.687Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2023-05-05T20:13:20.687Z] === RUN TestDockerSuite/TestEventsImageImport [2023-05-05T20:13:20.687Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2023-05-05T20:13:20.687Z] === RUN TestDockerSuite/TestEventsImageLoad [2023-05-05T20:13:20.687Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2023-05-05T20:13:20.687Z] === RUN TestDockerSuite/TestEventsImagePull [2023-05-05T20:13:20.687Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2023-05-05T20:13:20.687Z] === RUN TestDockerSuite/TestEventsImageTag [2023-05-05T20:13:22.258Z] === RUN TestDockerSuite/TestEventsPluginOps [2023-05-05T20:13:22.258Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2023-05-05T20:13:22.258Z] === RUN TestDockerSuite/TestEventsRename [2023-05-05T20:13:25.220Z] === RUN TestDockerSuite/TestEventsResize [2023-05-05T20:13:29.023Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2023-05-05T20:13:31.243Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2023-05-05T20:13:35.043Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2023-05-05T20:13:45.481Z] === RUN TestDockerSuite/TestEventsTop [2023-05-05T20:13:45.481Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2023-05-05T20:13:45.481Z] === RUN TestDockerSuite/TestEventsUntag [2023-05-05T20:13:47.703Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2023-05-05T20:13:58.140Z] === RUN TestDockerSuite/TestExec [2023-05-05T20:13:58.140Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2023-05-05T20:13:58.140Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2023-05-05T20:13:58.140Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2023-05-05T20:13:58.140Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2023-05-05T20:14:00.364Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2023-05-05T20:14:02.587Z] === RUN TestDockerSuite/TestExecAPIStart [2023-05-05T20:14:02.587Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2023-05-05T20:14:03.058Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2023-05-05T20:14:03.058Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2023-05-05T20:14:03.058Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2023-05-05T20:14:03.058Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2023-05-05T20:14:03.058Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2023-05-05T20:14:05.278Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2023-05-05T20:14:08.237Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2023-05-05T20:14:11.200Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2023-05-05T20:14:13.422Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2023-05-05T20:14:19.307Z] === RUN TestDockerSuite/TestExecCgroup [2023-05-05T20:14:19.307Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2023-05-05T20:14:19.307Z] === RUN TestDockerSuite/TestExecEnv [2023-05-05T20:14:19.307Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2023-05-05T20:14:19.307Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2023-05-05T20:14:19.307Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsLinux [2023-05-05T20:14:19.307Z] === RUN TestDockerSuite/TestExecExitStatus [2023-05-05T20:14:22.275Z] === RUN TestDockerSuite/TestExecInspectID [2023-05-05T20:14:28.156Z] === RUN TestDockerSuite/TestExecInteractive [2023-05-05T20:14:28.156Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2023-05-05T20:14:28.156Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2023-05-05T20:14:28.156Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2023-05-05T20:14:28.156Z] === RUN TestDockerSuite/TestExecParseError [2023-05-05T20:14:28.156Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2023-05-05T20:14:28.156Z] === RUN TestDockerSuite/TestExecPausedContainer [2023-05-05T20:14:28.156Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2023-05-05T20:14:28.156Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2023-05-05T20:14:28.156Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2023-05-05T20:14:28.156Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2023-05-05T20:14:31.117Z] === RUN TestDockerSuite/TestExecSetEnv [2023-05-05T20:14:31.117Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2023-05-05T20:14:31.117Z] === RUN TestDockerSuite/TestExecStartFails [2023-05-05T20:14:34.075Z] === RUN TestDockerSuite/TestExecStateCleanup [2023-05-05T20:14:34.075Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2023-05-05T20:14:34.075Z] === RUN TestDockerSuite/TestExecStopNotHanging [2023-05-05T20:14:34.076Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2023-05-05T20:14:34.076Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2023-05-05T20:14:34.076Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2023-05-05T20:14:34.076Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2023-05-05T20:14:37.032Z] === RUN TestDockerSuite/TestExecUlimits [2023-05-05T20:14:37.032Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2023-05-05T20:14:37.032Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2023-05-05T20:14:47.491Z] === RUN TestDockerSuite/TestExecWithImageUser [2023-05-05T20:14:47.491Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2023-05-05T20:14:47.491Z] === RUN TestDockerSuite/TestExecWithPrivileged [2023-05-05T20:14:47.491Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2023-05-05T20:14:47.491Z] === RUN TestDockerSuite/TestExecWithUser [2023-05-05T20:14:47.491Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2023-05-05T20:14:47.491Z] === RUN TestDockerSuite/TestGetContainerStats [2023-05-05T20:14:54.667Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2023-05-05T20:15:01.836Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2023-05-05T20:15:05.631Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2023-05-05T20:15:12.797Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestHealth [2023-05-05T20:15:12.797Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestHistoryExistentImage [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2023-05-05T20:15:12.797Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2023-05-05T20:15:18.685Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2023-05-05T20:15:18.685Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2023-05-05T20:15:18.685Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2023-05-05T20:15:18.685Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2023-05-05T20:15:18.685Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2023-05-05T20:15:19.155Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2023-05-05T20:15:19.623Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2023-05-05T20:15:20.093Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2023-05-05T20:15:20.093Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2023-05-05T20:15:20.093Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2023-05-05T20:15:21.665Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2023-05-05T20:15:21.665Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2023-05-05T20:15:23.887Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2023-05-05T20:15:24.361Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2023-05-05T20:15:27.322Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2023-05-05T20:15:35.989Z] === RUN TestDockerSuite/TestImagesFormat [2023-05-05T20:15:35.989Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2023-05-05T20:15:35.989Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2023-05-05T20:15:35.989Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2023-05-05T20:15:39.792Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2023-05-05T20:15:39.792Z] === RUN TestDockerSuite/TestImportBadURL [2023-05-05T20:15:42.009Z] === RUN TestDockerSuite/TestImportDisplay [2023-05-05T20:15:42.009Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.009Z] === RUN TestDockerSuite/TestImportFile [2023-05-05T20:15:42.009Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestImportFileWithMessage [2023-05-05T20:15:42.478Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestImportGzipped [2023-05-05T20:15:42.478Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2023-05-05T20:15:42.478Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2023-05-05T20:15:42.478Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2023-05-05T20:15:42.478Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2023-05-05T20:15:42.478Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2023-05-05T20:15:42.478Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2023-05-05T20:15:42.478Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-05-05T20:15:42.478Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2023-05-05T20:15:51.149Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2023-05-05T20:15:53.371Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2023-05-05T20:15:53.371Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2023-05-05T20:15:53.371Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2023-05-05T20:15:53.371Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2023-05-05T20:15:53.371Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2023-05-05T20:15:53.371Z] === RUN TestDockerSuite/TestInspectAmpersand [2023-05-05T20:15:53.371Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2023-05-05T20:15:53.371Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2023-05-05T20:15:56.337Z] === RUN TestDockerSuite/TestInspectByPrefix [2023-05-05T20:15:56.809Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2023-05-05T20:15:59.770Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2023-05-05T20:15:59.770Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2023-05-05T20:15:59.770Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2023-05-05T20:15:59.770Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2023-05-05T20:15:59.770Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2023-05-05T20:15:59.770Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2023-05-05T20:15:59.770Z] === RUN TestDockerSuite/TestInspectDefault [2023-05-05T20:16:08.444Z] === RUN TestDockerSuite/TestInspectHistory [2023-05-05T20:16:13.213Z] === RUN TestDockerSuite/TestInspectImage [2023-05-05T20:16:13.213Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2023-05-05T20:16:13.213Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2023-05-05T20:16:13.213Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2023-05-05T20:16:13.213Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2023-05-05T20:16:13.213Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-05-05T20:16:13.213Z] === RUN TestDockerSuite/TestInspectInt64 [2023-05-05T20:16:16.172Z] === RUN TestDockerSuite/TestInspectJSONFields [2023-05-05T20:16:19.129Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2023-05-05T20:16:19.598Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2023-05-05T20:16:22.556Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2023-05-05T20:16:25.517Z] === RUN TestDockerSuite/TestInspectPlugin [2023-05-05T20:16:25.517Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2023-05-05T20:16:25.517Z] === RUN TestDockerSuite/TestInspectRootFS [2023-05-05T20:16:25.517Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2023-05-05T20:16:28.476Z] === RUN TestDockerSuite/TestInspectStatus [2023-05-05T20:16:32.279Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2023-05-05T20:16:38.154Z] === RUN TestDockerSuite/TestInspectTemplateError [2023-05-05T20:16:41.111Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2023-05-05T20:16:44.071Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2023-05-05T20:16:46.297Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2023-05-05T20:16:49.258Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2023-05-05T20:16:52.215Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestInspectUnknownObject [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinkShortDefinition [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksEnvs [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2023-05-05T20:16:55.173Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.173Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2023-05-05T20:16:55.174Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.174Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2023-05-05T20:16:55.174Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.643Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2023-05-05T20:16:55.643Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.643Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2023-05-05T20:16:55.643Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.643Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2023-05-05T20:16:55.643Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.643Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2023-05-05T20:16:55.643Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2023-05-05T20:16:55.643Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2023-05-05T20:16:55.643Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2023-05-05T20:16:55.643Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2023-05-05T20:16:58.602Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2023-05-05T20:17:00.829Z] === RUN TestDockerSuite/TestLogsAPIUntil [2023-05-05T20:17:08.113Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2023-05-05T20:17:11.079Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2023-05-05T20:17:11.079Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2023-05-05T20:17:11.079Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2023-05-05T20:17:14.035Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2023-05-05T20:17:14.035Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2023-05-05T20:17:22.714Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2023-05-05T20:17:29.894Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2023-05-05T20:17:37.064Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2023-05-05T20:17:40.023Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2023-05-05T20:17:43.824Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2023-05-05T20:17:43.824Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2023-05-05T20:17:43.824Z] === RUN TestDockerSuite/TestLogsFollowStopped [2023-05-05T20:17:52.503Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2023-05-05T20:17:54.730Z] === RUN TestDockerSuite/TestLogsSince [2023-05-05T20:18:05.171Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2023-05-05T20:18:05.171Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2023-05-05T20:18:05.171Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2023-05-05T20:18:05.171Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2023-05-05T20:18:05.171Z] === RUN TestDockerSuite/TestLogsTail [2023-05-05T20:18:08.977Z] === RUN TestDockerSuite/TestLogsTimestamps [2023-05-05T20:18:11.938Z] === RUN TestDockerSuite/TestLogsWithDetails [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestMountIntoProc [2023-05-05T20:18:14.898Z] docker_cli_run_test.go:2904: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestMountIntoSys [2023-05-05T20:18:14.898Z] docker_cli_run_test.go:2913: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestNetHostname [2023-05-05T20:18:14.898Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2023-05-05T20:18:14.898Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2023-05-05T20:18:14.898Z] docker_cli_run_test.go:3507: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2023-05-05T20:18:14.898Z] docker_cli_run_test.go:2693: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginActive [2023-05-05T20:18:14.898Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2023-05-05T20:18:14.898Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2023-05-05T20:18:14.898Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginLogDriver [2023-05-05T20:18:14.898Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2023-05-05T20:18:14.898Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2023-05-05T20:18:14.898Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2023-05-05T20:18:14.898Z] === RUN TestDockerSuite/TestPluginUpgrade [2023-05-05T20:18:14.898Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2023-05-05T20:18:15.367Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2023-05-05T20:18:15.367Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2023-05-05T20:18:15.367Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2023-05-05T20:18:15.367Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2023-05-05T20:18:15.367Z] === RUN TestDockerSuite/TestPortHostBinding [2023-05-05T20:18:15.367Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2023-05-05T20:18:15.367Z] === RUN TestDockerSuite/TestPortList [2023-05-05T20:18:15.367Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2023-05-05T20:18:15.367Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersAttach [2023-05-05T20:18:25.961Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2023-05-05T20:18:25.961Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2023-05-05T20:18:25.961Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2023-05-05T20:18:25.961Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2023-05-05T20:18:25.961Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2023-05-05T20:18:25.961Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2023-05-05T20:18:25.961Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2023-05-05T20:18:25.961Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2023-05-05T20:18:25.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2023-05-05T20:18:38.473Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2023-05-05T20:18:38.473Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2023-05-05T20:18:38.473Z] === RUN TestDockerSuite/TestPsByOrder [2023-05-05T20:18:48.911Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2023-05-05T20:18:48.911Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2023-05-05T20:18:48.911Z] === RUN TestDockerSuite/TestPsListContainersBase [2023-05-05T20:19:03.870Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2023-05-05T20:19:21.718Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2023-05-05T20:19:21.718Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2023-05-05T20:19:21.718Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2023-05-05T20:19:21.718Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2023-05-05T20:19:39.550Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2023-05-05T20:19:42.518Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2023-05-05T20:20:03.776Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2023-05-05T20:20:12.449Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2023-05-05T20:20:12.449Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2023-05-05T20:20:12.449Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2023-05-05T20:20:12.449Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2023-05-05T20:20:12.449Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2023-05-05T20:20:22.890Z] === RUN TestDockerSuite/TestPsListContainersSize [2023-05-05T20:20:22.890Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2023-05-05T20:20:22.890Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2023-05-05T20:20:22.890Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2023-05-05T20:20:22.890Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2023-05-05T20:20:22.890Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2023-05-05T20:20:22.890Z] === RUN TestDockerSuite/TestPsRightTagName [2023-05-05T20:20:22.890Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2023-05-05T20:20:22.890Z] === RUN TestDockerSuite/TestPsShowMounts [2023-05-05T20:20:33.334Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2023-05-05T20:20:33.334Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2023-05-05T20:20:33.334Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2023-05-05T20:20:33.334Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2023-05-05T20:20:33.334Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2023-05-05T20:20:33.334Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2023-05-05T20:20:34.324Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2023-05-05T20:20:35.312Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2023-05-05T20:20:35.312Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2023-05-05T20:20:35.312Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2023-05-05T20:20:41.195Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2023-05-05T20:20:45.962Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2023-05-05T20:20:54.639Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2023-05-05T20:21:30.515Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2023-05-05T20:21:30.515Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2023-05-05T20:21:30.515Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2023-05-05T20:21:33.478Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2023-05-05T20:21:33.478Z] === RUN TestDockerSuite/TestRestartPolicyNO [2023-05-05T20:21:33.478Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2023-05-05T20:21:34.469Z] === RUN TestDockerSuite/TestRestartRunningContainer [2023-05-05T20:21:40.351Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2023-05-05T20:21:45.119Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2023-05-05T20:21:45.119Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2023-05-05T20:21:45.119Z] === RUN TestDockerSuite/TestRestartWithVolumes [2023-05-05T20:21:51.006Z] === RUN TestDockerSuite/TestRmiBlank [2023-05-05T20:21:51.006Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2023-05-05T20:21:51.006Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2023-05-05T20:22:12.261Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2023-05-05T20:22:12.731Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2023-05-05T20:22:13.720Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2023-05-05T20:22:22.396Z] === RUN TestDockerSuite/TestRmiImgIDForce [2023-05-05T20:22:34.910Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2023-05-05T20:22:45.358Z] === RUN TestDockerSuite/TestRmiParentImageFail [2023-05-05T20:22:50.121Z] === RUN TestDockerSuite/TestRmiTag [2023-05-05T20:22:50.591Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2023-05-05T20:22:59.276Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2023-05-05T20:23:20.537Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2023-05-05T20:23:23.500Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2023-05-05T20:23:29.385Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2023-05-05T20:23:30.955Z] docker_cli_run_test.go:4422: unmatched requirement DaemonIsLinux [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAddHost [2023-05-05T20:23:30.955Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2023-05-05T20:23:30.955Z] docker_cli_run_test.go:3939: unmatched requirement DaemonIsLinux [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2023-05-05T20:23:30.955Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2023-05-05T20:23:30.955Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2023-05-05T20:23:30.955Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2023-05-05T20:23:30.955Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2023-05-05T20:23:30.955Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2023-05-05T20:23:33.177Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2023-05-05T20:23:33.177Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2023-05-05T20:23:33.177Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2023-05-05T20:23:33.647Z] docker_cli_run_test.go:2623: unmatched requirement DaemonIsLinux [2023-05-05T20:23:33.647Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2023-05-05T20:23:39.539Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2023-05-05T20:23:42.498Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2023-05-05T20:23:45.457Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2023-05-05T20:23:54.133Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2023-05-05T20:23:56.357Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2023-05-05T20:23:56.357Z] === RUN TestDockerSuite/TestRunBindMounts [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:3003: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:3189: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2023-05-05T20:24:02.239Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2023-05-05T20:24:02.239Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2023-05-05T20:24:10.925Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2023-05-05T20:24:10.925Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2023-05-05T20:24:10.925Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2023-05-05T20:24:13.884Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2023-05-05T20:24:13.884Z] docker_cli_run_test.go:3331: unmatched requirement DaemonIsLinux [2023-05-05T20:24:13.884Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2023-05-05T20:24:13.884Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2023-05-05T20:24:13.884Z] === RUN TestDockerSuite/TestRunContainerNetwork [2023-05-05T20:24:16.105Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2023-05-05T20:24:16.105Z] docker_cli_run_test.go:3322: unmatched requirement DaemonIsLinux [2023-05-05T20:24:16.105Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2023-05-05T20:24:16.105Z] docker_cli_run_test.go:3307: unmatched requirement DaemonIsLinux [2023-05-05T20:24:16.105Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2023-05-05T20:24:16.105Z] docker_cli_run_test.go:3232: unmatched requirement DaemonIsLinux [2023-05-05T20:24:16.105Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2023-05-05T20:24:16.105Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2023-05-05T20:24:16.575Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2023-05-05T20:24:16.575Z] docker_cli_run_test.go:2680: unmatched requirement DaemonIsLinux [2023-05-05T20:24:16.575Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2023-05-05T20:24:16.575Z] docker_cli_run_test.go:2753: unmatched requirement DaemonIsLinux [2023-05-05T20:24:16.575Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2023-05-05T20:24:16.575Z] docker_cli_run_test.go:2743: unmatched requirement DaemonIsLinux [2023-05-05T20:24:16.575Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2023-05-05T20:24:19.534Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2023-05-05T20:24:22.494Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2023-05-05T20:24:25.459Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2023-05-05T20:24:25.459Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2023-05-05T20:24:25.459Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2023-05-05T20:24:25.459Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2023-05-05T20:24:25.459Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2023-05-05T20:24:25.459Z] docker_cli_run_test.go:3197: unmatched requirement DaemonIsLinux [2023-05-05T20:24:25.459Z] === RUN TestDockerSuite/TestRunCreateVolume [2023-05-05T20:24:27.684Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2023-05-05T20:24:27.684Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2023-05-05T20:24:27.684Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2023-05-05T20:24:27.684Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2023-05-05T20:24:27.684Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2023-05-05T20:24:27.684Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2023-05-05T20:24:27.684Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2023-05-05T20:24:27.684Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2023-05-05T20:24:28.155Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2023-05-05T20:24:30.384Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2023-05-05T20:24:37.577Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2023-05-05T20:24:37.577Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2023-05-05T20:24:37.577Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2023-05-05T20:24:37.577Z] docker_cli_run_test.go:3904: unmatched requirement DaemonIsLinux [2023-05-05T20:24:37.577Z] === RUN TestDockerSuite/TestRunDNSOptions [2023-05-05T20:24:37.577Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2023-05-05T20:24:37.577Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2023-05-05T20:24:37.577Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2023-05-05T20:24:37.577Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2023-05-05T20:24:37.577Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2023-05-05T20:24:37.577Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2023-05-05T20:24:37.577Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2023-05-05T20:24:37.577Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2023-05-05T20:24:46.265Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2023-05-05T20:24:46.265Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2023-05-05T20:24:46.265Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2023-05-05T20:24:46.265Z] === RUN TestDockerSuite/TestRunDuplicateMount [2023-05-05T20:24:46.265Z] docker_cli_run_test.go:4079: unmatched requirement DaemonIsLinux [2023-05-05T20:24:46.265Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2023-05-05T20:24:49.232Z] === RUN TestDockerSuite/TestRunEchoStdout [2023-05-05T20:24:52.196Z] === RUN TestDockerSuite/TestRunEmptyEnv [2023-05-05T20:24:52.196Z] docker_cli_run_test.go:4162: unmatched requirement DaemonIsLinux [2023-05-05T20:24:52.196Z] === RUN TestDockerSuite/TestRunEntrypoint [2023-05-05T20:24:55.162Z] === RUN TestDockerSuite/TestRunEnvironment [2023-05-05T20:24:55.162Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2023-05-05T20:24:55.162Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2023-05-05T20:24:55.162Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2023-05-05T20:24:55.162Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2023-05-05T20:24:55.162Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2023-05-05T20:24:55.162Z] === RUN TestDockerSuite/TestRunExitCode [2023-05-05T20:24:58.125Z] === RUN TestDockerSuite/TestRunExitCodeOne [2023-05-05T20:25:01.088Z] === RUN TestDockerSuite/TestRunExitCodeZero [2023-05-05T20:25:04.049Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunExposePort [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2023-05-05T20:25:07.015Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunGroupAdd [2023-05-05T20:25:07.015Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2023-05-05T20:25:07.015Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2023-05-05T20:25:07.015Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsLinux [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2023-05-05T20:25:07.015Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2023-05-05T20:25:07.015Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2023-05-05T20:25:07.015Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2023-05-05T20:25:07.015Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2023-05-05T20:25:17.463Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2023-05-05T20:25:17.463Z] docker_cli_run_test.go:3267: unmatched requirement DaemonIsLinux [2023-05-05T20:25:17.463Z] === RUN TestDockerSuite/TestRunInvalidReference [2023-05-05T20:25:17.463Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2023-05-05T20:25:17.463Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2023-05-05T20:25:17.463Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2023-05-05T20:25:17.463Z] docker_cli_run_test.go:3376: unmatched requirement DaemonIsLinux [2023-05-05T20:25:17.463Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2023-05-05T20:25:17.463Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2023-05-05T20:25:17.463Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2023-05-05T20:25:17.463Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2023-05-05T20:25:17.463Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2023-05-05T20:25:29.989Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2023-05-05T20:25:29.989Z] docker_cli_run_test.go:3386: unmatched requirement DaemonIsLinux [2023-05-05T20:25:29.989Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModeHostname [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModeIpcHost [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:3420: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModePIDContainer [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModePIDHost [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2023-05-05T20:25:30.978Z] === RUN TestDockerSuite/TestRunModeUTSHost [2023-05-05T20:25:30.978Z] docker_cli_run_test.go:2451: unmatched requirement DaemonIsLinux [2023-05-05T20:25:31.449Z] === RUN TestDockerSuite/TestRunMount [2023-05-05T20:25:31.449Z] docker_cli_run_test.go:4224: unmatched requirement DaemonIsLinux [2023-05-05T20:25:31.449Z] === RUN TestDockerSuite/TestRunMountOrdering [2023-05-05T20:25:31.449Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2023-05-05T20:25:31.449Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2023-05-05T20:25:31.449Z] docker_cli_run_test.go:4212: unmatched requirement DaemonIsLinux [2023-05-05T20:25:31.449Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2023-05-05T20:25:31.449Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2023-05-05T20:25:31.449Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2023-05-05T20:25:46.407Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2023-05-05T20:25:46.407Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2023-05-05T20:25:46.407Z] === RUN TestDockerSuite/TestRunNamedVolume [2023-05-05T20:25:46.407Z] docker_cli_run_test.go:3209: unmatched requirement DaemonIsLinux [2023-05-05T20:25:46.407Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2023-05-05T20:25:46.407Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2023-05-05T20:25:46.407Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2023-05-05T20:25:56.856Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:3764: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:2603: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetHost [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:2572: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:2595: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:3064: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:3110: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2023-05-05T20:26:01.717Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2023-05-05T20:26:01.717Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2023-05-05T20:26:02.707Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2023-05-05T20:26:05.669Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2023-05-05T20:26:08.628Z] === RUN TestDockerSuite/TestRunNonExistingImage [2023-05-05T20:26:09.619Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:2803: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:2493: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunPortInUse [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2023-05-05T20:26:12.578Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2023-05-05T20:26:12.578Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2023-05-05T20:26:21.255Z] === RUN TestDockerSuite/TestRunPublishPort [2023-05-05T20:26:21.255Z] docker_cli_run_test.go:2978: unmatched requirement DaemonIsLinux [2023-05-05T20:26:21.255Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2023-05-05T20:26:21.255Z] docker_cli_run_test.go:2881: unmatched requirement Apparmor [2023-05-05T20:26:21.255Z] === RUN TestDockerSuite/TestRunReadProcLatency [2023-05-05T20:26:21.255Z] docker_cli_run_test.go:2860: unmatched requirement DaemonIsLinux [2023-05-05T20:26:21.255Z] === RUN TestDockerSuite/TestRunReadProcTimer [2023-05-05T20:26:21.255Z] docker_cli_run_test.go:2845: unmatched requirement DaemonIsLinux [2023-05-05T20:26:21.255Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2023-05-05T20:26:21.255Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2023-05-05T20:26:21.726Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2023-05-05T20:26:32.174Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2023-05-05T20:26:32.174Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2023-05-05T20:26:32.174Z] === RUN TestDockerSuite/TestRunRm [2023-05-05T20:26:34.487Z] === RUN TestDockerSuite/TestRunRmAndWait [2023-05-05T20:26:41.139Z] === RUN TestDockerSuite/TestRunRmPre125Api [2023-05-05T20:26:44.099Z] === RUN TestDockerSuite/TestRunRootWorkdir [2023-05-05T20:26:46.320Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2023-05-05T20:26:49.284Z] === RUN TestDockerSuite/TestRunSetMacAddress [2023-05-05T20:26:53.082Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2023-05-05T20:26:53.082Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2023-05-05T20:26:53.082Z] === RUN TestDockerSuite/TestRunState [2023-05-05T20:26:53.082Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2023-05-05T20:26:53.082Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2023-05-05T20:26:55.308Z] === RUN TestDockerSuite/TestRunStdinPipe [2023-05-05T20:26:55.308Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2023-05-05T20:26:55.308Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2023-05-05T20:26:58.270Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2023-05-05T20:26:58.270Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2023-05-05T20:26:58.270Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2023-05-05T20:26:58.270Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2023-05-05T20:26:58.270Z] === RUN TestDockerSuite/TestRunTLSVerify [2023-05-05T20:26:58.270Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2023-05-05T20:26:58.270Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2023-05-05T20:26:58.270Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2023-05-05T20:26:58.270Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:3980: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUnshareProc [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:2920: unmatched requirement Apparmor [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUserByID [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUserByIDBig [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUserByIDZero [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUserByName [2023-05-05T20:27:04.154Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2023-05-05T20:27:04.154Z] === RUN TestDockerSuite/TestRunUserDefaults [2023-05-05T20:27:06.388Z] === RUN TestDockerSuite/TestRunUserNotFound [2023-05-05T20:27:06.859Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2023-05-05T20:27:06.859Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2023-05-05T20:27:09.547Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2023-05-05T20:27:09.547Z] docker_cli_run_test.go:3869: unmatched requirement DaemonIsLinux [2023-05-05T20:27:09.547Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2023-05-05T20:27:09.547Z] docker_cli_run_test.go:3862: unmatched requirement DaemonIsLinux [2023-05-05T20:27:09.547Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2023-05-05T20:27:18.052Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2023-05-05T20:27:26.601Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2023-05-05T20:27:32.481Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2023-05-05T20:27:41.167Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2023-05-05T20:27:41.167Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2023-05-05T20:27:41.167Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2023-05-05T20:27:41.167Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2023-05-05T20:27:44.970Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2023-05-05T20:27:52.147Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2023-05-05T20:27:55.110Z] === RUN TestDockerSuite/TestRunWithBadDevice [2023-05-05T20:27:55.110Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2023-05-05T20:27:55.110Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2023-05-05T20:27:55.110Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2023-05-05T20:27:55.642Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2023-05-05T20:27:55.642Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2023-05-05T20:27:55.642Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2023-05-05T20:27:55.642Z] docker_cli_run_test.go:3736: unmatched requirement DaemonIsLinux [2023-05-05T20:27:55.642Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2023-05-05T20:27:55.642Z] docker_cli_run_test.go:3747: unmatched requirement DaemonIsLinux [2023-05-05T20:27:55.642Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2023-05-05T20:27:55.642Z] docker_cli_run_test.go:2826: unmatched requirement DaemonIsLinux [2023-05-05T20:27:55.642Z] === RUN TestDockerSuite/TestRunWithUlimits [2023-05-05T20:27:55.642Z] docker_cli_run_test.go:3221: unmatched requirement DaemonIsLinux [2023-05-05T20:27:55.642Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2023-05-05T20:28:00.412Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2023-05-05T20:28:02.637Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2023-05-05T20:28:05.597Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2023-05-05T20:28:11.519Z] docker_cli_run_test.go:3037: unmatched requirement Apparmor [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2023-05-05T20:28:11.519Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2023-05-05T20:28:11.519Z] docker_cli_run_test.go:2836: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2023-05-05T20:28:11.519Z] docker_cli_run_test.go:3634: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2023-05-05T20:28:11.519Z] docker_cli_run_test.go:3645: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveCheckTimes [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveImageId [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveLoadParents [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveMultipleNames [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveSingleTag [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2023-05-05T20:28:11.519Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2023-05-05T20:28:11.519Z] === RUN TestDockerSuite/TestSearchCmdOptions [2023-05-05T20:28:13.757Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2023-05-05T20:28:14.229Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2023-05-05T20:28:14.229Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2023-05-05T20:28:14.699Z] === RUN TestDockerSuite/TestSearchWithLimit [2023-05-05T20:28:16.269Z] === RUN TestDockerSuite/TestSlowStdinClosing [2023-05-05T20:28:24.944Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2023-05-05T20:28:24.944Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2023-05-05T20:28:24.944Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2023-05-05T20:28:35.382Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2023-05-05T20:28:35.382Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2023-05-05T20:28:35.382Z] === RUN TestDockerSuite/TestStartAttachSilent [2023-05-05T20:28:45.824Z] === RUN TestDockerSuite/TestStartAttachWithRename [2023-05-05T20:28:45.824Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2023-05-05T20:28:45.824Z] === RUN TestDockerSuite/TestStartMultipleContainers [2023-05-05T20:28:45.824Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2023-05-05T20:28:45.824Z] === RUN TestDockerSuite/TestStartPausedContainer [2023-05-05T20:28:45.824Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2023-05-05T20:28:45.824Z] === RUN TestDockerSuite/TestStartRecordError [2023-05-05T20:28:45.824Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2023-05-05T20:28:45.824Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2023-05-05T20:28:53.003Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2023-05-05T20:28:53.003Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2023-05-05T20:28:53.003Z] === RUN TestDockerSuite/TestStatsAllNoStream [2023-05-05T20:28:53.003Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2023-05-05T20:28:53.003Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2023-05-05T20:28:53.003Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2023-05-05T20:28:53.003Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2023-05-05T20:28:53.003Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2023-05-05T20:28:53.003Z] === RUN TestDockerSuite/TestStatsFormatAll [2023-05-05T20:28:53.003Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-05-05T20:28:53.003Z] === RUN TestDockerSuite/TestStatsNoStream [2023-05-05T20:28:53.003Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2023-05-05T20:28:53.003Z] === RUN TestDockerSuite/TestTopMultipleArgs [2023-05-05T20:28:55.225Z] === RUN TestDockerSuite/TestTopNonPrivileged [2023-05-05T20:28:59.024Z] === RUN TestDockerSuite/TestTopPrivileged [2023-05-05T20:28:59.024Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2023-05-05T20:28:59.024Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2023-05-05T20:29:01.247Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2023-05-05T20:29:01.247Z] docker_cli_run_test.go:3445: unmatched requirement DaemonIsLinux [2023-05-05T20:29:01.247Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2023-05-05T20:29:01.247Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2023-05-05T20:29:01.247Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2023-05-05T20:29:01.247Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2023-05-05T20:29:01.247Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2023-05-05T20:29:01.247Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2023-05-05T20:29:01.247Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2023-05-05T20:29:01.247Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2023-05-05T20:29:01.247Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2023-05-05T20:29:01.247Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2023-05-05T20:29:01.247Z] === RUN TestDockerSuite/TestVolumeCLICreate [2023-05-05T20:29:19.080Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2023-05-05T20:29:19.080Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2023-05-05T20:29:19.080Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2023-05-05T20:29:19.080Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2023-05-05T20:29:19.080Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2023-05-05T20:29:19.080Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2023-05-05T20:29:19.080Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2023-05-05T20:29:19.080Z] === RUN TestDockerSuite/TestVolumeCLILs [2023-05-05T20:29:22.043Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2023-05-05T20:29:22.043Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2023-05-05T20:29:25.844Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2023-05-05T20:29:25.844Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2023-05-05T20:29:26.315Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2023-05-05T20:29:26.785Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2023-05-05T20:29:26.785Z] === RUN TestDockerSuite/TestVolumeCLIRm [2023-05-05T20:29:37.283Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2023-05-05T20:29:37.283Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2023-05-05T20:29:37.283Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2023-05-05T20:29:37.754Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2023-05-05T20:29:37.754Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2023-05-05T20:29:37.754Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2023-05-05T20:29:38.227Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2023-05-05T20:29:46.911Z] === RUN TestDockerSuite/TestVolumeLsFormat [2023-05-05T20:29:46.911Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2023-05-05T20:29:47.382Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2023-05-05T20:30:05.235Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2023-05-05T20:30:05.235Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2023-05-05T20:30:05.235Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2023-05-05T20:30:06.812Z] --- PASS: TestDockerSuite (3282.69s) [2023-05-05T20:30:06.812Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2023-05-05T20:30:06.812Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2023-05-05T20:30:06.812Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.04s) [2023-05-05T20:30:06.812Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.07s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.33s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.87s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.30s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (104.60s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.25s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.91s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.67s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.94s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.04s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (134.22s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.88s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.97s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.97s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.52s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.67s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.22s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.72s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.78s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.15s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.43s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.87s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.63s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddTar (59.20s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.01s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.22s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.75s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.06s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.65s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.17s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.33s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.81s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (47.17s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.46s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.46s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.56s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.33s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.60s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.69s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.19s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCmd (0.74s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.68s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.67s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.49s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.60s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.38s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.54s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.37s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.01s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.59s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.97s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.80s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.95s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.15s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.67s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.55s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.48s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.65s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.16s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (26.16s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.09s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.54s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (8.35s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (8.29s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignore (90.10s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.77s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (104.90s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.08s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.28s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (33.21s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.23s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (17.68s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (48.62s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (17.54s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.34s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (137.92s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.62s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.71s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.34s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.61s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.67s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.61s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.93s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.57s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.08s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.12s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.80s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.99s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.72s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFails (2.76s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.37s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (10.97s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.88s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.59s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.56s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.27s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.88s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.69s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.56s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildHistory (12.49s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.11s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.37s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.94s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.40s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLabel (1.21s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.79s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.17s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.68s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLabels (1.13s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.80s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.56s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.69s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.80s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.10s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.54s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.22s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (41.68s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.81s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (11.19s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.67s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.79s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.95s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.16s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.80s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.32s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.44s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.09s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.26s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.26s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.57s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuild (20.22s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.89s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.59s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.61s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.91s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.34s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.72s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.39s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.65s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.57s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (33.90s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildRm (17.51s) [2023-05-05T20:30:06.813Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.54s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2023-05-05T20:30:06.813Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.55s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.04s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.75s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (9.19s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.65s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.97s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.78s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.70s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.16s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildStderr (5.56s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.74s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.76s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.62s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.61s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.33s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildUser (0.06s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.08s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.70s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.20s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.08s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.19s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.85s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.35s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.26s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.32s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.89s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (21.44s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.50s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.30s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.54s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.52s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.83s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.43s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCommitChange (10.73s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.56s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.11s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCommitTTY (13.67s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.45s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.24s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.49s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.80s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.85s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.07s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.37s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.87s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.83s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.93s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.93s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.91s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.82s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.42s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.13s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.53s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.89s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.47s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.78s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.97s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.92s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.67s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.49s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (35.80s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.95s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.96s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.17s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.90s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0007a6810_} (2.91s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11289305801_c:\foo_false____} (2.93s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11289305801_c:\foo_true____} (7.93s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.80s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.04s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.86s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpToCaseA (10.33s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.91s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpToCaseE (16.38s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.72s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpToDot (7.90s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCpToStdout (3.20s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.08s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.99s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.63s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.84s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateRM (0.37s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (14.42s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.64s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.76s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.89s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.98s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.95s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.99s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (14.28s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsCopy (6.12s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.23s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.83s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.96s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.67s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.53s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.20s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFilters (10.72s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFormat (10.41s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.32s) [2023-05-05T20:30:06.814Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsRename (3.06s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsResize (3.49s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.66s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.09s) [2023-05-05T20:30:06.814Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (10.35s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestEventsUntag (2.86s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (9.74s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.62s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.64s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.55s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.86s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.87s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.44s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.13s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.12s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecInspectID (5.82s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.12s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecStartFails (2.94s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.87s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (10.56s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.82s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.78s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.79s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.11s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.19s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.12s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.45s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.83s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.33s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.24s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.40s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.74s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (8.20s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.10s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (7.79s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.95s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.12s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.88s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.25s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.94s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectDefault (7.81s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectHistory (5.82s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.88s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.93s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.90s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.93s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.92s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectStatus (3.54s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.75s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.06s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.93s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.88s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.78s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.91s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.92s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.59s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.62s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.62s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.18s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.91s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.11s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.81s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.91s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.66s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.15s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.08s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (8.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.93s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsSince (10.14s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsTail (3.92s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.41s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.95s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (10.72s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (10.71s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsByOrder (10.72s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersBase (15.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.56s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (15.47s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.04s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (18.82s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (10.66s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (11.06s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.14s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.36s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.08s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.75s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.27s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.22s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (7.86s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.10s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.30s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.81s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.36s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.28s) [2023-05-05T20:30:06.815Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.56s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.21s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.69s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.94s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.73s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (11.53s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.38s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.44s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiTag (0.88s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (7.94s) [2023-05-05T20:30:06.815Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.43s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.20s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.99s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.36s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.56s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.48s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.47s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.07s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.92s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.83s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.62s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (7.64s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.83s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.56s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.80s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.99s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.78s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.80s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.36s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.88s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (7.83s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.82s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.77s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.90s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunExitCode (2.94s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.83s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.96s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.90s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunExposePort (0.10s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.99s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.83s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.16s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (13.70s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (10.93s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.17s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.40s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.06s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.79s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.94s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.01s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.59s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (8.77s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.84s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunRm (3.00s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.23s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.77s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.87s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.25s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.74s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.58s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.21s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.38s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.76s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.74s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.77s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.61s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.72s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.19s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.58s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (7.78s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.92s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.01s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.15s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.74s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.80s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.09s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.37s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.31s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.67s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.58s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.73s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.97s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.64s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.79s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.04s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.84s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.40s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.19s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.27s) [2023-05-05T20:30:06.816Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.44s) [2023-05-05T20:30:06.816Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.37s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.21s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.25s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.74s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.52s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.54s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.23s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.10s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.75s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.26s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.67s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.38s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.41s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (17.02s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2023-05-05T20:30:06.817Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (2.01s) [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerRegistrySuite/TestV2Only [2023-05-05T20:30:06.817Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] --- PASS: TestDockerRegistrySuite (0.23s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.22s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2023-05-05T20:30:06.817Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:06.817Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2023-05-05T20:30:06.817Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.293Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2023-05-05T20:30:07.294Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2023-05-05T20:30:07.294Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthTokenSuite [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2023-05-05T20:30:07.294Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2023-05-05T20:30:07.294Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2023-05-05T20:30:07.294Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2023-05-05T20:30:07.294Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2023-05-05T20:30:07.294Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerDaemonSuite [2023-05-05T20:30:07.294Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2023-05-05T20:30:07.294Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2023-05-05T20:30:07.294Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2023-05-05T20:30:07.294Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- PASS: TestDockerDaemonSuite (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerSwarmSuite [2023-05-05T20:30:07.294Z] --- PASS: TestDockerSwarmSuite (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginCreate [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginInspect [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] === RUN TestDockerPluginSuite/TestPluginSet [2023-05-05T20:30:07.294Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- PASS: TestDockerPluginSuite (0.02s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerExternalVolumeSuite [2023-05-05T20:30:07.294Z] check_test.go:127: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerNetworkSuite [2023-05-05T20:30:07.294Z] check_test.go:133: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2023-05-05T20:30:07.294Z] === RUN TestDockerHubPullSuite [2023-05-05T20:30:07.294Z] check_test.go:141: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2023-05-05T20:30:07.294Z] PASS [2023-05-05T20:30:07.294Z] ok github.com/docker/docker/integration-cli 3283.267s [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === Skipped [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2023-05-05T20:30:07.294Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2023-05-05T20:30:07.294Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2023-05-05T20:30:07.294Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2023-05-05T20:30:07.294Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2023-05-05T20:30:07.294Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_run_test.go:3176: unmatched requirement Apparmor [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_run_test.go:3154: unmatched requirement Apparmor [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2023-05-05T20:30:07.294Z] docker_cli_run_test.go:3166: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2023-05-05T20:30:07.294Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2023-05-05T20:30:07.294Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2023-05-05T20:30:07.294Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2023-05-05T20:30:07.294Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2023-05-05T20:30:07.294Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.294Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2023-05-05T20:30:07.294Z] [2023-05-05T20:30:07.294Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2023-05-05T20:30:07.294Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.46s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.46s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2023-05-05T20:30:07.295Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.43s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5973: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.55s) [2023-05-05T20:30:07.295Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.55s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.49s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.06s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildUser (0.06s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2023-05-05T20:30:07.295Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.295Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2023-05-05T20:30:07.295Z] [2023-05-05T20:30:07.295Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2023-05-05T20:30:07.296Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2023-05-05T20:30:07.296Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2023-05-05T20:30:07.296Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2023-05-05T20:30:07.296Z] docker_cli_build_test.go:6053: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.52s) [2023-05-05T20:30:07.296Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.52s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2023-05-05T20:30:07.296Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2023-05-05T20:30:07.296Z] docker_cli_sni_test.go:18: Flakey test [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:3525: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:3557: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:3588: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:3571: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2023-05-05T20:30:07.296Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:3461: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:101: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:121: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:139: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:163: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:199: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:227: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:250: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:285: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:313: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:337: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_to_container_test.go:147: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_to_container_test.go:172: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2023-05-05T20:30:07.296Z] docker_cli_cp_to_container_test.go:244: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_to_container_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.296Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2023-05-05T20:30:07.296Z] [2023-05-05T20:30:07.296Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2023-05-05T20:30:07.296Z] docker_cli_cp_to_container_test.go:339: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_cp_to_container_test.go:363: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_cp_to_container_test.go:399: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_cp_to_container_test.go:424: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2023-05-05T20:30:07.297Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2023-05-05T20:30:07.297Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_run_test.go:2990: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2023-05-05T20:30:07.297Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2023-05-05T20:30:07.297Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2023-05-05T20:30:07.297Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2023-05-05T20:30:07.297Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecParseError (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2023-05-05T20:30:07.297Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2023-05-05T20:30:07.297Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2023-05-05T20:30:07.297Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2023-05-05T20:30:07.297Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.297Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2023-05-05T20:30:07.297Z] [2023-05-05T20:30:07.297Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.03s) [2023-05-05T20:30:07.297Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2023-05-05T20:30:07.771Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2023-05-05T20:30:07.771Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2023-05-05T20:30:07.771Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2023-05-05T20:30:07.771Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2023-05-05T20:30:07.771Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2023-05-05T20:30:07.771Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2023-05-05T20:30:07.771Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2023-05-05T20:30:07.771Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2023-05-05T20:30:07.771Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.771Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2023-05-05T20:30:07.771Z] docker_cli_run_test.go:2904: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.771Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2023-05-05T20:30:07.771Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2913: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3507: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2693: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s) [2023-05-05T20:30:07.772Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2023-05-05T20:30:07.772Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2023-05-05T20:30:07.772Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2023-05-05T20:30:07.772Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:4422: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3939: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2623: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3003: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3189: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3331: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3322: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3307: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:3232: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2680: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2023-05-05T20:30:07.772Z] [2023-05-05T20:30:07.772Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2023-05-05T20:30:07.772Z] docker_cli_run_test.go:2753: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.772Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2743: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3197: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3904: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:4079: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:4162: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:4146: unmatched requirement IsolationIsHyperv [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3376: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3386: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3420: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2451: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:4224: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:4212: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3209: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3764: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2603: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2572: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2595: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3064: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3110: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2803: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2493: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.773Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2023-05-05T20:30:07.773Z] [2023-05-05T20:30:07.773Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2023-05-05T20:30:07.773Z] docker_cli_run_test.go:2978: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2881: unmatched requirement Apparmor [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2860: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2845: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3980: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2920: unmatched requirement Apparmor [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3869: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3862: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3736: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3747: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2826: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3221: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3037: unmatched requirement Apparmor [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:2836: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3634: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_run_test.go:3645: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2023-05-05T20:30:07.774Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2023-05-05T20:30:07.774Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.774Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2023-05-05T20:30:07.774Z] [2023-05-05T20:30:07.774Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2023-05-05T20:30:07.775Z] docker_cli_run_test.go:3445: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2023-05-05T20:30:07.775Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2023-05-05T20:30:07.775Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2023-05-05T20:30:07.775Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2023-05-05T20:30:07.775Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2023-05-05T20:30:07.775Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2023-05-05T20:30:07.775Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2023-05-05T20:30:07.775Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2023-05-05T20:30:07.775Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2023-05-05T20:30:07.775Z] docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.22s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.22s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:184: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2023-05-05T20:30:07.775Z] check_test.go:211: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.775Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2023-05-05T20:30:07.775Z] [2023-05-05T20:30:07.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2023-05-05T20:30:07.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:07.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2023-05-05T20:30:07.776Z] [2023-05-05T20:30:07.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2023-05-05T20:30:07.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:238: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:267: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:301: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:406: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:127: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:133: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2023-05-05T20:30:08.247Z] check_test.go:141: unmatched requirement DaemonIsLinux [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] DONE 1093 tests, 546 skipped in 3294.652s [2023-05-05T20:30:08.247Z] INFO: Integration tests ended at 05/05/2023 20:30:07. Duration:00:54:54.8290105 [2023-05-05T20:30:08.247Z] INFO: Docker info of the daemon under test at end of run [2023-05-05T20:30:08.247Z] [2023-05-05T20:30:08.247Z] Containers: 2 [2023-05-05T20:30:08.247Z] Running: 0 [2023-05-05T20:30:08.247Z] Paused: 0 [2023-05-05T20:30:08.247Z] Stopped: 2 [2023-05-05T20:30:08.247Z] Images: 18 [2023-05-05T20:30:08.247Z] Server Version: 0.0.0-dev [2023-05-05T20:30:08.247Z] Storage Driver: windowsfilter [2023-05-05T20:30:08.248Z] Windows: [2023-05-05T20:30:08.248Z] Logging Driver: json-file [2023-05-05T20:30:08.248Z] Plugins: [2023-05-05T20:30:08.248Z] Volume: local [2023-05-05T20:30:08.248Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2023-05-05T20:30:08.248Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2023-05-05T20:30:08.248Z] Swarm: inactive [2023-05-05T20:30:08.248Z] Default Isolation: process [2023-05-05T20:30:08.248Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2023-05-05T20:30:08.248Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2023-05-05T20:30:08.248Z] OSType: windows [2023-05-05T20:30:08.248Z] Architecture: x86_64 [2023-05-05T20:30:08.248Z] CPUs: 4 [2023-05-05T20:30:08.248Z] Total Memory: 32GiB [2023-05-05T20:30:08.248Z] Name: azwin-2-bdde60 [2023-05-05T20:30:08.248Z] ID: HV3O:KMUH:TQVH:Y3AT:3C2W:LCWZ:P7M2:6W22:YV54:7PQN:TIKM:4XNQ [2023-05-05T20:30:08.248Z] Docker Root Dir: D:\CI\PR-45406\5\daemon [2023-05-05T20:30:08.248Z] Debug Mode (client): false [2023-05-05T20:30:08.248Z] Debug Mode (server): true [2023-05-05T20:30:08.248Z] File Descriptors: -1 [2023-05-05T20:30:08.248Z] Goroutines: 17 [2023-05-05T20:30:08.248Z] System Time: 2023-05-05T20:30:07.8797643Z [2023-05-05T20:30:08.248Z] EventsListeners: 0 [2023-05-05T20:30:08.248Z] Registry: https://index.docker.io/v1/ [2023-05-05T20:30:08.248Z] Labels: [2023-05-05T20:30:08.248Z] Experimental: false [2023-05-05T20:30:08.248Z] Insecure Registries: [2023-05-05T20:30:08.248Z] 127.0.0.0/8 [2023-05-05T20:30:08.248Z] Live Restore Enabled: false [2023-05-05T20:30:08.248Z] [2023-05-05T20:30:08.248Z] [2023-05-05T20:30:08.248Z] INFO: Stopping daemon under test [2023-05-05T20:30:08.248Z] SUCCESS: The process with PID 4464 (child process of PID 5600) has been terminated. [2023-05-05T20:30:08.248Z] SUCCESS: The process with PID 5600 (child process of PID 5696) has been terminated. [2023-05-05T20:30:08.248Z] INFO: Stop tailing logs of the daemon under tests [2023-05-05T20:30:08.248Z] INFO: executeCI.ps1 Completed successfully at 05/05/2023 20:30:08. [2023-05-05T20:30:08.248Z] INFO: Tidying up at end of run [2023-05-05T20:30:08.248Z] INFO: Saving daemon under test log (d:\CI\PR-45406\5\dut.out) to bundles\CIDUT.out [2023-05-05T20:30:08.248Z] INFO: Saving daemon under test log (d:\CI\PR-45406\5\dut.err) to bundles\CIDUT.err [2023-05-05T20:30:08.719Z] INFO: Nuke-Everything... [2023-05-05T20:30:08.719Z] INFO: Container count on control daemon to delete is 2 [2023-05-05T20:30:08.719Z] 99ef29b6852b [2023-05-05T20:30:08.719Z] 8bce7d9366a7 [2023-05-05T20:30:09.189Z] INFO: Tidying pidfile d:\CI\PR-45406\5\docker.pid [2023-05-05T20:30:09.189Z] INFO: Nuking d:\CI [2023-05-05T20:30:45.086Z] INFO: Zapped successfully [2023-05-05T20:30:45.086Z] [2023-05-05T20:30:45.086Z] INFO: executeCI.ps1 exiting at Fri May 5 20:30:43 CUT 2023. Duration 01:25:34.9937895 [2023-05-05T20:30:45.086Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2023-05-05T20:30:45.336Z] Recording test results [2023-05-05T20:30:54.209Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2023-05-05T20:30:56.325Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2023-05-05T20:30:58.773Z] Archiving artifacts [2023-05-05T20:31:14.361Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45406/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-05-05T20:31:15.319Z] + make clean [2023-05-05T20:31:16.894Z] docker volume rm -f docker-dev-cache [2023-05-05T20:31:16.894Z] 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